0

I have a Pi with Raspbian Lite installed but no keyboard or screen to use with it. I changed my router and don't remember the old Wi-Fi name/pxd.

Is it possible to edit the SD card to change the default network name/pwd?

Darth Vader
  • 4,206
  • 24
  • 45
  • 69
  • Do you remeber which version of Raspbian Lite you installed? Do you have access to a PC (or another Pi) that can access the second partition on the SD card? – Roger Jones Jan 20 '19 at 10:27

1 Answers1

1

You should be able to create a new wpa_supplicant in the boot partition for the new network.

See How to set up networking/WiFi

For most models you can also plug in an Ethernet cable.

It is always possible to modify the system directly on any Linux system.

Milliways
  • 59,890
  • 31
  • 101
  • 209