Raspberry Pi OS • Re: Chromium and touch scrolling doesn't work with labwc
Yeah, with the new OS update, I was able to select Multitouch in the Screen Configuration, and it works as expected. Thanks!I also have a mouse connected, so don't care about the drawbacks. Just want...
View ArticleBeginners • Re: Trouble shooting Command not found
the terminal says that the cameras are not found.There is official advice available from Raspberry Pi themselves in the following forum posts -What to do if your camera is not detected -...
View ArticleTroubleshooting • Filesystem lost blocks on Compute Module 4
I'm not sure if this is a Raspberry Pi problem or Linux one. We are using the Compute Module 4 in a smart battery powered tool. We have the eMMC divided up into several partitions. There are two Linux...
View ArticleBeginners • Re: SMS to printer?
You need the above and programming skills, or ask somebody that has.Statistics: Posted by deepo — Fri May 09, 2025 8:46 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Send multiple bytes from PIC to Pi
This sort of works which tells me it isn’t that easy to do. I might waste a week on it with nothing resolved.https://forums.raspberrypi.com/viewtopic.php?t=214664That's exactly what you want, and...
View ArticlePortuguês • Re: Raspberry PI 5 não liga (led vermelho)
led vermelho é sinal ou de falta de sistema operativo (ou sistema operativo incorreto) , ou o sd card nao está bom , ou existe um problema de hardware na comunicação com o sd card . Eu tenho um rpi2 ,...
View ArticleAdvanced users • Re: usb serial gadget
First, check that you have the g_serial.ko in your kernel modules. Then, read this:https://stackoverflow.com/questions/244 ... rt-consolehttps://linux-sunxi.org/USB_Gadget/SerialStatistics: Posted by...
View ArticleTroubleshooting • Re: Filesystem lost blocks on Compute Module 4
A mounted ext4fs can only grow, not shrink. To shrink you would have had to boot a different partition or device, and then manually run sudo e2fsck and sudo resize2fs while the filesystem was...
View ArticleAdvanced users • Re: Pi Zero2 to look like a Zero2W
Some more info on the critical software would likely help too:What is it?Commercial, open source, both, neither?Compiled (e.g C/C++) or interpreted (e.g. python)?Why you can't or won't contact its...
View ArticleTroubleshooting • Re: Pi 5 trashes SD Cards
Yep, that did it!32Bit OS instead of 64 but my next step is to install a cooler and NVME Hat so I'll change over to 64 bit then. I hope.Case closed - I need to buy better SDs or a better SD reader I...
View ArticleTroubleshooting • Pi Zero 2W power circuit issue?
Hello Everyone,TL;DR: The Pi does not boot and the 3.3V rail is at 3V. However, if I supply 3.3V directly to the 3.3V rail, the Pi boots right up.Long:I'm having a weird issue with my Pi Zero 2W. I...
View ArticleOther programming languages • Node.js GPIO library
https://www.npmjs.com/package/@iiot2k/gpioxhttps://www.npmjs.com/package/@iiot2k/gpiomonStatistics: Posted by iiot2k — Sat May 10, 2025 6:31 pm
View ArticleSDK • Re: Problems with SPI Example
cmake_minimum_required(VERSION 3.13)include(pico_sdk_import.cmake)project(spi_project )set(CMAKE_C_STANDARD 11)set(CMAKE_CXX_STANDARD 17)pico_sdk_init()add_executable(spi_master spi_master.c...
View ArticleBeginners • Unable to remotely connect to Pi 3
HiI have a Raspberry Pi 3 B, running Bullseye and Motioneye, connected to a nesting box, I had been able to view a video of the nestbox, but it has stopped working, I am no longer able to connect on...
View ArticleSDK • Fresh Rasbpian Lite, openOCD wont work
Hello,So did setup a fresh Raspbian lite (headless, SSH in from VS on my desktop) to move all my pico projects over, now when we have the nice VS extension and all.However, I seem to miss some bits...
View ArticleSDK • Re: Fresh Rasbpian Lite, openOCD wont work
Looks like libhidapi is missing but needed?From the message, it sounds like you need to install libhidapi-hidraw0 using apt.Statistics: Posted by rpdom — Sat May 10, 2025 9:52 pm
View ArticleNetworking and servers • Re: Add Network
If it is running Bookworm, use the WiFi icon at the top right, or via the command line use nmtui or nmcli (i.e. Network Manager)Statistics: Posted by neilgl — Sun May 11, 2025 9:22 pm
View ArticleTroubleshooting • Re: ethernet and usb port are not working
No image was attachedRight-click on the word "Image" in three places. It's two of the SMPS inductors.I suspect there may be more to the problem than the (superficial?) damage shown.Statistics: Posted...
View ArticleRaspberry Pi OS • Re: System Requirements sticky requested
the systems each supports is on the downloads page.https://www.raspberrypi.com/software/operating-systems/yea, it's not obvious from within pi-imager, but not hard to look up.Statistics: Posted by...
View ArticleTroubleshooting • Re: imager problem making bookworm SDcard
ah, now that small second partition makes sense.on first boot, the second partition will be expanded to use all available space.note: in my experiance, "first boot" is actually 2 or 3 reboots. be...
View Article