I am running Ubuntu 18.04.4 server on a system that I have attached to it a Realtek 8156 2.5 Gbps ethernet USB adapter. While this adapter otherwise works when attached to a USB 3 port, my syslog
is full of lines that look like this:
Apr 16 06:25:06 master kernel: [193945.748989] cdc_ncm 2-2:2.0 usbeth0: 2500 mbit/s downlink 2500 mbit/s uplink
Apr 16 06:25:06 master kernel: [193945.780987] cdc_ncm 2-2:2.0 usbeth0: network connection: connected
These lines get emitted every 30 ms or so. This makes my syslog
rather unusable.When I detached the USB adapter, the log lines stop, but I do want this adapter attached, so that's not a workable solution.
How can I get these log lines to stop?
/sys/bus/usb/devices/***/power/control
ison
, which according to https://hamwaves.com/usb.autosuspend/en/index.html means it should not be autosuspending. – kamprath Apr 19 '20 at 19:13