Re: SMC2662W V.4
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Alex, > Yay! It works! Here's the dmesg results in case you are interested: > ... > /root/newianwireless/at76c503a/at76c503.c: sending REMAP > drivers/usb/host/uhci-hcd.c: uhci_result_control() failed with status 440000 > [c1308240] link (013081e2) element (083ea000) > 0: [c83ea000] link (083ea040) e0 Stalled CRC/Timeo Length=7 MaxLen=7 > DT0 EndPt=0 Dev=3, PID=2d(SETUP) (buf=0b766be0) > 1: [c83ea040] link (00000001) e3 IOC Active Length=0 MaxLen=7ff DT1 > EndPt=0 Dev=3, PID=69(IN) (buf=00000000) OK, the error response to REMAP was expected, but > usb 1-1: control timeout on ep0in > /root/newianwireless/at76c503a/at76c503.c: wlan0: get_cmd_status failed: > -110 this one not, althrough the device seems to work ... > I seem seem to get some wierd keyboard lockups that are probably related > to the "drivers/usb/host/uhci-hcd.c: uhci_result_control() failed with > status 440000", but that's a uhci problem not a problem with this > driver, this driver works PERFECTLY with the SMC2662W V.4 I guess it has something to do with the driver structure. It does the firmware download in keventd, actively polling for answers, which locks the keyboard (same behaviour at scan time). Anyhow, it works for your device. Could you diff your sources against the cvs repository or tell me which changes you'd applied: the patch from my previous posting and the boardtype fix, some more? I'd like to update cvs. Thanks for testing! /Jörg