How to Setup Raspberry Pi Zero W for Headless

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 193

  • @issamal-azzoni319
    @issamal-azzoni319 5 лет назад +78

    Excellent video. However, I had to make the following changes to make this work:
    1- Use Notepad++ to save the wpa_supplicant.conf file. Use “Edit” > “EOL Conversion” > “UNIX/OSX Format”. “UNIX” is then shown in the status bar.
    2- For wpa_supplicant.conf:
    country=us
    update_config=1
    ctrl_interface=/var/run/wpa_supplicant
    network={
    scan_ssid=1
    ssid="MyNetworkSSID"
    psk="Pa55w0rd1234"
    }
    3- For PuTTY, use raspberrypi.local in the host name box for the first connection.

  • @TheGraeme61
    @TheGraeme61 5 лет назад +7

    As i am new to RPI Zero W ,i found this video extremely useful.
    It was clear ,easy to follow and not rushed like some videos i have seen wondering what do i do next.
    Thank you very much for taken the time to do the video.

  • @JamesAnderson-bz4cg
    @JamesAnderson-bz4cg 3 года назад +1

    This tutorial is the difference between someone who knows how to explain things properly and those that don't.
    The file extension tab is a life saver.
    So many people forget to mention the ultra fine detail that makes all the difference.
    This is a superb description, thank you.

  • @lindnerlars81
    @lindnerlars81 4 года назад +5

    I would never have thought of that in my life. Thank you very very much Issam.

  • @phillippi2
    @phillippi2 5 лет назад +11

    Thank you for going over this. I am working on a "loop" system to control my insulin pump automatically (the computer, continuous blood sugar monitor and insulin pump). It's a system that acts like a pancreas; It tracks my blood sugars and automatically adjusts the insulin coming from the pump. This video covers the information I was missing.

    • @baileybruketta9444
      @baileybruketta9444 5 лет назад +12

      that's fucking cool dude

    • @churchrapture
      @churchrapture 4 года назад +4

      @@baileybruketta9444 - Please watch your language.

    • @baileybruketta9444
      @baileybruketta9444 4 года назад +11

      @@churchrapture shut the fuck up; watch your pedofile pope; abrahamism has taken millions of lives over the course of human history; religion is mental illness.

    • @sicccunt1768
      @sicccunt1768 4 года назад

      Yo can i get an update on this? You posted a year ago :D

    • @phillippi2
      @phillippi2 4 года назад

      @@sicccunt1768 I'm still in the process of getting it setup. With everything going on right now, getting the things I need is a bit tough to get

  • @moldisocks1521
    @moldisocks1521 7 лет назад +1

    Bloody Brilliant, someone who knows how to explain properly

  • @guitaristmarko
    @guitaristmarko 6 лет назад

    best video on youtube on how to setup your rasp pi zero w.

  • @coderduck98
    @coderduck98 3 года назад +1

    Excellent video. I was very lost. Thank you so much!

  • @WhiteSword
    @WhiteSword 5 лет назад +9

    Wifi can only be preconfigured before the first time device boots i.e. /boot/wpa_supplicant.conf is only read once the first time device boots up. If you have booted the device with no wpa_supplicant.conf file or invalid wpa_supplicant.conf file, then you'll need to either reflash the SD card or overwrite the /data/etc/wpa_supplicant.conf file.

  • @aelidrissi3584
    @aelidrissi3584 4 года назад +2

    Great explanation! For the the version as in june 2020:
    -----------------------
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US
    network={
    ssid="YOUR_WIFI_NAME"
    scan_ssid=1
    psk="YOUR_WIFI_PASSWORD"
    key_mgmt=WPA-PSK
    }
    -----------------------
    Don't forget to change the country code. If your country is the Netherlands.. it would be country=NL.
    Hope this helps.

  • @hottroddinn
    @hottroddinn 6 лет назад

    Here are somethings which I discovered while trying to setup my Raspberry pi zero W
    1. Followed all steps perfectly as shown in the video and also reading comments, but it wouldn't connect to the internet
    2. Eventually, connected HDMI to TV and found that the boot up was fairly slow and wasn't sure why but still decided to reflash with Raspbian Stretch(GUI)
    3. Connected a USB dongle for my Microsoft Keyboard 850(mouse and keyboard combo) and rebooted this time with Raspbian stretch and it was good to see both keyboard and mouse work!
    4. Remember this is designed to connect only to 2.4GHz and 5GHz is not seen by the pi. Wifi could see all the access points around me but wouldn't connect even after entering the right PSK. Disabling, rebooting multiple times didn't help either.
    5. Set these things manually locale, keyboard language, timezone and internet setting for country. This helped to connect the pi to wifi.
    6. Once connected, the wifi icon display is equivalent to "connecting..." seen on most devices / operating systems, but it actually means it's already connected. Realized only after about 5 minutes and pinging multiple domains.
    I will probably disable X on the server after I'm happy with the overall performance for few days.
    Hope this helps someone who might be struggling.

    • @jessegomez8365
      @jessegomez8365 5 лет назад

      Thank you. I don't know if I'll succeed with this yet or not, but I do know I've been pulling my hair out and it was 5g I was thinking to connect to. now I'll try 2.4

  • @TheMegaMrMe
    @TheMegaMrMe 6 лет назад

    Nice to know you can do that!
    Glad to see the plain text credentials get cleaned up

  • @ziyuwang4406
    @ziyuwang4406 7 лет назад +5

    Great great video! I thought I created a file named "ssh" without txt. But actually the ".txt" is hidden!!! Thank you so much!

  • @SusmithHCK
    @SusmithHCK 6 лет назад +7

    you sound like JARVIS, good explanation. nice video.

  • @rajeeb101
    @rajeeb101 5 лет назад +2

    Brilliant! Thanks for the details.

  • @nehadwivedi3442
    @nehadwivedi3442 6 лет назад

    you solve my all problem related to setup

  • @TheAussiePirate
    @TheAussiePirate 7 лет назад +10

    Nice and concise.

    • @Core-Electronics
      @Core-Electronics  7 лет назад

      Thanks Carl!

    • @siraj3434
      @siraj3434 7 лет назад +3

      @Andrea Mitchell I have encountered the same problem. I guess my raspberry pi zero w is not connecting to the router. Also, if i open the sd card on my computer after trying on the device, the ssh and wpa_supplicant.conf files disappear. Have you found a solution to this?

    • @jamesbarker6373
      @jamesbarker6373 7 лет назад

      I have the same issue

    • @PilotOdyssey
      @PilotOdyssey 6 лет назад

      Horrible video bright redish background that serves NO purpose, tiny windows with what we really need to see, I have a 24" monitor only using 1/3 the screen with your presentation, Fonts so small cant read, WE DONT need to see you on the screen we need to see what your doing Amateur hour give up the video creation

    • @biggergez
      @biggergez 6 лет назад

      Same here this doesn't work im getting a mini hmdi adapter and micro USB hub and install this with gui much easier then go headless

  • @pepsi-straw-dog
    @pepsi-straw-dog 3 года назад

    Thank you very much sir, it worked greatly!

  • @jcpartri
    @jcpartri Год назад

    Thank you!

  • @craigleadley2472
    @craigleadley2472 2 года назад

    Great video thank you - very clear.

  • @BumbleBeeTF
    @BumbleBeeTF 6 лет назад

    Thank you! Easy to follow video.

  • @songokim1
    @songokim1 4 года назад

    Thank you for the video. It was very helpful for me :-)

  • @hrnekbezucha
    @hrnekbezucha 3 года назад

    Thank you, that is very useful :)

  • @bobf3598
    @bobf3598 6 лет назад +26

    Created and saved the 2 files, booted up, no connection. Took card out and connected to PC, both files disappeared. BTW Hidden items is checked.

    • @pubfixture
      @pubfixture 4 года назад +7

      Old comment to reply to, and you've probably already figured it out, but I find myself here a year later while trying to figure this out, so in case others see this, I'll answer. On boot, Raspberry Pi OS looks in that directory and when it sees those files it copies them elsewhere to where they are needed, and then deletes then from that boot directory. That's why they're no longer there when you connect back to PC, but they have been added to the boot process.

    • @Enum_Dev
      @Enum_Dev 3 года назад

      @@pubfixture but it won't connect to the pi

    • @Jarko1401
      @Jarko1401 3 года назад +7

      @@Enum_Dev I had problems connecting too, but the file wpa_supplicant.conf in video is wrong.
      It should have this content:
      country= (like US, GB, FR)
      ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
      update_config=1
      network={
      ssid=""
      scan_ssid=1
      psk="" (don't need this if key_mgmt=NONE)
      key_mgmt=WPA-PSK
      }

    • @jered6423
      @jered6423 3 года назад

      @@Jarko1401 thanks man this got mine to connect

    • @jirikracik5204
      @jirikracik5204 3 года назад

      @@Jarko1401 you saved my day :)

  • @jamesschubert3481
    @jamesschubert3481 6 лет назад

    Very informative!! Thanks!!!!

  • @UmerFarooq-nv3zl
    @UmerFarooq-nv3zl 4 года назад +1

    I am getting the following message while entering the host name in puTTY "unable to open connection to raspberry pi Host does not exist"

    • @aymanhag163
      @aymanhag163 4 года назад

      me too

    • @UmerFarooq-nv3zl
      @UmerFarooq-nv3zl 4 года назад

      @@aymanhag163 install bonjour from the link given below to resolve this issue support.apple.com/kb/DL999?locale=en_US

  • @Mr2011Sami
    @Mr2011Sami 7 лет назад +3

    Great Demo, Thank you!

  • @youreale
    @youreale 6 лет назад

    Great tutorial, thanks!!!

  • @kaylaandjimbryant8258
    @kaylaandjimbryant8258 6 лет назад

    Setting up the AP mode is a bit more difficult since wpa_supplicant is so organic, and not actually installed as a package. Using g_ether, Internet connection sharing in winblowz, and ssh, I have been able to get it to boot without wpa_supplicant running, but it still is looking at hooks for startup of wpa_supplicant (see syslog), and that is conflicting with the hostapd setup, and leaving the wifi completely unconfigured. Simply doing an ifconfig with the previously configured params for hostapd (per the Pi Zero instructions at the foundation's page for doing this) and manually starting hostapd gets it all working. I find it more useful to set it up as an AP for controller use.
    Still trying to find out all the stuff to move all of the wpa_supplicant stuff to a dir tree in my home dir for doing a script to switch modes from AP back to wpa_supplicant and vice versa, so that it enters AP at boot. If anyone knows all the files I need to look at for this, please respond or send a message.

  • @xXxXLoneWolf103XxXx
    @xXxXLoneWolf103XxXx 3 года назад

    SOME/ALL BOARDS DO NOT CONNECT TO 5G NETWORKS. This fact would have saved me a lot of time.

  • @jrM5492
    @jrM5492 6 лет назад

    1. download Bonjour
    2. make changes to 'config.txt', 'cmdline.txt'
    3. use two microusb(one for power, one for usb), plug seperately into 2 different laptop usb ports.
    took me 5 hours to install, finally.

    • @garjonalpha
      @garjonalpha 6 лет назад +1

      I'd rather minimize my involvement with closed sources, especially those from Apple.

  • @spencerwilson2681
    @spencerwilson2681 5 лет назад +7

    I had trouble setting this up with my Pi zero. The following config file for wpa_supplicant.conf was what finally got mine connected:
    country=us
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    network={
    ssid="__________"
    scan_ssid=1
    psk="__________"
    key_mgmt=WPA-PSK
    }

  • @addressunknown8
    @addressunknown8 6 лет назад +14

    the following code needs to be added to the wpa_supplicant.conf for it to work on strech:
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev

    • @TheMegaMrMe
      @TheMegaMrMe 6 лет назад +1

      thanks man

    • @manuelni4766
      @manuelni4766 5 лет назад

      Thank You Very much!!!!

    • @rajeeb101
      @rajeeb101 5 лет назад

      addressunknown8 what is strech?

    • @chrnaf
      @chrnaf 5 лет назад +1

      Added on what line? Should it look like this?
      network={
      ssid="networkname"
      psk="myStrongPassword123"
      key_mgmt=WPA-PSK
      ctrl_interface=DIR=/var/run/wpa_supplicant
      GROUP=netdev
      }

    • @NinjaLifeCrisis
      @NinjaLifeCrisis 5 лет назад +1

      Hi all,
      Below worked for me:
      country=AU
      ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
      update_config=1
      network={
      ssid="Your_Network"
      psk="Your_Password"
      key_mgmt=WPA-PSK
      }
      Good luck!

  • @tamjidsongram4941
    @tamjidsongram4941 6 лет назад

    great video

  • @jimmymalkoun1140
    @jimmymalkoun1140 2 года назад

    hi thanks for his awesome video the default password does not seem to match on my side (access denied), any clue ?

  • @JValiant123
    @JValiant123 6 лет назад

    Thank you 👌

  • @nehadwivedi3442
    @nehadwivedi3442 6 лет назад

    thank you so much sir

  • @ShakthiPrasadGS
    @ShakthiPrasadGS 6 лет назад +2

    Worked great.
    Able to connect to internet
    However note default hostname was not setup to raspberry. (ssh raspberry wont work)
    Checking all ip connected to router and ssh pi@192.168.1.x made into login raspberry!!!!

    • @marcusmcb
      @marcusmcb 5 лет назад +1

      Tried the same and it finally accepted the SSH connection.
      Side-note for anyone using Google Wi-Fi at home...
      Once you've done all of the set up for the Pi, open the Google Wi-Fi app, tap "devices" from the main screen, scroll down to the Raspberry Pi, tap it and then tap the "details" tab to get the Pi's address on your network.

  • @kyaelectronics6106
    @kyaelectronics6106 4 года назад

    Maybe have problem when use raspberrypi in host name,
    I use ip range - angry IP scaner for scaner the ip. Thats work for me

  • @Demonwicked
    @Demonwicked 4 года назад

    Had problems with the PI connecting to my network, had to use this in the wpa_supplicant file
    Changed to whatever country I am in, and your network ID and PASSWORD accordingly!
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US
    network={
    ssid="ThisIsMyNetworkName"
    psk=“123456790”
    key_mgmt=WPA-PSK
    }
    Thanks for the guide, it`s very helpful!
    When I managed to connect, next problem, if ur not using US keyboard layout change it to that, since using something else causes it to reply with access denied,

  • @mrembeh1848
    @mrembeh1848 7 лет назад +4

    I followed your steps, but the pi does not connect to my router. it does not show up in the list of connected files. (using a Mac) arp -a does also not show the π on the network.

    • @Core-Electronics
      @Core-Electronics  7 лет назад +1

      Hmm, perhaps DHCP is not working on your router. The guide is very dependent on that, and DHCP is a basic feature of modem/routers these days. As your issue is very unique, it would be best to tackle it via a platform such as stackoverflow or the like, which facilitates a better problem solving experience compared to RUclips comments.

    • @coreelectronicssupportteam6775
      @coreelectronicssupportteam6775 7 лет назад +4

      This is how the Pi should behave. The Pi checks the boot directory for these files, and if they exist the information is read out of them, saved in the relevant locations, and then the source files clean up. To reiterate - yes, you should expect to see wpa_supplicant.conf and ssh disappear once the Pi boots.

  • @pamangani6546
    @pamangani6546 3 года назад

    How about bluetooth pairing

  • @SarveshBhatnagar1214
    @SarveshBhatnagar1214 6 лет назад

    Hats Off

  • @sciencevetal
    @sciencevetal 6 лет назад +5

    Hi, I gave it up to you, but I do not have a Wi-Fi on the Raspberry. Why is that?
    Host does not exist

    • @gamerinthenorth4757
      @gamerinthenorth4757 6 лет назад

      I'm having the same problem, did you ever find a solution?

    • @kyaelectronics6106
      @kyaelectronics6106 4 года назад

      Use ip range - angry ip scanner for scan your ip

    • @ScubaAnt72
      @ScubaAnt72 3 года назад +1

      Do you have the 'W' version of the pi zero? The cheaper (non -'W') one does not have wifi.

    • @hasnatqazi600
      @hasnatqazi600 3 года назад +1

      @@ScubaAnt72 thanks I finally understood the problem. there was no wifi in zero XD

    • @AQHackAQ
      @AQHackAQ 3 года назад +1

      @@hasnatqazi600 There is wifi in the Zero. There's 2 versions: the Raspberry Pi Zero, and the Raspberry Pi Zero W.

  • @reginaldcolbourne7574
    @reginaldcolbourne7574 3 года назад

    i have the same wallpaper!

  • @pmacgowan
    @pmacgowan 2 года назад

    What happens if your wifi network is using WPA2, do you just use "key_mgmt=WPA2-PSK" ???

  • @mr.savage3684
    @mr.savage3684 6 лет назад +1

    can multiple SSIDs be configured?

  • @benm1414
    @benm1414 5 лет назад

    Are the quotations in the supplicant necessary or were they simply to show where to type personal info and they should be removed?

  • @tahakadado4260
    @tahakadado4260 5 лет назад

    if you have issues connectiong to WIFI, add the following to the top of the wpa_supplicant.conf:
    country=US
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1

  • @waltmetcalf5354
    @waltmetcalf5354 4 года назад

    Great

  • @kolboy2028
    @kolboy2028 2 года назад

    after changing the hostname and password and rebooting my pi is not connecting to wifi any more....no network interfaces found.help plz

  • @tomengland9395
    @tomengland9395 6 лет назад +1

    can this work with raspberry pi zero with a usb wifi dongle

  • @shaijukumar6566
    @shaijukumar6566 7 лет назад

    Great tutorial.....
    Is there any way to connect BLE devices to Pi zero

  • @Altometer76
    @Altometer76 6 лет назад

    Hello, if you edit wpa_spupplicant with Windows Notepad, Notepad adds strange Break Lines at the end of the line. So my Raspberry pi zero w woudn't connect to the Wi-Fi. After a few months i did your tutorial again but this time usinge Notepad++ and everything worked.

  • @robertc7682
    @robertc7682 6 лет назад

    Excellent ! Really great intro, I am new to pi, this made it very simple ! Can I set up my PI zero with my phone as a hot spot and get a USB to CAT 5 adaptor set up to use it as a client so I can plug in my RF SHARK OPEN SPOT ( must be hard wired) for mobile use?

  • @moazelsawaf2000
    @moazelsawaf2000 6 лет назад

    Thanks ❤
    Amazing ❤

  • @davidagainstthewall
    @davidagainstthewall 7 лет назад

    Could you please make the same tutorial for connecting to volumio please? (: Is it Just the Name that has to be changed while logging in with putty?

  • @MadManFPV
    @MadManFPV 5 лет назад

    I hope that you see this...I need a little help. I flashed raspbian to my Pi zero w already. Can I still do what you are doing to add my wifi info? I don't have a USB keyboard and if I can, this would save me from buying one. TY

  • @williamej6284
    @williamej6284 4 года назад

    what if we move to other places with different wifi do we have to change from the beginning? change the wpa_spplicant.conf?

  • @magicarpetmoto
    @magicarpetmoto 6 лет назад

    this may be a dumb question, Im still a bit new to Pi Zero W. Is it possible to hook up a wireless monitor to Pi Zero W? Almost like chromecast, or screen mirroring if you will? If anybody knows I would appreciate any info or links to a tutorial.
    Also, this was a great tutorial on the headless config. Thanks!

  • @misaalanshori
    @misaalanshori 5 лет назад

    Is it possible to have the raspberry pi zero create it's own wifi access point? And ssh by connecting to that wifi.

  • @adrianwood3519
    @adrianwood3519 4 года назад

    Hi,
    Please can someone help me as I’m new to this...
    My network uses WPA2. What would I need in the ‘key_mgmt’ line of the wpa_supplicant file for this to connect to my network?

  • @basgerrit907
    @basgerrit907 4 года назад

    I couldn't connect to the pi using the hostname, I scanned for the ip address and used that instead.

  • @Gilan643
    @Gilan643 4 года назад

    It doesn't work for me.
    For my raspberry pi zero with rasbian lite is needed to specify the "wpa_supplicant.conf" as bellow:
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US
    network={
    ssid="ssid"
    psk="password"
    key_mgmt=WPA-PSK
    }

  • @emily404vlog9
    @emily404vlog9 6 лет назад

    For those who has WPA-AES router management, your wpa_supplicant.conf file should include the following as well
    proto=RSN
    key_mgmt=WPA-PSK
    pairwise=CCMP
    group=CCMP
    auth_alg=OPEN
    details in this coderwall link: coderwall.com/p/v290ta/raspberry-pi-wifi-setup-with-wpa2-psk-aes

  • @mark46724
    @mark46724 6 лет назад

    Does all of the above hold as well for the 2017-09-07-raspbian-stretch-lite.img

  • @KingJellyfishII
    @KingJellyfishII 7 лет назад +2

    Great guide, but I installed Raspbian (with NOOBS, perhaps that is what I did wrong), and the config.txt doesn't show up

  • @yepyep4840
    @yepyep4840 4 года назад

    I wrote out the supplicant like you said but it didn't work.

  • @erikkunchan
    @erikkunchan 5 лет назад +2

    I was stuck on getting it to connect with Putty, if 'raspberry' doesn't work look for the IP address of the device

  • @Ahjiiin
    @Ahjiiin 5 лет назад

    if you connect through the GUI does the same file get created. If so, is this considered as secure as anyone can load the sd card as a file and read the text doc

  • @vikas72
    @vikas72 6 лет назад

    Nice Video. Would you also like to cover Hubserialixed - the project in currently on kickstarter and offers 3 USB hub and a UART.

  • @theredstormer8078
    @theredstormer8078 5 лет назад

    So if you use wired connection, you don't to do that thing for wifi, correct?

  • @jamesacurtisjr
    @jamesacurtisjr 7 лет назад +1

    Anyone knows how to connect a bluetooth audio speaker via headless?

  • @newsnetworkz
    @newsnetworkz 5 лет назад

    Hi, I want to connect a Raspberry Pi (headless way) to a known public WiFi which will ask me to accept the terms in a browser. Is there a way to do it so ?

  • @Stonemasher
    @Stonemasher 5 лет назад

    Hi there, every time i ty to get access through Putty it says access denied. Any workarounds on this? TIA

  • @joshmnky
    @joshmnky 3 года назад

    If you downloaded the full version of Raspbian, would you see the Pi's Desktop interface when you use PuTTY?
    Would you still only see the terminal?

    • @Enum_Dev
      @Enum_Dev 3 года назад

      you would see the terminal. From there you can install vnc viewer and set that up and also download it on your pc. Then connect the 2 vnc viewers together and you will see the desktop

  • @berlianacahyaniati290
    @berlianacahyaniati290 5 лет назад

    hi, do you know how to activate the raspberry pi zero gpio? i get a problem, i can't use the gpio

  • @r1273m
    @r1273m 7 лет назад

    Great video. However, I have got to this state running the Pi Zero in headless mode but I cannot get the GUI Pixel to run. Typing STARTX simply does not work. If I connect a KB, mouse and monitor Pixel runs fine on boot up. A Google shows I am not the only one with this problem. A video on this would be very welcome. Bob

    • @Core-Electronics
      @Core-Electronics  7 лет назад

      Hi Bob, thanks for your feedback. Can you post your code (verbatim) and error on a new topic in our forum and we'll dive into this to provide a workaround for everyone. coreelec.io/forum

  • @mamsongmai
    @mamsongmai 4 года назад

    My ssh, wa_supplicant.conf disappear after booting. Wonder why?

  • @Venes1995
    @Venes1995 6 лет назад

    what do i put in "psk" if the router doesnt have any password key?

  • @kylesadler9028
    @kylesadler9028 3 года назад

    putty refuses to connect. says host does not exist.

  • @tammamkaid2678
    @tammamkaid2678 7 лет назад +3

    Hi, I followed your steps, I tried to reconnect to my pi zero and a massage of {Unable to open connection to raspberry, Host does not exist} appears. Could anyone help please?

    • @Core-Electronics
      @Core-Electronics  7 лет назад

      Hi, perhaps post a question on our forum as it's a better platform for debugging these sorts of things forum.core-electronics.com.au/
      Share what you have done, including what fault-finding you've already tried.

    • @CCRenwick
      @CCRenwick 7 лет назад +1

      make sure on the .conf file you have white space in front of the information so
      network={
      ssid="*******"
      psk="******"
      key_mgmt=WPA-PSK
      }
      that seemed to fix the issue for me anyway :)

    • @tammamkaid2678
      @tammamkaid2678 7 лет назад +1

      Thanks guys
      Hi C Renwick
      The conf file fine
      I might erase everything
      And the flash new image and start again

    • @To17mi03
      @To17mi03 7 лет назад

      Do you know if there is an issue with having space in the SSID?

    • @coreelectronicssupportteam6775
      @coreelectronicssupportteam6775 7 лет назад +2

      For those who are having trouble connecting to their Pi's hostname, this may be an issue to do with how your router is set up to handle DHCP.
      You may have to retreive the IP of your Pi (Windows > CMD > arp -a) and try connecting directly to the IP of your Pi.

  • @noelenetait9671
    @noelenetait9671 4 года назад

    Can we save several wifis and passwords ?

  • @austinl7299
    @austinl7299 6 лет назад

    I purchased the Raspberry PI zero W with noobs. how can I getit to access WIFI im stuck.

  • @lodestar1380
    @lodestar1380 5 лет назад

    After writing the stretch lite disk image to my 16GB micro SD card, I get an error saying Data Error(cyclic redundancy check). The storage shrinks to 43MB from 14.6GB and is difficult to reformat. Any assistance would be appreciated.

    • @speter60
      @speter60 5 лет назад

      check the card with H2TESTW in windows in case it is bad

  • @leec2106
    @leec2106 7 лет назад +6

    In Putty
    i typed in
    raspberrypi
    ssh is clicked
    port is 22
    When I click open
    I get
    Unable to open connection to
    raspberrypi
    Host does not exist
    The image I downloaded is
    Raspbian Stretch with desktop Image with desktop based on Debian Stretch
    Is it still raspberrypiIf not what else changed?

    • @PartyofNone
      @PartyofNone 6 лет назад +1

      you need to download bonjour from apple, putty doesn't work correctly without it.

    • @filozof71
      @filozof71 6 лет назад

      Try to check on router what is it's IP address and use this address instead of name. Generally if you have no hosts defined on your system it should not know what means 'raspbberypi'

    • @emily404vlog9
      @emily404vlog9 6 лет назад +1

      you might have problem connecting to wifi, check your router encryption, it may be WPA2-AES instead of WPA-PSK. The settings will be different. coderwall.com/p/v290ta/raspberry-pi-wifi-setup-with-wpa2-psk-aes

    • @filozof71
      @filozof71 6 лет назад +1

      If you're sure it is connected use IP from router.

    • @jrM5492
      @jrM5492 6 лет назад

      how to check router encryption? I'm sure mine is not connected to wifi, couldn't find it using ip scanner.

  • @adityadeshmukh5607
    @adityadeshmukh5607 6 лет назад

    does it requires vnc viewer

  • @AlexanderKoval
    @AlexanderKoval 7 лет назад

    Hi, would the same steps apply for a Raspberry Pi 3 model B?

  • @theborne
    @theborne 4 года назад

    Can I see the GUI while headless or is that only for HDMI?

    • @dylanf7990
      @dylanf7990 4 года назад

      If you want to access the GUI, you can use VNC, also make sure to flash the raspbian version with desktop, not the lite version, the lite version has no GUI, just the terminal.

  • @quolls2
    @quolls2 4 года назад

    PuTTY won't let me enter password, it freezes every time, then crashes

  • @adityadeshmukh5607
    @adityadeshmukh5607 6 лет назад

    i cant log in again when name changed please help asap

  • @josepuga381
    @josepuga381 4 года назад

    i am having trouble connecting to the pi login i am using the user: pi password: raspberry on the latest release of raspbian. the user is accepted but it doesnt allow me to input a password anything on this?

    • @benclarke4075
      @benclarke4075 4 года назад

      In almost all linux terminals, the password doesn't appear when you type. Just type the password and hit enter.

  • @haxhxm841
    @haxhxm841 7 лет назад

    I wanted to ship to singapore :( cos cheapest price just the board itself

  • @samwork3038
    @samwork3038 6 лет назад

    how about a no-windows version :-)

  • @joedew4183
    @joedew4183 2 года назад

    you can now set everything including more in the raspberry pi imager. Great video otherwise!

  • @Mystic0Dreamer
    @Mystic0Dreamer 6 лет назад

    Question: Does this need to be done using Putty and command prompt only? Or can this same procedure work with the fully GUI and Remote Desktop Connection on Windows?

  • @harrycui6114
    @harrycui6114 7 лет назад

    will it work if I connect it through a USB hub, not directly into the PC?

  • @txzack66
    @txzack66 6 лет назад

    Didn't work for me.

  • @dcgreatman
    @dcgreatman 5 лет назад +3

    H-headless?!

  • @davidbeiler6364
    @davidbeiler6364 5 лет назад

    password rasberry doesn't work when sshing