Re: Wireless usb device not working [SOLVED]
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 | egrep 'rt28|usb|Phy'
iwconfig
echo rt2870sta | tee -a /etc/modules
For reference, the post I found was here:
http://forums.linuxmint.com/viewtopic.php?f=53&t=47314&p=273112
Reply to: