Results 11 to 16 of 16
The rt2870sta driver may actually be the better driver to use. But that depends on the chips this driver is using....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-24-2009 #11
The rt2870sta driver may actually be the better driver to use. But that depends on the chips this driver is using.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 12-24-2009 #12Just Joined!
- Join Date
- Sep 2009
- Posts
- 14
Hi,
I tried the codes you suggested.
i just copied what was in the terminal directly.
Code:abid@abid-desktop:~$ lsusb Bus 001 Device 002: ID 148f:3070 Ralink Technology, Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 003: ID 045e:00dd Microsoft Corp. Bus 005 Device 002: ID 15ca:00c3 Textech International Ltd. Mini Optical Mouse Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub abid@abid-desktop:~$ dmesg | grep wlan [ 14.274922] ADDRCONF(NETDEV_UP): wlan0: link is not ready abid@abid-desktop:~$ dmesg | grep rt28 [ 11.004402] Registered led device: rt2800usb-phy0::radio [ 11.004424] Registered led device: rt2800usb-phy0::assoc [ 11.004443] Registered led device: rt2800usb-phy0::quality [ 11.004998] usbcore: registered new interface driver rt2800usb [ 11.085701] rt2870sta: module is from the staging directory, the quality is unknown, you have been warned. [ 11.090867] usbcore: registered new interface driver rt2870 [ 11.775251] Error: Driver 'rt2870' is already registered, aborting... [ 11.775256] usbcore: error -17 registering interface driver rt2870 [ 11.937309] rt2800usb 1-3:1.0: firmware: requesting rt2870.bin abid@abid-desktop:~$ sudo ifconfig wlan0 down abid@abid-desktop:~$ sudo modprobe -r rt2870sta abid@abid-desktop:~$ sudo depmod -a abid@abid-desktop:~$ sudo ifconfig wlan0 up abid@abid-desktop:~$ sudo iwlist wlan0 scan wlan0 No scan results abid@abid-desktop:~$
- 12-24-2009 #13
Your problem is two-fold.
1) Your system is loading two driver modules for your wireless:
rt2870sta
rt2800usb
They will conflict, and the wireless will never work.
2) The rt2800usb needs firmware installed before it will work:
If you don't have this firmware installed, that driver will never work. Even after removing the rt2870sta driver.Code:[ 11.937309] rt2800usb 1-3:1.0: firmware: requesting rt2870.bin
The rt2870sta driver doesn't need any external firmware. In fact, to get the firmware you have to extract it from the rt2870sta driver. Why not just use the rt2870sta driver instead. Add the rt2800usb driver to the blacklist file, and reboot.
Add this line to the bottom of the page:Code:gksu gedit /etc/modprobe.d/blacklist.conf
Save the file and exit. Now reboot and see if only the rt2870sta driver is loading. If all is good, use NetworkManager to connect.Code:blacklist rt2800usb
Last edited by waterhead; 12-24-2009 at 07:33 PM.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 12-24-2009 #14This should begksu gedit /etc/init.d/blacklist.confno?Code:
/etc/modprobe.d/blacklist.conf
Last edited by waterhead; 12-24-2009 at 09:20 PM.
- 12-24-2009 #15
reed9, it appears that I clicked the "Edit" button instead of the "Quote" button. I then edited your post, by mistake.
That's two mistakes in a row!
Sorry, I'll try to fix it.
Edit: I fixed it.
With great power comes great responsibility. I think that I failed this time!
Happy Holidays to all.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 12-24-2009 #16


Reply With Quote

