Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OG Pi Zero support #32

Open
shycoderX opened this issue Jan 26, 2022 · 5 comments
Open

OG Pi Zero support #32

shycoderX opened this issue Jan 26, 2022 · 5 comments

Comments

@shycoderX
Copy link

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

@PaulJenkin
Copy link
Owner

Does it have a way to connect using Ethernet?

@shycoderX
Copy link
Author

shycoderX commented Jan 27, 2022

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
Copy link

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

@shycoderX
Copy link
Author

shycoderX commented Feb 1, 2022

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
Copy link
Author

shycoderX commented Feb 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants