You are not logged in.

#1 Yesterday 05:50:38

Enrico1989
Member
Registered: 2018-07-05
Posts: 357

[SOLVED] Why isn't connman showing WiFi?

(I should have probably asked this question before Guidance in migrating from Connman to iwd+impala for ethernet+wifi.)

I installed connman when I initially set up this system 8 years ago or so, and the service is enabled and therefore has been running everytime I used this system, and I haven't used it to switch to WiFi for 7 years or so.

But I did use WiFi at that time, years ago, just to experiment; I even set up port forwarding for both ethernet and wifi, so I could SSH into my system regardless of whether it was connected to internet via ethernet or wifi.

Then I didn't need it anymore, years have passed, and now it looks like connman is only aware of bluetooth and ethernet:

$ connmanctl
connmanctl> services
*AO Wired                ethernet_e0d55e2dee05_cable
connmanctl> technologies
/net/connman/technology/bluetooth
  Name = Bluetooth
  Type = bluetooth
  Powered = False
  Connected = False
  Tethering = False
  TetheringFreq = 2412
/net/connman/technology/ethernet
  Name = Wired
  Type = ethernet
  Powered = True
  Connected = True
  Tethering = False
  TetheringFreq = 0

I must have caused a breakage during these years without realizing it.

In the meanwhile I've changed ISP and router, but this should have nothing to do with the fact that my system has WiFi. Unless my mobo's wifi support broke at a hardware level?

Last edited by Enrico1989 (Yesterday 22:18:34)

Offline

#2 Yesterday 08:36:23

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,933

Re: [SOLVED] Why isn't connman showing WiFi?

lspci -knn

https://wiki.archlinux.org/title/ConnMa … supplicant - do you still have wpa_supplicant installed/in use?

Offline

#3 Yesterday 12:05:49

Enrico1989
Member
Registered: 2018-07-05
Posts: 357

Re: [SOLVED] Why isn't connman showing WiFi?

seth wrote:
lspci -knn

https://paste.c-net.org/FenceBoiling

seth wrote:

https://wiki.archlinux.org/title/ConnMa … supplicant - do you still have wpa_supplicant installed/in use?

The package wpa_supplicant is installed, the iwd package too (I don't remember when, maybe some very old attempt), but the iwd.service is inactive and disabled, whereas connman.service is active and enabled, so I think the answer is yes/yes.

Offline

#4 Yesterday 14:07:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,933

Re: [SOLVED] Why isn't connman showing WiFi?

04:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78)
	Subsystem: Intel Corporation Dual Band Wireless-AC 8265 [8086:1010]
	Kernel modules: iwlwifi

Device is there, also in

rfkill; ip a

?

Edit: https://wiki.archlinux.org/title/ConnMan#Wi-Fi

Last edited by seth (Yesterday 14:07:25)

Offline

#5 Yesterday 16:16:35

Enrico1989
Member
Registered: 2018-07-05
Posts: 357

Re: [SOLVED] Why isn't connman showing WiFi?

It looks like it isn't?

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute 
       valid_lft forever preferred_lft forever
2: enp5s0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether e0:d5:5e:2d:ee:05 brd ff:ff:ff:ff:ff:ff
    altname enxe0d55e2dee05
    inet 192.168.1.12/24 brd 192.168.1.255 scope global enp5s0
       valid_lft forever preferred_lft forever
    inet6 fe80::e2d5:5eff:fe2d:ee05/64 scope link proto kernel_ll 
       valid_lft forever preferred_lft forever

Offline

#6 Yesterday 17:54:02

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,223

Re: [SOLVED] Why isn't connman showing WiFi?

What about the rfkill part of that command?

Post a complete system journal

sudo journalctl -b | curl -F 'file=@-'  https://paste.c-net.org/

Random guess, you never installed linux-firmware-intel on this machine?

Last edited by V1del (Yesterday 17:55:30)

Offline

#7 Yesterday 18:15:50

Enrico1989
Member
Registered: 2018-07-05
Posts: 357

Re: [SOLVED] Why isn't connman showing WiFi?

V1del wrote:

What about the rfkill part of that command?

Ops, I forgot:

ID TYPE      DEVICE    SOFT      HARD
 4 bluetooth hci0   blocked unblocked
V1del wrote:

Post a complete system journal

sudo journalctl -b | curl -F 'file=@-'  https://paste.c-net.org/

https://paste.c-net.org/FrancoInvaded

V1del wrote:

Random guess, you never installed linux-firmware-intel on this machine?

Not since mid 2021, that's how old my bash shell history is.

Offline

#8 Yesterday 18:59:50

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,223

Re: [SOLVED] Why isn't connman showing WiFi?

The firmware split happened last year: https://archlinux.org/news/linux-firmwa … ervention/ -- you will have gotten a list of firmware packages as optional new ones to install. And the journal confirms it your iwlwifi doesn't find it's firmware, so install that and reboot and retry.

Offline

#9 Yesterday 19:44:50

Enrico1989
Member
Registered: 2018-07-05
Posts: 357

Re: [SOLVED] Why isn't connman showing WiFi?

Weird... That was 2026/06/13, and here's what my shell history contains:

$ history | grep linux-firm
17959  27/06/25 12:16:42 pacman -Rdd linux-firmware # pacman -Syu linux-firmware
17960  27/06/25 12:16:54 sudo pacman -Rdd linux-firmware

So I didn't miss the news, but I messed it hmm

Offline

#10 Yesterday 20:07:05

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,933

Re: [SOLVED] Why isn't connman showing WiFi?

Jun 11 23:52:46 greywarden kernel: iwlwifi 0000:04:00.0: no suitable firmware found!
pacman -Qs firmware # lacks intel

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#11 Yesterday 22:18:21

Enrico1989
Member
Registered: 2018-07-05
Posts: 357

Re: [SOLVED] Why isn't connman showing WiFi?

That worked! Yes, I'll do, but there's another weirdness now. If I connect to WiFi, something goes wrong with the "display". It turns out, problem and solution are both described at https://wiki.archlinux.org/title/ConnMa … e_hostname

Offline

#12 Yesterday 22:20:09

Enrico1989
Member
Registered: 2018-07-05
Posts: 357

Re: [SOLVED] Why isn't connman showing WiFi?

I suppose it's still relevant: if I have SingleConnectedTechnology=false, which according to the wiki should allow being connected simultaneously via Eth and WiFi, then why "scan wifi" errors with "Error /net/connman/technology/wifi: Not supported"? I don't think  §4.1 applies, because 1. I don't get that error if I SingleConnectedTechnology=true, and 2.

$ rfkill list
0: hci0: Bluetooth
	Soft blocked: yes
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

Last edited by Enrico1989 (Yesterday 22:23:24)

Offline

#13 Yesterday 22:41:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,933

Re: [SOLVED] Why isn't connman showing WiFi?

Are you using iwd and is that connection active when trying to scan (and SingleConnectedTechnology=false but not connected when using SingleConnectedTechnology=true)?
Compare "ip a" w/ either condition and check/track the journal for scanning failures.

Offline

Board footer

Powered by FluxBB