From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2025/Wifi-region.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 articles/2025/Wifi-region.html (limited to 'articles/2025/Wifi-region.html') diff --git a/articles/2025/Wifi-region.html b/articles/2025/Wifi-region.html new file mode 100755 index 0000000..2a1957b --- /dev/null +++ b/articles/2025/Wifi-region.html @@ -0,0 +1,33 @@ + + + + + + + Wifi region + + +
+

Bloggings

+ Back + +
+ +
+
+

Wifi region

+

2025-03-26

+

If like me you reside in France, you may have wifi problems with the default frequency settings.

+

Verify the value:

+iw reg get +

If you don't see FR then it's not correctly set.

+sudo iw reg set FR +

will correct that. To make it persistant, edit /etc/default/crda and add

+REGDOMAIN=FR +
+Source

+
+
+ + -- cgit v1.3.1