Hi.
So I purchased an Asus USB-N13 n-band wireless adapter for my desktop, based a few reviews and a quick google search saying it worked in linux, and also based on the Asus page which specifically mentioned linux support.
I can't get this thing to work tho. I do have a d-link DWA-160 Rev B that is working, apparently using the same driver that the asus should be using, the rt2870. The d-link "just worked" btw.
So, for the asus, here's my lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 0b05:1784 ASUSTek Computer, Inc. USB-N13 802.11n Network Adapter [Ralink RT2870]
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 1267:0103 Logic3 / SpectraVideo plc G-720 Keyboard
Bus 002 Device 003: ID 046d:c00b Logitech, Inc. MouseMan Wheel
lsmod | grep rt:
rt2870sta 353826 0
exportfs 3107 1 nfsd
rtc_cmos 6929 0
parport_pc 26665 0
parport 28094 2 ppdev,parport_pc
usbcore 124336 8 snd_usb_audio,snd_usb_lib,rt2870sta,uhci_hcd,ohci_hcd,ehci_hcd,usbhid
From /var/log/messages when plugging it in:
Aug 13 08:24:22 forbin klogd: usb 1-5: new high speed USB device using ehci_hcd and address 5
Aug 13 08:24:22 forbin klogd: usb 1-5: New USB device found, idVendor=0b05, idProduct=1784
Aug 13 08:24:22 forbin klogd: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 13 08:24:22 forbin klogd: usb 1-5: Product: 802.11 n WLAN
Aug 13 08:24:22 forbin klogd: usb 1-5: Manufacturer: Ralink
Aug 13 08:24:22 forbin klogd: usb 1-5: SerialNumber: 1.0
Aug 13 08:24:24 forbin ntpd[3253]: synchronized to LOCAL(0), stratum 10
Aug 13 08:24:24 forbin ntpd[3253]: kernel time sync status change 0001
I'll also grab another version of the messages when I haven't mucked around with things so much.
/etc/modprobe.d/blacklist:
blacklist ssb
blacklist ssb
blacklist rt2800
blacklist rt2800usb
blacklist rt2x00usb
blacklist rt2x00lib
This darn thing does not work.
I have also tried a new udev rule:
cat /etc/udev/rules.d/10-wlan.rules
# udev rule for Asus USB-N13 wireless adapter
SUBSYSTEM=="usb", SYSFS{idVendor}=="0b05", SYSFS{idProduct}=="1784", RUN+="/sbin/modprobe rt2870sta"
At this point, when I plug the asus in, my usb system seems to largely freeze up: lsusb just hangs, can't open hardware in PCC. At one point, the asus was showing up as a scanner, which I found interesting.
Any ideas here?
Thanks,
john