On Tue, Feb 16, 2010 at 3:17 PM, brown wrap <[email protected]> wrote: > > > --- On Tue, 2/16/10, stosss <[email protected]> wrote: > >> Did you build USB support into your kernel? > > > I thought I had built usb support. I find modules in the /boot/grub directory: > > [r...@localhost modprobe.d]# ls -l /mnt/lfs/boot/grub/|grep usb > -rw-r--r-- 1 root root 3232 Feb 15 05:57 usb_keyboard.mod > -rw-r--r-- 1 root root 4140 Feb 15 05:57 usb.mod > -rw-r--r-- 1 root root 3760 Feb 15 05:57 usbms.mod > -rw-r--r-- 1 root root 2968 Feb 15 05:57 usbtest.mod > > But I am confused about: > > # Begin /etc/modprobe.d/usb.conf > > install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i ohci_hcd ; true > install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i uhci_hcd ; true > > # End /etc/modprobe.d/usb.conf > > Are those the correct modules? And if so, how do they get loaded? > > I have a regular old style serial keyboard and that didn't work either.
It looks to me like you might not have everything you need supported in your kernel. You might want to configure and install the kernel again. Checking the config a lot closer this time. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
