WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] mkinitrd fails to include 'pciback' module on openSUSE 11.1

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>, <xen-users-request@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] mkinitrd fails to include 'pciback' module on openSUSE 11.1
From: "Phil Winterfield (winterfi)" <winterfi@xxxxxxxxx>
Date: Thu, 24 Sep 2009 11:38:01 -0700
Authentication-results: sj-dkim-3; header.From=winterfi@xxxxxxxxx; dkim=pass ( sig from cisco.com/sjdkim3002 verified; );
Cc:
Delivery-date: Thu, 24 Sep 2009 11:38:31 -0700
Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; l=10486; t=1253817482; x=1254681482; c=relaxed/simple; s=sjdkim3002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=winterfi@xxxxxxxxx; z=From:=20=22Phil=20Winterfield=20(winterfi)=22=20<winterfi@ cisco.com> |Subject:=20mkinitrd=20fails=20to=20include=20'pciback'=20m odule=20on=20openSUSE=2011.1 |Sender:=20; bh=gnukwdGsWknYrIEb28iCw5PtvhOhcMjF2t+w0Sf7puw=; b=X37dANEMeGYJRktMjGzwXPvJ3xO3+91owL82QcjjPvGHe98UmBEj/WYEg9 L9tjJ6sq6PqMIDf+Lz5IQhVAyzmUZnP4dg0VSt68FvcHyKDKBc42x0wx5l7S +vOQi18jd/;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Aco9RiUjIzDLL7dySQ6QyRJlH5ZXHQ==
Thread-topic: mkinitrd fails to include 'pciback' module on openSUSE 11.1

I have installed openSUSE 11.1 w/ xen and then updated it to latest xen-3.4-testing.  It boots fine and is running linux-2.6.27-9 OK, except that pci passthrough does not work, presumably because the ‘pciback’ module was not included in the initrd-2.6.27.7-9-xen image.  To correct this I did the following steps:

 

In  /etc/sysconfig/kernel I have changed this line to now include the pciback module:

INITRD_MODULES="pciback ahci processor thermal fan jbd ext3 edd"

 

I recompile mkinitrd:

greencity01:/home # mkinitrd

 

Kernel image:   /boot/vmlinuz-2.6.27.7-9-xen

Initrd image:   /boot/initrd-2.6.27.7-9-xen

Root device:    /dev/disk/by-id/ata-ST31000528AS_9VP009RT-part5 (/dev/sda5) (mounted on / as ext3)

Resume device:  /dev/disk/by-id/ata-ST31000528AS_9VP009RT-part3 (/dev/sda3)

Kernel Modules: xenbus_be pciback dock scsi_mod libata ahci hwmon thermal_sys processor thermal fan jbd mbcache ext3 edd xennet cdrom xenblk crc-t10dif sd_mod usbcore ohci-hcd uhci-hcd ehci-hcd ff-memless hid usbhid

Features:       block usb resume.userspace resume.kernel

Bootsplash:     No bootsplash for kernel flavor xen

22687 blocks

 

Everything looks fine:

 

greencity01:/home # ls -l /boot/initrd-2.6.27.7-9-xen

-rw-r--r-- 1 root root 5634405 Sep 24 11:20 /boot/initrd-2.6.27.7-9-xen

 

Except that when I reboot, no pci back module:

 

greencity01:/home # lsmod | grep pciback

greencity01:/home #

 

Anyone have any ideas on how to correct this?

 

Thanks,

Phil

 

 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>