Troubleshooting • Re: modprobe: FATAL: Module nvme-fabrics not found in...
A quick look shows CONFIG_NVME_FABRICS is not defined (and can't be on it's own - it gets enabled by other options).Looks like enabling one of NVME_RDMA, NVME_FC, NVME_TCP, NVME_TARGET_LOOP,...
View ArticleTroubleshooting • Re: Cannot read fan speed on Pi5 (fan1_input always 0)
try cat /sys/devices/platform/cooling_fan/hwmon/hwmon2/fan1_inputorcat /sys/devices/platform/cooling_fan/hwmon/*/fan1_inputStatistics: Posted by gordon77 — Mon Jun 24, 2024 10:58 am
View ArticleBeginners • Re: where has my posting gone on redshift not working
WELL DONT PUT redshift AS A OPTION to install it on the raspberry pi, since i found it does not work it SIMPLE , this is another nail in the coffin, that is turning me off ...........There are over...
View ArticleCompute Module • Re: CM4 Obsolescence Date Discrepency
We'll get back to you with an answer ASAP.Statistics: Posted by PhilE — Tue Jun 25, 2024 10:49 am
View ArticleBeginners • Re: New sd card
I use multiple OS's on PIs.I find it easier to just have each one on a separate SD card. Why make things more complicated than they need to be?Statistics: Posted by kip_the_elder — Tue Jun 25, 2024...
View ArticleRaspberry Pi Connect • Support for file transfer
Hi,I thinking of switch from RealVNC to Rpi-connect for remote connection to embedded rpi.I use file transfer ability of realvnc to try executable file on field rpi to debug it.Is a planned feature to...
View ArticleTroubleshooting • Re: Send IR Command LIRC
Hi Guys, sorry if I didn't continue the conversation. I decided to do it all again. I leave you all the steps I followed.I'm working on a project and I would like to use Lirc to control my hi-fi...
View ArticleGraphics, sound and multimedia • Re: Pi4 KMS HDMI resolution
pastebinit not installed and Pi can not be connected to Internet to install package. hdmi_timings has been used for several other displays to set a non standard resolution.Code: System...
View ArticleDevice Tree • Re: RPi4 is unable to detect the LUCID camera while the UART...
To help we will need a LOT more information. What is a LUCID camera? What OS are you using? What errors are you seeing?Statistics: Posted by jamesh — Tue Jun 25, 2024 11:10 am
View ArticleGeneral discussion • Re: Screen blanking from Bash
You should be able to use 'ddcutil' (sudo apt install ddcutil) from a cron job for that purpose.Code: ddcutil setvcp d6 5 # OFFddcutil setvcp d6 1 # ONvalues can varry (but is usually 5 for OFF) so...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
Hi and thanks for the great work! I have a mayor issue which is driving me nuts. It wont boot.After the raspberry pi splash screen the screen goes black and says no signal. I have the correct...
View ArticleBeginners • Re: Button to turn on pi but not turn off.
Guys,Very interesting detail above but a supplemental question please ...From my early brushes with Unix then later with Linux I have always added the "-h" option as in:Code: sudo shutdown -h nowGiven...
View ArticlePython • Re: Help with reading multiple CAN messages with python
If you don't want to run 2 instances of your program, 1 per can bus channel, the Use multiple threads. One for the main program, and 1 thread per can bus...
View ArticleBeginners • Re: Argon One V3 fan setup/using terminal
It's probably the pipe character | . I don't know about other keyboards but on a uk one it is 'shift \' , the backslash key has the pipe | symbol on it.Statistics: Posted by stubright — Wed Jun 26,...
View ArticleGeneral discussion • Re: Reinstall RPi OS after removing XFCE
how can i reinstall rpi os with wayland enabled after removing xfce (bookworm) ?Install an operating system - https://www.raspberrypi.com/documentati ... ing-systemStatistics: Posted by B.Goode — Wed...
View ArticlePolski • Re: RPi5 karta sd nie uruchamia sie
Czy można w prosty sposób przenieść program? Np dla nodered, wyszukać gdzie są foldery na niedziałającej karcie i zrobić kopię na sprawny system w taką samą lokalizację.Statistics: Posted by...
View ArticleBeginners • Re: Request for Raspberry Pi 5 Datasheets, Peripheral...
Yocto: kirkstone branchThat dates to 2022 so it probably won't have the latest Linux drivers that are Pi5 specific.scarthgap (5.0) is based on 6.6, that might be a better starting point.Statistics:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?
Hi,finally my custom board has started to operate. The image is really quite nice.However we notice a strange phenomenon : for 3-4 tries 1 time (after power-up the system) we got an image completely...
View ArticleTroubleshooting • Re: White screen with just Waste basket showing
So, you ended up starting over from scratch, as I had mentioned as the easiest way to get back to working.So, no real indication of what the actual problem had been.Statistics: Posted by BigRedMailbox...
View ArticleCamera board • Re: Suppot for OV2311
Docs for the various luma only formats - https://www.kernel.org/doc/html/latest/ ... -luma.htmlI tend to use Vooya on an x86 Ubuntu system to view images as that is my normal development system.GREY...
View Article