Difference between revisions of "WiFi"

From FriendlyELEC WiKi
Jump to: navigation, search
(Change AP6212 country area)
(updated by API)
 
Line 1: Line 1:
 +
[[WiFi/zh|查看中文]]
 
===Change the ap6212 wifi country code===
 
===Change the ap6212 wifi country code===
 
View the current country code:
 
View the current country code:

Latest revision as of 10:02, 10 September 2021

查看中文

Change the ap6212 wifi country code

View the current country code:

cd /lib/firmware/brcm
grep ccode *.txt -rn

Change to other country code, such as CN:

cd /lib/firmware/brcm
sed 's/ccode=ALL/ccode=CN/g' *.txt -i