Search found 2 matches

Return

by lplassman
Mon Jun 26, 2023 1:24 pm
Jump to forum
Jump to topic

Re: Orbi 5G (NBR750, NBK752) How-To / Megathread

For those who want to enable 5G SA with n41 enabled on boot, here is a method I found that worked. Create a script file at: /opt/scripts/enable_5g_sa.sh and insert the following into it: #!/bin/sh echo -ne "at+qnwprefcfg=\"nr5g_disable_mode\",0\r\n" | microcom -X -t 1000 /dev/tty...
by lplassman
Mon Jun 26, 2023 11:14 am
Jump to forum
Jump to topic

Re: Orbi 5G (NBR750, NBK752) How-To / Megathread

Has anyone been able to figure out how to run the wifi down script at launch? I have created the script with the right permissions and have it called to run from the rc.local file. I have tried calling it with the full path to the executable (/sbin/wifi) and without the full path. I know rc.local i...