probleme config wifi
Modérateurs : Francois, maxty01
- 
				darkprocess75
- Messages : 88
- Enregistré le : dim. 11 oct. 2015 21:17
Re: probleme config wifi
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
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
			
									
									
						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
auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
			
									
									
						iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Re: probleme config wifi
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
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
- marco123
- Raspinaute
- Messages : 438
- Enregistré le : sam. 30 janv. 2016 07:59
- Localisation : Val d'Oise
Re: probleme config wifi
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"
}
