From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752608Ab2ITRga (ORCPT ); Thu, 20 Sep 2012 13:36:30 -0400 Received: from cust-218-222.on4.ontelecoms.gr ([92.118.218.222]:57678 "EHLO vergina.dyndns.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751611Ab2ITRg3 (ORCPT ); Thu, 20 Sep 2012 13:36:29 -0400 X-Greylist: delayed 492 seconds by postgrey-1.27 at vger.kernel.org; Thu, 20 Sep 2012 13:36:29 EDT Message-ID: <505B522F.9090808@asyr.hopto.org> Date: Thu, 20 Sep 2012 20:28:15 +0300 From: Thanasis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120913 Thunderbird/15.0.1 MIME-Version: 1.0 To: LKML Subject: RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I have an Acer Aspire One notebook, and it has a NIC as shown below: # lspci |grep -i Realtek 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) The driver module that I use is r8169. It works with 2.6 series of kernels, but it does *not* with the recent 3.x of kernels. Here is the output of ethtool with the 2.6.38 kernel: # ethtool eth0 Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Link partner advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Link partner advertised pause frame use: No Link partner advertised auto-negotiation: Yes Speed: 100Mb/s Duplex: Full Port: MII PHYAD: 0 Transceiver: internal Auto-negotiation: on Supports Wake-on: pumbg Wake-on: g Current message level: 0x00000033 (51) drv probe ifdown ifup Link detected: yes Question: Should I stick with 2.6 kernels, or are there any directions on how to make the NIC work with recent 3.x kernels?