LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   make modules complie error..... (https://www.linuxquestions.org/questions/debian-26/make-modules-complie-error-332991/)

hkl8324 06-13-2005 04:14 AM

make modules complie error.....
 
drivers/usb/net/usbnet.c:3179:2: #error You need to configure some hardware for this driver
drivers/usb/net/usbnet.c:304: warning: `always_connected' defined but not used
make[3]: *** [drivers/usb/net/usbnet.o] Error 1
make[2]: *** [drivers/usb/net] Error 2
make[1]: *** [drivers/usb] Error 2
make: *** [drivers] Error 2

what does that mean???????

thanks....

mjrich 06-14-2005 05:13 PM

This is a bug from an old kernel (2.6.0). From the kernel lists, the way around seems to be to enable at least one usb host to host option (eg. CONFIG_USB_AN2720). Alternatively, you could try a more recent kernel source, or remove usb network support from the kernel altogether.

For the list details, see http://seclists.org/lists/linux-kern.../Sep/0222.html.

Cheers,

mj


All times are GMT -5. The time now is 05:06 PM.