/r/linuxwifi

Photograph via snooOG

A subreddit for the discussion and support of Wireless Networking in GNU/Linux.

A subreddit where you can receive help on WiFi-related issues on GNU/Linux i.e. how to install drivers, places to buy from etc.

/r/linuxwifi

269 Subscribers

1

Best way to find out connected wifi information for a library?

Whats the best way to get the current connected wifi information? Especially whether it is wpa2 or wpa3?

Currently I am using nmcli to find it out but that doesn't seem like the best way across various distros or network managers. I am also looking at wpa_supplement and d-bus but do not understand how they do it. Better if it works on windows too.

0 Comments
2022/06/07
11:24 UTC

3

[PURCHASE ADVICE] WiFi 5GHz USNB dongle

4 Comments
2021/03/02
11:04 UTC

6

Reverse engineering

So i use linux-libre on Parabola and my wifi doesnt work and i have to use ethernet. Why dont we just reverse engineer the proprirtary driver?

2 Comments
2021/02/22
11:32 UTC

2

useful wifi tools: hw-probe / nmcli

For those that are not aware about:

  • hw-probe a tool to probe for hardware, check operability and find drivers with the help of Linux hardware database

  • nmcli is a commandline interface used to control NetworkManager and report network status in Linux

1 Comment
2021/02/22
08:27 UTC

17

Does anyone have a list of known working wifi cards?

Exactly as the title says, does anyone have a full list that is being update regularly?

5 Comments
2021/02/22
05:30 UTC

12

Wifi channel monitor for Linux-based desktops

Sometimes wifi problems aren't related to hardware (or software) problems at all, but the neighboring routers.

This script was built for & tested on a Gnome-based desktop environment, but should work for others providing you have the dependencies

Assess channel usage of neighboring routers / access points and get a desktop alert if your active channel is not optimal (has more than 1 user on it, other than you). Troubleshoot your wifi without lifting a finger!

Additional options:

  • MAC address/BSSID lookups of neighbors - Useful when troubleshooting rogue access points or evil twin attacks
  • MAC address caching - No need to pull lookups from the internet when most neighboring routers are likely static
  • Enterprise access point lookup - Useful when you have several access points with the same SSID; reference a list of BSSIDs and easily set custom identifiers (see 'Full Detail' screenshot)

Screenshots and source code: https://github.com/angela-d/wifi-channel-watcher

0 Comments
2021/02/21
21:42 UTC

Back To Top