Did you get it working? I only ask because I have a second one now and I have got it going BUT internally its completely different from the first one.
The first reveals itself under lsusb as follows
Code: Select all
Bus 001 Device 004: ID 050d:705c Belkin Components F5D7050 Wireless G Adapter v4000 [Zydas ZD1211B]
The second reveals itself under lsusb as follows
Code: Select all
Bus 001 Device 007: ID 050d:705a Belkin Components F5D7050 Wireless G Adapter v3000 [Ralink RT2571W]
So completely different set of drivers required AND my hardware setup is a bit different too with the v3000 adapter
I have to boot it WITHOUT WLAN adaptor and without mouse
Then plug the Adaptor In - and it only seems work in the Powered Hub (unlike the other setup I have)
and issue a sudo ifup wlan1 to get it started
Then plug the mouse in
And it all then works .... for a while ... and then the link drops.... I have to do a sudo ifdown wlan1 then a sudo ifup wlan1 to get it going again
A couple of points
1. It seems if you don't keep using these things they drop - the pi running
http://www.bryxx.com was doing the same - I set up a 30s periodinc ping to 8.8.8.8 (google) to keep the link up
2. If you've loaded the firmware and got one wireless adaptor running as wlan0, if you add another one with new firmware this gets bumped to wlan1 (so /etc/network/interfaces needs to sets of entries)
This pi setup
