How do I check if my laptop WiFi supports 5ghz feq
By Sarah Rodriguez •
I am using Ubuntu 18.04 I wanna check if my laptop supports 5ghz Freq because it is unable to search for my 5ghz freq I attached the screenshot of available channels=>Available channels
31 Answer
You can check the channels that your wireless card supports with the terminal command:
sudo iwlist chanPlease note that setting your regulatory domain may affect the usable channels. In case yours is unset, here is the procedure:
Check yours:
sudo iw reg getIf you get 00, that is a one-size-maybe-fits-all setting. Find yours here: Then set it temporarily:
sudo iw reg set ISOf course, substitute your country code if not Iceland. Set it permanently:
sudo nano /etc/default/crdaChange the last line to read:
REGDOMAIN=ISProofread carefully, save and close the text editor.
Now check again:
sudo iwlist chan 4