Hello everyone,
I finally received my Onion2+ and so far I'm pretty happy with it (in fact I will probably order some more via Indiegogo). But today I retried to configure my WiFi and network settings, basically so the Onion2+ becomes a simple WiFi-Client in my network, without creating its own AP. I read through the LEDE and OpenWRT documentation regarding networking and wireless and I think I should habe a working configuration but I always end up with the following error messages:
ra0(cfg033579): Invalid mode
ra0(cfg033579): Invalid mode
Interface doesn't accept private ioctl...
set (8BE2): Network is down
ra0(ralink): enable failed
My networking config is now as follows:
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd1d:48c4:7633::/48'
config interface 'wifi'
option proto 'dhcp'
option hostname 'omega2p'
And here is my wireless config
config wifi-device ra0
option type ralink
option mode 9
option channel auto
option txpower 100
option ht 20
option country US
option disabled '0'
config wifi-iface
option device 'ra0'
option network 'wifi'
option mode 'sta'
option ssid 'Internet-Of-Shit'
option encryption 'psk2'
option key 'some-password'
I hope anyone can point me into the right direction where my error is.
Thanks in advance