Hi
Situation is:
New install of Ubuntu 12.04.1 plus updates
Wireless network card = Asus PCE-N53
After boot up the card was not detected at all
I then googled and found this which is what i did
This seemed to work as the little lights on the hardware were now on and the radar icon in ubuntu was scanning and showed me all the nearby wireless networks BUT it would not connect to the network
Also, using wifi radar - it only seemed to be using a 'G' instead of 'N' connection
iwconfig
lsmod
sudo lshw -C network
ifconfig
Feels like i am so close to getting this working. Any suggestions greatly appreciated.
Thanks
Situation is:
New install of Ubuntu 12.04.1 plus updates
Wireless network card = Asus PCE-N53
After boot up the card was not detected at all
I then googled and found this which is what i did
I just ended up compiling the driver myself. Not what I would have wanted, but hopefully this will be fixed in the next version of Ubuntu.
I someone else has the same problem here is what worked for me:
Install build-essentials
sudo apt-get install build-essential
Download the driver from Asus. I found them here: http://www.asus.com/Networks/Wireless_Adapters/PCEN53/
Unpack the downloaded .zip file. The download comes with a lot of instructions for what you need to do. Most of them turn out to not be required.
Enter the directory where you unpacked the zip and unpack the driver code.
tar -jxvf DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326.tar.bz2
Enter the new directory and start make
make
This runs for a while and then fails due to a missing /tftpboot directory. This does not seem to be relevant since the correct file is made anyway.
Now install the driver.
sudo make install
The installation instructions tells you to edit a /etc/rc.d/rc.local file. Since I didn't have neither the file or directory I just skipped this step and rebooted.
After the reboot everything seems to work. Ubuntu automatically found the card and it is what I am using now. Since I have only been using it for 10 minutes I don't know how stable it is but hopefully it will be ok.
I someone else has the same problem here is what worked for me:
Install build-essentials
sudo apt-get install build-essential
Download the driver from Asus. I found them here: http://www.asus.com/Networks/Wireless_Adapters/PCEN53/
Unpack the downloaded .zip file. The download comes with a lot of instructions for what you need to do. Most of them turn out to not be required.
Enter the directory where you unpacked the zip and unpack the driver code.
tar -jxvf DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326.tar.bz2
Enter the new directory and start make
make
This runs for a while and then fails due to a missing /tftpboot directory. This does not seem to be relevant since the correct file is made anyway.
Now install the driver.
sudo make install
The installation instructions tells you to edit a /etc/rc.d/rc.local file. Since I didn't have neither the file or directory I just skipped this step and rebooted.
After the reboot everything seems to work. Ubuntu automatically found the card and it is what I am using now. Since I have only been using it for 10 minutes I don't know how stable it is but hopefully it will be ok.
This seemed to work as the little lights on the hardware were now on and the radar icon in ubuntu was scanning and showed me all the nearby wireless networks BUT it would not connect to the network
Also, using wifi radar - it only seemed to be using a 'G' instead of 'N' connection
iwconfig
lo no wireless extensions.
eth1 no wireless extensions.
ra0 Ralink STA ESSID:"NETWORK" Nickname:"RT2860STA"
Mode:Managed Frequency=2.437 GHz Access Point: 00:1B:2F:3C:CDE
Bit Rate=243 Mb/s
RTS thrff Fragment thrff
Link Quality=84/100 Signal level:-68 dBm Noise level:-68 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
eth0 no wireless extensions.
eth1 no wireless extensions.
ra0 Ralink STA ESSID:"NETWORK" Nickname:"RT2860STA"
Mode:Managed Frequency=2.437 GHz Access Point: 00:1B:2F:3C:CDE
Bit Rate=243 Mb/s
RTS thrff Fragment thrff
Link Quality=84/100 Signal level:-68 dBm Noise level:-68 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
eth0 no wireless extensions.
lsmod
Module Size Used by
vesafb 13516 1
parport_pc 32114 0
bnep 17830 2
ppdev 12849 0
rfcomm 38139 0
bluetooth 158438 10 bnep,rfcomm
nvidia 10962290 40
snd_hda_codec_realtek 174313 1
mxm_wmi 12859 0
rt5592sta 1122559 1
snd_hda_intel 32765 3
psmouse 86421 0
snd_hda_codec 109562 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13276 1 snd_hda_codec
serio_raw 13027 0
snd_pcm 80845 2 snd_hda_intel,snd_hda_codec
snd_seq_midi 13132 0
snd_rawmidi 25424 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51567 2 snd_seq_midi,snd_seq_midi_event
joydev 17393 0
snd_timer 28931 2 snd_pcm,snd_seq
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
wmi 18744 1 mxm_wmi
snd 62064 15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
mac_hid 13077 0
i7core_edac 23382 0
soundcore 14635 1 snd
snd_page_alloc 14108 2 snd_hda_intel,snd_pcm
edac_core 46858 3 i7core_edac
lp 17455 0
parport 40930 3 parport_pc,ppdev,lp
firewire_ohci 40172 0
firewire_core 56906 1 firewire_ohci
crc_itu_t 12627 1 firewire_core
pata_jmicron 12651 0
r8169 56321 0
usbhid 41906 0
hid 77367 1 usbhid
floppy 60310 0
vesafb 13516 1
parport_pc 32114 0
bnep 17830 2
ppdev 12849 0
rfcomm 38139 0
bluetooth 158438 10 bnep,rfcomm
nvidia 10962290 40
snd_hda_codec_realtek 174313 1
mxm_wmi 12859 0
rt5592sta 1122559 1
snd_hda_intel 32765 3
psmouse 86421 0
snd_hda_codec 109562 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13276 1 snd_hda_codec
serio_raw 13027 0
snd_pcm 80845 2 snd_hda_intel,snd_hda_codec
snd_seq_midi 13132 0
snd_rawmidi 25424 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51567 2 snd_seq_midi,snd_seq_midi_event
joydev 17393 0
snd_timer 28931 2 snd_pcm,snd_seq
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
wmi 18744 1 mxm_wmi
snd 62064 15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
mac_hid 13077 0
i7core_edac 23382 0
soundcore 14635 1 snd
snd_page_alloc 14108 2 snd_hda_intel,snd_pcm
edac_core 46858 3 i7core_edac
lp 17455 0
parport 40930 3 parport_pc,ppdev,lp
firewire_ohci 40172 0
firewire_core 56906 1 firewire_ohci
crc_itu_t 12627 1 firewire_core
pata_jmicron 12651 0
r8169 56321 0
usbhid 41906 0
hid 77367 1 usbhid
floppy 60310 0
sudo lshw -C network
*-network
description: Wireless interface
product: Ralink corp.
vendor: Ralink corp.
physical id: 0
bus info: pci@0000:04:00.0
logical name: ra0
version: 00
serial: 30:85:a9:38:c1:3f
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=RALINK WLAN ip=192.168.0.8 latency=0 multicast=yes wireless=Ralink STA
resources: irq:16 memory:fbbf0000-fbbfffff
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:07:00.0
logical name: eth0
version: 03
serial: 00:24:1d:1f:23:1b
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl_nic/rtl8168d-1.fw ip=192.168.0.6 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:45 ioport:de00(size=256) memory:fbeff000-fbefffff memory:fbef8000-fbefbfff memory:fbe00000-fbe1ffff
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:08:00.0
logical name: eth1
version: 03
serial: 00:24:1d:1f:23:3b
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8168d-1.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:46 ioport:ce00(size=256) memory:fbcff000-fbcfffff memory:fbcf8000-fbcfbfff memory:fbc00000-fbc1ffff
description: Wireless interface
product: Ralink corp.
vendor: Ralink corp.
physical id: 0
bus info: pci@0000:04:00.0
logical name: ra0
version: 00
serial: 30:85:a9:38:c1:3f
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=RALINK WLAN ip=192.168.0.8 latency=0 multicast=yes wireless=Ralink STA
resources: irq:16 memory:fbbf0000-fbbfffff
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:07:00.0
logical name: eth0
version: 03
serial: 00:24:1d:1f:23:1b
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl_nic/rtl8168d-1.fw ip=192.168.0.6 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:45 ioport:de00(size=256) memory:fbeff000-fbefffff memory:fbef8000-fbefbfff memory:fbe00000-fbe1ffff
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:08:00.0
logical name: eth1
version: 03
serial: 00:24:1d:1f:23:3b
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8168d-1.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:46 ioport:ce00(size=256) memory:fbcff000-fbcfffff memory:fbcf8000-fbcfbfff memory:fbc00000-fbc1ffff
ifconfig
eth0 Link encap:Ethernet HWaddr 00:24:1d:1f:23:1b
inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::224:1dff:fe1f:231b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6399 errors:0 dropped:0 overruns:0 frame:0
TX packets:5817 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5263529 (5.2 MB) TX bytes:1034911 (1.0 MB)
Interrupt:45 Base address:0x4000
eth1 Link encap:Ethernet HWaddr 00:24:1d:1f:23:3b
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:46 Base address:0x4000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1375 errors:0 dropped:0 overruns:0 frame:0
TX packets:1375 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:164775 (164.7 KB) TX bytes:164775 (164.7 KB)
ra0 Link encap:Ethernet HWaddr 30:85:a9:38:c1:3f
inet addr:192.168.0.8 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::3285:a9ff:fe38:c13f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:40153 errors:0 dropped:0 overruns:0 frame:0
TX packets:2413 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9149085 (9.1 MB) TX bytes:158831 (158.8 KB)
Interrupt:16
inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::224:1dff:fe1f:231b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6399 errors:0 dropped:0 overruns:0 frame:0
TX packets:5817 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5263529 (5.2 MB) TX bytes:1034911 (1.0 MB)
Interrupt:45 Base address:0x4000
eth1 Link encap:Ethernet HWaddr 00:24:1d:1f:23:3b
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:46 Base address:0x4000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1375 errors:0 dropped:0 overruns:0 frame:0
TX packets:1375 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:164775 (164.7 KB) TX bytes:164775 (164.7 KB)
ra0 Link encap:Ethernet HWaddr 30:85:a9:38:c1:3f
inet addr:192.168.0.8 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::3285:a9ff:fe38:c13f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:40153 errors:0 dropped:0 overruns:0 frame:0
TX packets:2413 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9149085 (9.1 MB) TX bytes:158831 (158.8 KB)
Interrupt:16
Feels like i am so close to getting this working. Any suggestions greatly appreciated.
Thanks