Skip to content

Instantly share code, notes, and snippets.

@iandark
Last active October 17, 2021 07:21
Show Gist options
  • Select an option

  • Save iandark/c9bed103289b69a48d5fd82b36cc5f64 to your computer and use it in GitHub Desktop.

Select an option

Save iandark/c9bed103289b69a48d5fd82b36cc5f64 to your computer and use it in GitHub Desktop.
Corrigir WiFi no Manjaro

Set regulatory domain for country BR:

sudo iw reg set BR
iw reg get

Output:

global country BR: DFS-FCC (2402 - 2482 @ 40), (N/A, 20), (N/A) (5170 - 5250 @ 80), (N/A, 17), (N/A), AUTO-BW (5250 - 5330 @ 80), (N/A, 24), (0 ms), DFS, AUTO-BW (5490 - 5730 @ 160), (N/A, 24), (0 ms), DFS (5735 - 5835 @ 80), (N/A, 30), (N/A)

Para setar definitivamente como BR

Descomente a linha que possui BR

sudo nano /etc/conf.d/wireless-regdom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment