Grein
13-10-2013, 21:30
Ciao a tutti, allora vi spiego la mia situazione:
possiedo una chiavetta wifi correttamente installata e che viene riconosciuta dal sistema (mi sono anche già connesso con essa usando wi-fi menu).
Ora ho la necessità che essa si colleghi in automatico all'avvio del sistema al mio router; per fare ciò, seguendo la wiki, ho creato un profilo in /etc/netctl e l'ho chiamato my-network, come di seguito:
Description='A simple WPA encrypted wireless connection'
Interface=wlan0
Connection=wireless
Security=wpa
IP=dhcp
ESSID='Belkin_N+_4539AC'
# 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='XXXXX'
# Uncomment this if your ssid is hidden
#Hidden=yes
Nei campi ESSID e Key vanno mantenute le virgolette? Nel campo security bisogna lasciare 'wpa' anche se la mia chiave è una wpa2?
poi ho dato
netctl start my-network
netctl enable my-network
netctl reenable my-network
Poi ho riavviato...al riavvio la chiavetta wifi si illumina ma non riesce a connettersi, dove sta il problema?
possiedo una chiavetta wifi correttamente installata e che viene riconosciuta dal sistema (mi sono anche già connesso con essa usando wi-fi menu).
Ora ho la necessità che essa si colleghi in automatico all'avvio del sistema al mio router; per fare ciò, seguendo la wiki, ho creato un profilo in /etc/netctl e l'ho chiamato my-network, come di seguito:
Description='A simple WPA encrypted wireless connection'
Interface=wlan0
Connection=wireless
Security=wpa
IP=dhcp
ESSID='Belkin_N+_4539AC'
# 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='XXXXX'
# Uncomment this if your ssid is hidden
#Hidden=yes
Nei campi ESSID e Key vanno mantenute le virgolette? Nel campo security bisogna lasciare 'wpa' anche se la mia chiave è una wpa2?
poi ho dato
netctl start my-network
netctl enable my-network
netctl reenable my-network
Poi ho riavviato...al riavvio la chiavetta wifi si illumina ma non riesce a connettersi, dove sta il problema?