PaulJenkin / PS4RaspberryPi

PiZero to host a server and emulate USB loading when necessary
230 stars 45 forks source link

OG Pi Zero support #32

Open shycoderX opened 2 years ago

shycoderX commented 2 years ago

Would it be possible to add support for the non W Pi Zero?

PaulJenkin commented 2 years ago

Does it have a way to connect using Ethernet?

shycoderX commented 2 years ago

Does it have a way to connect using Ethernet?

Yes using an USB to Ethernet dongle. You can also use a Wi-Fi dongle. But you need to connect a hub to the Pi then ofcourse so you can connect a usb port to the PlayStation too.

PS: I tried changing the device tree (.dtb) and it boots already but it says it can't find wlan0. Not sure if it doesn't find the driver for my WiFi adapter or that it is using wlan1 for example.. I'm sure I used this adapter before with Raspberry Pi OS.

EliasFogarty commented 2 years ago

If you can SSH into the Pi try the command 'ifconfig' to find your adapter name (ex: wlan0)

shycoderX commented 2 years ago

If you can SSH into the Pi try the command 'ifconfig' to find your adapter name (ex: wlan0)

AFAIK you need your Pi connected to the internet (or locally) to access it using SSH. I tried connecting to it via serial using an adapter (which works on RPi OS) but to no avail.

shycoderX commented 2 years ago

I think some drivers for USB Hubs and WiFi adapters are just missing which are available on RPi OS. As it detects my Hub and my WiFi adapter (as wlan0) on there.