Messages in this thread |  | | Date | Wed, 4 Sep 2002 13:19:33 -0700 (PDT) | From | Peter <> | Subject | Re: 2.4.19-ac4 build problem |
| |
Hi Greg -
Agree -- I couldn't find it either. This may be a makefile error:
linux-2.4.19-ac4 # grep usbdrv.o * -r Makefile:DRIVERS-$(CONFIG_USB) += drivers/usb/usbdrv.o drivers/usb/Makefile:O_TARGET := usbdrv.o
The kernel compiled fine when I defined Input core support in the kernel rather than as modules (cf. below). And USB is working great -- keyboard, cordless mouse, webcam, scanner, printer, the works.
Cheers, Peter
Does not compile:
# # Input core support # CONFIG_INPUT=m CONFIG_INPUT_KEYBDEV=m CONFIG_INPUT_MOUSEDEV=m CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 CONFIG_INPUT_JOYDEV=m # CONFIG_INPUT_EVDEV is not set
Compiles:
# # Input core support # CONFIG_INPUT=y CONFIG_INPUT_KEYBDEV=y CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 CONFIG_INPUT_JOYDEV=y CONFIG_INPUT_EVDEV=y
I don't know if the last two lines matter.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |