Re: Rpi-3 Arch-linux Wifi

Page principale

Répondre à ce message
Auteur: Laurent Vivier
Date:  
À: guilde
Sujet: Re: Rpi-3 Arch-linux Wifi
Salut,

tu as essayé avec NetworkManager ?

nmcli:

https://docs.fedoraproject.org/en-US/Fedora/25/html/Networking_Guide/sec-Connecting_to_a_Network_Using_nmcli.html

Laurent

Le 05/01/2017 à 16:25, Hervé de Dianous a écrit :
> Je reviens sur ces PB de Wifi et Bluetooth qui m'amènent à découvrir
> Arch-Linux.
>
> ssh en filaire.
>
> J'ai configuré /etc/wpa_supplicant/wpa_supplicant.conf comme ceci :
>
> ctrl_interface=/var/run/wpa_supplicant
> #update_config=1
> eapol_version=1
> ap_scan=1
> fast_reauth=1
> network={
>         ssid="Livebox-290a"
>         psk="29FEFF4D5FF32DC57DF3XXXXXX"
> }

>
> J'ai rebooté et :
>
> # iwconfig wlan0
> wlan0     IEEE 802.11bgn  ESSID:off/any
>           Mode:Managed  Access Point: Not-Associated   Tx-Power=1496 dBm
>           Retry short limit:7   RTS thr:off   Fragment thr:off
>           Encryption key:off
>           Power Management:off

>
> Donc, le wifi du Rpi a démaré mais pas lu le wpa_supplicant.conf.
>
> ip link set wlan0 up
> ne fait pas mieux
>
> Pourtant j'ai :
> /etc/netctl/Livebox-290a :
>
> Description='wlan0 connection'
> Interface=wlan0
> Connection=wireless
> Security=wpa-configsection
> IP=dhcp
> WPAConfigSection=(
>     'ssid="Livebox-290a"'
>     'psk="29FEFF4D5FF32DC57DF3XXXXXX"'
>     'key_mgmt=WPA-PSK'
>     'proto=RSN'
>     'group=TKIP'
>     'pairwise=CCMP'
>     'priority=3'
> )

>
> Je sèche :(
>
> Pour le Bt il y a /etc/bluetooth/main.conf à configurer
>
> RV2D
>
>