[wifi] pb configuration netctl (résolu)
Publié : dim. 20 oct. 2013, 23:55
Bonjour, je ne parviens pas à automatiser ma connexion wifi:
Merci de votre aide.
Code : Tout sélectionner
# systemctl start netctl
# systemctl enable netctl
ln -s '/usr/lib/systemd/system/netctl.service' '/etc/systemd/system/multi-user.target.wants/netctl.service'
# netctl start wifi
Job for netctl@wifi.service failed. See 'systemctl status netctl@wifi.service' and 'journalctl -xn' for details.
# systemctl -l status netctl@wifi.service
netctl@wifi.service - Networking for netctl profile wifi
Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static)
Active: failed (Result: exit-code) since dim. 2013-10-20 23:43:39 CEST; 8min ago
Docs: man:netctl.profile(5)
Process: 1299 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
Main PID: 1299 (code=exited, status=1/FAILURE)
oct. 20 23:43:39 pc network[1299]: Starting network profile 'wifi'...
oct. 20 23:43:39 pc network[1299]: Interface 'wlan0' does not exist
oct. 20 23:43:39 pc network[1299]: Failed to bring the network up for profile 'wifi'
oct. 20 23:43:39 pc systemd[1]: netctl@wifi.service: main process exited, code=exited, status=1/FAILURE
oct. 20 23:43:39 pc systemd[1]: Failed to start Networking for netctl profile wifi.
oct. 20 23:43:39 pc systemd[1]: Unit netctl@wifi.service entered failed state.
# journalctl -xn
-- Logs begin at mer. 2013-05-08 16:28:26 CEST, end at dim. 2013-10-20 23:49:35
oct. 20 23:43:39 pc systemd[1]: Unit netctl@wifi.service entered failed state.
oct. 20 23:47:49 pc gnome-session[604]: [257B blob data]
oct. 20 23:47:49 pc gnome-session[604]: [119B blob data]
oct. 20 23:47:49 pc gnome-session[604]: [119B blob data]
oct. 20 23:49:34 pc gnome-session[604]: (gedit:1370): Gtk-WARNING **: Theme file
oct. 20 23:49:34 pc gnome-session[604]: [155B blob data]
oct. 20 23:49:34 pc gnome-session[604]: [145B blob data]
oct. 20 23:49:35 pc systemd[1]: Starting Cleanup of Temporary Directories...
-- Subject: Unit systemd-tmpfiles-clean.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.service has begun starting up.
oct. 20 23:49:35 pc systemd-tmpfiles[1376]: stat(/run/user/1000/gvfs) failed: Pe
oct. 20 23:49:35 pc systemd[1]: Started Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit systemd-tmpfiles-clean.service has finished starting up.
--
-- The start-up result is done.
lines 1-23
Code : Tout sélectionner
(1/1) installation de wpa_actiond [######################] 100%
# netctl start wifi
Job for netctl@wifi.service failed. See 'systemctl status netctl@wifi.service' and 'journalctl -xn' for details.
# systemctl enable netctl-auto@wlp0s26f7u6.service
ln -s '/usr/lib/systemd/system/netctl-auto@.service' '/etc/systemd/system/multi-user.target.wants/netctl-auto@wlp0s26f7u6.service'
# netctl start wifi
Job for netctl@wifi.service failed. See 'systemctl status netctl@wifi.service' and 'journalctl -xn' for details.