Wireless usb device not working

2011-11-17 Thread Matt Harrison
I recently purchased a Linksys wireless USB device. When I plug it in and run lsusb I see the following: Bus 001 Device 006: ID 1737:0078 Linksys WUSB100 v2 RangePlus Wireless Network Adapter [Ralink RT3070] I install firmware-ralink and wireless-tools after checking the Debian Wiki and

Re: Wireless usb device not working

2011-11-17 Thread Brian
On Thu 17 Nov 2011 at 07:51:59 -0500, Matt Harrison wrote: I recently purchased a Linksys wireless USB device. When I plug it in and run lsusb I see the following: Bus 001 Device 006: ID 1737:0078 Linksys WUSB100 v2 RangePlus Wireless Network Adapter [Ralink RT3070] I install

Re: Wireless usb device not working

2011-11-17 Thread Marlon Nunes
remove all the blacklist stuff related to the rtl drivers. reboot and do /sbin/ifconfig -a, then check for a wlan0 or other interface related to you wifi card. after it is wlan0, do a /sbin/ifconfig wlan0 up. that should works. you could install wicd-curse to ease things. Em 17-11-2011 12:00,

Re: Wireless usb device not working [SOLVED]

2011-11-17 Thread Matt Harrison
I found a post on the Linux Mint Forums that fixed my issue. I ran the following commands: echo 'install rt2870sta modprobe --ignore-install rt2870sta ; /bin/echo 1737 0078 /sys/bus/usb/drivers/rt2870/new_id' | tee /etc/modprobe.d/rt2870sta.conf modprobe -rf rt2870sta modprobe rt2870sta dmesg |