Não é possível conectar-se ao wifi com wpa_supplicant

2

Acabei de instalar o Arch Linux no meu laptop. Até agora, só consegui me conectar a redes com fio. Quando tento me conectar à minha rede wifi com wpa_supplicant -D nl80211,wext -i wlp3s0 -C <(wpa_passphrase "SKYNET-5GHz" < password.txt) , recebo este erro:

Successfully initialized wpa_supplicant
Could not unlink existing ctrl_iface socket '/dev/fd/63/wlp3s0': Not a directory
Failed to initialize control interface '/dev/fd/63'.
You may have another wpa_supplicant process already running or the file was
left by an unclean termination of wpa_supplicant in which case you will need
to manually remove this file before starting wpa_supplicant again.

nl80211: deinit ifname=wlp3s0 disabled_11b_rates=0

Eu fiz algumas leituras e achei isso:

Note: Because of the process substitution, you cannot run this command with sudo - you will need a root shell. Just pre-pending sudo will lead to the following error: Successfully initialized wpa_supplicant Failed to open config file '/dev/fd/63', error: No such file or directory Failed to read or parse configuration '/dev/fd/63'

suplicante do WPA - Conectando-se com wpa_passphrase | wiki.archlinux.org

Isso significa que eu preciso estar em um shell de root em vez de executar com o prefixo sudo . O que acontece é o que tenho feito. Eu tentei isso fazendo logon no meu computador como root e como fazer o login com o meu usuário e mudar para root com su - root , mas eu sempre recebo esse erro.

    
por Marcel 24.03.2016 / 15:10

1 resposta

2

De acordo com wiki.archlinux Você pode usar um gerenciador de conexões porque:

you should not run two daemons simultaneously

netctl é instalado por padrão, acho que você está usando uma GUI como o Network-manager.

Remova o netctl e o Network-manager

Reinstale o Network-Manager

Tente se conectar por meio de wpa_supplicant

    
por 27.03.2016 / 00:47