Cédric Brancourt wrote:

> I installed linux kernel, and linux headers .
> then i added the id of my wlan chip in zd_usb.c.
> i compiler the driver with : "sudo make -C
> /lib/modules/2.6.20-15-generic/build M=`pwd` modules".
> everything ran ok during compilation.
> so, i did "sudo depmod -a" and "modprobe zd1211rw"
> what should i try ?

I am not yet familiar enough with Ubuntu but did you also run some
"install" target after rebuilding, that you forgot to mention here?

Another thing you might want to check: Ubuntu places the firmware in
/lib/firmware/<kernel_version>/zd1211rw while the standard driver is
looking for it under /lib/firmware/zd1211rw so a symlink did the trick
nicely in my case (I'm running a wholly customised kernel but I solved
this specific issue before moving away from stock kernels)

BR,
Andrea.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to