oem@ubuntu:~$ sudo lshw -class network
[sudo] password for oem: 
  *-network                 
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: enp2s0
       version: 06
       serial: 70:85:c2:23:9b:4c
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 
ip=192.168.1.3 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:127 ioport:d000(size=256) memory:df000000-df000fff 
memory:d0000000-d0003fff


** Also affects: linux (Ubuntu)
   Importance: Undecided
       Status: New

** Tags added: apport-collected bionic

** Description changed:

  From the Bionic archive (universe) the r8168-dkms driver is supposed to
  get better performance compared to the kernel builin r8169 one, with has
  degraded speed mainly due to MTU 576 and only using 100 Mbits/s.
  
  Installing that driver onto a 4.13.13 based kernel goes as expected, but
  after rebooting there is no network at all, ping fails. Blacklisting
  r8169 or not makes no difference.
  
  An issue is opened on https://github.com/mtorromeo/r8168/issues/9
  
  So that driver is not usable actually with the proposed kernels from the
  recent ubuntu releases; maybe the driver description could point that
  limitation, if a bypass is not found.
  
- About the kernel itself, maybe the builtin r8169 driver could deliver
- better performance , for example setting MTU to >=1492 at least.
+ About the kernel itself, maybe the builtin r8169 driver could deliver better 
performance , for example setting MTU to >=1492 at least.
+ --- 
+ ApportVersion: 2.20.8-0ubuntu3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USER        PID ACCESS COMMAND
+  /dev/snd/controlC0:  oem        1288 F.... pulseaudio
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 18.04
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=06a0e343-7443-402b-a607-1fe53f3c1ac3
+ IwConfig:
+  enp2s0    no wireless extensions.
+  
+  lo        no wireless extensions.
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 002: ID 046d:c062 Logitech, Inc. M-UAS144 [LS1 Laser Mouse]
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
+ Package: r8168-dkms 8.045.08-1
+ PackageArchitecture: all
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=<set>
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-17-generic 
root=UUID=2f22752a-ca0f-4cff-b5d7-9754e6154d56 ro
+ ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
+ RelatedPackageVersions:
+  linux-restricted-modules-4.13.0-17-generic N/A
+  linux-backports-modules-4.13.0-17-generic  N/A
+  linux-firmware                             1.170
+ RfKill:
+  
+ Tags:  bionic
+ Uname: Linux 4.13.0-17-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 10/07/2016
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: P7.00
+ dmi.board.name: B150M-HDV
+ dmi.board.vendor: ASRock
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: To Be Filled By O.E.M.
+ dmi.chassis.version: To Be Filled By O.E.M.
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP7.00:bd10/07/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB150M-HDV:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
+ dmi.product.family: To Be Filled By O.E.M.
+ dmi.product.name: To Be Filled By O.E.M.
+ dmi.product.version: To Be Filled By O.E.M.
+ dmi.sys.vendor: To Be Filled By O.E.M.
+ modified.conffile..etc.modprobe.d.r8168-dkms.conf: [modified]
+ mtime.conffile..etc.modprobe.d.r8168-dkms.conf: 2017-12-05T17:18:49.107998

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1736549

Title:
  Poor kernel builtin r8169 driver performance, r8168-dkms driver not
  compatible with kernels > 4.7

Status in linux package in Ubuntu:
  Confirmed
Status in r8168-dkms package in Ubuntu:
  New

Bug description:
  From the Bionic archive (universe) the r8168-dkms driver is supposed
  to get better performance compared to the kernel builin r8169 one,
  which has degraded speed mainly due to MTU 576 and only using 100
  Mbits/s.

  Installing that driver onto a 4.13.13 based kernel goes as expected,
  but after rebooting there is no network at all, ping fails.
  Blacklisting r8169 or not makes no difference.

  An issue is opened on https://github.com/mtorromeo/r8168/issues/9

  So that driver is not usable actually with the proposed kernels from
  the recent ubuntu releases; maybe the driver description could point
  that limitation, if a bypass is not found.

  About the kernel itself, maybe the builtin r8169 driver could deliver better 
performance , for example setting MTU to >=1492 at least.
  ---
  ApportVersion: 2.20.8-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC0:  oem        1288 F.... pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.04
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=06a0e343-7443-402b-a607-1fe53f3c1ac3
  IwConfig:
   enp2s0    no wireless extensions.

   lo        no wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 046d:c062 Logitech, Inc. M-UAS144 [LS1 Laser Mouse]
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: r8168-dkms 8.045.08-1
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=<set>
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-17-generic 
root=UUID=2f22752a-ca0f-4cff-b5d7-9754e6154d56 ro
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-17-generic N/A
   linux-backports-modules-4.13.0-17-generic  N/A
   linux-firmware                             1.170
  RfKill:

  Tags:  bionic
  Uname: Linux 4.13.0-17-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/07/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P7.00
  dmi.board.name: B150M-HDV
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP7.00:bd10/07/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB150M-HDV:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  modified.conffile..etc.modprobe.d.r8168-dkms.conf: [modified]
  mtime.conffile..etc.modprobe.d.r8168-dkms.conf: 2017-12-05T17:18:49.107998

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1736549/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to