You are not logged in.
I am opening this thread in this forum because last time installed Arch with "archinstall" script...
So, after reboot in my network manager KDE plasma applet, there is "lo" device connected... Why? What is that device?
[punky@T460 ~]$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp0s31f6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether c8:5b:76:d3:30:d5 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1280 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether xx:xx:xx:xx:xx:8d brd ff:ff:ff:ff:ff:ff
[punky@T460 ~]$
P&P is my home wifi network.... I can not disconnect "lo", because always reconnects...
EDIT:
Solution is to make /etc/NetworkManager/conf.d/unmanaged.conf
and put this in to:
keyfile]
unmanaged-devices=interface-name:lo
You can also read something about this on this location:
https://forum.endeavouros.com/t/cabled- … ated/37221
Looks like it has to do with the update of the network manager and that is not a bug...
Last edited by Pyntux (2023-02-14 12:53:10)
I do not speak English, but I understand...
Offline
Para todos todo, para nosotros nada
Offline
OK, I have cups installed, but that connection was not present on my last installation or ever on any of my computers with arch on it...
I do not speak English, but I understand...
Offline
CUPs is just an example of how the loopback interface can be used. Read my link again but more carefully this time.
Para todos todo, para nosotros nada
Offline
I don't know what specifically to pay attention to? Can you be more specific or can you just say what is going on ? I'm interested in why it hasn't appeared in the network manager until now???
I do not speak English, but I understand...
Offline
what specifically to pay attention to
The "Purpose of Loopback" section in the answer with a tick.
I'm interested in why it hasn't appeared in the network manager until now???
No idea about that. I've never used NetworkManager in Arch.
Para todos todo, para nosotros nada
Offline
Thought you were referring to something specific, and I already (somehow) knew what the loopback device was for....
I do not speak English, but I understand...
Offline
Ahemm…
there is "lo" device connected... Why? What is that device?
NM was/is supposed to ignore the loopback device by default.
You can https://wiki.archlinux.org/title/Networ … ic_devices but there's probably an explicit connection, look into /etc/NetworkManager/system-connections/
Offline
In /etc/NetworkManager/system-connections/ , there is only my home wifi network: 'P&P.nmconnection'
I added:
keyfile]
unmanaged-devices=interface-name:lo
in to /etc/NetworkManager/conf.d/unmanaged.conf and now I will reboot
EDIT:
This solved the problem, if somehow it was a problem... It just annoyed me...
Last edited by Pyntux (2023-02-13 20:22:05)
I do not speak English, but I understand...
Offline
You're missing a bracket there.
[keyfile]
unmanaged-devices=interface-name:lo
Offline