Wiedza Odblokowanie Ubiquiti AirMax - włączenie trybu Compliance Test

Silas Mariusz

rm -rf /
Help us, GOD!
5 Kwiecień 2008
10 210
31
2 314
153
39
Nowy Sącz
forum.qnap.net.pl
QNAP
TS-x77
Ethernet
1 GbE
Dla wersji oprogramowania 5.5.6 - 5.5.9:
Bash:
echo "/usr/sbin/radartool cactime 1000" > /etc/persistent/rc.poststart
echo "/usr/sbin/radartool -i wifi0 usecac 0" >> /etc/persistent/rc.poststart
echo "echo '<option value=\"511\">===Compliance Test===</option>\n' >> /etc/ccodes.inc" >> /etc/persistent/rc.poststart
chmod +x /etc/persistent/rc.poststart
cfgmtd -w -p /etc/
reboot

Dla wersji oprogramowania 5.5.9 i nowszych:
Bash:
touch /etc/persistent/ct
save
reboot

Notka do mnie samego: Sprawdź czy wyłączenie ustępowania radarom działa również w oprogramowaniu 5.5.9:
Bash:
echo "/usr/sbin/radartool cactime 1000" > /etc/persistent/rc.poststart
echo "/usr/sbin/radartool -i wifi0 usecac 0" >> /etc/persistent/rc.poststart
# echo "echo '<option value=\"511\">===Compliance Test===</option>\n' >> /etc/ccodes.inc" >> /etc/persistent/rc.poststart

chmod +x /etc/persistent/rc.poststart

touch /etc/persistent/ct

save
# czy to przypadkiem nie to samo co polecenie 'save' ?
cfgmtd -w -p /etc/

reboot