I'm having an issue with setting up AirPrint on an HP LaserJet Pro M203dw and the HP Smart software. The issue is the HP Smart software to setup the wireless requires my router to be in 2.4Ghz mode. The printer has no LCD to setup the wireless, it requires the HP Smart software.
My router is a Spectrum SAC2V1A, that does mixed mode 5Ghz/2.4Ghz on one SSID and the HP Smart software won't proceed as my wifi connection from my Mac is 5Ghz mode. So I need to figure how to force my Wifi card to connect to the router in 2.4Ghz mode.
As we can see 2.4Ghz mode is channel 11 and 5Ghz is 44, but I can't figure how to force the connection to channel 11, it just keeps connecting to channel 44( 5Ghz ).
This command should force channel 11, but it's not working, just keeps connecting to channel 44.
Sadly the Spectrum app for the iPhone has no option to set the router to 2.4Ghz mode, it auto switches between the two modes on thew Same SSID.
Can anyone help with this?
My router is a Spectrum SAC2V1A, that does mixed mode 5Ghz/2.4Ghz on one SSID and the HP Smart software won't proceed as my wifi connection from my Mac is 5Ghz mode. So I need to figure how to force my Wifi card to connect to the router in 2.4Ghz mode.
Code:
/System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport -s
SSID BSSID RSSI CHANNEL HT CC SECURITY (auth/unicast/group)
SpectrumSetup-68 fa:6a:1f:39:75:69 -50 11,-1 Y US WPA2(PSK/AES/AES)
SpectrumSetup-68 fa:6a:1f:39:75:6a -46 44 Y US WPA2(PSK/AES/AES)
DIRECT-5f-HP M203 LaserJet 96:53:30:8a:28:5f -56 6 Y -- WPA2(PSK/AES/AES)
As we can see 2.4Ghz mode is channel 11 and 5Ghz is 44, but I can't figure how to force the connection to channel 11, it just keeps connecting to channel 44( 5Ghz ).
macOS: How to Force Connect to 5GHz or 2.4GHz WIFI Band (Same SSID)
If you want to connect to a Wireless network that has both 5GHz and 2.4GHz frequency bands enabled and they use the same SSID, you can set your Apple Mac to connect to only a particular WIFI band easily.
becomethesolution.com
This command should force channel 11, but it's not working, just keeps connecting to channel 44.
Code:
sudo /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport --channel=11
Sadly the Spectrum app for the iPhone has no option to set the router to 2.4Ghz mode, it auto switches between the two modes on thew Same SSID.
Can anyone help with this?