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:
If you previously did not manually compile the driver from Ralink start here.Code:cd cd RT2870_LinuxSTA_V2.3.0.0 sudo make uninstall
Add the ID:
The solution works? Ok, load the driver at startupCode: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
alternativ automatic driver load when the stick was plugged in:Code:echo rt2870sta | sudo tee -a /etc/modules
contents:Code:sudo gedit /etc/udev/rules.d/10-wusb100.rules
make it ready to workCode:# UDEV-Rule for wusb-100v2 ID 1737:0078 SUBSYSTEM=="usb", SYSFS{idVendor}=="1737", SYSFS{idProduct}=="0078", RUN+="/sbin/modprobe rt2870sta"
.. or restartCode:sudo service udev reload
Link: http://forum.ubuntuusers.de/topic/li.../#post-2264339
greetings and a happy new year
Rainer



Adv Reply




Bookmarks