Comment 38 for bug 864750

Revision history for this message
Steeve Cottin (stef-cottin) wrote :

This bugs seems to re-open in trusty (ubuntu 14.04) in april 2014, while tying a new GIGABYTE motherboard (H61N-USB3) with a RTL8111E chip !

The loaded module is the r8169 : /sys/class/net/eth0/device/driver/module -> ../../../../module/r8169

$ lspci -vnvn
...
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
 Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:e000]
 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
 Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
 Latency: 0, Cache Line Size: 4 bytes
 Interrupt: pin A routed to IRQ 45
 Region 0: I/O ports at ee00 [size=256]
 Region 2: Memory at fbdff000 (64-bit, prefetchable) [size=4K]
 Region 4: Memory at fbdf8000 (64-bit, prefetchable) [size=16K]
 Capabilities: <access denied>
 Kernel driver in use: r8169

$ lsmod| grep r81
r8169 67581 0
mii 13934 3 asix,r8169,usbnet

The card LED blinks (green & orange), but "no connexion" to the local network (thru DHCP).

So I connected a NET2USB key in order to access to the network ... on eth1

$ ethtool eth0
Settings for eth0:
 Supported ports: [ TP MII ]
 Supported link modes: 10baseT/Half 10baseT/Full
                         100baseT/Half 100baseT/Full
                         1000baseT/Half 1000baseT/Full
 Supported pause frame use: No
 Supports auto-negotiation: Yes
 Advertised link modes: 10baseT/Half 10baseT/Full
                         100baseT/Half 100baseT/Full
                         1000baseT/Half 1000baseT/Full
 Advertised pause frame use: Symmetric Receive-only
 Advertised auto-negotiation: Yes
 Speed: 10Mb/s
 Duplex: Half
 Port: MII
 PHYAD: 0
 Transceiver: internal
 Auto-negotiation: on
Cannot get wake-on-lan settings: Operation not permitted
 Current message level: 0x00000033 (51)
          drv probe ifdown ifup
 Link detected: no

I 'll retry the "new driver" proposed by REALTEK, but it doesn't seem to work (r8168-8.038.00, builded on 2014/01/08) !