probleme config wifi

Paramétrer le Raspberry Pi B/B+ pour se connecter via Ethernet ou une clé WiFi USB

Modérateurs : Francois, maxty01

darkprocess75
Messages : 88
Enregistré le : dim. 11 oct. 2015 21:17

Re: probleme config wifi

Message par darkprocess75 » sam. 14 nov. 2015 02:11

Pouvez vous me donner le retour sur la commande iwconfig wlan0

darkprocess75
Messages : 88
Enregistré le : dim. 11 oct. 2015 21:17

Re: probleme config wifi

Message par darkprocess75 » sam. 14 nov. 2015 02:14

La partie wlan dans le fichier interface n'est pas bonne
auto wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

darkprocess75
Messages : 88
Enregistré le : dim. 11 oct. 2015 21:17

Re: probleme config wifi

Message par darkprocess75 » sam. 14 nov. 2015 02:16

auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

pouypouy
Messages : 8
Enregistré le : jeu. 12 nov. 2015 21:51

Re: probleme config wifi

Message par pouypouy » sam. 14 nov. 2015 09:23

le fichier interfaces:

Code : Tout sélectionner

# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'

# Include files from /etc/network/interfaces.d:

auto lo
iface lo inet loopback

auto eth0
allow-hotplug eth0
iface etho inet dhcp

auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

pouypouy
Messages : 8
Enregistré le : jeu. 12 nov. 2015 21:51

Re: probleme config wifi

Message par pouypouy » sam. 14 nov. 2015 09:24

le resultat de iwconfig wlan0:

Code : Tout sélectionner

pi@raspberrypi ~ $ sudo iwconfig wlan0
wlan0     unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency=2.412 GHz  Access Point: Not-Associated
          Sensitivity:0/0
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Avatar du membre
marco123
Raspinaute
Messages : 438
Enregistré le : sam. 30 janv. 2016 07:59
Localisation : Val d'Oise

Re: probleme config wifi

Message par marco123 » mar. 1 mars 2016 21:01

Code : Tout sélectionner

/etc/network/interfaces 

auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp

Code : Tout sélectionner

/etc/wpa_supplicant/wpa_supplicant.conf

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
	ssid="mon ssid"
	psk="ma clé secrete"
}

Répondre

Retourner vers « Le réseau sur le Raspberry Pï »