How can I reload the drivers -> rt2800sta and rt2x00sta? I cant find the directories.
Hi!
You need remove lines:
blacklist rt2800sta
blacklist rt2x00sta
at the end of the file /etc/modprobe.d/50-blacklist.conf
After that you can load these drivers:
modprobe rt2800sta
modprobe rt2x00sta
And another question. There is already compiled rt2870sta.ko module in the /lib/modules/2.6.*/kernel/drivers/staging/ directory. Did you tried use it before than you’ve got compiled your own driver? It needs some additional firmware.
Did you install it?
No, firmware is loaded by driver, i think.
You can download firmware ralink-firmware-1.1-1.1.noarch.rpm package here : Index of /repositories/driver:/wireless/11.2-update/noarch
Or from ralinktech site: Ralink corp.
If you will download from ralinktech site - unpuck archive and copy rt2870.bin file in /lib/firmware directory.
After that, try to reload rt2870sta driver.
novsan… I did all the instructions but still no wlan interface.
I run collectNWData and this is the result->
collectNWData.sh V0.6.3.4 (Rev: 1.220, Build: 2010/04/05 13:36:33 UTC)
— Which type of your network connection should be tested?
— (2) Wireless connection (WLAN)
— What’s the type of networktopology?
— (1) WLAN access point <—> LinuxClient
— On which host is the script executed?
— (1) LinuxClient
— NWEliza is analyzing the system for common network configuration errors …
!!! CND0110E: For the selected connection type there was no active network interface found on your system
!!! CND0310W: Classic network configuration with ifup was detected. Configuration with knetworkmanager is much easier
— If you are unsuccessful then place the contents of file collectNWData.txt in the net
— (see http://www.linux-tips-and-tricks.de/CND_UPL#English for links)
— and then paste the nopaste link on your favorite Linux forum.
*** lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 07d1:3c0a D-Link System
Bus 001 Device 007: ID 1307:0165 Transcend Information, Inc. 2GB/4GB Flash Drive
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c01d Logitech, Inc. MX510 Optical Mouse
The firmware is an image. So it must reside in the Flash first time I boot the usb device. No? I cant belive it must be loaded everytime I boot my system.
On 04/19/2010 02:56 PM, In Control01 wrote:
>
> novsan… I did all the instructions but still no wlan interface.
> I run collectNWData and this is the result->
The script shows no hardware device.
You have done a lot of fooling around, yet I see no instance of you
looking at the ID codes for the device. If it is PCI, post the output of
‘/sbin/lspci -nnk’. If it is a USB deevice, then post the output of the
command ‘lsusb’. NOTE: We do not need the entire output - only the
section that describes your wireless device.
On 04/19/2010 04:06 PM, In Control01 wrote:
>
> Hi Iwfinger,
>
> This is my WLAN device->
>
> Code:
> --------------------
>
> Bus 001 Device 003: ID 07d1:3c0a D-Link System
>
> --------------------
The driver for that device is rt2800usb, which is built into the kernel.
If you have blacklisted any rt2800 drivers, please revert those changes.
After you do that, issuing the command
sudo /sbin/modprobe -v rt2800usb
should allow you to see the device with
/usr/sbin/iwconfig
You then need to check if firmware is available with
On 04/19/2010 05:16 PM, In Control01 wrote:
>
> After firmware detection -> He write on command line:
>
> phy0-> rt2800usb_init_eeprom: Error - Invalid RT chipset detected.
> phy0-> rt2x00lib_probe_dev: Error - Failed to allocate device.
>
> The phy, Its the physical adapter layer?
It is the hardware that implements the Physical Device Layer.
Was the firmware loaded correctly? I expect it may have been. With a
little more research, I see that although that ID is assigned to the
rt2800usb driver and the rt2870sta driver from the staging directory.
Please try the following:
rt2800usb is open source implementaion, rt2870sta -third party from ralinktech.
And some question to you:
i assume that you have dlink dwa-140 usb dongle. Which hw version adapter is (A1,B1,B2)?
On 04/19/2010 05:16 PM, lwfinger wrote:
>Was the firmware loaded correctly? I expect it may have been. With a
>little more research, I see that although that ID is assigned to the
>rt2800usb driver and the rt2870sta driver from the staging directory.
How do u c the firmware is loaded correctly? Where is the staging directory?
Seems, that dlink has line of adapters, which have same id, but some adapters needs rt2870sta driver, other rt3070sta driver.
I think you should use rt3070sta driver over rt2870sta module. Firmware is the same.