Re: Surecom 9001 and linux on PPC
Stefano Marinelli <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Organization | Just@Server |
| Message-ID | <[email protected]> |
On Fri, Apr 02, 2004 at 09:44:34AM -0500, Francis Provencher wrote: > One simple question: are you sure you loaded the good driver for your > device? > > I myself struggled with that when first installing the driver: there is > more than one driver build... It should be: on the supported devices page, it says that surecom 9001 is supported by the at76c503-rfmd driver... > grep for the USB ids (xxx,yyy) in the source C files. If > you find the pair, manually load the corresponding driver > (at76c503-rfmd, at76c503-rmfd-acc, at76c503-i3861, at76c503-i3863, > at76c505-rfmd,at76c505-rfmd2958), e.g. by > > modprobe -v at76c503-rfmd I've found that the ids are vend/id:0xace prod/id:0x1201 I've put them on the at76c503-rfmd.c file (changing one of those that are there) and tried to load the driver. I get this error message on the dmesg: /tmp/atold/usbdfu.c: USB Device Firmware Upgrade (DFU) handler v0.12beta9 loading /tmp/atold/at76c503.c: Generic Atmel at76c503/at76c505 routines v0.12beta9 /tmp/atold/at76c503-fw_skel.c: Atmel at76c503 (RFMD) Wireless LAN Driver v0.12beta9 loading /tmp/atold/at76c503-fw_skel.c: using compiled-in firmware drivers/usb/core/usb.c: registered new driver at76c503-rfmd usb 3-1: control timeout on ep0in /tmp/atold/at76c503.c: downloading internal fw failed with -22 It could seem an usb error, but...any idea? Thanks Stefano