Raspberry Pi OS • Re: Installing X11 on top of the Lite, missing library files
Until last week these files existed:https://github.com/raspberrypi/firmware/raw/*But I managed to find another Raspi that had those files and I can restore the setup using local data...
View ArticleRaspberry Pi OS • Re: Unable to connect to VNC Server using your chosen...
Wayland and X11 are display compositors. X11 is the "old" method used prior to the Bookworm version of the PI OS. Wayland is a "new" compositor with better security. you can switch between them using...
View ArticleRaspberry Pi OS • Re: XRDP Issue after 3-12-24 Bookworm OS Update
When I updated bookworm on 11th march the raspberrypi-ui-mods package killed use of xrdp for remote desktop access.Sadly the piImager now downloads the image with this included (tested today). Is...
View ArticleRaspberry Pi OS • "Received client request to flush runtime...
Is this a fake clock symptom:"Received client request to flush runtime journal" Every boot hangs for a minute. This is bookwormLinux raspberrypi 6.6.20+rpt-rpi-v7l #1 SMP Raspbian 1:6.6.20-1+rpt1...
View ArticleRaspberry Pi OS • Re: "Received client request to flush runtime...
I'd guess your disc is pretty full?I'm curious how bookworm is showing Raspbian instead of Debian?Statistics: Posted by pidd — Fri Mar 15, 2024 1:18 am
View ArticleRaspberry Pi OS • Can no longer "echo 6 > /sys/class/gpio/export"
I think this form of command has been removed and would like to know what the new commands are to achieve the same effect as the original 3 commands to power on my modem.I have a CM4 in a Waveshare...
View ArticleRaspberry Pi OS • Re: Can no longer "echo 6 >...
So what you're needing to do is set GPIO 6 to output and drive it low.That should be easy with pinctrl from the raspi-utils package.Code: pinctrl set 6 op dlshould do what you need.Statistics: Posted...
View ArticleRaspberry Pi OS • RPI5 Kernel 6.6.20+rpt-rpi-2712 (kworker issues)
Hi! I don't even know where to start. I'll just describe what I've observed since the last kernel update. I have moved the root directory for my docker images to another partition (same hard disk!) to...
View ArticleRaspberry Pi OS • Re: Bookworm LVM rootfs
With Pimoroni advertising an upcoming dual nvme pcie hat, I may have to reconsider mdadm being pointless.Wrt lvm I have a working script. Pretty much what I posted..Code: #!/bin/bash#umount...
View ArticleRaspberry Pi OS • Re: Wrong repositories when using apt-update
Thank you very much! I missed the simple solution because I had all these tings abou dnsmasq and the latest version of Pi OS in myhead.All works now.cheers,NigelStatistics: Posted by ve3id — Fri Mar...
View ArticleRaspberry Pi OS • Setting static IP breaks TLS connections
Hi everyone,Rather. odd bug or behavior, here is my problem :New Pi5 + Raspberry Pi OS Lite 64 bit ( 2023-12-11-raspios-bookworm-arm64-lite.img) + wired network connection.( I noticed that a newer...
View ArticleRaspberry Pi OS • Re: Installing X11 on top of the Lite, missing library files
Without files I mentioned VNC won't start. After copying files manually, VNC works and no issues anywhere else either. Not sure this is related to xRDP issue, I mean in terms of the...
View ArticleRaspberry Pi OS • Anyone using the 6.8.x kernel?
Is the heat issue still there? On 6.7.x there was a 15C increase compared to 6.1. Edit: 6.8.1 compiled and installed - no issues so far. Statistics: Posted by SW1TCH0NY0U — Sat Mar 16, 2024 7:42 pm
View ArticleRaspberry Pi OS • Power button for RPi4
I was wondering if there was any way to have a power button or switch.I am using 12c so is there any way to not use the 12c pins?ThanksStatistics: Posted by qinx — Sun Mar 17, 2024 8:46 am
View ArticleRaspberry Pi OS • Re: Chromium Open Site as Window - How can we hide title bar?
don't know, for sure it has to have 'chromium' and should work.try right clicking the menu entry -> properties, see what the command is.Statistics: Posted by kerry_s — Sun Mar 17, 2024 9:26 am
View ArticleRaspberry Pi OS • Re: Anyone using the 6.8.x kernel?
Are you compiling yourself or taking the premade, yet might be missing tweaks 'rpi-update' ones.Compiled it myself with pyavitz rpi-image-builder.Seems good, for now.Statistics: Posted by SW1TCH0NY0U...
View ArticleRaspberry Pi OS • Cut and paste not working in pcmanfm
Ahoy!I have two raspberry pi 5, both running raspberry piOS bookworm, and both up to date. I started with the default kernel that the imager installed ( Linux 6.1.0-rpi8-rpi-2712 aarch64 ) and have...
View ArticleRaspberry Pi OS • Re: Plasma Mobile
I wonder if it would be possible to install it not over linux but android? I'd like to try that. I have a spare Pi-4 that has Libreelec on it. I tried to install konstakang's android releases but did...
View ArticleRaspberry Pi OS • Re: Cut and paste not working in pcmanfm
You can use cut/paste in the pcmanfm edit menu on the menu bar, but you are correct the contextual menu (right mouse click) is not working Statistics: Posted by Annie UK — Sun Mar 17, 2024 2:10 pm
View ArticleRaspberry Pi OS • Re: Pi 5 - change drive owner & group
Thanks.What would cause the drive to be installed with root permissions vs user permissions? Did I do something wrong when installing or is it a standard procedure that you need to change...
View Article