Difference between revisions of "WiFi"

From FriendlyELEC WiKi
Jump to: navigation, search
(Created page with "===Change AP6212 country area=== View the current value: <syntaxhighlight lang="text"> cd /lib/firmware/brcm grep ccode *.txt -rn </syntaxhighlight> Change to other country, s...")
(No difference)

Revision as of 08:40, 6 December 2019

Change AP6212 country area

View the current value:

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

Change to other country, such as CN:

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