Commit af85f5a497fa
Changed files (1)
systems
kyushu
systems/kyushu/extra.nix
@@ -128,6 +128,10 @@ in
# Disable autosuspend for Logitech C920 to prevent xHCI controller resets
# that cascade to the r8152 USB ethernet adapter, causing packet drops.
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="082d", ATTR{power/control}="on"
+
+ # Force Gigabit advertisement on ThinkPad dock ethernet (r8152/RTL8153).
+ # Without this, auto-negotiation only advertises 100Mbps.
+ ACTION=="add", SUBSYSTEM=="net", DRIVERS=="r8152", ATTR{address}=="00:50:b6:b4:2c:14", RUN+="${pkgs.ethtool}/bin/ethtool -s $env{INTERFACE} advertise 0x03F"
'';
hardware.sane = {
enable = true;