Réseau wifi en wpa et dhcp.
Maintenant, je souhaiterais me connecter automatiquement au démarrage.
J'ai donc suivi le wiki:
Code : Tout sélectionner
net-auto-wireless allows users to automatically connect to wireless networks with proper roaming support.
To enable this feature, users must add net-auto-wireless to the DAEMONS array in rc.conf and specify the desired wireless interface with the WIRELESS_INTERFACE variable:
File: /etc/rc.conf
WIRELESS_INTERFACE="wlan0"
...
DAEMONS=(... net-auto-wireless ...)
Additionally, the wpa_actiond package is required. Note that wpa-config profiles does not work with net-auto-wireless. Convert them to wpa-configsection instead
Au démarrage, le daemon pour le wireless me dit OK, mais trop rapidement à mon gout, et il ne remonte pas d'IP. Bref, pas de connexion au final.
Aurais-je oublié quelquechose?