Struggling connecting Omega2+ to wifi
-
Hello everyone!
Today I tried to connect my Omega2+ to my home Wifi (for some experiments). But i can't manage to get it working!
Trough the GUI, when I check the "Enable wifi" box and refresh the page, the box is still unchecked... So I tried to manage it with the CLI, but it don't work too (With Wifimanager or Wifisetup).
Here is my uci show wireless:root@Omega-Tom:~# uci show wireless
wireless.ra0=wifi-device
wireless.ra0.type='ralink'
wireless.ra0.mode='9'
wireless.ra0.channel='auto'
wireless.ra0.txpower='100'
wireless.ra0.ht='20'
wireless.ra0.disabled='0'
wireless.ra0.country='FR'
wireless.@wifi-iface[0]=wifi-iface
wireless.@wifi-iface[0].device='ra0'
wireless.@wifi-iface[0].network='wlan'
wireless.@wifi-iface[0].mode='ap'
wireless.@wifi-iface[0].encryption='psk2'
wireless.@wifi-iface[0].ApCliEncrypType='AES'
wireless.@wifi-iface[0].ssid='Omega-Tom'
wireless.@wifi-iface[0].key='vilukitoja'
wireless.@wifi-iface[0].ApAuthMode='WEP'
wireless.@wifi-iface[0].ApCliSsid='HomeWifi'
wireless.@wifi-iface[0].ApCliPassWord='1'
wireless.@wifi-iface[0].ApCliAuthMode='WEP'
wireless.@wifi-iface[0].ApCliEnable='1'
wireless.@wifi-config[0]=wifi-config
wireless.@wifi-config[0].ssid='HomeWifi'
wireless.@wifi-config[0].key='1'
wireless.@wifi-config[0].encryption='WEP'
wireless.@wifi-config[0].key1='0123456789'I read on this post that some French resident (like me) have this problem too, but the post didn't get any answers. But I changed the wireless.ra0.country= to 'FR', as recommended on the post.
I checked dmesg, and here again nothing looks weird...Can you help me? Should I restore my Omega?
Thanks!