Notifications
Clear all

Change WiFi  

  RSS
SuperFunk_Chicken
(@superfunk_chicken)
Member
Change WiFi

ok so this may be a silly thing to ask but how do I change the wifi on my purse connect installation? I've moved house and now have different wifi. Do I have to start again or can I change a file on the sd card?

Posted : 31/07/2022 8:52 am
Tojik
(@tojik)
Member Moderator
RE: Change WiFi

Hi,  sorry we do not have any easier wifi setup interface at the moment, you'll have to use the usual raspberry pi ones. This is just a short summary of steps to do, if you want more detail just google raspi wifi setup, or ask if you get stuck.

Put a new wpa_supplicant.conf file onto the portion of the SD card visible under windows/mac. The file should look something like this

country=US
update_config=1

network={
ssid="HOME1"
psk="HOME1_PASS"
}

Then put the SD back and turn on the pi, it should connect to your new wifi.
Thanks for trying out PrusaLink and sorry for the late reply.

Posted : 02/08/2022 2:07 pm
You liked
Derailed3D
(@derailed3d)
New Member
RE: Change WiFi

Hi! I tried this and it didn't work

Posted : 14/01/2023 7:24 pm
Odin liked
Odin
 Odin
(@odin)
Member
RE:

I tried too and failed.

From MacOS terminal I cd'd to the filesystem for the prusalink.
vi wpa_supplicant.conf
paste text from answer
same the text file and eject the micrsd
install in prusalink and reboot everything.  ---> NO IP

This post was modified 1 year ago 2 times by Odin
Posted : 24/01/2023 2:07 am
Tojik
(@tojik)
Member Moderator
RE: Change WiFi

Your post does not mention changing any details in the file, but I assume you did.

Anyway, there is another problem, if you did not set your wifi up when flashing, it could be blocked by default. I've also seen this trick refuse to replace an existing file. The most reliable way would be to flash again through the rpi imager and set the wifi up there.

Posted : 24/01/2023 7:43 am
Odin
 Odin
(@odin)
Member
RE: Change WiFi

Thank you Tojik. I'll give that a try

 

Posted : 24/01/2023 6:17 pm
Insane_Man
(@insane_man)
New Member
RE: Change WiFi

Can we have an example to setup multiple predefined WIFI SSID's? 

Example: I take my printer home when on vacation, however I keep it mostly at work, I'd like to setup 3 SSID's preconfigured and Prusalink should connect first one available.

Posted : 23/04/2023 10:15 am
Tojik
(@tojik)
Member Moderator
RE: Change WiFi

Hi, what printer are you using. There is a way to do this on the raspberry Pi but I am not aware of the MK4 having that functionality.

The way to do it on a raspberry pi involves putting multiple entries into a wpa_supplicant.conf file and putting that file either in /etc/wpa_supplicant/ or on the sd partition that shows up, when you mount the SD card in windows. It should get copied over on the next boot.

Posted : 24/04/2023 9:49 am
Pavlíček
(@pavlicek)
New Member
RE:

https://www.raspberrypi-spy.co.uk/2017/04/manually-setting-up-pi-wifi-using-wpa_supplicant-conf/

 

Following these instructions helped me change my Wi-Fi network Using Notepad++ and setting the formatting in step 2 of the tutorial is probably what led to the success.

This post was modified 7 months ago by Pavlíček

MK3S

Posted : 02/10/2023 5:36 pm
Share: