Difference between revisions of "WiFi/zh"
From FriendlyELEC WiKi
(updated by API) |
(updated by API) |
||
Line 1: | Line 1: | ||
+ | [[WiFi|English]] | ||
===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