CalaOS v3 Alpha5 WiFi problem to connect - Printable Version +- Calaos, Home Automation Forum (https://calaos.fr/forum) +-- Forum: Utilisation - Installation - Configuration (https://calaos.fr/forum/forumdisplay.php?fid=4) +--- Forum: Installation du système (https://calaos.fr/forum/forumdisplay.php?fid=5) +--- Thread: CalaOS v3 Alpha5 WiFi problem to connect (/showthread.php?tid=743) |
CalaOS v3 Alpha5 WiFi problem to connect - mpadi - 08-25-2017 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 RE: CalaOS v3 Alpha5 WiFi problem to connect - raoulh - 08-25-2017 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#configurer_les_interfaces_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.) RE: CalaOS v3 Alpha5 WiFi problem to connect - mpadi - 08-25-2017 ok thank |