Beginners • play audio from url without X11
Hi, Can anyone recommend a terminal based audio player that can play a stream from web radio ?vlc/mpv etc and some other terminal based audio players , require too many dependencies , including...
View ArticleRaspberry Pi OS • Re: March 64 Bit Bookworm Bug??
I rolled back by going to the page of Pi Image FIles here https://www.raspberrypi.com/software/operating-systems/ and went through the archive link to get the December 2023 release of Bookworm with...
View ArticleTroubleshooting • Re: Revert rpi-update on Pi 5
Code: sudo rpi-update 6c2b033bf556c2a2ae109ec85d86485fa4c16050Thx 1000 times. This fixed it. Back to kernel 6.1 and my NTFS formated HDDs work again.I even tried this command before I wrote here. But...
View ArticleAdvanced users • Re: Image File Utilities
I found the issue!In my fstab file I had commented out the original PARTUUID's for both boot and root and created new ones below them. I did this when I first moved the filesystem from the SD to the...
View ArticleBeginners • Re: Can I run different things at the same time on a Pi 5?
Absolutely, running multiple applications shouldn't be a problem.. It might be a good idea though to keep an eye on the usage (Not trying to put you off but, just worth keeping an eye on if you are...
View ArticleGeneral discussion • Re: A Pi Pie Chart
Just for a laugh I tried this on one of my old computers. I used the "old computer" version, although as it turned out it had twice as much RAM as I thought.Code: rpdom@libby2:~/pichart-l31$...
View ArticlePython • Re: Datetime Code Not Working
The error is pretty obvious to me. The function wants one parameter, you're giving it 3 parameters instead of taking those 3 pieces of info and making just one string out of them.On a scales from 0...
View ArticleTroubleshooting • Re: so, my raspberry pi isnt working
You've got a mix of arm64, amd64 and i386 packages in there.The latter two CPU types are for AMD or Intel compatible CPUs as found in PCs and Macs, not the ARM that your Pi has. They may work - very...
View ArticleGeneral discussion • 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 ArticleCamera board • Re: IR cut, how do I use it?
Following ame's suggestions, here is how I've wired my C-mount switchable IR-cut filter.and with this test code it's switching between states quite reliably.Code: #!/usr/bin/python3import RPi.GPIO as...
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.Slightly off topic but...I can see that particular product doing more harm than good. Some...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 PCIe Bus Error - ASM1166
Hello! Look at us here again! hiaihahiaNext I updated my Raspberry 5 to version Linux Pi-Nas 6.6.21-v8-16k+ #1743 SMP PREEMPT Thu Mar 14 11:40:50 GMT 2024 aarch64 GNU/LinuxThe problem of not...
View ArticleBeginners • Re: Is this a good SD card?
Ok,I did some math and it turns out that its only like $4 more to get the 2 GB Pi4. Thanks so much to everyone who helped me!Statistics: Posted by HiMeIsNew — Fri Mar 15, 2024 10:07 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 + Google WiFi: Sounds like a NAT issue,...
Just for the lols of it, I enabled now port forwarding for ssh and apache in the external ports 2200 and 8080 respectively, so that I can forward incoming traffic on these ports to the "problematic"...
View ArticleTroubleshooting • Re: cant get booting from NVMe to work
By any chance, have you examined Dmesg to see what controller is on the card? Phison chips are known to not be bootable. Imprint has a decent list of workable drives. I now have 2 surplus 1TB cards...
View ArticleHATs and other add-ons • Re: Pcie board for pi 5 coming?
I want to open a door to GPUs, SATA and Google Coral and PCIe is the key. I have found a board that promises to offer this port for the pi5 and I have ordered it. I hope it works at least in some of...
View ArticleTroubleshooting • Re: Failing services on Pi bootup - ModemManager and polkit
I'm currently on Bookworm.I purged ModemManager and am still running into failures with NetworkManager and NetworkManager-wait-online.I can see that NetworkManager attempts to start several times but...
View ArticleGeneral discussion • Re: Interesting gig: Upgrading RP4 RAM from a gaming board.
Take your pick, I guess.Be respectful, I double-posted by mistake and edited the last one after I made sure it was 2. your attitude sucks.It still says 2 and 1. You edited the wrong one. I hope your...
View ArticleGeneral • When does watchdog_reboot(0,0,0) not reboot ?
I have a bug I have a particularly hard time understanding.My rp2040 runs a dual core firmware that presents a USB device to a computer. A button is connected to one of its GPIO. When the button is...
View ArticleTroubleshooting • Re: rasberry pi 5 camera inpout is smaller than the ribbon...
thank you, that is very helpful.Statistics: Posted by gensan — Sat Mar 16, 2024 10:26 pm
View Article