Raspberry Pi OS • Re: HDMI Audio with Desktop but not Console boot (Bookworm)
I've finally made it to the diagnostic screen. I was having trouble before, after updating boot rom, because I did not unplug all my adapters and one of them seems to have been making the device think...
View ArticleRaspberry Pi OS • Re: Supporting EAP with Raspbian 2020
Well, I have never tried to use radius with wifi, but if I did, I would start with an up to date OS, not one five years old.Thanks for replying. Actually we can't upgrade the OS to a new version. This...
View ArticleRaspberry Pi OS • can you tell if "No Fake" result is OK and...
I used the: h2testw_1.4___How to Identify a Fake SD Card.zipcan you tell if "No Fake" result is OK and reliable?Statistics: Posted by lselimassol — Wed Jan 29, 2025 4:04 am
View ArticleRaspberry Pi OS • Re: cannot boot, As I am using 1TB microSD is size the...
Warning: Only 2071 of 1023982 MByte tested.Test finished without errors.Reading speed: 14.7 MByte/sH2testw v1.4Statistics: Posted by lselimassol — Wed Jan 29, 2025 4:08 am
View ArticleRaspberry Pi OS • Re: expected behavior of 'vc4.force_hotplug=x'
Bear with me, but shouldn't using 'vc4.force_hotplug=x' (with x=1 to X=3) in command line result in the corresponding HPD bit showing up as active (ONE)Code: pi@CM4waveC:~ $ sudo sh -c 'cat...
View ArticleRaspberry Pi OS • Re: Using Zed editor for programming
I've just tried to compile from scratch, took a little while but not difficult. I don't know if the build needs to be customized for a more recent Mesa, but compilation out of the box doesn't seem to...
View ArticleRaspberry Pi OS • How to check desktop
Hello, so how to check which desktop is in operation (X11, Wayfire wayland or Labwc wayland) on Raspberry Pi OS 64bit, RPi4B?Regards, VladoStatistics: Posted by California — Wed Jan 29, 2025 5:36 pm
View ArticleRaspberry Pi OS • Re: How to check desktop
something like:Code: if pgrep labwc > /dev/null; then echo "Running labwc" elif pgrep wayfire > /dev/null; then echo "Running wayfire" elif pgrep Xorg > /dev/null; then echo "Running Xorg"...
View ArticleRaspberry Pi OS • Re: Help
It would also be a most excellent idea to provide a useful/descriptive subject to your post. That is much more likely to attract the attention of the subject matter experts in that particular...
View ArticleRaspberry Pi OS • Re: Why is ImageMagick so hard to use? (Cropping JPGs in...
Such is the greatness of Open Source! The beauty of Open Source is that you have thousands of choices - and they all suck!And I'm not at all the only person who thinks this.It is well established that...
View ArticleRaspberry Pi OS • Re: lightweight display manager
okay, you do know lxde is dead/dyingthey moved on to lxqtX11 is also long been on the chopping blockmost of us custom users normally skip a login manager & just do the tty autologinSome of us...
View ArticleRaspberry Pi OS • Raspberry Pi OS Lite does not work
I am NOT a novice with LinuxI have an old RPi 2 and I was going to take it in use.Upgrading the old system took over 10h, so I downloaded Raspberry Pi OS Lite, which was advertised to work in ALL RPi...
View ArticleRaspberry Pi OS • Re: Pi 5 power options?
As an example of the kind of thing I think bensimmo was referring to:viewtopic.php?p=2267554#p2267554More expensive than an "official" supply but I think it could be useful in the more unusual power...
View ArticleRaspberry Pi OS • Re: Raspberry Pi OS Lite does not work
I have a Raspberry Pi Model B 2 running happily on Raspberry Pi OS Lite Bookworm, but that was imaged a while ago. I will try over the weekend with a spare microSD card.One thing to note. You probably...
View ArticleRaspberry Pi OS • Re: badblocks 32 or 64 bit?
Thanks for the reply. The drive has default block size of 4096 bytes (from cat /sys/block/sda/queue/physical_block_size)I tried "-b 8192" and it now has started OK. The estimated run time is in days...
View ArticleRaspberry Pi OS • Re: /tmp/luXXXXX.tmp directories
So, I have a background instance of LO running all the timeThat's your answer. That's why it's there. You're going to have to live with it.Only worry about stuff when it doesn't work.Statistics:...
View ArticleRaspberry Pi OS • Errors using legacy archive
I need to use python 2.7 for a project, so I installed jessie on a pi3. I have edited the sources.list to:deb http://legacy.raspbian.org/raspbian/ jessie main contrib non-free rpiI attempted an update...
View ArticleRaspberry Pi OS • Re: Installing RustDesk on Pi 3 (Headless)?
Answer: https://www.reddit.com/r/rustdesk/comme ... d_desktop/Statistics: Posted by squidg — Fri Jan 31, 2025 5:22 am
View ArticleRaspberry Pi OS • Re: Errors using legacy archive
I just did an "apt-get update" on a Jessie system and it worked fine.So, it must have been some sort of transient problem. Maybe a mirror was down...Statistics: Posted by BigRedMailbox — Fri Jan 31,...
View ArticleRaspberry Pi OS • Re: 3B+ gets often stuck on boot with Bookworm
Is there a resolution to this issue?I had been running 32-bit bullseye and klipper for my 3d printer using a 3B+ for years with no issues. I have recently been forced to upgrade to 64-bit and so went...
View Article