Hello,
a little Trick to add the ID 1737:0078 for the WUSB100v2 to the System and simply use the rt2870sta V1.4.0.0. that comes with the system if the new driver v2.3.0.0 or the rt3070 from Ralink don't work properly.
First remove the new compiled driver if necessary:
Code:
cd
cd RT2870_LinuxSTA_V2.3.0.0
sudo make uninstall
If you previously did not manually compile the driver from Ralink start here.
Add the ID:
Code:
echo 'install rt2870sta modprobe --ignore-install rt2870sta ; /bin/echo "1737 0078" > /sys/bus/usb/drivers/rt2870/new_id' | sudo tee /etc/modprobe.d/rt2870sta.conf
sudo modprobe -rf rt2870sta
sudo modprobe rt2870sta
dmesg | egrep 'rt28|usb|Phy'
iwconfig
The solution works? Ok, load the driver at startup
Code:
echo rt2870sta | sudo tee -a /etc/modules
alternativ automatic driver load when the stick was plugged in:
Code:
sudo gedit /etc/udev/rules.d/10-wusb100.rules
contents:
Code:
# UDEV-Rule for wusb-100v2 ID 1737:0078
SUBSYSTEM=="usb", SYSFS{idVendor}=="1737", SYSFS{idProduct}=="0078", RUN+="/sbin/modprobe rt2870sta"
make it ready to work
Code:
sudo service udev reload
.. or restart
Link: http://forum.ubuntuusers.de/topic/li.../#post-2264339
greetings and a happy new year
Rainer
Bookmarks