*** This bug is a duplicate of bug 570542 ***
    https://bugs.launchpad.net/bugs/570542

The ahci.ko needs libahci to work, which is included in linux-image-
extra-virtual (along with everything but the kitchen sink). It *SHOULD*
be included in linux-image-virtual IMHO, because ahci.ko is next to
worthless without it, and installing an additional 120MB of drivers,
modules and cruft to get a 47KiB module to get SATA to work is just
plain silly (bug #658461)

Workaround (I guarantee nothing :-P ):
###########
cd /tmp
apt-get download linux-image-extra-3.0.0-12-virtual
cd /
dpkg --fsys-tarfile /tmp/linux-image-extra-3.0.0-12-virtual*.deb | tar 
--wildcards -xf - */libahci.ko
depmod -a
update-initramfs -u
shutdown -r now
############

<presto>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/658461

Title:
  -virtual kernel missing dependent modules (ahci fails to load)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/658461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to