Re: Has anyone managed to get the Linksys WUSB v2.6 working?

Joerg Albert <[email protected]> Sun, 24 Aug 2003 04:17:03 +0200 (CEST)
Newsgroups gmane.linux.drivers.atmel-wlan
Message-ID <Pine.LNX.4.56.0308240407310.474@invb>
Hi Luke,

On Wed, 20 Aug 2003, Luke Randall wrote:

> On Tue, 19 Aug 2003 11:08 am, W. Bryce Rea wrote:
> > I couldn't get the atmel driver to work on RH9.0 with the WUSB v2.6,
> > either.  I used this one instead:
> >
> >
> > http://masqmail.cx/at76c503/
> >
>

http://at76c503a.berlios.de got the latest version 0.10 (and some cvs
snapshot). But IMHO your problem won't be solved by updating the driver.

> Sorry if this is off-topic for this list. I didn't know where else to post it
> and thought those on this list using this driver may be able to help me :)
It's not off-topic here, althrough the above page has a link to mailing
lists specific for that driver.

> Then when trying to load the drivers with "modprobe -v at76c503-rfmd" I got:
> /sbin/insmod /lib/modules/2.4.21-0.13mdk/kernel/drivers/usb/at76c503.o
> /lib/modules/2.4.21-0.13mdk/kernel/drivers/usb/at76c503.o: unresolved symbol
> eth_type_trans_R729edb6c
...

Seems like your kernel sources don't match your running kernel. Try either
to compile+install your own kernel or locate the config file of your
running kernel, copy it into the kernel source root dir (as .config) and
run "make dep". Look at the end of
http://lists.freeswan.ca/pipermail/sfs-users/2003-July/004709.html
for more RH specific info (I'm not using RH).

/Jörg