Re: (no subject)

Joerg Albert <[email protected]> Thu, 13 May 2004 23:10:05 +0200 (CEST)
Newsgroups gmane.linux.drivers.atmel-wlan
Message-ID <[email protected]>
Hi,

On Wed, 5 May 2004, Dorell Royster wrote:

> I'm a linux newbie. I'm running Fedora Core 1.  Kernel version
> 2.4.22-1.2188.nptl. I installed the latest RPM for the AT76C503A driver=
. I'm
> trying to use a Netgear 101 (b) as my wireless adapter, when I plug it =
in I
> get the folling info in the sytem log:
>
> May  5 21:58:03 localhost kernel: hub.c: new USB device 00:07.2-2, assi=
gned
> address 3
> May  5 21:58:03 localhost kernel: usb.c: USB device 3 (vend/prod
> 0x864/0x4102) is not claimed by any active driver.
> May  5 21:58:06 localhost usb.agent[20837]: missing kernel or user mode
> driver usbdfu
> May  5 21:58:06 localhost kernel: at76c503.c: Generic Atmel
> at76c503/at76c505 routines v0.11beta4-ac1
> May  5 21:58:06 localhost kernel: at76c503.c: Generic Atmel
> at76c503/at76c505 routines v0.11beta4-ac1 exit
> May  5 21:58:06 localhost insmod:
> /lib/modules/2.4.22-1.2188.nptl/updates/drivers/usb/at76c503.o: unresol=
ved
> symbol unregister_netdevice_R91015378
> ...

Was this an offical RPM for your kernel? Where does it come from?
Looks like it misses usbdfu.o and the external symbols got the wrong
version string. Did you compile the kernel yourself?

Anyhow, getting the driver sources (http://at76c503a.berlios.de) and
compiling them may be the fastest way - but you also need to install the
kernel source (at least the headers) matching your running kernel.

/J=F6rg