Displaying 2 results from an estimated 2 matches for "nvidia_deihceca_part7".
Did you mean:
nvidia_deihceca_part6
2008 Feb 12
7
san fibrechannel device in HVM domU
Hi,
I''m on a HP DL365, amd64, running SLES10sp1, but with kernel and xen of
SLES10sp2, therefore using Xen 3.2. The domU shall be a Windows HVM guest.
I want use the Qlogic SAN card in a domU. I''m following these instructions:
http://www.novell.com/communities/node/2880/assign-dedicated-network-card-or-pci-device-xen-virtual-machine
well, there is written that this only
2007 Dec 19
5
pciback.hide with ISDN Cards
...on Audio
There are 2 ISDN Card under following PCI Adresses: 0000:01:00.0 and
0000:01:01.0
so under /boot/grub/menu.lst:
title XEN -- openSUSE 10.3 - PAE
root (hd0,4)
kernel /xen-pae.gz pciback.hide=(0000:01:00.0)(0000:01:01.0)
module /vmlinuz-2.6.22.13-0.3-xenpae
root=/dev/mapper/nvidia_deihceca_part7 vga=normal
resume=/dev/mapper/nvidia_deihceca_part6 splash=silent showopts
module /initrd-2.6.22.13-0.3-xenpae
and under /etc/modprobe.conf.local:
options pciback hide=(0000:01:00.0)(0000:01:01.0)
install hfcpci /sbin/modprobe pciback ; /sbin/modprobe --first-time
--ignore-install hfcpci
ev...