]> git.ipfire.org Git - thirdparty/systemd.git/commit
Add 82-net-auto-link-local.{hwdb,rules} to build system and add BMC USB-to-USB links... main
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 6 Dec 2025 00:24:55 +0000 (09:24 +0900)
committerGitHub <noreply@github.com>
Sat, 6 Dec 2025 00:24:55 +0000 (09:24 +0900)
commit450f4ed58a3dbf9bceaf5b5dbb030d2a3b19b838
tree070fb9fbc85346f0ff66aa052efe25732f83a1a0
parentd23a7eb4c0b9f72d90f367de6fdc85b759aa6859
parent06c794e316b4d7b64de4c0bac7a2a2e99bf92f3b
Add 82-net-auto-link-local.{hwdb,rules} to build system and add BMC USB-to-USB links to hwdb (#40006)

Using systems with ADLINK COM-HPC-ALT, ASRock Rack ALTRAD8UD-1L2T and
AMPONED8-2T/BCM boards, there's an issue due to the internal network
connection between the BMC and host, which runs over USB (i.e. Linux
running on the BMC configures a USB gadget ethernet device, with a link
local address).

With the default configuration on Ubuntu (I'm using 25.10),
NetworkManager repeatedly tries to get an address for the interface
using DHCP, resulting in an "Activation of network connection failed"
notification every minute or two.

Add 82-net-auto-link-local.hwdb and 82-net-auto-link-local.rules to the
build system and update 82-net-auto-link-local.hwdb to add the USB
device vendor/product pairs I've seen on the various systems I have with
Ampere Altra and AmpereOne CPUs.