On Tue, 2003-03-11 at 08:24, rayH wrote: > OK this is sheer laziness; asking here before I make more than a half-hearted > attempt.. > > I bought a couple of usb wirless lan adaptors with at76c503 chips (Maplins > @�40 each). > Plugged one in and dmesg gives: > hub.c: USB new device connect on bus1/2, assigned device number 14 > usb.c: USB device 14 (vend/prod 0x3eb/0x7605) is not claimed by any active > driver > > Download at76c503-0.9 it recommends 2.4.20 kernel, but try make; make install > anyway.. A few errors, which I might read later. > # modprobe -v at76c503 > modprobe: Can't locate module at76c503
Well the errors suggest that the module might not have been built at all. Posting this without including the errors, or even reading them, was a bit of a waste of time. Anyway, the "Can't locate module..." bit means that ld doesn't know where the module is. Have you tried running "depmod -a" after building? You may also want to try "insmod /path/to/module/<modulename>". Without the error message, there's not really a lot anyone who hasn't used these can tell you. HTH Gordon _______________________________________________ Scottish mailing list [EMAIL PROTECTED] http://mailman.lug.org.uk/mailman/listinfo/scottish
