PaulJenkin/PS4RaspberryPi

OG Pi Zero support

Opened this issue · 5 comments

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

Does it have a way to connect using Ethernet?

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.

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

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.

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.