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/ttyUSB2
echo -ne ...
Search found 2 matches
- Mon Jun 26, 2023 1:24 pm
- Forum: Tutorials
- Topic: Orbi 5G (NBR750, NBK752) How-To / Megathread
- Replies: 94
- Views: 96759
- Mon Jun 26, 2023 11:14 am
- Forum: Tutorials
- Topic: Orbi 5G (NBR750, NBK752) How-To / Megathread
- Replies: 94
- Views: 96759
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 ...