| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-devel] Xen 3.1 and network card RTL-8169SC isn't working
 
To: xen-devel@xxxxxxxxxxxxxxxxxxxFrom: "Marco Sinhoreli" <msinhore@xxxxxxxxx>Date: Tue, 26 Jun 2007 10:44:45 -0300Delivery-date: Tue, 26 Jun 2007 06:42:46 -0700Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;	b=Uk3j8PiPGt3nrm6C4uXXLD6Vpl7b/FjcvYVpm4HmfbomHebmRAUChDrG7VkX/WqHSkB5ehbKIAPbPRvRMQFvAC9ldcY3H4+HiS0J49PZxoKIKR3ZoWDTji6MCqVBpqKDVNehHi7clHwpstP/k+JwUBiOM5Gsdbnv2DZv5es4Kyo=List-id: Xen developer discussion <xen-devel.lists.xensource.com> I do it but without success. The module was compiled, the peth0 link is up, but the NIC is without network communication (not configure an IP address via dhcp protocol). If I set a static IP address, it continue without network communication. r8139 module return many messages "link up" in dmesg to peth0 alias.
 
 Regards
 Marco Sinhoreli
 
 
 On 6/26/07, Yu Ke <mr.yuke@xxxxxxxxx> wrote:
I also meet this problem when I try to setup a ASUS Santa Rosa laptopwith RTL-8169SC NIC card. I try the following steps and bring up the
 NIC with Xen 3.1 in Ubuntu 7.04. Hope it is also helpful to you.
 
 1. untar the xen 
3.1 source, say it is in in ~/xen-3.1.0-src
 2. get RTL-8169SC linux 2.6 driver source from
 http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=3&PNid=13&PFid=4&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true
 ïchoose  "Linux driver for kernel 2.6.x (Support x86 and x64)" )
 3. untar the driver r8169-6.001.00.tar.bz2, say it is in ~/r8169-6.001.00
 4. copy the r8169 driver src to xen linux sparese tree:
 # mkdir -p ~/xen-3.1-src/linux-2.6-xen-sparse/drivers/net
 # cp ~/r8169-
6.001.00/src/r8169_n.c
 ~/xen-3.1-src/linux-2.6-xen-sparse/drivers/net/r8169.c
 5. compile and install the Xen source as usual
 
 As a temporarily solution, this works in my side. But I think the
 final solution would be: 
r8169.c updated to latest version in linux
 kernel, and Xen sync to the updated kernel.
 
 Best Regards
 Yu Ke
 
 2007/6/26, Marco Sinhoreli <msinhore@xxxxxxxxx>:
 > Hello all,
 >
 > I have a network card "Realtek Semiconductor Co., Ltd. RTL-8169SC Gigabit
 > Ethernet" in my machine. It's working fine  with xen 3.0.3 but with xen
 > 3.1compilled from source  isn't working. I'm using Debian lenny. Any
 > suggestion?
 >
 > Regards
 >
 > --
 > Marco Sinhoreli
 
 _______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 
 |