[Bug 658461] Re: -virtual kernel missing dependent modules (ahci fails to load)

2011-10-25 Thread The Loeki
*** This bug is a duplicate of bug 570542 ***
https://bugs.launchpad.net/bugs/570542

It's largely semantics (it should be 'related'), but the issue is largely the 
same. For some reason the build farms don't pick up on ahci's dependency on 
libahci (it's also not registered in modules.dep) and therefore libahci isn't 
included, leading to the same symptom; SATA won't work with -virtual.
The resolution is for both current bugs also the same: include libahci and 
register the dependency correctly :)

-- 
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


[Bug 658461] Re: -virtual kernel missing dependent modules (ahci fails to load)

2011-10-25 Thread The Loeki
*** 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


[Bug 658461] Re: -virtual kernel missing dependent modules (ahci fails to load)

2011-10-20 Thread phil
*** This bug is a duplicate of bug 570542 ***
https://bugs.launchpad.net/bugs/570542

Is there a workaround? Is it possible to manually add libahci.ko?

Also, is this really a duplicate of 570542?  570542 is technically fixed
since ahci.ko is included.  It just doesn't work if you don't also
include its dependencies.

-- 
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


[Bug 658461] Re: -virtual kernel missing dependent modules (ahci fails to load)

2011-10-18 Thread Diffform
*** This bug is a duplicate of bug 570542 ***
https://bugs.launchpad.net/bugs/570542

It also happens for kernel 3.0.0-12-virtual in ubuntu 11.10:

FATAL: Error inserting ahci
(/lib/modules/3.0.0-12-virtual/kernel/drivers/ata/ahci.ko): Unknown
symbol in module, or unknown parameter (see dmesg)

-- 
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


[Bug 658461] Re: -virtual kernel missing dependent modules (ahci fails to load)

2011-10-17 Thread The Loeki
*** This bug is a duplicate of bug 570542 ***
https://bugs.launchpad.net/bugs/570542

** This bug has been marked a duplicate of bug 570542
   linux-image-virtual does not include ahci module, prevents virtualbox from 
booting an Ubuntu guest

-- 
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


[Bug 658461] Re: -virtual kernel missing dependent modules (ahci fails to load)

2011-10-01 Thread Brandon Lebedev
I confirm rlagger's report.  If I boot kernel 2.6.38-11-virtual in
VirtualBox, this error message appears:

FATAL: Error inserting ahci
(/lib/modules/2.6.38-11-virtual/kernel/drivers/ata/ahci.ko): Unknown
symbol in module, or unknown parameter (see dmesg)

(dmesg output capture at
http://www.freeimagehosting.net/newuploads/225b3.png)

modprobe ahci also fails if I chroot into the system.

-- 
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


[Bug 658461] Re: -virtual kernel missing dependent modules (ahci fails to load)

2011-06-05 Thread Richard Laager
This is an issue for me in Natty. It prevents booting a guest under
VirtualBox.

-- 
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)

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


[Bug 658461] Re: -virtual kernel missing dependent modules (ahci fails to load)

2010-10-20 Thread toobuntu
Bug # 663053 may also be related:
encrypted block devices unavailable with linux-virtual
https://bugs.launchpad.net/bugs/663053

-- 
-virtual kernel missing dependent modules (ahci fails to load)
https://bugs.launchpad.net/bugs/658461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 658461] Re: -virtual kernel missing dependent modules (ahci fails to load)

2010-10-13 Thread Patrick G.
Looks like -virtual is missing at least 2 important modules.
See Bug: https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/659084

-- 
-virtual kernel missing dependent modules (ahci fails to load)
https://bugs.launchpad.net/bugs/658461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 658461] Re: -virtual kernel missing dependent modules (ahci fails to load)

2010-10-12 Thread Scott Moser
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
-virtual kernel missing dependent modules (ahci fails to load)
https://bugs.launchpad.net/bugs/658461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 658461] Re: -virtual kernel missing dependent modules (ahci fails to load)

2010-10-11 Thread Scott Moser

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/658461/+attachment/1685134/+files/BootDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/658461/+attachment/1685135/+files/Dependencies.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/658461/+attachment/1685136/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/658461/+attachment/1685137/+files/ProcInterrupts.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/658461/+attachment/1685138/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/658461/+attachment/1685139/+files/UdevLog.txt

-- 
-virtual kernel missing dependent modules (ahci fails to load)
https://bugs.launchpad.net/bugs/658461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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