Maybe we can find a shortcut. Please open a terminal and do:
Code:
sudo gedit /etc/udev/rules.d/network_drivers.rules
If you had previously created such a file, we are going to amend it. If not, we are going to write one from scratch. Add just one long line:
Code:
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", ATTR{idProduct}=="1784", RUN+="/sbin/modprobe -qba rt2870sta"
Proofread carefully, save and close gedit. If you had previously created such a file, all you need to do, aside from proofreading, is change rt3070sta to rt2870sta.
Now do:
Code:
/etc/modprobe.d/network_drivers.conf
Add one long line:
Code:
install rt2870sta /sbin/modprobe --ignore-install rt2870sta $CMDLINE_OPTS; /bin/echo "0b05 1784" > /sys/bus/usb/drivers/rt2870/new_id
Proofread carefully, save and close gedit. If you had previously created such a file, all you need to do, aside from proofreading, is change rt3070sta to rt2870sta in both places.
Now do:
Code:
sudo su
echo rt2870sta >> /etc/modules
modprobe rt2870sta
exit
iwconfig
Do you now have a wireless interface?
Bookmarks