Troubleshooting • Re: Heat During Shutdown
That is normal if you still have the USB-C power plugged in.Statistics: Posted by neilgl — Sun Apr 21, 2024 12:27 pm
View ArticleTroubleshooting • Re: Issues with Aluminium case for raspberry pi
Update to this thread.I have now installed the Pi5 in an official plastic case. Still with the active cooler fitted.The problems have now all gone away. It works fine with in the plastic case.The only...
View ArticleBeginners • Re: Runing RPI 5 with external adapter
It may work.It depends what you are trying to do. It'll most likely power the Pi5 for most situations. It won't provide the power to support USB peripherals that draw more power though. The Pi5 has...
View ArticleTroubleshooting • kernel: raspberrypi-firmware soc:firmware: Request...
I find this error in my journal logs and wonder what is causing this error? Sometimes it causes my screens to lock out via the kworker. I still lack the skills to diagnose this issue and remedy it...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I do wonder, though, whether anyone in the US actually does use it for "desktop tasks". Yes, I know this is contrarian and yes, my focus is US-centric. I understand things are different in Europe (and...
View ArticleGeneral discussion • Re: Powering the Raspberry Pi 5.
Hi, thanks i read this.But is then also the USB-PD hardware working? BR kamiStatistics: Posted by kami83 — Mon Apr 22, 2024 12:17 pm
View ArticleRaspberry Pi OS • Re: Ongoing support for X11 in Bookworm and onwards
Changing "dock" to "splash" appears to work:Code: root.wm_attributes("-type", "splash")Cheers, but I've already been there. It doesn't allow me to interact with the keyboard and puts an application...
View ArticleGeneral discussion • Re: CAN MCP2515 and rpi Zero data read issue
After setting up the CAN interface using the command sudo /sbin/ip link set can0 up type can bitrate 500000, confirm that the interface is up and running correctly by checking its status with...
View ArticleC/C++ • Re: Libcamera controls not working properly
I can confirm, I had the same problem earlier.... I did manage to fix it though.How did you accomplish this? Could you please explain?Statistics: Posted by doglord34 — Mon Apr 22, 2024 12:23 pm
View ArticleGeneral discussion • Re: emg robotic arm using raspberry pi 4 as processor
You have to use an EMG sensor. You can buy one from dfrobot or sparkfun.Statistics: Posted by aliarifat794 — Mon Apr 22, 2024 12:24 pm
View ArticleNetworking and servers • Raspberry Pi blocking access to its ports
I have a raspberry pi 3 and I can ssh in with no problems.If I run "nmap <rpi address>" it comes back with "Host seems down."If I run "sudo ss -ltn" on the Rpi I get:State Recv-Q Send-Q Local...
View ArticleOfficial Display • Official 7" Touch Screen calibration?
Hi allI have an official 7" touch screen connected up with a raspberry pi 3B (not +). While this works (ish), if I touch the center of the display, the cursor happily shows up at the center of the y...
View ArticleOfficial Display • Re: Official 7" Touch Screen calibration?
viewtopic.php?t=369499 is another post from you 'more or less' on the same topic.don't use 'dtoverlay=rpi-ft5406,touchscreen-swapped-x-y=1,touchscreen-inverted-y=1' --> use the screen configuration...
View ArticleTroubleshooting • Re: kernel: raspberrypi-firmware soc:firmware: Request...
0x30002 is RPI_FIRMWARE_GET_CLOCK_RATEhttps://github.com/raspberrypi/linux/bl ... ware.h#L56For a clock request to fail means you've killed the firmware somehow.I'd check the output of `sudo vclog...
View ArticleBeginners • Re: Storing video in pendrive / USB drive
Using Raspberry Pi OS 32-bit with desktop (Bullseye) (Legacy) and a v2 camera module on a Pi3.Without using raspi-config to enable Legacy Camera stack:Code: raspistill -o image.jpgERROR: the system...
View ArticleTroubleshooting • Re: Help with telnetd
From a quick look ate the contents of the telnetd and inetutils-telnetd packages, it looks like they depend on inetd to start the server when needed.inetd is still using the old init.d files, but I...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - Unable to use keyboard
Please post the output of sudo lsusb -v with the keyboard plugged into the Pi 5 and again for the zero 2 W.Statistics: Posted by jdb — Mon Apr 22, 2024 12:34 pm
View ArticleGeneral discussion • hide task/menu bar Pi400
Recently imaged a Raspberry micro SD and here is what I"m running:owner@raspberrypi:~ $ cat /etc/os-releasePRETTY_NAME="Debian GNU/Linux 12 (bookworm)"NAME="Debian GNU/Linux"VERSION_ID="12"VERSION="12...
View ArticleAdvanced users • Re: Pi 5 Jitter every 2~3 seconds
1. Is ./control_loop your software which is (if I understand the command line correctly) supposed to run on CPU 3? htop shows several instances of it running on the other cores. And the "primary"...
View ArticleRaspberry Pi OS • Re: How to know what all to install on a system re-build?
apt-clone looks interesting. Seems to be a Ubuntu thing. (That's not to say that it couldn't be ported to/used on non-Ubuntu Debian-based systems, such as RPiOS...)But as I've said all along. The key...
View Article