I downloaded your xen-2.0 package for my machine only to discover that it does not include support for intel agp support (even though its indicated in the kernel recompile options). On finding this is download the xen-2.0-testing (which was said to contain support for agp ) and built/recompiled as required only to find out that the kernel barfs on starting X! pci card (as gotten from lspcidrake )is Card:Intel 810 : Intel Corporation|82810E CGC [Chipset Graphics Controller] [DISPLAY_VGA] and error encounted (support compiled in ) is kobject_register failed for agpgart-intel (-17) [<c020c4f0>] kobject_register+0x57/0x65 [<c025d894>] bus_add_driver+0x50/0xc3 [<c025de4d>] driver_register+0x2f/0x33 [<c0216bd5>] pci_register_driver+0x5c/0x84 [<c982d024>] init_module+0x24/0x31 [intel_agp] [<c013694c>] sys_init_module+0x1aa/0x28c [<c010d908>] syscall_call+0x7/0xb I got quite a different error when i compiled agp support as a modules, output was agpgart: Detected an Intel i810 E Chipset. Dec 24 21:08:18 Banshee kernel: agpgart: Maximum main memory to use for agp memory: 103M Dec 24 21:08:18 Banshee kernel: agpgart: unable to get memory for graphics translation table. Dec 24 21:08:18 Banshee kernel: agpgart: agp_backend_initialize() failed. Dec 24 21:08:18 Banshee kernel: agpgart-intel: probe of 0000:00:00.0 failed with error -12 I''ll be most obliged if this can be treated ASAP as i feel xen is a great software to make use of and learn from and would like to use it on X as soon as possible. Thank you. -- Yours sincerely BB ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> I''ll be most obliged if this can be treated ASAP as i feel xen is a > great software to make use of and learn from and would like to use it > on X as soon as possible. Thank you.The problem with fixing these device-specific problems is that we really need to be able to reproduce them ourselves, and we don''t usually have the hardware available to be able to do that. We know that AGP now works on *some* chipsets, but we don''t have a huge range to test with. Your problem looked like it might be a memory allocation failure. Have you given DOM0 very little memory? Then try giving it a 100M more. Have you given it all the available memory in your system? Then try leaving some more slack for Xen to allocate later. -- Keir ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Sun, 26 Dec 2004, Keir Fraser wrote:> The problem with fixing these device-specific problems is that we > really need to be able to reproduce them ourselves, and we don''t > usually have the hardware available to be able to do that. We know > that AGP now works on *some* chipsets, but we don''t have a huge range > to test with.I would be curious to know what an lspci -xxx for that pci device would show. One other possibility is that for some reason the size is being read incorrectly and the driver is trying to allocate 0xffffffff bytes of memory (I''ve seen this happen in other contexts). ron ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Mon, 27 Dec 2004 14:31:39 -0700 (MST), Ronald G. Minnich <rminnich@lanl.gov> wrote:> >> I would be curious to know what an lspci -xxx for that pci device would > show. One other possibility is that for some reason the size is being read > incorrectly and the driver is trying to allocate 0xffffffff bytes of > memory (I''ve seen this happen in other contexts). > > ron >Dear Ron, This is the output you requested. (Mandrake 10.0) for lspci(drake) intel-agp : Intel Corporation|82810E GMCH [Graphics Memory Controller Hub] [BRIDGE_HOST] (vendor:8086 device:7124 subv:1043 subd:801e) Card:Intel 810 : Intel Corporation|82810E CGC [Chipset Graphics Controller] [DISPLAY_VGA] (vendor:8086 device:7125 subv:1043 subd:801e) i810_rng : Intel Corporation|82801AA 810 Chipset Hub to PCI Bridge [BRIDGE_PCI] (vendor:8086 device:2418) i810-tco : Intel Corporation|82801AA 810 Chipset LPC Interface Bridge [BRIDGE_ISA] (vendor:8086 device:2410) unknown : Intel Corporation|82801AA 810 Chipset IDE Controller [STORAGE_IDE] (vendor:8086 device:2411) usb-uhci : Intel Corporation|82801AA 810 Chipset USB Controller [SERIAL_USB] (vendor:8086 device:2412) i810_audio : Intel Corporation|82801AA 810 Chipset AC''97 Audio Controller [MULTIMEDIA_AUDIO] (vendor:8086 device:2415 subv:1043 subd:806a) LT:www.linmodems.org: Lucent Microelectronics|LT WinModem [COMMUNICATION_OTHER] (vendor:11c1 device:044e subv:1235 subd:044e) 8139too : Realtek|RTL-8139 [NETWORK_ETHERNET] (vendor:10ec device:8139 subv:1043 subd:805b) unknown : Linux 2.6.3-4mdk uhci_hcd|UHCI Host Controller [Hub] (vendor:0000 device:0000) unknown : unknown (0424/0140/ffff/ffff) [Hub] Mr Keir, i''ll try out your suggestion ASAP and give feedback, its just that it takes a while for me to get to it as i would have to reboot my Workstation everytime. thanks -- Yours sincerely BB ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
no, I really mean lspci -xxx, not just lspci ron ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel