arduino / linino

102 stars 47 forks source link

WiFi disable configuration is required in some countries #5

Closed sgk closed 10 years ago

sgk commented 11 years ago

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.

tigoe commented 11 years ago

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.

sgk commented 11 years ago

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.