-
Notifications
You must be signed in to change notification settings - Fork 45
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
Comments
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) |
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. |
Would it be possible to add support for the non W Pi Zero?
The text was updated successfully, but these errors were encountered: