J'ai acheté un adaptateur nano wifi sur modmypi.com ( celui-ci ).
Cela fonctionne, je l'ai vérifié dans une configuration raspbmc (j'ai utilisé raspbmc pour le configurer là-bas).
Maintenant, je suis de retour à ma distribution sifflante, et je ne peux pas le faire fonctionner.
Quand je fais un ifconfig c'est là (voir ci-dessous).
La page d'aide de modmypi.com contenait un script, mais lorsque je l'exécute, j'obtiens cette exception: "On dirait que vous utilisez la nouvelle image 2012-09-18-wheezy-raspbian. Désolé mais le script ne sera pas défini actuellement le wifi sur cette image. Vous devez démarrer l'interface graphique à l'aide de la commande startx et la configurer à l'aide de WiFi Config. Le script va maintenant se terminer. Appuyez sur n'importe quelle touche pour continuer ... "
Alors maintenant, je suis dans l'interface graphique et j'ai commencé nm-connection-editor
, mais il ne semble pas obtenir d'adresse IP.
J'ai lu sur cette commande:, dhclient -v wlan0
et voici sa sortie:
sudo dhclient -v wlan0
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/wlan0/00:0f:more numbers
Sending on LPF/wlan0/00:0f:more numbers
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Et maintenant je ne sais plus quoi faire.
C'est le ifconfig
:
wlan0 Link encap:Ethernet HWaddr 00:0f:1more numbers
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
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
/etc/wpa_supplicant/wpa_supplicant.conf
:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Nerd"
psk="SECRET"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
}
L'exécution wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
donne ceci:
wlan0: Trying to associate with 2a:65:11:f2:ce:97 (SSID='Nerd' freq=2412 MHz)
wlan0: Association request to the driver failed
wlan0: Associated with 2a:65:11:f2:ce:97
wlan0: WPA: Key negotiation completed with 2a:65:11:f2:ce:97 [PTK=CCMP GTK=TKIP]
wlan0: CTRL-EVENT-CONNECTED - Connection to 2a:65:11:f2:ce:97 completed (auth) [id=0 id_str=]
wlan0: CTRL-EVENT-DISCONNECTED bssid=2a:65:11:f2:ce:97 reason=0
wlan0: Trying to associate with 90:00:4e:87:c8:cf (SSID='Nerd' freq=2412 MHz)
wlan0: Association request to the driver failed
wlan0: Associated with 00:00:00:00:00:00
wlan0: CTRL-EVENT-TERMINATING - signal 2 received
wlan0: Trying to associate with 90:00:4e:87:c8:cf (SSID='Nerd' freq=2412 MHz)
wlan0: Association request to the driver failed
iwconfig wlan0
serait utile.
iwconfig wlan0