Results 1 to 2 of 2
Thread: wireless help
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
03-23-2011 #1
- Join Date
- Mar 2011
- Posts
- 1
wireless help
ive searched the internet and to be honest found answers but being new to linux i am horribly confused??????
-
03-23-2011 #2
Post the output of
Code:lsusb lsmod
If so, the driver you want is the rt2870sta. Instructions are here.
There are reports of folks still having trouble with the card and that driver. A possible solution if that is the case is to do the following:
Open the text editor gedit with root permissions here
Code:gksudo gedit /etc/udev/rules.d/network_drivers.rules
Code:ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="050d", ATTR{idProduct}=="935a", RUN+="/sbin/modprobe -qba rt2870sta"
Code:gksudo gedit /etc/modprobe.d/network_drivers.conf
Code:install rt2870sta /sbin/modprobe --ignore-install rt2870sta $CMDLINE_OPTS; /bin/echo "050d 935a" > /sys/bus/usb/drivers/rt2870/new_id