diff options
Diffstat (limited to 'articles/2025/Wifi-region.html')
| -rwxr-xr-x | articles/2025/Wifi-region.html | 33 |
1 files changed, 33 insertions, 0 deletions
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 @@ +<!doctype html> +<html lang="EN"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/style.css"> + <title>Wifi region</title> + </head> + <body> + <header> + <h1>Bloggings</h1> + <a href="/index.php">Back</a> + + </header> + +<main> +<article> +<h2>Wifi region</h2> +<h3>2025-03-26</h3> +<h4>If like me you reside in France, you may have wifi problems with the default frequency settings.</h4> +<p>Verify the value:</p> +<code>iw reg get</code> +<p>If you don't see FR then it's not correctly set.</p> +<code>sudo iw reg set FR</code> +<p>will correct that. To make it persistant, edit /etc/default/crda and add</p> +<code>REGDOMAIN=FR</code> +<br> +<a href="https://sebsauvage.net/wiki/doku.php?id=linux-vrac">Source</a></p> +</article> +</main> +<footer> +<p> </p><p>ยง</p></footer> +</body></html> |
