Quote:
Code: 244.984087] RtmpOSFileOpen(): Error 2 opening /etc/Wireless/RT2870STA/RT2870STA.dat
[ 244.984090] Open file "/etc/Wireless/RT2870STA/RT2870STA.dat" failed!
[ 244.984092] 1. Phy Mode = 0
[ 244.984094] ERROR!!! RTMPReadParametersHook failed, Status[=0x00000001]
[ 245.040816] ---> RTMPFreeTxRxRingMemory
[ 245.040859] <--- RTMPFreeTxRxRingMemory
[ 245.040863] !!! rt28xx Initialized fail !!!
[ 245.301173] <-- RTMPAllocTxRxRingMemory, Status=0
[ 245.302701] -->RTUSBVenderReset
[ 245.302826] <--RTUSBVenderReset
[ 245.578463] RtmpOSFileOpen(): Error 2 opening /etc/Wireless/RT2870STA/RT2870STA.dat
[ 245.578465] Open file "/etc/Wireless/RT2870STA/RT2870STA.dat" failed!
[ 245.578467] 1. Phy Mode = 0
[ 245.578469] ERROR!!! RTMPReadParametersHook failed, Status[=0x00000001]
[ 245.634989] ---> RTMPFreeTxRxRingMemory
[ 245.635008] <--- RTMPFreeTxRxRingMemory
[ 245.635010] !!! rt28xx Initialized fail !!!
|
i got a similar problem as yours, and i managed to solve it. it's quite a simple trick.
first, start by uninstalling all your rt2870sta and rt3070sta drivers with make uninstall.
Then go to Ralink's website and download BOTH files:
1. RT3070 driver
2. RT2870 driver (dont ask why yet! i'll explain)
untar the RT2870 driver, make the necessary changes that needs to be made /os/linux/config.mk and as root, install the driver with the following:
make
make install
And DON'T MODPROBE THE rt2870sta driver!
next, untar the rt3070 file and make the changes which waterhead has pointed out in the first post, and then install the driver as root with make and make install.
Now, as root, run modprobe rt3070sta and you should finally be able to bring up the interface after about a couple of minutes of waiting.
Why? Because the rt3070sta module makes calls to the RT2870STA.dat file, which, quite naturally, does not exist if you followed waterhead's steps to installing the driver. So you'll need to install the rt2870sta driver first to create an RT2870STA.dat file which rt3070sta can call to.
I managed to get this working on Fedora 10, so i can only speak for myself. I hope it helps to solve your problem, and if it does not, i apologize for getting your hopes up.
And to waterhead: you dont know just how much i love you for posting the fix to installing the rt3070sta driver.