I've searched google and I can't find a solution to this problem :[
I'm running Debian. Simply did a minimal netinst with no desktop environment:
~#: uname -r 3.2.0-4-686-pae I have this product which uses the Ralink 5572 chipset. According to here it should be supported by the rt2800usb kernel module.
When I plug the stick in I see it come up in dmesg like so:
usb 1-2: new high-speed USB device number 5 using ehci-pci usb 1-2: New USB device found, idVendor=2001, idProduct=3c1a usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-2: Product: 11n Adapter usb 1-2: Manufacturer: Ralink usb 1-2: SerialNumber: 1.0 It is also seen by lsusb.
And that's it. rt2800usb is not loaded (I have already run apt-get install firmware-ralink) On the wiki page I linked there appears to be extra stuff from dmesg. When I check iwconfig I don't see an interface for the device. I have also tried modprobe rt2800usb and the module loads no problem, but the interface still does not exist.
I can't find any errors anywhere so I can't figure out what is wrong. Any ideas what I can do?