getumbrel / umbrel-os

umbrelOS for Raspberry Pi 4 (only). Covert your Raspberry Pi into a home server in one click. For other hardware, checkout https://github.com/getumbrel/umbrel
https://umbrel.com
BSD 3-Clause "New" or "Revised" License
586 stars 55 forks source link

Wifi instead of Ethernet Cable? #141

Closed michaelWuensch closed 3 years ago

michaelWuensch commented 3 years ago

Hi there, I am currently running a raspiblitz with wifi and would like to switch to Umbrel to try it out. But before I kill my current node, I 'd like to know if it supports wifi. If yes, are there any insturctions on how to do the installation with wifi? If no, I'd like to see that feature added.

Thanks for the great work you are doing!

lukechilds commented 3 years ago

You can indeed use WiFi with Umbrel OS.

After flashing the SD card, remove it and then plug it back in to your computer. You should see it show up in your file manager with the name "boot".

You need to create a file called wpa_supplicant.conf with the following contents:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert 2 letter ISO 3166-1 country code here>

network={
 ssid="<Name of your wireless LAN>"
 psk="<Password for your wireless LAN>"
}

Then unmount the SD card, put it in your Pi, and it should automatically conned to your WiFi when it boots.

Let us know how you get on!

AaronDewes commented 3 years ago

You can basically use the file from RaspiBlitz, they recommend doing it the same way.

michaelWuensch commented 3 years ago

Awesome, thanks for the info!

NayrNotrub commented 3 years ago

You can indeed use WiFi with Umbrel OS.

After flashing the SD card, remove it and then plug it back in to your computer. You should see it show up in your file manager with the name "boot".

You need to create a file called wpa_supplicant.conf with the following contents:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert 2 letter ISO 3166-1 country code here>

network={
 ssid="<Name of your wireless LAN>"
 psk="<Password for your wireless LAN>"
}

Then unmount the SD card, put it in your Pi, and it should automatically conned to your WiFi when it boots.

Let us know how you get on!

I followed all of these steps and I cannot get my Node to work on WIFI. Any assistance is greatly appreciated:

I am running a Rasp pi4 with the latest Umbrel OS. I used TextEdit (this could be the problem but I don't know what I am doing)to creat the file above, copied into the Boot SD and it still doesn't work. Please let me know what other information you may need to help troubleshoot. Again, thanks for any assistance, its greatly appreciated.

alexzaitsev commented 2 years ago

How to connect to WiFi with the Captive portals? Is it possible?

alexzaitsev commented 2 years ago

Tried with the suggested solution and usual WPA/WPA2 wifi - the node is not visible.

robiwalker commented 2 years ago

Will I be able to do this retrospectively? i.e take the SD card out of a Pi that's already set up with umbrel and add the file afterwards..?

TheSCQuant commented 1 year ago

What are the contents of the file if the wifi network requires a username and password?