John Crispin a écrit : > Thank you for the bug report, i will look into to it tonight, when i > get home from work and then let you know once it is fixed :-) > >
Thank's ! I was also trying to use ZD1211 driver which is provided in the kernel. but it looks there is also something wrong here. in the file os/linux-2.6/drivers/fox-normal/Makefile there is one line : obj-$(CONFIG_FOX_ZD1211_DIS) += zd1211/ but the actual name of the parameter is : CONFIG_FOX_ZD1211 Then I had to change the line to : obj-$(CONFIG_FOX_ZD1211) += zd1211/ so that the ZD1211 module is build when the related option in the kernel config is set. -- Francois Goudal EPITA Promo 2008 - Ing2 GISTR [EMAIL PROTECTED]
