I can confirm the bug.

I have a Samsung N510 with Ubuntu 10.10 too.
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8192E Wireless 
LAN Controller (rev 01)

I made complete new kernel module out of a recent 2.6.35-stable git.

I get the same error
[ 199.325063] rtl819xE:ERR in CPUcheck_firmware_ready()

I guess it is not a download firmware issue.
CPUcheck_firmware_ready is called init_firmware (r819xE_firmware.c) after 
successfully downloading the first 2 files. (boot.img and data.img)

case FW_INIT_STEP2_DATA:
        /* download initial data code */
        pfirmware->firmware_status = FW_STATUS_4_MOVE_DATA_CODE;
        mdelay(1);

        rt_status = CPUcheck_firmware_ready(dev);
                if (rt_status != TRUE) {
                        RT_TRACE(COMP_FIRMWARE,
                                "CPUcheck_firmware_ready fail(%d)!\n",
                                rt_status);
                        goto download_firmware_fail;
                }

-- 
rtl819xE:request firmware fail!
https://bugs.launchpad.net/bugs/508746
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to