I've been following gerrelt's excellent tutorial on setting up a piCore squeeze player but am having trouble attaching to the router (Netgear WNDR 3700v2).
Per the tutorial, I've tce-loaded wifi, usbutils and firmware.ralinkwifi. I'm using the /usr/local/bin/wifi.sh script to set up the wlan. In dmesg I get the following:
[ 23.801118] cfg80211: Calling CRDA to update world regulatory domain
[ 25.458238] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[ 25.517825] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
[ 25.555210] usbcore: registered new interface driver rt2800usb
[ 227.310116] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[ 227.310268] rt2800usb 1-1.2:1.0: Direct firmware load failed with error -2
[ 227.310287] rt2800usb 1-1.2:1.0: Falling back to user helper
[ 227.334002] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
what follows is a couple of cycles of trying to authenticate/associate followed by deauthenticating reason =1 and ultimately a TX timeout and no connection.
When I use a Raspbian build (following gerrelt's other excellent tutorial!) and using the wlan config tool provided on the x-desktop, I get a successful connection and the following in dmesg:
[11.433718] cfg80211: Calling CRDA to update world regulatory domain
[12.520440] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[12.667689] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
[12.847927] usbcore: registered new interface driver rt2800usb
[25.826334] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[25.829726] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
I presume the issue is in not finding the rt2870.bin driver (in the right place?) but I'm not able to figure it out any further.
Any suggestions to fix or debug further would be greatly appreciated, thanks in advance-