Raspberry Pi A Manual de usuario Pagina 2

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 3
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 1
/etc/wpa_supplicant.conf
Createthisfilelookinglikethefollowing.
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=2
network={
ssid="myssid"
scan_ssid=1
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
# choose one of the following
psk=”this is my secret phrase”
psk=58cfe1c8a36ce8a1f3cd938e281ca1222707df58e27df4745148bfebca7c4197
}
Thisfileiscritical,andyoushouldnotethefollowingpoints:
1. TheremustbequotesaroundtheSSID.
2. TheseparametersrelatetoWPA2PSK,eventhoughitsaysWPAPSK.
3. Thekey(psk)canbespecifiedinquotesorasahexadecimalstringobtainedfromrunning
wpa_passphrase.Ifyouareconcernedaboutsecurity,youmaypreferthis,butit’snot
necessary.
4. Youcanmakethefileunreadablebyordinaryuserswiththecommand
chmod 600
wpa_supplicant.conf
.
Installingthedriver
ToinstallthenewwifidriverinplaceoftheonesuppliedintheDebianimage,youneedtoaddthe
newdrivertotheoperatingsystemandblocktheoldone.
1. Copythefile
8192cu.kotothedirectory
/lib/modules/3.1.9+/kernel/net/wireless.
2. Addtheline
blacklist rtl8192cuto/etc/modprobe.d/blacklist.conf.
3. Addtheline
8192cuto/etc/modulessothatwifisupportisloadedatboottime.
4. Runthecommand
depmod –a.
Testingthesystem
ReboottheRaspberryPianditshouldalljustwork!Thebluelightonthewifiadaptershouldcome
on,andshouldacquireanIPaddressfromtherouter.
Checkbyrunningthecommand
ifconfig –aontheRaspberryPitofindtheIPaddressand
connectusingssh(PuTTY).
Troubleshooting
Vista de pagina 1
1 2 3

Comentarios a estos manuales

Sin comentarios