If you are using one SSID for both 2.4 and 5, then I think it is up to
the router to force the client to a certain channel.   Mine always
selects a 5g channel.  You can force connection on a certain channel,
but that cannot be done while connected.  Make a script.   Then run the
script in the user commands.  Make if you select the wrong channel, I
think it will revert to auto selecting


Code:
--------------------
    
  #!/bin/sh
  /usr/local/etc/init.d/wifi stop
  iwconfig wlan0 channel xx
  /usr/local/etc/init.d/wifi start
  
--------------------



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer
------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=114201

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to