On 15 Sep, this message from Chris Hoover echoed through cyberspace: > However, I am now having > problems getting my new kernel to work. I have gotten the kernel to > build and boot, but when it loads, I have no mouse or keyboard.
> (Blueberry ibook G3 300 - 544MB Ram 40Gig HD) iBook... OK. [snip] > 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_EVDEV=y Above is OK, I guess. > CONFIG_ADB_CUDA=y ^^^^^^^^^^^^^^^^^ No need for this, it's for desktop machines. > CONFIG_ADB_PMU=y You may want to add: CONFIG_MAC_SERIAL=y which may be needed for some devices (irda?) You _need_ to add (and that's your problem): CONFIG_ADB=y CONFIG_INPUT_ADBHID=y CONFIG_MAC_EMUMOUSEBTN=y in order to get your keyboard & trackpad supported, which are (still) connected to a (purely internal) ADB bus. > CONFIG_MAC_HID=y [snip] The rest seems valid. Cheers Michel ------------------------------------------------------------------------- Michel Lanners | " Read Philosophy. Study Art. 23, Rue Paul Henkes | Ask Questions. Make Mistakes. L-1710 Luxembourg | email [EMAIL PROTECTED] | http://www.cpu.lu/~mlan | Learn Always. "

