General discussion • Re: RPi 5 as a desktop daily driver?
I don't think that the official documentation states anywhere that that reserving an IP address on the DHCP server is the only way to have a fixed IP, rather it is the only suggestion that the...
View ArticleTroubleshooting • Re: Network Adapter wont Work on Rasberry pi 5 (kali linux)
thanks, well i tried registrating but it says "Sorry, registration has been disabled by the administrator."Ah, that's annoying. yes :/ ive been trying to solve this issue in alot of forumes, discord,...
View ArticleRaspberry Pi Connect • Re: Pi4 Wayfire/Wayland rpi-connect won't start
I can't give you chapter and verse to verify, but I have a hunch that I've read that low-memory models of otherwise compatible hardware still revert to running X-11/openbox in preference to...
View ArticleGeneral discussion • Re: How to minimize power consumption
There are Y cables which connect to two USB A pins. You could connect the second cable to a wall power supply and that would at least get you another 500mA. So, using a Y cable (and an extension cable...
View ArticleTroubleshooting • Powering Raspberry Pi 5 using GPIO header.. Voltage Drop -...
I have a 5V6A power supply that I got off aliexpress that I was hoping to power a Raspberry Pi 5 with... but I've been unsuccessful.There seems to be a huge voltage drop when the cables/connectors I'm...
View ArticleTroubleshooting • Re: Setting locale issue and weird browser behavior
With either Chromium or Firefox they both automatically scroll down the page as it loads.If you have a spare SD card, try installing stock Raspberry Pi OS with Desktop 64-bit on the same hardware....
View ArticleTroubleshooting • Re: Powering Raspberry Pi 5 using GPIO header.. Voltage...
You need thicker wires and better connectors. Those “DuPont” leads are terrible as the wire is very thin and the connectors are badly made clones.Easiest way is to cut the end off a good quality USB-C...
View ArticleAdvanced users • Re: secure boot clarifications
Cool, that’s all I needed to know, thanks Can the hash of the public key not be printed through UART? Maybe printing it only if enable_uart is 1 so at least there is an option to disable...
View ArticleTroubleshooting • Re: Green backround on boot?
Good news! My new cable came in, and it looks like the issue was the cord! Everything looks crisp but I’m still having issues with network booting as I still haven’t received the imager...
View ArticleDebian • Re: "sorry, this system does not appear to be a raspberry pi....
What do the other commands come back with, and this Code: uname -aStatistics: Posted by neilgl — Fri May 17, 2024 11:08 pm
View ArticleHATs and other add-ons • Re: Power & data over USB ports?
Two Picos is another (cheaper) possibility.It would only need to be one Pico if running Pico-PIO-USB.It's going to be even easier if Pico SDK, MicroPython or CircuitPython, ever provide an API to make...
View ArticleBeginners • Re: Linux kernel headers mismatch
rpi-update will break things.The current kernel and headers (for 64-bit) match what's available:Code: dpkg -l | grep `uname -r`ii linux-headers-6.6.28+rpt-rpi-2712 1:6.6.28-1+rpt1 arm64 Header files...
View ArticleBeginners • Re: PI5 Beginner problems
What case are you using, if any, for your Pi5? Maybe the USB C power jack isn't making full contact? It's not being fully inserted? If you haven't already, I would try it with no case.That is a very...
View ArticleMicroPython • Re: Connecting to Enterprise Wi-Fi with Raspberry Pi Pico W
Maybe raise it as an issue or discussion for the MicroPython Team - https://github.com/micropython/micropythonThey know. They haven't had the impetus or capacity to implement it. See RFC: cc3200:...
View ArticleDebian • Debian GNU/Linux trixie/sid
Code: ubu@debian:~$ inxi -v6System: Host: debian Kernel: 6.7.12-arm64 arch: aarch64 bits: 64 compiler: gcc v: 13.2.0 Desktop: GNOME v: 44.9 tk: GTK v: 3.24.41 wm: gnome-shell dm: GDM3 Distro: Debian...
View ArticleArch • Re: How to get plain Arch Linux to run on a Raspberry Pi 5 ?
you wouldn't by chance be using a wireless mouse plugged into the rpi5 & wifi at the same timeif you are, you can try putting the wireless dongle on a extension or hub away from the rpi5 bodyit's...
View ArticleTroubleshooting • Re: Raspberry pi 5: usb disk disconnects randomly
That is a bus powered Sata bridge. Likely what happens is the disk takes too much current to spin up again and knocks itself offline. This means you are too close to power limits for reliable...
View ArticleGaming • I need vc4-fkms-v3d to run Fallout 2, but at the cost of Emulation...
As you've seen from the title, I tried to run Fallout 2 in Retropie on the Rpi 3b+, See topic here: https://retropie.org.uk/forum/topic/354 ... ed-help/10, but it came up to this error:Code: * failed...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Rpi 5, HyperPixel 4.0 Square PIM470, and...
Hello, Currently I'm trying to use the hyperpixel square PIM470 display in conjunction with i2C devices.When just having the display connected, works great with the /boot/firmware/config.txt...
View ArticleOther projects • Re: Custom Key pad
Here is the wiring diagram I said I'd do. Hopefully it matches what you were expecting, and what you actually made.As you can see, now that we have the schematic for the board we can basically ignore...
View Article