
Code: Select all
ASUSTek Computer, Inc. USB-N13 802.11n Network Adapter [Ralink RT3072]
The kernel settings I have enabled are:BillWho wrote: Did you enable the correct kernel settings![]()
Code: Select all
Device Drivers --->
[*] Network device support --->
[*] Wireless LAN --->
<*> Ralink driver support --->
<*> Ralink rt27xx/rt28xx/rt30xx (PCI/PCIe/PCMCIA) support
[*] rt2800pci - Include support for rt33xx devices
[*] rt2800pci - Include support for rt35xx devices (EXPERIMENTAL)
[*] rt2800pci - Include support for rt53xx devices (EXPERIMENTAL)
<*> Ralink rt27xx/rt38xx/rt30xx (USB) support
[*] rt2800usb - Include support for rt33xx devices
[*] rt2800usb - Include support for rt35xx devices (EXPERIMENTAL)
[*] rt2800usb - Include support for rt53xx devices (EXPERIMENTAL)
[*] rt2800usb - Include support for unknown (USB) devices
No, because I can't even get the ifconfig -a to recognize the interface.BillWho wrote: Did you set the symlink for net.wlan0
Code: Select all
Device Drivers --->
[*] Network device support --->
[*] Wireless LAN --->
<M> Ralink driver support --->
<M> Ralink rt27xx/rt28xx/rt30xx (USB) support
[ ] rt2800usb - Include support for rt33xx devices
[ ] rt2800usb - Include support for rt35xx devices (EXPERIMENTAL)
[ ] rt2800usb - Include support for rt53xx devices (EXPERIMENTAL)
[ ] rt2800usb - Include support for unknown (USB) devices
Code: Select all
ws490-gentoo linux # lsmod|grep rt2800
rt2800usb 12882 0
rt2800lib 42406 1 rt2800usb
crc_ccitt 1275 1 rt2800lib
rt2x00usb 8666 1 rt2800usb
rt2x00lib 33783 3 rt2800usb,rt2800lib,rt2x00usb
mac80211 352582 3 rt2800lib,rt2x00usb,rt2x00lib
usbcore 143829 5 usbhid,rt2800usb,rt2x00usb,uhci_hcd,ehci_hcd

Code: Select all
Module Size Used by
rt2800usb 12614 0
rt2800lib 41736 1 rt2800usb
rt2x00usb 8594 1 rt2800usb
rt2x00lib 31334 3 rt2800usb,rt2800lib,rt2x00usb
nvidia 9336009 28

I did not, at least I haven't checked yet. Does it matter if they are built in? I tend to prefer not to use modules.BillWho wrote:hcaulfield57,
Did you enable the dependencies like mac80211, crc_ccitt and usb![]()
If they're built-in it's not going to show with lsmod.
I don't believe they have to be modules. However, I prefer modules because you can easily 'unload' or blacklist a problematic one.hcaulfield57 wrote:I did not, at least I haven't checked yet. Does it matter if they are built in? I tend to prefer not to use modules.BillWho wrote:hcaulfield57,
Did you enable the dependencies like mac80211, crc_ccitt and usb![]()
If they're built-in it's not going to show with lsmod.

Code: Select all
Selects: RT2800_LIB [=n] && RT2X00_LIB_USB [=m] && RT2X00_LIB_FIRMWARE [=y] && \ │
│ RT2X00_LIB_CRYPTO [=y] && CRC_CCITT [=y] 
Code: Select all
rt2800usb 13942 0
rt2800lib 46224 1 rt2800usb
rt2x00usb 9527 1 rt2800usb
rt2x00lib 35540 3 rt2800usb,rt2800lib,rt2x00usb
mac80211 373364 3 rt2800lib,rt2x00usb,rt2x00lib
Code: Select all
[ 55.243578] usbcore: registered new interface driver rt2800usb
[ 102.986960] usb 2-4: USB disconnect, device number 2
[ 216.836633] usb 2-4: new high-speed USB device number 3 using ehci_hcd
[ 216.952644] usb 2-4: New USB device found, idVendor=0b05, idProduct=17ab
[ 216.952648] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 216.952650] usb 2-4: Product: 802.11n WLAN Adapter
[ 216.952652] usb 2-4: Manufacturer: Realtek
[ 216.952653] usb 2-4: SerialNumber: 00e04c000001

Code: Select all
[ 216.952650] usb 2-4: Product: 802.11n WLAN Adapter Code: Select all
crc_ccitt 1275 1 rt2800lib Code: Select all
ifconfig -aCode: Select all
idVendor=0b05, idProduct=17ab Code: Select all
idVendor=0b05, idProduct=17abCode: Select all
ws490-gentoo ~ # dmesg|grep 'usb 1-8'
[ 5.179014] usb 1-8: new high-speed USB device number 4 using ehci_hcd
[ 5.305257] usb 1-8: default language 0x0409
[ 5.311630] usb 1-8: udev 4, busnum 1, minor = 3
[ 5.311636] usb 1-8: New USB device found, idVendor=0b05, idProduct=1784
[ 5.311639] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.311642] usb 1-8: Product: 802.11 n WLAN
[ 5.311645] usb 1-8: Manufacturer: Ralink
[ 5.311647] usb 1-8: SerialNumber: 1.0
[ 5.311737] usb 1-8: usb_probe_device
[ 5.311742] usb 1-8: configuration #1 chosen from 1 choice
[ 5.311909] usb 1-8: adding 1-8:1.0 (config #1, interface 0)
[ 5.690199] rt2800usb 1-8:1.0: usb_probe_interface
[ 5.690206] rt2800usb 1-8:1.0: usb_probe_interface - got id
[ 5.854017] usb 1-8: reset high-speed USB device number 4 using ehci_hcd
Code: Select all
ws490-gentoo linux # lsusb
Bus 001 Device 004: ID 0b05:1784 ASUSTek Computer, Inc. USB-N13 802.11n Network Adapter (rev. A1) [Ralink RT3072]


Thank you so much! That fixed my problem, I installed the realtek drivers and then the firmware and it works properly now. I'm having trouble with wpa_supplicant, but I will open up another thread for that. Thanks again!NeddySeagoon wrote: Lesson 1 is always use the Vendor and Device IDs to identify your hardware. Its not always foolproof but its a lot better than vendor descriptions. Many vendors (as here) keep the same name but chnage the guts of the hardware. In a few very rare cases, the Device ID isn't changed but thats against standards compliance.

... but ... but ... thats systemd :)hcaulfield57s sig wrote:"To design the perfect anti-Unix, make all file formats binary and opaque, and require heavyweight tools to read and edit them." - The Art of Unix Programming

I'm glad someone finally noticed my signatureNeddySeagoon wrote:... but ... but ... thats systemdhcaulfield57s sig wrote:"To design the perfect anti-Unix, make all file formats binary and opaque, and require heavyweight tools to read and edit them." - The Art of Unix Programming