Beginners • Re: Intermittent Screen Blanks
Wow, thanks for your informative reply. My new info may not be necessary but here it is anyway:I plugged my 60" SAMSUNG to 3B Pi and it booted perfectly and NO Screen Blanks so I took a look at the...
View ArticleBeginners • Add desktops & xscreensaver
Just getting back into Raspbien again after being away.A couple apps I'm struggling with1. Raspbian seems to be stuck at just one desktop. obconf seems to not be able to add additional desktops.obconf...
View ArticleBeginners • Re: Pi 5 KDE Black Screen
When I checked the status of smartmontools.service , Pi 5 returned the following:root@RaspberryPi5:/home/1# systemctl status smartmontools.service× smartmontools.service - Self Monitoring and...
View ArticleBeginners • Re: Add desktops & xscreensaver
Which version of Raspberry Pi OS are you running and which Pi is it?Statistics: Posted by neilgl — Wed Mar 27, 2024 10:23 pm
View ArticleHATs and other add-ons • Re: RPI5 and Codec Zero Not Working
I can confirm that the hat file allowed my RPI 5 to detect the Codec Zero. I can see it in when I right click on the volume icon and it shows up when I do Code: aplay -l all in terminal. The issue...
View ArticlePython • Re: GPIO and Buzzer activation
Sounds like your buzzer module is “active low” - it makes a sound when the I/O pin is low (0V).So change your python HIGH and LOW to LOW and HIGH.Statistics: Posted by neilgl — Wed Mar 27, 2024 10:28 pm
View ArticleCamera board • Re: Picamera2, does the size stream parameter crop the image ?
Thanks a lot @6by9, it works !I was expecting a bit more light sensitivity, but yes it is more sensitive !I guess that the i2ctransfer command you suggest activate both V and H binning ?Following is...
View ArticleTroubleshooting • Raspberry Pi 5 8GB wont boot from SD card
I'm having trouble booting my New Raspberry pi 5 from SD card. When I try to boot it from SD card, it gives this error. failed to open SD card "(CMD 810010 status 0)" It will boot from USB and works...
View ArticleRaspberry Pi OS • Re: Bookworm LVM rootfs
Sigh. Best intentions and all that.Unfortunately, with what you've provided there are way too many things where I'd say "you can do this, or you can do that", because of missing context, etc. I really...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: gpio export 17 out not working
sysfs for GPIO has been deprecated since 2015.With the 6.6 kernel it is now actively logging errors if a gpio driver tries to set the base GPIO number for the chip, therefore we aren't.libgpiod is the...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
Hi njhThe output from kmsprint -m isConnector 0 (44) Composite-1 (connected)704x432848x738720x576704x512720x480720x288544x380704x256720x240704x216The output from wlr-randr isComposite-1 "(null) (null)...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Apologies. beta v3.8.9f is now available to fix this issue.Statistics: Posted by procount — Thu Mar 28, 2024 10:22 pm
View ArticleTroubleshooting • Re: Bookwork raspi-config wait for network
in bookworm the network app is now network manageron the command line it can be configured using nmtuiStatistics: Posted by kerry_s — Thu Mar 28, 2024 10:23 pm
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
I suspect I know more about the background to this than you do and AFAIK, they are still planned.Yes, sorry if it came out too negative. You said it is planned with 'Lots of other stuff needs to be...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 PCIe Bus Error - ASM1166
I have been testing this solution for several days, but RPi5 has a problem with this number of disks with the "bcm2712-rpi-5-b.dtb" file edited this way. Sometimes, when you try to mount one or more...
View ArticleJava • Re: Installing JDK on PI
Are you running Raspberry Pi OS 64-bit Bookworm on the Pi or something else?Is it a Pi5 or a Pi4 or other?Statistics: Posted by neilgl — Thu Mar 28, 2024 10:38 pm
View ArticleGraphics, sound and multimedia • Re: MTV "Kiosk"
Well? I think my problems are solved; the stutter is gone. I'm not a very good scientist, so I can't say definitively what fixed but some combination of the following things.I overclocked my system a...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Innomaker ov9281 vs Raspberry Pi 5
Support for mono sensors on Pi5 has been merged to the "next" branch of https://github.com/raspberrypi/libcamera. There isn't a tuning file for ov9281 as yet, but pointing it at uncalibrated.json...
View ArticleGeneral discussion • Re: "who" command displays a large # instead...
I have 2 AMD systems and 2 RPI-4B systems, all running Debian Bookworm.Are you running native Debian Bookworm on the RPI (https://wiki.debian.org/RaspberryPiImages) or Raspberry Pi OS based on Debian...
View ArticleGeneral • Debugging using another Raspberry Pi Pico Issues
Hello Friends,I'm using a second Rpi Pico (DBG Pico) to debug the main Rpi Pico (MAIN Pico).Yesterday I've been able to connect and read UART from MAIN Pico using the COM port of DBG Pico.For some...
View Article