Compute Module • CM4 USB error / MSG not working
Hello!I have a Rpi 4B which has the latest 64-bit OS installed (Bookworm). CM4 is connected to the Rpi 4B via USB cable. I was wondering why the rpiboot-msg fails and then I saw this in dmesg:Code: [...
View ArticleTroubleshooting • Re: Camera on RPi4 closes after a few seconds
there is no option to Enable Camera through Raspi-config like all the installation instructions say.Those instructions are out of date. The Enable option activated an old firmware driver for...
View ArticleTroubleshooting • Re: Official Touch Screen With Raspberry Pi 5
It should work fine is.Won't it need a new cable due to the different connectors on the Pi 5?Either a PI 5 or Compute Module Display cable should work.Statistics: Posted by rpdom — Fri Feb 09, 2024...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
I just use a simple .sh script that installs what I want it to, moves files where I want them and then I'm done with it.I do the same, works great.Statistics: Posted by rpiMike — Fri Feb 09, 2024...
View ArticleSDK • Re: Dual Core Memory Protection
This applies to C++.Hah, indeed it does.Statistics: Posted by jeremyd — Fri Feb 09, 2024 10:27 am
View ArticleOfficial Display • Re: Pi 5 Official Touchscreen Issues
I'm also experiencing these issues running the official touchscreen display on the latest Bookworm image (coincidentally also for Pianoteq).It seems that the new Wayland-based Wayfire window manager...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
Doing some more testing here;I've switched to Openbox/X11 to start with!There are options for KMS in order to pick-up the rotationhttps://github.com/raspberrypi/linux/bl ... modedb.rstLet's take it...
View ArticleGeneral discussion • Re: Where can I find a Pico Pinout that uses the new...
What you really mean is "a different set of abbreviations" PeterOStatistics: Posted by PeterO — Sat Feb 10, 2024 9:37 am
View ArticleGeneral discussion • Re: Strange How To FIx It
That didn't produce ip address to which services were listening to it. This is strange tho. Just as strange as I sometimes see in my access.log an ip address of 192.168.5940.333. The 5940 shouldn't be...
View ArticleRaspberry Pi OS • Re: Bookworm has no /dev/hidraw0 for my Inverter connection
ls -la /dev/hidrawls: cannot access '/dev/hidraw': No such file or directoryalf@quinque:~ $ sudo ls -la /dev/hidrawls: cannot access '/dev/hidraw': No such file or directoryStatistics: Posted by...
View ArticleTroubleshooting • Re: PAL-M or NTSC-J on RPI-5 Composite
Sorry for the late reply, Just want to say thank you for all the support.It means a lot to me thank you.It's a shame secam won't be supported, its uses are actually really decent in analogue...
View ArticleFrançais • Re: gpio c++
salut merci les gars !effectivement j'avais mal ecrit une hysteresis "faute de frappe" j'aime pas trop les copier coller car j'aime bien ecrire ! ca rentre mieux dans la tete donc j'ai mis a jours sur...
View ArticleAdvanced users • Re: No DRM in Firefox - can't find the...
to each there own.i3 is worthy wm, can be configured in countless ways.have fun.Statistics: Posted by kerry_s — Sat Feb 10, 2024 10:08 am
View ArticleGeneral discussion • Re: Which raspberry pi models are still being manufactured?
In short I think everything except the original 28pin Pi1 is still in production.Were they ever produced? Are you suggesting that the two I have are a figment of my imagination?Statistics: Posted by...
View ArticleGeneral • Re: Using PIO to read in custom bits via clock - not working
Damn. That did it. I changed the code to autopush 32bits and the PIO was just this:Code: .program gbwait 1 pin 3wait 0 pin 3in pins, 2And now I'm getting the image. It's wrongly aligned, but that's...
View ArticleTroubleshooting • Re: Pi5 power supply use without usbc
Two of the wires to the PSU (A5 and B5) require a 5K1 resistor to ground to signal to the PSU that there is a device needing power. See the Pi4B schematic.Even then, without PD negotiation, you can...
View ArticleOther programming languages • Re: Scripting help needed - extract a part of...
You could do it with a series of sed commands. There's probably a simpler way of doing it thought. Maybe with the date command.Code: atq | sed "s/Jan/01/;s/Feb/02/;s/Mar/03/s;Apr/04/;" # and so onI...
View ArticleAdvanced users • Re: MultiBoot
PINN works well.Thanks.I have to go through the PINN interface to select an OS or I can use a software to do it ?Statistics: Posted by dmht13 — Sun Feb 11, 2024 9:47 am
View ArticleTroubleshooting • Re: samba failing to start, desparation setting in
Thanks for the explanation. So, although Samba is the package, smbd is the service that needs to be running in order for file-sharing to be functional.And nmbd.ER, no, not really, you only need nmbd...
View ArticleGeneral • Re: WiFi configuration without a display
Seems to me there are two separate problems to solve. One is to get the credentials to get on the WLAN. The other is to find the device once it is on the WLAN. Seems to me that if you assume DHCP you...
View Article