WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] XCP 1.0 beta Realtek 8168 nic not working

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] XCP 1.0 beta Realtek 8168 nic not working
From: Grant McWilliams <grantmasterflash@xxxxxxxxx>
Date: Thu, 23 Dec 2010 18:46:54 -0800
Delivery-date: Thu, 23 Dec 2010 18:48:57 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=FIabUD3OD+F+bS86Yz2bt0dh/0K5LntEANq/COBASzw=; b=h8RSygzXLRNPqqKMuRC75pqwyUasDeQNzQqK93hs3Y3tbemRWKkemLQNqbcxYf8O3A +yTa7+64E1Nq/AALtt+IBhywdZt1WalHNZWFrpzPERN1Tqk93J/WoTqMJwpPX9yM+j2P wOkKEC2mr3d5YEmePTbH2ssI8ZSA+YMeznO+s=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=myR2tKjtJ49uvHi+RIPkn6XEQ49sNiPLNq+hdl/4xftGM+XO2wstD2+L+y7c6C8Kiv +RmFu4wdb5a1p3FY1uRZ2CMgXar0GZly5/5N8AcjOs2YHGffhu+Tk7oNh8dPwUjwZaw+ cDsZ6lKZngUaxt3vtPcbQrR4wUGKOmGIbZKFY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I'm trying to build out a test cloud using XCP 1.0.0 beta with 3 machines of 18 cores total (Phenom II 1090s). I've built three machines, installed XCP 1.0.0 beta on them and they all three
have the same problem - the Realtek network cards don't work. The following is the output from lspci

03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)

I also put in an Intel e1000 card in each box and it works. I booted off a live Ubuntu 10.04 CD and both network cards worked beautifully. I booted up on a CentOS 5.5 DVD and went into Rescue mode and both cards worked.
Is this a driver issue with XCP 1.0.0 beta?

If I plug a network cable into eth0 (the Realtek port) I get this from dmesg

r8169: eth0: link up
xenbr0: port 1(eth0) entering forwarding state

Things seem fine. Output of ethtool

[root@cloud1 ~]# ethtool eth0
Settings for eth0:
    Supported ports: [ TP MII ]
    Supported link modes:   10baseT/Half 10baseT/Full
                            100baseT/Half 100baseT/Full
                            1000baseT/Half 1000baseT/Full
    Supports auto-negotiation: Yes
    Advertised link modes:  Not reported
    Advertised auto-negotiation: No
    Speed: 10Mb/s
    Duplex: Half
    Port: MII
    PHYAD: 0
    Transceiver: internal
    Auto-negotiation: off
    Supports Wake-on: pumbg
    Wake-on: g
    Current message level: 0x00000033 (51)
    Link detected: yes

ethtool says the device has auto-negotiate off and running half duplex. Any attempts to use ethtool to fix it fail.

So my biggest frustration is that this network card works on CentOS 5.5. The main difference between CentOS and XCP is kernel so is this a kernel issue or is there a configuration issue?


Grant McWilliams

Some people, when confronted with a problem, think "I know, I'll use Windows."
Now they have two problems.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] XCP 1.0 beta Realtek 8168 nic not working, Grant McWilliams <=