Page 2 sur 2

Re: probleme config wifi

Posté : sam. 14 nov. 2015 02:11
par darkprocess75
Pouvez vous me donner le retour sur la commande iwconfig wlan0

Re: probleme config wifi

Posté : sam. 14 nov. 2015 02:14
par darkprocess75
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

Re: probleme config wifi

Posté : sam. 14 nov. 2015 02:16
par darkprocess75
auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

Re: probleme config wifi

Posté : sam. 14 nov. 2015 09:23
par pouypouy
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

Re: probleme config wifi

Posté : sam. 14 nov. 2015 09:24
par pouypouy
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

Re: probleme config wifi

Posté : mar. 1 mars 2016 21:01
par marco123

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"
}