Comment 13 for bug 296710

Revision history for this message
Oleksij Rempel (olerem) wrote : Re: [Bug 296710] Re: warning: ehci_hcd loaded AFTER uhci_hcd and ohci_hcd

You can use small work around:

1. sudo vi /etc/initramfs-tools/initramfs.conf
change MODULES=list
2. sudo lsmod | sed 's/\([[:graph:]]*\).*/\1/' >>
/etc/initramfs-tools/modules
3. sudo vi /etc/initramfs-tools/modules
remove "Module", move ehci_hcd to the first place
4. sudo update-initramfs -u

instead of complete modules list you can add only one: "ehci_hcd"