MediaTek-Labs / linkit-smart-7688-feed

189 stars 152 forks source link

Channels 12 and 13 not enabled #40

Closed louismarie closed 7 years ago

louismarie commented 7 years ago

My AP is on channel 12/13, I use 0.9.4 and I can't connect to it. How can I fix this ?

This is my configuration :

config wifi-device 'radio0'
option type 'ralink'
option variant 'mt7628'
option hwmode '11g'
option htmode 'HT40-'
option channel 'auto'
option disabled '0'
option linkit_mode 'sta'
option country 'FR'
option country_ie '1'

EDIT Now it works.

Just add one more option “region” below the “country” option and set it to 1 like:

option disabled '0' option linkit_mode 'sta' option country 'FR' option region '1' option country_ie '1'