Beaglebone - USB Wifi Dongle error : rt2x00lib_request_firmware

hi everyone. i tried my problem. My problem about Wifi USB dongle. I 'm usıng usb dongle EVEREST zc-wl0105 on my PC but it’s not working my beaglebone.
My beaglebone’s OS version is Angstrom v2012.05 - Kernel 3.2.34

i seen this link : http://learn.adafruit.com/beaglebone/wifi and this like sites. But everyone is saying this problem.
i put on the dongle to beaglebone this problem saying :

[ 147.404693] phy1 → rt2x00lib_request_firmware: Error - Failed to request Firmware.
[ 147.420288] phy1 → rt2x00lib_request_firmware: Error - Failed to request Firmware.

I don’t know what do i need it ?
I install ,

$ opkg install update
But status not change. Still it’s not working.

root@beaglebone:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

when i write and click to enter ,

root@beaglebone:~# opkg install rt73-firmware
Unknown package ‘rt73-firmware’.
Collected errors:

  • opkg_install_cmd: Cannot install package rt73-firmware.

root@beaglebone:~# lsmod
Module Size Used by
rt73usb 17794 0
rt2x00usb 9335 1 rt73usb
rt2x00lib 33219 2 rt73usb,rt2x00usb
mac80211 150352 2 rt2x00usb,rt2x00lib
cfg80211 123610 2 rt2x00lib,mac80211
spidev 3912 0
ip_tables 7854 0
x_tables 14585 1 ip_tables
g_mass_storage 24058 0
rfcomm 24391 0
ircomm_tty 14101 0
ircomm 8474 1 ircomm_tty
irda 85621 2 ircomm_tty,ircomm
hidp 10240 0
bluetooth 110229 4 rfcomm,hidp
rfkill 14673 3 cfg80211,bluetooth
ipv6 210900 14

i searched almost of day. but i didn’t find anything. Everyone is seeing this problem.

Please can i help for my problem ? Thanks.

Gokhan.

You need to install the linux-firmware package.
Regards
Sid.

i already installed linux-firmware package.even write this

root@beaglebone:~# opkg install linux-firmware
Installing linux-firmware (0.0+git1+15888a2eab052ac3d3f49334e4f6f05f347a516e-r1) to root…
Downloading http://feeds.angstrom-distribution.org/feeds/v2012.05/ipk/eglibc/all /linux-firmware_0.0+git1+15888a2eab052ac3d3f49334e4f6f05f347a516e-r1_all.ipk.
Configuring linux-firmware.
root@beaglebone:~# reboot

Then the other problem says :

[ 91.831817] phy0 → rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x0400 with error -110.
[ 141.841735] phy0 → rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x0404 with error -110.
[ 240.151733] INFO: task kworker/0:1:19 blocked for more than 120 seconds.
[ 240.158752] “echo 0 > /proc/sys/kernel/hung_task_timeout_secs” disables this message.

and this problem continuous. it doesn’t saying the problem when put off dongle on beaglebone.

Then one writer says “opkg --force-overwrite install linux-firmware” on one beaglebone form comment.
when i try this code on command line .

root@beaglebone:~# opkg --force-overwrite install linux-firmware
Package linux-firmware (0.0+git1+15888a2eab052ac3d3f49334e4f6f05f347a516e-r1) installed in root is up to date.

what do i need it ?
Gokhan

29 Ocak 2013 Salı 15:06:56 UTC+2 tarihinde Sid Boyce yazdı: