Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Some wifi networks not being detected on Gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Shopee_Kwai_Brazino
n00b
n00b


Joined: 08 Feb 2023
Posts: 2

PostPosted: Wed Feb 08, 2023 4:50 pm    Post subject: [SOLVED] Some wifi networks not being detected on Gentoo Reply with quote

Certain wireless networks are not being detected on my gentoo install, but are being detected from a LMDE 5 live USB on the same hardware.
My phone can also detect it

Apparently, same firmware and drivers on both:

ON LMDE5 LIVE USB:
Code:

# lsmod | grep iwl
iwlmvm                339968  0
mac80211              983040  1 iwlmvm
iwlwifi               294912  1 iwlmvm
cfg80211              970752  3 iwlmvm,iwlwifi,mac80211


Code:
 
# dmesg | grep wifi
[   12.490522] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[   12.626683] iwlwifi 0000:00:14.3: firmware: direct-loading firmware iwlwifi-QuZ-a0-jf-b0-59.ucode
[   12.626694] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[   12.626705] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 65.3.35.22
[   12.626985] iwlwifi 0000:00:14.3: loaded firmware version 59.601f3a66.0 QuZ-a0-jf-b0-59.ucode op_mode iwlmvm
[   12.627377] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[   12.912999] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9462, REV=0x354
[   13.055470] iwlwifi 0000:00:14.3: base HW address: ac:12:03:0c:54:c7
[   13.070792] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0


Code:

# ip a
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
       valid_lft forever preferred_lft forever
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 98:83:89:f9:9a:95 brd ff:ff:ff:ff:ff:ff
3: wlo1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether ac:12:03:0c:54:c7 brd ff:ff:ff:ff:ff:ff
    altname wlp0s20f3
    inet 10.0.0.194/24 brd 10.0.0.255 scope global dynamic noprefixroute wlo1
       valid_lft 86356sec preferred_lft 86356sec
    inet6 fe80::83c2:c217:89bc:6c83/64 scope link noprefixroute
       valid_lft forever preferred_lft forever


Network is detected and connected normally:
Code:

# nmcli device wifi list
IN-USE  BSSID              SSID        MODE   CHAN  RATE        SIGNAL  BARS  SECURITY
*       24:FD:0D:74:EE:C9  Visitantes  Infra  11    130 Mbit/s  60      ▂▄▆_  WPA1 WPA2
        08:40:F3:13:68:F1  Wi-Fi João  Infra  3     130 Mbit/s  14      ▂___  WPA1 WPA2


ON GENTOO INSTALL:
dmesg, modules and ip a are almost identical, nothing out of the ordinary:
Code:

# dmesg | grep wifi
[    4.253315] bus: 'pci': add driver iwlwifi
[    4.253381] bus: 'pci': __driver_probe_device: matched device 0000:00:14.3 with driver iwlwifi
[    4.253389] bus: 'pci': really_probe: probing driver iwlwifi with device 0000:00:14.3
[    4.253400] iwlwifi 0000:00:14.3: no default pinctrl state
[    4.253561] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    4.256021] driver: 'iwlwifi': driver_bound: bound to device '0000:00:14.3'
[    4.256074] bus: 'pci': really_probe: bound device 0000:00:14.3 to driver iwlwifi
[    4.256373] Loading firmware: iwlwifi-QuZ-a0-jf-b0-66.ucode
[    4.262361] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[    4.262394] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[    4.263113] iwlwifi 0000:00:14.3: loaded firmware version 66.f1c864e0.0 QuZ-a0-jf-b0-66.ucode op_mode iwlmvm
[    4.450943] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9462, REV=0x354
[    4.596086] iwlwifi 0000:00:14.3: base HW address: ac:12:03:0c:54:c7
[    4.614122] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0


Code:

# lsmod | grep iwl
iwlmvm                491520  0
mac80211             1175552  1 iwlmvm
iwlwifi               368640  1 iwlmvm
cfg80211             1032192  3 iwlmvm,iwlwifi,mac80211


Code:

# ip a
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 brd 127.255.255.255 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 98:83:89:f9:9a:95 brd ff:ff:ff:ff:ff:ff
3: wlo1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether ac:12:03:0c:54:c7 brd ff:ff:ff:ff:ff:ff
    altname wlp0s20f3
    inet 192.168.2.107/24 brd 192.168.2.255 scope global dynamic noprefixroute wlo1
       valid_lft 86384sec preferred_lft 86384sec
    inet6 fe80::d2e9:d18b:eafb:5de2/64 scope link noprefixroute
       valid_lft forever preferred_lft forever


The network is no longer detected:

Code:

# nmcli device wifi list
IN-USE  BSSID              SSID                 MODE   CHAN  RATE        SIGNAL  BARS  SECURITY
        08:40:F3:13:68:F1  Wi-Fi João           Infra  3     130 Mbit/s  15      ▂___  WPA1 WPA2


I suspect I might have misconfigured my kernel, though it wasn't detected when I was using genkernel either. Haven't tried with dist-kernel.
My kernel .config: https://pastebin.com/vjS5YTzj


Last edited by Shopee_Kwai_Brazino on Wed Feb 08, 2023 5:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1649

PostPosted: Wed Feb 08, 2023 4:55 pm    Post subject: Reply with quote

Recently, net-wireless/wpa_supplicant disabled the tkip USE by default which wpa_supplicant will not show WPA nor mixed mode WPA/WPA2.

The choices are, if possible, disable WPA (in favor of just WPA2) on any routers you can configure, or failing to have access, enable the tkip USE on net-wireless/wpa_supplicant
Back to top
View user's profile Send private message
Shopee_Kwai_Brazino
n00b
n00b


Joined: 08 Feb 2023
Posts: 2

PostPosted: Wed Feb 08, 2023 5:09 pm    Post subject: Reply with quote

grknight wrote:
Recently, net-wireless/wpa_supplicant disabled the tkip USE by default which wpa_supplicant will not show WPA nor mixed mode WPA/WPA2.

The choices are, if possible, disable WPA (in favor of just WPA2) on any routers you can configure, or failing to have access, enable the tkip USE on net-wireless/wpa_supplicant


This worked, thank you.
Didn't think about it being due to a USE flag.
For whatever reason I was fixated on it being a firmware issue.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Mon May 15, 2023 2:19 pm    Post subject: Reply with quote

Oh my, stayed already at one hotel and one airbnb having to use tablet with gentoo laptop just ignoring wifi ....
Did I miss a news item ?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum