From mboxrd@z Thu Jan 1 00:00:00 1970 From: qingbo yuan Subject: I can't use netcard when using xen-4.0.0-rc1 @ vmlinuz-2.6.18-164.el5xen Date: Thu, 14 Jan 2010 17:01:08 +0800 Message-ID: <2ab84cd81001140101g5aed74d4h91e11ab1a8e90e80@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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 hi, all RHEL 5.4 is the host os, and kernel-xen.x86_64.2.6.18-164.el5, kernel-xen-devel.x86_64.2.6.18-164.el5 and xen-libs.3.0.3-94.el5 are installed. After that, the grub file is : title Red Hat Enterprise Linux Server (2.6.18-164.el5xen) root (hd1,0) kernel /xen.gz-2.6.18-164.el5 module /vmlinuz-2.6.18-164.el5xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet module /initrd-2.6.18-164.el5xen.img In this edition, everything is ok. The system runs as normal and the network runs normally too. However, when I clone xen-4.0.0-rc1 and compile it (make xen;make install-xen) and configure it in grub as : title xen-4.0.0-rc1 (2.6.18-164.el5xen) root (hd1,0) kernel /xen-4.0.0-rc1.gz module /vmlinuz-2.6.18-164.el5xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet module /initrd-2.6.18-164.el5xen.img When I boot it, I found in the dmesg like this and the network can't be used after that: IRQ handler type mismatch for IRQ 274 Call Trace: [] setup_irq+0x1b7/0x1cf [] :r8169:rtl8169_interrupt+0x0/0x264 [] request_irq+0xb0/0xd6 [] :r8169:rtl8169_open+0x123/0x1d2 [] dev_open+0x2f/0x6e [] dev_change_flags+0x5a/0x11a [] devinet_ioctl+0x235/0x59c [] sock_ioctl+0x1c1/0x1e5 [] do_ioctl+0x21/0x6b [] vfs_ioctl+0x457/0x4b9 [] kmem_cache_alloc+0x62/0x6d [] sys_ioctl+0x59/0x78 [] system_call+0x86/0x8b [] system_call+0x0/0x8b Does anybody know how to solve this problem? Thanks very much!