Calaos, Home Automation Forum

Full Version: CalaOS v3 Alpha5 WiFi problem to connect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear,
please help me for connect calaOS v3 alpha5 to wireless connection.

I have write on configuration files : /etc/network/interfaces

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant.conf

write on configuration files : /etc/wpa_supplicant.conf

network={
ssid="my network name"
psk="my network password"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}


But not connect ! Then I connect cable on eth0, work OK !

Please help me. !

Thank
Hi,

First the network cannot be configured with /etc/network files. It's not a debian based distro...

For configuring the network, you need to use connman and the connmanctl command line tool.
Example: https://calaos.fr/wiki/fr/calaos_os#conf...es_reseaux
(in french but easily understandable)

Also you may want to know that wpa supplicant is not installed on calaos-os, so connecting to a wifi network is not supported. (It's not a good choice for a 24/7 home automation system anyway.)
ok thank