You are not logged in.
Pages: 1
I'm pulling my hair out trying to load rt2870sta and recognize my Belkin USB wireless N stick. It uses the rt2870sta module, I know for sure for I've used ndiswrapper in ubuntu to accomplish the same, but I cannot figure out how to set up the wireless connection during Arch setup.
Any ideas? I followed the wiki but it isn't recognizing my adapter.
Thanks!
Offline
What it boils down to is "rt2870sta" will not recognize my USB Wireless adapter. It's plugged in, and lit up. But under ifconfig -a the device is not listed. It does show up under lsusb as a belkin component.
Is there some way to get the module communicating with the USB?
Thanks
Offline
Ok I finally got it working by compiling the driver with the line "{USB_DEVICE(0x050d,0x935a)}, /* Belkin F6D4050 */" in the usb_main_dev.c
Now the module recognizes my device but when I go to DHCPCD it stops at "waiting for carrier" and then times out. I am connecting to the correct SSID and everything. I should note that the drivers that come with the stick work through ndiswrapper but they crap out after awhile so I'm trying to use the native ones from the ralink website.
HELP!
Offline
Is it maybe because I'm using WPA encryption instead of WEP or something? Is WPA flakey?
I'm desperate here, this is keeping me from using Linux atm.
Offline
timeouts with ndiswrapper is a very common issue.
Load the module and try the following
iwpriv wlan0 ndis_reset
I hope this helps.
They say that if you play a Win cd backward you hear satanic messages. That's nothing! 'cause if you play it forwards, it installs windows.
Offline
Pages: 1