This was a minimal installation, no initial desktop environment, I built it up to the Qtile window manager. Everythign was going great into I decided I needed a wifi selector widget. When I installed Connman the wifi died and I haven’t been able to restore it. The first thing I tried to do to restore connectivity was purge connman.
I found this: viewtopic.php?t=157975&sid=3e89a0d19cd4 ... 104f65#top stating that references to wlp2s0 should have been commented out as it caused a conflict with both Connman and NetworkManager. But I suspect this was too little, too late.
I've been down this road before on the same system when I installed NetworkManager. My solution then was to reinstall. I would prefer to not do that again.
My /etc/network/interfaces:When I run ip link show:If Up was unresponsive. Running list-units | grep ifup:My /etc/resolve.conf (10.20.30.3 is my Pi Hole):/etc/network/interfaces.d is empty
ifconfig binary seems to be missing
I found this: viewtopic.php?t=157975&sid=3e89a0d19cd4 ... 104f65#top stating that references to wlp2s0 should have been commented out as it caused a conflict with both Connman and NetworkManager. But I suspect this was too little, too late.
I've been down this road before on the same system when I installed NetworkManager. My solution then was to reinstall. I would prefer to not do that again.
My /etc/network/interfaces:
Code:
# This file describes the network interfaces available on your system# and how to activate them. For more information, see interfaces(5).source /etc/network/interfaces.d/*# The loopback network interfaceauto loiface lo inet loopback# The primary network interface#allow-hotplug wlp2s0#iface wlp2s0 inet dhcp#wpa-ssid ViRuS#wpa-psk Hyp3Ri0n
Code:
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:002: enp0s31f6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether c8:f7:50:37:c3:6c brd ff:ff:ff:ff:ff:ff3: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether d8:f2:ca:c0:d8:34 brd ff:ff:ff:ff:ff:ff4: zt2lrsatmv: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 2800 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 46:a1:cb:4b:47:31 brd ff:ff:ff:ff:ff:ff5: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default qlen 1000 link/ether 52:54:00:00:24:b1 brd ff:ff:ff:ff:ff:ff
Code:
ifupdown-pre.service loaded active exited Helper to synchronize boot up for ifupdown
Code:
domain palazzomilazzosearch palazzomilazzonameserver 10.20.30.3
ifconfig binary seems to be missing
Statistics: Posted by tonemono — 2024-06-21 02:42 — Replies 0 — Views 12