https://bugzilla.novell.com/show_bug.cgi?id=785603 https://bugzilla.novell.com/show_bug.cgi?id=785603#c6 --- Comment #6 from Earl Ruby <eruby@knowledgematters.net> 2012-11-22 01:40:34 UTC --- The -xen flavor *does* have ohci-hcd uhci-hcd ehci-hcd xhci-hcd hid usbhid. Scroll your window to the left when viewing http://bugzillafiles.novell.org/attachment.cgi?id=509955 The missing module is hid-generic, which is listed in the /lib/mkinitrd/scripts/boot-usb.sh script but which can't be found and is not included. Weird mkinitrd behavior #1, probably not related: modprobe gives the error "Module hid_generic not found" for *both* the -desktop and -xen flavors, but the USB keyboard only fails to be active when booting the Xen kernel. I can unlock the encrypted LVM just fine when booting the -desktop kernel. Weird mkinitrd behavior #2, probably not related: The /lib/mkinitrd/scripts/boot-usb.sh script lists ohci_hcd and ehci_hcd (names with underscores), mkinitrd shows ohci-hcd and ehci-hcd as successfully included modules (names with dashes). They're included in both the -desktop and -xen flavors, so it appears to work, but seems odd that the names don't match. Possibly relevant clue: When booting -desktop, I get a graphical screen with a prompt for the passphrase to unlock the LVM. When booting -xen, I get textmode (no graphics) and when I get the text prompt to unlock the LVM, my keyboard does nothing. (In reply to comment #2)
As can be seen from the mkinitrd output, the -desktop flavor gets (among others)
ohci-hcd uhci-hcd ehci-hcd xhci-hcd hid usbhid
whereas the -xen flavor out of these only gets xhci-hcd. Why this is (or how to get mkinitrd to produce sufficiently verbose output to determine the reason) needs to be looked at (suggested by) a mkinitrd person.
(In reply to comment #1)
This is similar to bug #775669
I'm not sure - there the ?hci-hcd modules all appear to be present.
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.