arduino / openwrt-yun

A custom version of OpenWrt, targeted to the Arduino Yún
GNU General Public License v2.0
148 stars 71 forks source link

WiFi disable configuration is required in some countries #5

Open ffissore opened 10 years ago

ffissore commented 10 years ago

Issue by sgk Friday Sep 20, 2013 at 06:51 GMT Originally opened as https://github.com/arduino/linino/issues/5


In some countries, it is prohibited to use WiFi without a government certification. The countries include Japan, we are distributing Yun after applying a small patch to disable WiFi function.

Currently, we can disable the WiFi interface (wlan0) using LuCi web interface. However, this causes your daemon (wifi-live-or-reset) to reset the Linux.

Additionally, this configuration should be retained after "reset-to-factory-anyway" by pressing the WiFi Reset button more than 30 seconds.

You may want to see my patching script.

Such WiFi disabling capability may be useful also in countries that is not prohibited.

ffissore commented 10 years ago

Comment by tigoe Friday Sep 20, 2013 at 10:03 GMT


That's something we should add on the product page and in the store product page so people know in advance and can correct.

Shigeru KANEMOTO notifications@github.com wrote:

In some countries, it is prohibited to use WiFi without a government certification. The countries include Japan, we are distributing Yun after applying a small patch to disable WiFi function.

Currently, we can disable the WiFi interface (wlan0) using LuCi web interface. However, this causes your daemon (wifi-live-or-reset) to reset the Linux.

Additionally, this configuration should be retained after "reset-to-factory-anyway" by pressing the WiFi Reset button more than 30 seconds.

You may want to see my patching script.

Such WiFi disabling capability may be useful also in countries that is not prohibited.


Reply to this email directly or view it on GitHub: https://github.com/arduino/linino/issues/5

Sent from my Android device with K-9 Mail. Please excuse my brevity.

ffissore commented 10 years ago

Comment by sgk Friday Sep 20, 2013 at 17:59 GMT


Thank you. This newer version of the patching sketch runs standalone with no need of the internet connection to get an actual patch shell script on GitHub Gist.