Comprueba si estás utilidando el módulo cfg80211:

lsmod | grep cfg80211


Si es así, del modinfo de dicho módulo podemos extraer:

parm:   ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)


Prueba a recargar el módulo cfg80211 con el parámetro ieee80211_regdom y el código del país donde vivas (si es España "ES")

Si funciona puedes hacer permanente el cambio ejecutando:

echo "options cfg80211 ieee80211_regdom=CÓDIGO" > /etc/modprobe.d/fix_wifi_channel.conf


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Responder a