2011-06-05 14:29:33

by Jeff Chua

[permalink] [raw]
Subject: Realtek RTL8192CU Polling FW ready fail!! REG_MCUFWDL:0x00000006

Just trying out the PCi GW-USBExtreme USB Wireless adaptor. It's
detected as Realtek 2019:ed17 and I'm using the kernel rtl8192cu
module.

Here's the dmesg ... it seems having problem with the firmware
(rtl8192cufw.bin) ... (Polling FW ready fail!!
REG_MCUFWDL:0x00000006). I downloaded the firmware from
http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git

cfg80211: Calling CRDA to update world regulatory domain
rtl8192cu: MAC address: 00:22:cf:43:d3:8b
rtl8192cu: Board Type 0
rtl8192cu: rx_max_size 15360, rx_urb_num 8, in_ep 1
ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
usbcore: registered new interface driver rtl8192cu
rtl8192cu: MAC auto ON okay!
rtl8192cu: Tx queue select: 0x05
rtl8192c: Loading firmware file rtlwifi/rtl8192cufw.bin
rtl8192c_common:_rtl92c_fw_free_to_go():<0-0> Polling FW ready fail!!
REG_MCUFWDL:0x00000006 .
rtl8192c_common:rtl92c_download_fw():<0-0> Firmware is not ready to run!


# Linux Kernel 3.0.0-rc1

-rw-rw-r-- 1 root root 16014 Jun 3 22:53
/usr/lib/firmware/rtlwifi/rtl8192cufw.bin

Thanks,
Jeff


2011-06-07 04:44:59

by Jeff Chua

[permalink] [raw]
Subject: Re: Realtek RTL8192CU Polling FW ready fail!! REG_MCUFWDL:0x00000006

On Sun, Jun 5, 2011 at 10:29 PM, Jeff Chua <[email protected]> wrote:
> Just trying out the PCi GW-USBExtreme USB Wireless adaptor. It's
> detected as Realtek 2019:ed17 and I'm using the kernel rtl8192cu
> module.
>
> Here's the dmesg ... it seems having problem with the firmware
> (rtl8192cufw.bin) ... (Polling FW ready fail!!
> REG_MCUFWDL:0x00000006). I downloaded the firmware from
> http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git
>
> cfg80211: Calling CRDA to update world regulatory domain
> rtl8192cu: MAC address: 00:22:cf:43:d3:8b
> rtl8192cu: Board Type 0
> rtl8192cu: rx_max_size 15360, rx_urb_num 8, in_ep 1
> ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
> usbcore: registered new interface driver rtl8192cu
> rtl8192cu: MAC auto ON okay!
> rtl8192cu: Tx queue select: 0x05
> rtl8192c: Loading firmware file rtlwifi/rtl8192cufw.bin
> rtl8192c_common:_rtl92c_fw_free_to_go():<0-0> Polling FW ready fail!!
> REG_MCUFWDL:0x00000006 .
> rtl8192c_common:rtl92c_download_fw():<0-0> Firmware is not ready to run!
>
>
> # Linux Kernel 3.0.0-rc1
>
> -rw-rw-r-- 1 root root 16014 Jun ?3 22:53
> /usr/lib/firmware/rtlwifi/rtl8192cufw.bin


Not sure anyone got a chance to look into this. I could get the device
to work with RTL8192CU_linux_v3.0.1590.20110511.zip (just that
ifconfig wlan0 froze the whole system).

rtw driver version=v3.0.1590.20110511
CHIP TYPE: RTL8188C_8192C
MAC Address from efuse= 00:22:cf:43:d3:8b


Thanks,
Jeff

2011-06-07 12:40:35

by Larry Finger

[permalink] [raw]
Subject: Re: Realtek RTL8192CU Polling FW ready fail!! REG_MCUFWDL:0x00000006

On 06/06/2011 11:44 PM, Jeff Chua wrote:
>
>
> Not sure anyone got a chance to look into this. I could get the device
> to work with RTL8192CU_linux_v3.0.1590.20110511.zip (just that
> ifconfig wlan0 froze the whole system).
>
> rtw driver version=v3.0.1590.20110511
> CHIP TYPE: RTL8188C_8192C
> MAC Address from efuse= 00:22:cf:43:d3:8b

I have not yet had an opportunity to check on this. My recollection is that the
error message from the firmware did not affect the operation of the chip, but I
have not yet proved that.

I cannot vouch for the operation of any drivers downloaded from the Realtek web
site. Many of them will not work with 64-bit systems.

Larry