From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Boon Subject: Xen on lenovo Laptop Date: Wed, 18 Jun 2008 13:59:20 +0200 Message-ID: <4858F898.6090605@planet.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, I've been stuggeling a few days now to get Xen (Domain-0) working on my Lenovo T61 laptop. After solving some udev and initrd problems i've managed to get it booted on Fedora core 9. I've cloned both trees with hg: - linux-2.6.18-xen.hg - xen-3.2-testing.hg Inside my T61 there's a network controller. lspci shows: 00:19.0 Ethernet controller: Intel Corporation PM965/GM965/GL960 PCI Express Root Port (rev 0c) The module loads without problems (e1000.ko), ifconfig -a shows that the card has got an IP from my DHCP server, but when i do something like route -n it panics and reboots. Is this a known problem? If you need more info then let me know. When i compile the Domain-0 kernel without this module i don't see any problems. Thanks for your help! Chris