Problems with WiFi and apt-get package (Pi Zero) - Raspberry Pi Forums


greetings!!
purchased rpi 0 , first os run on raspbian pixel. run headless. i've connected wifi dongle tp-link wn722n (well-know of :d ), added ssid in

code: select all

/etc/wpa_supplicant/wpa_supplicant.conf
, worked great. decided run kali linux. flashed it, booted, couldn't ssh into, gave , flashed raspbian lite (jessie). i've modified cmdline.txt , config.txt in /boot , connected through putty via ssh. tried install python3 apt-get, says, failed fetch http://mirrordirector.raspbian.org . thought caused network access , decided connect dongle. had modified wpa_supplicant, added network. once i've connected it, pi rebooted (maybe because dongle requires lot of energy, idk) , didn't connect network. maybe can me solve these issues?

p.s. i've googled this, read lot of threads here , on forums, didn't find solution. :?: :?: :?:

i run pizero headless tiny otg adapter , cheap usb wifi dongle.

image

used raspbian jessie lite (tested both earlier 2016-05-27 version 2016-09-23) , added wpa_supplicant.conf file /etc/wpa_supplicant (putting in /boot still broken in jessie-lite). after booting connected network , used putty in windows 10 on main computer ssh pi@raspberrypi , able run updates , configure system.

wpa_supplicant.conf file looks this:

code: select all

ctrl_interface=dir=/var/run/wpa_supplicant group=netdev update_config=1 country=us  network={ 	ssid="network-service-set-identifier" 	psk="network-wpa2-security-key" 	key_mgmt=wpa-psk }
i'm using wpa2-psk aes encryption on asus rt-ac66r router (verizon fios).
microsd card generic 1 got old nokia phone, imaged win32 disk imager.
pizero powered 1 of usb phone/tablet chargers.

not sure problem is, works me.


raspberrypi



Comments