mkdir initramfs
cd initramfs
gzip -dc /boot/initramfs-2.6.35.13-92.fc14.x86_64.img | cpio -id
find ./ -name "xhci*"
Search for xhci* returned no results so the module was not included in initramfs. To fix this situation one must rebuild the initramfs for used kernel. For safety reasons please backup your original initramfs image.
mkinitrd /boot/initramfs-$(uname -r).img $(uname -r) -f --preload xhci_hcd
According to Fedora wiki the xhci module was also disabled by default due to an issue with suspending. To enable this module add the following option to kernel's parameters.
xhci_hcd.enable=1
Finally try to fix the suspend issue of Fedora by executing the following command in terminal.
echo "SUSPEND_MODULES=\"xhci_hcd\"" > /etc/pm/config.d/xhci_hcd
Brak komentarzy:
Prześlij komentarz