Thanks. I'll give that a try some time in the near future.I found it, after having the same problem. This was the final hint:
https://mail.gnome.org/archives/network ... 00101.html
It turns out that udev sets this to unmanaged, before NetworkManager config comes into effect. To fix it, I did this:Now NM behaves as it should :)Code:
sudo cp /usr/lib/udev/rules.d/85-nm-unmanaged.rules /etc/udev/rules.d/85-nm-unmanaged.rulessudo nano /etc/udev/rules.d/85-nm-unmanaged.rules# change the ENV{DEVTYPE}=="gadget", ENV{NM_UNMANAGED}="1" to ="0"
Statistics: Posted by tpyo kingg — Mon Feb 19, 2024 4:48 pm