Pandora keeps disconnecting from wifi


if you have a windows box, with the driver for that stick. you could try extracting the firmware from it.


http://lekernel.net/prism54/misc.html


download fwextract and extract it from your windows driver, then try this file (rename same as the others, then replug).
 
yep.... totally >< lol. v1 is prism54, v2 is RT2500.


i got the RT2500 source at hand, give me a few mins ill build it.
 
here you go, insmod that, and replug your stick (tho the fact that lsusb see it as v1 scare me a bit.)
 

Attachments

  • rt2570.tar.gz
    101.4 KB · Views: 183
Last edited by a moderator:
Yes it's working :D , thanks Jey, only problem now is apparently it doesn't support WPA so I can't connect to my router :(


Will this be a driver thing or something else? if you happen to know
 
mmm, software wpa should work, tho im not that knowledgeable on that side.


you can try the command line version for wpa connections. wpa_supplicant , there is a bunch of doc on the web about it, but in a nutshell


sudo wpa_passphrase ssid pass > /etc/wpa_supplicant.conf


sudo wpa_supplicant -ira0 -Dwext -c/etc/wpa_supplicant.conf


should at the very least, tell you for sure that you cant or can xD. if it connect, it wont necerarilly set the dhcp, you will need to set your ip/route/resolv manually, or run


sudo dhclient ra0


ra0 should be your wireless connection name, if its not replace it in the commands by whichever it is for you.
 
Back
Top