View previous topic :: View next topic |
Author |
Message |
ebuc99 n00b
Joined: 13 Mar 2008 Posts: 12
|
Posted: Tue Mar 22, 2022 3:21 pm Post subject: Networkmanager shows not all Wifi Networks [solved] |
|
|
Code: | After last update of the nm-applet from 1.22 to 1.24 i can't connect to my wlan router, because i dont see the ESSID.
this
# iwlist wlan0 scan
shows my ESSID
but this
# nmcli device wifi list
doesn't list my ESSID but all the other ESSID i'm not using
I don't think the nm-applet is the problem. I emerged only the nm-applet to the new version on an other laptop, and there is no problem.
I don't know what the problem is an how to solve it. | [/code]
Last edited by ebuc99 on Wed Mar 23, 2022 6:32 am; edited 1 time in total |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3948
|
Posted: Tue Mar 22, 2022 5:03 pm Post subject: |
|
|
Maybe its hidden.
Just create a connection to your network in nm-applet.
Does it connect? _________________
|
|
Back to top |
|
|
ebuc99 n00b
Joined: 13 Mar 2008 Posts: 12
|
Posted: Tue Mar 22, 2022 5:13 pm Post subject: |
|
|
Thanks for reply.
I create a connection to the network but it doesn't connect. |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3948
|
Posted: Tue Mar 22, 2022 5:40 pm Post subject: |
|
|
Plz try to manually connect
Maybe first stop NM.
Then
Code: |
iwlist wlan0 scan
iwconfig wlan0 essid <name> key <password>
|
does it work? _________________
|
|
Back to top |
|
|
ebuc99 n00b
Joined: 13 Mar 2008 Posts: 12
|
Posted: Tue Mar 22, 2022 6:18 pm Post subject: |
|
|
This doesn't work.
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.
iwconfig key works only for WEP but the encryption of the wifi network ist WPA |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3948
|
Posted: Tue Mar 22, 2022 6:45 pm Post subject: |
|
|
Then please restart NM and issue
Code: |
nmcli radio wifi on
nmcli con down <essid>
nmcli dev wifi connect <essid> password "password"
|
and look at the logs also for insight. _________________
|
|
Back to top |
|
|
ebuc99 n00b
Joined: 13 Mar 2008 Posts: 12
|
Posted: Tue Mar 22, 2022 7:30 pm Post subject: |
|
|
at
nmcli con down "myessid"
appears the error
error »myessid« is not an active connection |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3948
|
Posted: Tue Mar 22, 2022 7:33 pm Post subject: |
|
|
Ok
Then issue only
Code: |
nmcli dev wifi connect <essid> password "password"
|
_________________
|
|
Back to top |
|
|
ebuc99 n00b
Joined: 13 Mar 2008 Posts: 12
|
Posted: Tue Mar 22, 2022 7:57 pm Post subject: |
|
|
No network with SSID "myessid" was found.
Its a little bit strange that i can see all wifi networks except my own.
I was searching the files in /etc which contains "myessid".
But i found nothing. |
|
Back to top |
|
|
jburns Veteran
Joined: 18 Jan 2007 Posts: 1227 Location: Massachusetts USA
|
Posted: Wed Mar 23, 2022 4:22 am Post subject: |
|
|
If you are using net-wireless/wpa_supplicant-2.10-r1 and was it built with -tkip USE flag, then build it with the tkip USE flag. |
|
Back to top |
|
|
ebuc99 n00b
Joined: 13 Mar 2008 Posts: 12
|
Posted: Wed Mar 23, 2022 6:30 am Post subject: |
|
|
Thanks.
Yes this did the trick. Compiling wpa_supplicant with tkip and now i see and i can use my WIFI. |
|
Back to top |
|
|
|