Petit utilisateur d'Ubuntu depuis quelques mois, j'ai insallé Arch sans trop de galère. Mais voilà, je n'arrive pas a configurer comme il faut mon Wifi, en sachant que j'aimerais qu'il se lance au démarrage.
1 - ip link
Code : Tout sélectionner
[red@Arch ~]$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
link/ether 7c:05:07:cf:9f:3b brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
link/ether 24:fd:52:de:e3:c0 brd ff:ff:ff:ff:ff:ff
Code : Tout sélectionner
Description='A simple WPA encrypted wireless connection'
Interface=wlp2s0
Connection=wireless
Security=wpa
IP=dhcp
ESSID='NUMRED'
# Prepend hexadecimal keys with \"
# If your key starts with ", write it as '""<key>"'
# See also: the section on special quoting rules in netctl.profile(5)
Key='12.......'
#Uncomment this if your ssid is hidden
#Hidden=Yes
Code : Tout sélectionner
[red@Arch ~]$ sudo netctl enable wifimaison
[sudo] password for red:
A unit file for profile 'wifimaison' already exists
[red@Arch ~]$
Une idée ?
Merci.