You are not logged in.
Pages: 1
I have installed Arch using archinstall.
How can I change the WiFi region? It is currently set to the wrong country, and I figured that might be the issue as to why I am experiencing a bad WiFi connection.
I can't seem to find how to do it by searching, so I decided to post here.
Offline
Have you tried installing https://archlinux.org/packages/core/any/wireless-regdb/ and editing it for your country?
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn
Offline
https://wiki.archlinux.org/title/Networ … ory_domain -- if that doesn't help maybe clarify your issues, and post
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
sudo journalctl -bin code tags or to a pastebin: https://wiki.archlinux.org/title/List_o … n_services
Offline
I am experiencing slower then expected speeds with the WiFi card I am currently using, the Intel AX210. The WiFi region is set to DE, instead of SE.
Configuring wireless-regdb changed "global" when running
iw reg getbut not the adapter, phy0. That one still says DE. It also states "(self-managed)" next to the adapter.
Last edited by 6e4is42 (2024-04-21 06:45:34)
Offline
Intel has forced automatic region detection now. I don't think it is possible to change the region manually anymore, at least not easily.
https://community.intel.com/t5/Wireless … -p/1371007
https://community.intel.com/t5/Wireless … -p/1312693
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Then how shall I go about this problem?
Offline
The WiFi region is set to DE, instead of SE.
https://european-union.europa.eu/princi … /sweden_en
https://en.wikipedia.org/wiki/List_of_WLAN_channels
That's the same region when it comes to radio regulations.
I figured that might be the issue as to why I am experiencing a bad WiFi connection
Or *might* be not.
Post the outputs of the commands in https://bbs.archlinux.org/viewtopic.php … 0#p2166170
Offline
Pages: 1