xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: qingbo yuan <yuanbor.maillist@gmail.com>
To: xen-devel@lists.xensource.com
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	[thread overview]
Message-ID: <2ab84cd81001140101g5aed74d4h91e11ab1a8e90e80@mail.gmail.com> (raw)

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:
 [<ffffffff802b2eb2>] setup_irq+0x1b7/0x1cf
 [<ffffffff882810ea>] :r8169:rtl8169_interrupt+0x0/0x264
 [<ffffffff802b2f7a>] request_irq+0xb0/0xd6
 [<ffffffff882817d3>] :r8169:rtl8169_open+0x123/0x1d2
 [<ffffffff8041b96a>] dev_open+0x2f/0x6e
 [<ffffffff804198f8>] dev_change_flags+0x5a/0x11a
 [<ffffffff8044e18c>] devinet_ioctl+0x235/0x59c
 [<ffffffff8041120d>] sock_ioctl+0x1c1/0x1e5
 [<ffffffff80243e61>] do_ioctl+0x21/0x6b
 [<ffffffff802316f3>] vfs_ioctl+0x457/0x4b9
 [<ffffffff8020b242>] kmem_cache_alloc+0x62/0x6d
 [<ffffffff8024e5c7>] sys_ioctl+0x59/0x78
 [<ffffffff80260106>] system_call+0x86/0x8b
 [<ffffffff80260080>] system_call+0x0/0x8b

Does anybody know how to solve this problem?
Thanks very much!

                 reply	other threads:[~2010-01-14  9:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2ab84cd81001140101g5aed74d4h91e11ab1a8e90e80@mail.gmail.com \
    --to=yuanbor.maillist@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).