lspci 0000:00:11.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10) 0000:00:12.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10) nano /boot/menu/grub.list title Debian GNU/Linux, Xen kernel 2.6.12.6-xen root (hd0,0) kernel /boot/xen.gz module /boot/xen-linux-2.6.12.6-xen root=/dev/sda1 ro pciback.hide(''00:11.0'')(''00:12.0'') #module /boot/xen-linux-2.6.12.6-xen root=/dev/sda1 ro pciback.hide=(00:11.0)(00:12.0) #module /boot/xen-linux-2.6.12.6-xen root=/dev/sda1 ro pciback.hide=(0000:00:11.0)(0000:00:12.0) module /boot/xen-modules-2.6.12.6-xen savedefault boot cat /var/log/dmesg | grep pci Kernel command line: root=/dev/sda1 ro pciback.hide=(''00:11.0'')(''00:12.0'') Unknown boot option `pciback.hide=(''00:11.0'')(''00:12.0'')'': ignoring PCI: If a device doesn''t work, try "pci=routeirq". If it helps, post a report options: [pci] [cardbus] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 cat /var/log/dmesg | grep pci Kernel command line: root=/dev/sda1 ro pciback.hide=(''00:11.0'')(''00:12.0'') Unknown boot option `pciback.hide=(00:11.0)(00:12.0)'': ignoring PCI: If a device doesn''t work, try "pci=routeirq". If it helps, post a report options: [pci] [cardbus] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 I can''t seem to do this correctly is there something else I have to do? or something I did wrong? -- Thank you, Frank Di Rocco _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Andrej Radonic
2006-Apr-29 18:21 UTC
Re: [Xen-users] Still having trouble with pciback.hide
[...]> cat /var/log/dmesg | grep pci > Kernel command line: root=/dev/sda1 ro pciback.hide=(''00:11.0'')(''00:12.0'') > Unknown boot option `pciback.hide=(00:11.0)(00:12.0)'': ignoring > PCI: If a device doesn''t work, try "pci=routeirq". If it helps, post > a report > options: [pci] [cardbus] > pci_hotplug: PCI Hot Plug PCI Core version: 0.5 > > I can''t seem to do this correctly is there something else I have to > do? or something I did wrong?which version of Xen are you running? Support for pciback.hide has been reintroduced only since 3.02 . The other possibility is that you are using a xen kernel which doesn''t have pciback support compiled in. Ciao, Andrej _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Sat, 2006-04-29 at 13:57 -0400, Frank DiRocco wrote:> nano /boot/menu/grub.list > title Debian GNU/Linux, Xen kernel 2.6.12.6-xen > root (hd0,0) > kernel /boot/xen.gz > module /boot/xen-linux-2.6.12.6-xen root=/dev/sda1 ro > pciback.hide=(''00:11.0'')(''00:12.0'') > #module /boot/xen-linux-2.6.12.6-xen root=/dev/sda1 ro > pciback.hide=(00:11.0)(00:12.0) > #module /boot/xen-linux-2.6.12.6-xen root=/dev/sda1 ro > pciback.hide=(0000:00:11.0)(0000:00:12.0) > module /boot/xen-modules-2.6.12.6-xen > savedefault > boot > > cat /var/log/dmesg | grep pci > Kernel command line: root=/dev/sda1 ro > pciback.hide=(''00:11.0'')(''00:12.0'') > Unknown boot option `pciback.hide=(''00:11.0'')(''00:12.0'')'': ignoring > PCI: If a device doesn''t work, try "pci=routeirq". If it helps, post > a report > options: [pci] [cardbus] > pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Frank, It appears that your version of Xen Linux is too old for pci driver domain support (you should have kernel version 2.6.16, the pciback driver was accepted into Xen after the upgrade from 2.6.12 to 2.6.16). You''ll need Xen 3.0.2 or something from xen-unstable. Also, the kernel command-line parameter should not have single-quotes in the value. It should be: pciback.hide=(00:11.0)(00:12.0) Ryan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users