Raspberry Pi OS • Re: how can I enable the ability to swap languages from...
@terribleted Thank you it worked Statistics: Posted by Miliyana — Wed Feb 21, 2024 7:56 am
View ArticleRaspberry Pi OS • No Dİsplay When Overlay File System Enabled
I am trying to make my Pi read-only. I enabled both overlayfs and /boot/firmware write protected. But i can't get display when overlayfs enabled on my Pi5 GNOME Raspberry Pi OS. It just stuck in GDM...
View ArticleRaspberry Pi OS • Kernel packages release schedule?
Is there any known schedule for releasing kernel packages?The last version available as Debian package is 6.1.73 but cameras doesn't work with that version. Brutal bump up to 6.1.77 makes them work...
View ArticleRaspberry Pi OS • Re: Kernel packages release schedule?
Can you link to some bug report that explains the camera issue with 6.1.73 kernel?Our current plan is for an update to the 6.6 kernel in the near future.It may be useful if you could confirm if that...
View ArticleRaspberry Pi OS • Re: owntone server (iTunes server)
I use it on my raspberry 4 bookworm.The idea was, to stream music from raspberry to my yamaha receiver RX-V475. It doesn'T work.Do someone use it, for his yamaha receiver?i got this error:Code:...
View ArticleRaspberry Pi OS • Pi 400 Bullseye change Digital Clock from 24 hr to 12 hr
I am pretty sure I posted this a few days ago but don't find it anywhere. Simply prefer 12 hour clock:https://app.box.com/s/5r2n7nvvde33oufj6ya21lf555nhlla5Thanks in advance.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: Pi 400 Bullseye change Digital Clock from 24 hr to 12 hr
Try %r See viewtopic.php?t=29369Statistics: Posted by neilgl — Wed Feb 21, 2024 7:00 pm
View ArticleRaspberry Pi OS • SOLVED Re: Pi 400 Bullseye change Digital Clock from 24 hr...
So kind. Thank you.Statistics: Posted by WacoJohn — Thu Feb 22, 2024 12:24 am
View ArticleRaspberry Pi OS • Re: RPI 5 pcie monitor
ok thanks for all of the help from everyone. I've created a short script to help automate this:Code: #!/bin/bash# Raspberry Pi check vital device statistics.## Download this script and give it execute...
View ArticleRaspberry Pi OS • brcmfmac problems with IWD on RPiOS
We have been using iwd to manage the wifi for a number of years on our RPi based Audio player installation. iwd is very fast (compared to wpa_supplicant) and very well supported even on our RPis. It...
View ArticleRaspberry Pi OS • Re: How to use Pi5 with an HDMI KVM?
It looks like the best way to handle this is to use xrandr to set the video timing. I'm currently using the following three commands and they seem to do the trick.Code: xrandr --newmode "1920x1080"...
View ArticleRaspberry Pi OS • Re: RasPiOS Bookworm Lite with GUI on Pi5
I suspect for some use cases it'll be aroung longer than that. I need an easy, reliable way of running GUI applications (not the entire Desktop) on remote displays before I can drop X11. AFAIK Wayland...
View ArticleRaspberry Pi OS • Re: TCExam
Anyone have any ideas or suggestions?Statistics: Posted by Jayke — Fri Feb 23, 2024 3:10 am
View ArticleRaspberry Pi OS • Re: Bookworm (X11 mode) - question about resolution and...
I made some experiments.I can disable dtoverlay=vc4-kms-v3d, then overscan settings in config.txt are working. But then, even the video in vlc is not smooth. I tried to add dtoverlay=vc4-fkms-v3d...
View ArticleRaspberry Pi OS • Re: Half I2S audio speed with Raspberry Pi 5 on Raspberry...
Same Effect with HiFiBerry DAC+.MfGJürgenStatistics: Posted by Juergen_B — Fri Feb 23, 2024 3:44 pm
View ArticleRaspberry Pi OS • rpc on the RPi 5
rpc.h is missing in /usr/include/rpc on my almost fresh RPi 5 installation. "locate rpc.h" does not give anything back. How do I install rpc?Statistics: Posted by rricharz — Fri Feb 23, 2024 4:07 pm
View ArticleRaspberry Pi OS • Re: rpc on the RPi 5
On my Pi5 Bookworm 64-bit it is hereCode: pi@pi64bk:~ $ sudo find / -name rpc.h/usr/include/tirpc/rpc/rpc.hStatistics: Posted by neilgl — Fri Feb 23, 2024 4:14 pm
View ArticleRaspberry Pi OS • Re: Alt-Tab behavior
Well, if you look at the Wayfire page (https://wayfire.org/), there's a video playlist. The following video contained therein shows there's such a thing as a 'Wayfire config manager':...
View ArticleRaspberry Pi OS • rsync files between two Pis that are owned by other than...
I want to send some files from one Pi to another. They are owned by pi and group www-data. If I as user pi send them via rsync with the --archive option they end up being owned by pi but the group...
View ArticleRaspberry Pi OS • Re: rsync files between two Pis that are owned by other...
Use the -o (Oscar) or --owner option to preserver the owner and -g or --group to preserve the group. The user(s) must exist on the remote Pi but the uid may be different.The remote rsync needs to be...
View Article