I just purchased an ASUS XG-C100C to upgrade my computer to 10 Gbit*, but it often goes down limiting my connectivity (browser reporting no Internet connection).
Sometime it return up automatically after few seconds, but sometime I have to use 'if enp2s0 up' manually.
I am using the driver included on the kernel 4.19.97-gentoo (technically I updated to it this morning, but all the info in this post are identical with the 4.19.86-gentoo I was using since I got the card 2 days ago). I also tried with 'net-misc/AQtion' (actually it was my first choice before the kernel's drivers) both with and without lro useflag, but I had the same issues.
The following is the output from dmesg from the last hour:
Code: Select all
[Sun Jan 19 12:01:47 2020] atlantic: link change old 10000 new 0
[Sun Jan 19 12:01:52 2020] atlantic: link change old 0 new 10000
[Sun Jan 19 12:17:15 2020] atlantic: link change old 10000 new 0
[Sun Jan 19 12:17:21 2020] atlantic: link change old 0 new 10000
[Sun Jan 19 12:18:22 2020] atlantic: link change old 10000 new 0
[Sun Jan 19 12:18:28 2020] atlantic: link change old 0 new 10000
[Sun Jan 19 12:22:26 2020] atlantic: link change old 10000 new 0
[Sun Jan 19 12:22:30 2020] atlantic: link change old 0 new 10000
[Sun Jan 19 12:24:27 2020] atlantic: link change old 10000 new 0
[Sun Jan 19 12:24:32 2020] atlantic: link change old 0 new 10000
[Sun Jan 19 12:30:35 2020] atlantic: link change old 10000 new 0
[Sun Jan 19 12:30:41 2020] atlantic: link change old 0 new 10000
[Sun Jan 19 12:45:22 2020] atlantic: link change old 10000 new 0
[Sun Jan 19 12:45:28 2020] atlantic: link change old 0 new 10000
[Sun Jan 19 12:52:09 2020] atlantic: link change old 10000 new 0
[Sun Jan 19 12:52:14 2020] atlantic: link change old 0 new 10000
[Sun Jan 19 13:06:32 2020] atlantic: link change old 10000 new 0
[Sun Jan 19 13:06:42 2020] atlantic: link change old 0 new 10000
[Sun Jan 19 13:20:22 2020] atlantic: link change old 10000 new 0
[Sun Jan 19 13:20:28 2020] atlantic: link change old 0 new 10000
[Sun Jan 19 13:24:20 2020] atlantic: link change old 10000 new 0
[Sun Jan 19 13:24:26 2020] atlantic: link change old 0 new 10000The output of 'ethtool -i enp2s05':
Code: Select all
driver: atlantic
version: 2.0.3.0-kern
firmware-version: 3.1.58
expansion-rom-version:
bus-info: 0000:02:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: noCode: Select all
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 2056
inet 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::aa5e:45ff:fe61:4bcc prefixlen 64 scopeid 0x20<link>
inet6 2a02:1205:34c9:6350:aa5e:45ff:fe61:4bcc prefixlen 64 scopeid 0x0<global>
ether a8:5e:45:61:4b:cc txqueuelen 1000 (Ethernet)
RX packets 751021 bytes 1030204675 (982.4 MiB)
RX errors 0 dropped 425 overruns 0 frame 0
TX packets 258758 bytes 32396515 (30.8 MiB)
TX errors 1 dropped 0 overruns 0 carrier 0 collisions 0Any suggestions on how to solve it?
Thanks in advance.
*at the moment on my LAN I just have the switch Netgear XS508M that support 10 Gbit, but in few days I'll get a QNAP TVS-672XT NAS and coincidentally last week my ISP offered me the option to enroll to a test program to test their 10 Gbit FTTH (the new modem still have to arrive).
** I hoped to enable Jumbo Frames at 9000 to use with the incoming QNAP TVS-672XT, but I noticed the issue in this post so I originally thought it was the cause; is it (doesn't seems so)?


