[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] xen, pvops & nvidia graphics
- To: Kai Wohlfahrt <kjw53@xxxxxxxxx>
- From: JÃrn Odberg <jorn.odberg@xxxxxxxxx>
- Date: Tue, 19 Jan 2010 14:49:52 +0100
- Cc: chris <tknchris@xxxxxxxxx>, Xen-Users List <xen-users@xxxxxxxxxxxxxxxxxxx>
- Delivery-date: Tue, 19 Jan 2010 05:50:38 -0800
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UroR7vDu9K1pM4TXD86H5Fq8Br/C/KaAgKY/PYkcQtEj5HbkaglnPAofuwNOyJ5zRc ZY2SyEDGUCpgn+mst7I0qu/zUoGS5nBnFF3SPxOeCf0EtT6r3CrhJmuv8ZtAAxsz8+V9 hxuJWVOxxCLVmGdmduDiQeZEZUkVAqngnHkHE=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
Hello.
I have this exact same problem myself.
(I have four onboard gigabit network cards, pci 05:00.0, 06:00.0, 07:00.0 and 08:00.0) I tried using pciback.hide=(06:00.0)(07:00.0) . And in dom0, I now get:
xen ~ # ifconfig eth1 eth1: error fetching interface information: Device not found
And the same for eth2. So it apparently got "hidden", or detached.
But the command "xm pci-list-assignable-devices" doesn't return anything. And when trying "xm pci-detach", I get the same error as you (Cannot detach when pci platform does not exist). Even though I've compiled in all the support I can think of in the kernel.
Running: Gentoo 2.6.31-xen-r10 xen-3.4.2-r1
// JÃrn
On Mon, Dec 21, 2009 at 10:22 PM, Kai Wohlfahrt <kjw53@xxxxxxxxx> wrote:
Still no luck with that. My grub entry looks like so:
menuentry "Xen-Unstable / Kubuntu 9.10 kernel 2.6.31.6 pvops" {
insmod ext2
set root=(hd0,1)
multiboot (hd0,1)/boot/xen.gz dom0_mem=1048M iommu=force
module (hd0,1)/boot/vmlinuz-2.6.31.6-xen xen-pciback.hide=(01:00.0)
module (hd0,1)/boot/initrd.img-2.6.31.6-xen
}
but my lspci still looks the same (i.e. it still has the line: 01:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce GT 130M] (rev a1)).
Using xm pci-detach still gives the same error as well (Error: Cannot detach when pci platform does not exist)
Kai
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|