--- Hendré Claassen <[EMAIL PROTECTED]> wrote: > Hello, > > I'm new to the Linux world and have chosen Gentoo as > my weapon of choice. After compiling my kernel, and > rebooting into my new Gentoo system, the keyboard > seized to function. I have compiled the USB Human > Interface option into the kernel ... the keyboard > functioned perfectly when I booted with the > Universal CD. Obviously I'm missing something ... > any help will be appreciated.
Hello Hendré, You need the usb keyboard driver. In the kernel config you need CONFIG_USB_KBD=y or CONFIG_USB_KBD=m and if compliled as a module it will appear as this file: /lib/modules/$KV/kernel/drivers/usb/input/usbkbd.ko If that module exists you can make it autoload like this: echo usbkbd >> /etc/modules.autoload.d/kernel-2.6 Zac Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html -- gentoo-user@gentoo.org mailing list