LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Wifi - networks disappeared (https://www.linuxquestions.org/questions/linux-networking-3/wifi-networks-disappeared-4175699628/)

fasset 08-24-2021 02:04 PM

Wifi - networks disappeared
 
Hi.
After succesfull driver installation and a few days with no problem working system can't find wifi networks anymore: System:

Debian 11, kernel: 5.10.0-8-amd64

iwconfig:
Code:

wlx00aaab03226b  IEEE 802.11  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated  Tx-Power=20 dBm 
          Retry short  long limit:2  RTS thr:off  Fragment thr:off
          Encryption key:off
          Power Management:off

lsusb:
Code:

Bus 001 Device 003: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
Which steps can be done to diagnose problem? Thanks you for any answers.

ondoho 08-25-2021 02:10 AM

Quote:

Originally Posted by fasset (Post 6278260)
Which steps can be done to diagnose problem?

They are outlined here: https://forums.bunsenlabs.org/viewtopic.php?id=24
(please add "sudo lsusb" to the list iof commands)

GentleThotSeaMonkey 08-25-2021 02:51 AM

I like: https://github.com/UbuntuForums/wireless-info

(this ddGOo found it: debian diagnose|troubleshoot intitle:wifi|wireless)

Let us know (including what the solution was, for future searchers)

A 'wild-guess' re: wlx00aaab03226b:
Quote:

These kind of interface names that looks like "wlx[macaddr]" could trigger a well-known bug in NetworkManager, causing the exact same phenomenon as you described.

Try disabling "predictable interface name" by adding kernel parameters "net.ifnames=0 biosdevname=0" and see if it helps.

See: https://www.freedesktop.org/wiki/Sof...InterfaceNames


All times are GMT -5. The time now is 12:32 PM.