Troubleshooting • Re: USB-GPIO input issue
CORRECTION:Its working fine when I connect a mouse or keyboard. The issue starts when I connect a USB Audio Sound Adapter through the USB ports.Statistics: Posted by ms.sadik — Sun Mar 31, 2024 9:48 pm
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
The mistake IMO is not in having done it, but not better explaining what was done, why, and the consequences of that. They have simply left people to discover their, not unreasonable, expectations...
View ArticleRaspberry Pi OS • Re: rdesktop slow
Sorry...I expressed myself badly. I am using Raspberry PI OS that is based on Debian Stable (bookworm).P.S. Also the cable is working ok. I don't have lost packages and it was plug in my desktopI...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • How to interface with Ender 3 LCD
I have a spare Ender 3 LCD I want to reuse on my Raspberry Pi. I was wondering how I could connect it to the RPi? I managed to find the 5v and gnd pins on it but that's about it. Here's a photo of the...
View ArticleSDK • Re: Elegant ways of documenting changes in SDK for publishing project
So now I have #ifdef's with mine, so there is a viable option, but I don't like that behaviour from other programs, so it is a tragic situation. How that directory overlay will patch SDK? So maybe...
View ArticleTroubleshooting • Re: sudo reboot takes 4-8mins
By inspecting journalctl logs I found the lightdm service was not dying gracefully on sudo reboot (which I believe first sends a sigterm) and then dying ungracefully still after later receiving a...
View ArticleSDK • Re: build error SDK C
Can you post the error output from make?Statistics: Posted by breaker — Mon Apr 01, 2024 9:17 pm
View ArticleC/C++ • Re: Need help to build a working make file
Possibly slightly confusing: Your preprocessor which may be integrated into the compiler, needs a path to the header files Your linker needs a path to the librariesThe full process to build from...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
CEC for PI5 is on my list, but I have to fix some other things first.It looks like I will need to use libcec or the KMS API instead of the current method.Statistics: Posted by procount — Mon Apr 01,...
View ArticleTroubleshooting • Ros2 and Camera impossible on pi5?
Hey. So I am new to the whole raspberry pi world and bought a pi5 to get started. Got everything up and running and decided I wanted to build a robot. Was able to control it with 2 motor hats and went...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
I'm pretty sure I've got cards of that vintage, and they worked for me - I shall check against the fw revisions that I have.I went a step back to the kernel from 20th March usingCode: sudo rpi-update...
View ArticleTroubleshooting • Re: More CUPS issues on Bookworm and CUPS 2.4.2
By Epson 640, do you mean Epson Expression Premium XP-640? If so, don't connect via USB, but use wifi. The printer supports AirPrint, so will be found on your network and automatically configured by...
View ArticleTroubleshooting • Re: sudo reboot takes a very long time (4-8mins)
that says it took 3sec's to kill lightdmi assume you used raspi-config to switch to X11from what i understand so far.your using a rpi4you installed bookwormyou switched it to X11( when you switched to...
View ArticleTroubleshooting • Re: PI Zero W heats up soon
Yea, without an OS to boot it's basically doing nothing and would not get hot.So the Pi Zero that's still heating up has some kind of hardware problem.If that's the one you recently purchased, and you...
View ArticleGaming • Re: Minecraft Server hosted on Raspberry Pi 4-B 8G RAM lagging don't...
Hmmmmm i don't know, how do i do the diagnostics? I have seen there are some tools to check my raspberry but i'm not sure wich to use or if there is some kind of tool already on the pi?? Sorry for my...
View ArticleGaming • Re: Woof - 64 Bit DOOM Engine Source Port Build Guide
Woof 14.3.0 was released last month if anyone is interested:Releases - fabiangreffrath/woofhttps://github.com/fabiangreffrath/woof/releasesStatistics: Posted by Moonmarch — Mon Apr 01, 2024 10:03 pm
View ArticleTroubleshooting • Re: Pi 3B+ screen image too large to fit on TV screen
Thank you for your reply. However, it's an old TV (and I've never had this problem before Bookworm) and it only has basic settings such as brightness and contrast settings. No problem, I can live with...
View ArticleBeginners • Re: Problems installing raspian
Thanks.I used the the rpi and the /etc/NetworkManager/system-connections directory was empty.so i copy the one in my laptop (I use linux) but still no luckyou use imager's 'edit settings' to configure...
View ArticleGeneral • C program, flush input, scanf(), menus, etc.
Hi,In a C program for the Pico I'm creating text menus for sensor control via a UART serial monitor.A well known gotcha with scanf() on any platform is that if you request an integer, like scanf(%i,...
View ArticleGeneral discussion • Re: Any experience with duty cycle in an industrial...
I've got an original Pi (not from the very first 10000) where I'm hoping for 10 years continuous running!Code: pi@raspberrypi ~ $ uptime 22:13:24 up 3209 days, 14:48, 1 user, load average: 0.11, 0.04,...
View Article