Hi all,
Recently built a new workstation to get away from MacOS and Windows. It’s been about a decade since my last attempt to switch to Linux and truth be told: it’s been a way bigger success this time around.
There is one issue I cannot seem to find the source of the problem or a fix for. I’ve got a Dell U4025QW Thunderbolt/Hub monitor. My keyboard, mouse and ethernet are plugged into this monitor. The monitor is connected through USB to the workstation.
The screen, keyboard and mouse work fine out of the box, but for some strange reason the ethernet is not detected or configured during boot. Removing the USB-C cable and plugging it back in solves the problem.
dmesg shows the following after boot:
[ 6.012287] [ T250] usb 3-1.4.1.5: new high-speed USB device number 10 using xhci_hcd
[ 6.101315] [ T250] usb 3-1.4.1.5: New USB device found, idVendor=0bda, idProduct=1100, bcdDevice= 1.01
[ 6.101320] [ T250] usb 3-1.4.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.101322] [ T250] usb 3-1.4.1.5: Product: USB2.0 HID
[ 6.101324] [ T250] usb 3-1.4.1.5: Manufacturer: Realtek
[ 6.143454] [ T250] hid-generic 0003:0BDA:1100.000C: hiddev103,hidraw11: USB HID v1.11 Device [Realtek USB2.0 HID] on usb-0000:0e:00.3-1.4.1.5/input0
[ 22.288026] [ T1285] Key type trusted registered
[ 22.773523] [ T1366] PM: Image not found (code -22)
[ 22.899256] [ T1394] BTRFS: device fsid 27057695-0e9e-439e-a646-50d22c1e387c devid 1 transid 11919 /dev/mapper/system-root (254:2) scanned by mount (1394)
[ 22.899393] [ T1394] BTRFS info (device dm-2): first mount of filesystem 27057695-0e9e-439e-a646-50d22c1e387c
[ 22.899399] [ T1394] BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm
[ 22.952673] [ T1394] BTRFS info (device dm-2): enabling ssd optimizations
[ 22.952676] [ T1394] BTRFS info (device dm-2): enabling free space tree
After plugging the cable back in, the device is recognised again but with different messages:
[ 115.490718] [ T5214] usb 3-1.4.1.5: new high-speed USB device number 19 using xhci_hcd
[ 115.580114] [ T5214] usb 3-1.4.1.5: New USB device found, idVendor=0bda, idProduct=1100, bcdDevice= 1.01
[ 115.580118] [ T5214] usb 3-1.4.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 115.580119] [ T5214] usb 3-1.4.1.5: Product: USB2.0 HID
[ 115.580121] [ T5214] usb 3-1.4.1.5: Manufacturer: Realtek
[ 115.641125] [ T5214] hid-generic 0003:0BDA:1100.0016: hiddev103,hidraw11: USB HID v1.11 Device [Realtek USB2.0 HID] on usb-0000:0e:00.3-1.4.1.5/input0
[ 116.250222] [ T3470] r8152 4-1.4.3:1.0 enp14s0f3u1u4u3: carrier on
I can’t exactly figure out what’s going wrong. Anyone have an idea for a solution?