You are not logged in.
Pages: 1
Topic closed
I have a wireless network broadcasting on both a 2.4GHz and 5GHz channels with the same ESSID. I'm in a very 2.4GHz polluted area but my laptop keeps defaulting to it (using netctl).
I've checked the man pages for netctl and done some searching but I can't seem to find anything where I can specify for the profile to either prefer or force using the 5GHz channel.
Any suggestions on something I've missed? Or should this be a feature request?
Offline
...why are you using the same ESSID for two different radios?
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
To allow roaming between the two, it's no different to having multiple APs on the same network on varying channels.
Plus Network Manager has a preferred band option as far as I remember.
Offline
You can use wireless_tools to set the frequency for the interface:
# iwconfig <interface name> freq 5G
You should probably use `iw` instead:
# iw dev <interface name> set freq 5000
http://linuxwireless.org/en/users/Docum … cy_with_iw
Write a udev rule to set this at boot up:
# /etc/udev/rules.d/70-wifi-frequency.rules
ACTION=="add", SUBSYSTEM=="net", KERNEL=="wlan*", RUN+="/usr/bin/iw dev %k set freq 5000"
Jin, Jîyan, Azadî
Offline
To allow roaming between the two, it's no different to having multiple APs on the same network on varying channels.
Plus Network Manager has a preferred band option as far as I remember.
...but in this case, I am assuming that both the 2.40 and 5.00 GHz transmitters reside in the same piece of hardware, no?
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Bump, curious if anyone found a good solution for this. Same SSID for 2.4+5Ghz is a common scenario, I'd love to force 5Ghz on such networks.
Offline
Don't do that: https://wiki.archlinux.org/index.php/Co … bumping.22
Closing.
Offline
Pages: 1
Topic closed