Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7619

Beginners • Re: Can not get wifi connection Pi 5 to OpenWRT router working

$
0
0

After reading through this thread it seems to me that It's time to have a deeper look into your wifi. Please post the output from the following commands. There shouldn't be any secrets leakage so please provide the complete output. For "<connection>" substitute the name of the connection you think should connect to the 2.4G network.

You can copy these lines of text to a file, change the protection to make it executable (chmod 755), and then run it from the command line.

If at all possible, please reboot the system before running the script.

These commands will produce a lot of output in the file diags.txt. Please post the contents of that file and PLEASE enclose it inside code tags ([ code ] and [ /code ], without the spaces), as it will be impossibly annoying to read if you don't use code tags. You can see the effect of code tags right here (the code below is enclosed in code tags), and you can see the effect on your own post before posting it by using the "Preview" button.
When running this, I get this output on screen:

Code:

\STATE         CONNECTIVITY  WIFI-HW  WIFI      WWAN-HW  WWAN    disconnected  none          enabled  disabled  missing  enabled DEVICE  TYPE      STATE                   CONNECTION lo      loopback  connected (externally)  lo         eth0    ethernet  unavailable             --         wlan0   wifi      unavailable             --         NAME                UUID                                  TYPE      DEVICE lo                  e5648756-baaf-4c8b-a10b-bf003738fe76  loopback  lo     Wired connection 1  a882a932-ff41-3ccf-b806-14ac12652acb  ethernet  --     Error: wireless_CC_home - no such connection profile.IN-USE  BSSID  SSID  MODE  CHAN  RATE  SIGNAL  BARS  SECURITY Error: Scanning not allowed while unavailable.IN-USE  BSSID  SSID  MODE  CHAN  RATE  SIGNAL  BARS  SECURITY Error: unknown connection 'wireless_CC_home'.May 13 02:57:07 pi5 NetworkManager[738]: <info>  [1747097827.0173] device (wlan0): driver supports Access Point (AP) modeMay 13 02:57:07 pi5 NetworkManager[738]: <info>  [1747097827.0179] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)May 13 02:57:07 pi5 NetworkManager[738]: <info>  [1747097827.0182] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
And this output in the file:

Code:

** nmcli general statusSTATE         CONNECTIVITY  WIFI-HW  WIFI      WWAN-HW  WWAN    disconnected  none          enabled  disabled  missing  enabled ** nmcli device statusDEVICE  TYPE      STATE                   CONNECTION lo      loopback  connected (externally)  lo         eth0    ethernet  unavailable             --         wlan0   wifi      unavailable             --         ** nmcli c showNAME                UUID                                  TYPE      DEVICE lo                  e5648756-baaf-4c8b-a10b-bf003738fe76  loopback  lo     Wired connection 1  a882a932-ff41-3ccf-b806-14ac12652acb  ethernet  --     ** nmcli show connection <connection>** nmcli device wifi listIN-USE  BSSID  SSID  MODE  CHAN  RATE  SIGNAL  BARS  SECURITY ** nmcli device wifi rescan** nmcli device wifi listIN-USE  BSSID  SSID  MODE  CHAN  RATE  SIGNAL  BARS  SECURITY ** nmcli c up <connection>** journalctl -b -g wlan0May 13 02:57:07 pi5 NetworkManager[738]: <info>  [1747097827.0173] device (wlan0): driver supports Access Point (AP) modeMay 13 02:57:07 pi5 NetworkManager[738]: <info>  [1747097827.0179] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)May 13 02:57:07 pi5 NetworkManager[738]: <info>  [1747097827.0182] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
What is strange that when running sudo nmtui and check which networks it found, it showns noting. No network at all. While I did see my 2.4G network and lots of others here before.

Statistics: Posted by simmania — Fri Jul 04, 2025 11:35 am



Viewing all articles
Browse latest Browse all 7619

Trending Articles