On Thu, 2002-11-14 at 11:59, Jeff Makus wrote:

> I purchased an SMC 2662W USB wireless adapter.  It appears to work under 
> Windows just fine.   However under Linux is another story!  I love Linux 
> and this eludes me.  Before I purchased the device I looked at the SMC 
> web site and there is a driver for Linux.  However when I install the 
> SMC driver  and do a "depmod -a"  it states something like:
> 
> depmod: *** Unresolved symbols in 
> /lib/modules/2.4.18/kernel/drivers/usb/vnetusba-2.4.18.o

What kernel you are running? Run "uname -a" and it will tell you.

It is likely that you have a different kernel from what the driver was
compiled for. If so, you need to rebuild the driver (if possible). Or to
use a different kernel.

> Anyhow when I plug in the USB adapter and run dmesg I get:
> 
> hub.c: USB new device connect on bus1/1, assigned device number 1
> usb.c: USB device 1 (vend/prod 0xd5c/0xa001) is not claimed by any 
> active driver.
> 
> This is all well and good.  It gives me the vendor and product codes for 
> detection.  Now I just need to find a driver....
> 
> I went to http://www.wireless.org.au/~jhecker/atmeldrv/usbtable.html and 
> it shows two different product codes 0xa002/0Xa001 on line 35 for the 
> SMC 2662W.  I build the whole driver set from there with no luck - even 
> with entering the vendor and product codes.  I must be missing something!

This is a less charted territory, but if you want you can change the
product codes in the driver to match your device. Vendors are required
to use their own codes, so this is not something unusual. After you
rebuild the driver to match your device then the new driver should work.

Dmitri

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to