I have installed Debian 12 on a thinkpad laptop connect to USB-C docking station with wired network -> everything is ok in terms of USB Network, DHCP lease is ok based on docking station MAC address.
I'm using the same docking station to plug my work laptop, and personal one.
In my journey from windows to Debian, I have another laptop originally full windows in which I have created a new partition for dual boot. This later is also a Lenovo thinkpad.
I have cloned the system initially installed on the old laptop to the new partition on new laptop, adapted everything for dual boot, and it's working well with default boot on Debian.
However, when booting to Debian, the network manager is most often having timeout getting DHCP lease, but sometimes, it works!
All other machine connected to docking station are getting DHCP lease with same MAC without any problem. (full windows from work with and W/O VPN, windows partition from this laptop, old Debian laptop, other laptop )
I have dig in the internet, but I see no-one having same issue.
I suspect something
Please help
I getting this output from systemctl:
Code: Select all
~$ sudo systemctl status sys-subsystem-net-devices-enx0050b6e61211.device
● sys-subsystem-net-devices-enx0050b6e61211.device - ThinkPad_Lan
Loaded: loaded
Active: active (plugged) since Sat 2024-12-28 11:05:03 CET; 3h 23min ago
Device: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.3/2-4.3:2.0/net/enx0050b6e61211
~$ sudo systemctl status NetworkManager-wait-online.service
× NetworkManager-wait-online.service - Network Manager Wait Online
Loaded: loaded (/lib/systemd/system/NetworkManager-wait-online.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sat 2024-12-28 11:06:04 CET; 3h 22min ago
Docs: man:nm-online(1)
Process: 1186 ExecStart=/usr/bin/nm-online -s -q (code=exited, status=1/FAILURE)
Main PID: 1186 (code=exited, status=1/FAILURE)
CPU: 80ms
Dec 28 11:05:04 ktlacsap2-480 systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online...
Dec 28 11:06:04 ktlacsap2-480 systemd[1]: NetworkManager-wait-online.service: Main process exited, code=exited, status=1/FAILURE
Dec 28 11:06:04 ktlacsap2-480 systemd[1]: NetworkManager-wait-online.service: Failed with result 'exit-code'.
Dec 28 11:06:04 ktlacsap2-480 systemd[1]: Failed to start NetworkManager-wait-online.service - Network Manager Wait Online.