[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] No network-interface to the outside world in domain 0
> xen-0 dmesg: > ... > PCI: Using configuration type Xen > Linux Plug and Play Support v0.97 (c) Adam Belay > pnp: the driver 'system' has been registered > PCI: System does not support PCI > PCI: System does not support PCI > ... There is your problem. For some reason the kernel is deciding that your machine is not PCI-capable. Rather unhelpfully, the kernel can print that message in three different places. The files concerned are: linux-2.6.8.1-xen0/arch/xen/i386/pci/irq.c linux-2.6.8.1-xen0/arch/xen/i386/pci/legacy.c linux-2.6.8.1-xen0/arch/xen/i386/pci/common.c You may want to edit the print statements to distinguish them, so that we can see which one(s) are actually being triggered. It looks like maybe raw_pci_ops == NULL, even though that should be impossible! At the same time the kernel prints 'Using configuration type Xen' it should set raw_pci_ops to a non-NULL value. -- Keir ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |