Advanced users • Re: Moving Linux Kernel to 6.6
want to bring your attention to an issue which I've seen when working on a replay - viewtopic.php?p=2191429#p2191429Wayfire seems to be totally ignoring a forced resolution...
View ArticleGeneral discussion • Re: Where can I find a Pico Pinout that uses the new...
As far as I know it has never even reached the stage of an un-standard with a recommended standard prefix like RS-274 Gerber file formats, let alone a real standard with an standards organization...
View ArticleGeneral discussion • Re: Which raspberry pi models are still being manufactured?
Just out of curiosity - I don't really see anything older than the 3B+ actually for sale at retail. It it just due to lack of demand and these days the older models are for business users only?I know...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Avrdude missing Linuxspi and linuxgpio
Thanks everyone for the help.I noticed just because linuxgpio and linuxspi are listed when running:Code: avrdude -c ?type 2>&1 | grep linuxdoesn't mean they work. I tried a bunch of stuff and...
View ArticlePython • Re: Writing generated audio as FLAC?
I think I have now worked out what to do. Code: #!/usr/bin/env python3import numpyimport soundfile as sfduration = 0.1 # base in secondsamplitude = 0.1 # range [0.0, 1.0]sampleRate = 44100 # integer...
View ArticleRaspberry Pi OS • Re: Starting the Desktop after booting to CLI
Sorry, meant Bullseye. Corrected. Definetly cannot start it in the background over SSH.No, you won't be able to. As I said above security settings prevent it. You have to be logged in on the physical...
View ArticleRaspberry Pi OS • Re: How do I get Freerdp 3.2.0 on my Raspberry (Bookworm)?
@ MiscBits: I am not a programmer and do not understand the instructions.Statistics: Posted by rodo2024 — Sat Feb 10, 2024 12:27 pm
View ArticleSDK • Why won't PlatformIO upload to my Pico?
Hi everybody,This topic is a the following of my previous topic "PICO : Can't update firmware uf2 by drag and drog" : viewtopic.php?p=2191870#p2191870Oddly, the problem fixed itself, but now I can't...
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
I started a new topic :viewtopic.php?t=365396Statistics: Posted by Krivers — Sat Feb 10, 2024 12:31 pm
View ArticleTroubleshooting • Re: http://mirror.infernocomms.net/.... Domain Blocked
If I enter this on my PI4 or even iPad, the browser re-directs tohttp://mirror.infernocomms.net/raspbian ... _armhf.debwith a Not Secure message in front and a Domain Blocked title to the tab.That's...
View ArticleTroubleshooting • Re: Problems with WordPress Filesystem access on a...
Thank you for your reply.With the help of chatGPT and the above posts, I created the following set of commands:sudo find /var/www/html/local_xxx -type d -exec chown www-data:www-data {} +sudo find...
View ArticleThe MagPi • Re: Magpi not delivering
I'm in England and didn't get my copy either. I put it down to the vagiaries of the UK postal service.Statistics: Posted by philrandal — Sun Feb 11, 2024 11:43 am
View ArticleTroubleshooting • Re: Bookworm feedback thread
The initial installation with wayland gave me so many problems with the taskbar, desktop and menu icons that I switched to the Xserver settings in advanced config.With that I was able to easily add...
View ArticleTroubleshooting • Re: Auto-reboot if ping to gateway fails
You ran the wrong script, a simple mistake The first one I posted was to restart the wifi which is what you ran..You should have run the second one I posted which is this one, which has the reboot...
View ArticleFrançais • Re: Mettre son RPI 5 en Français
Bonjour,Pour les dossiers de travail de l'utilisateur est-il possible de les renommerCode: DownloadsPicturesVideosavec la commande mvCode: mv $HOME/Downloads $HOME/Téléchargementsmv $HOME/Pictures...
View ArticleBeginners • Re: Old Raspberry Pi Zero W w/ Looping Video
Maybe have a look at the various pi based digital signage packages, e.g. screenly (Anthias), PiSignage, Yodeck etc.Have a look at Ultibo running AV player. Here it is on a pizero - ignore the camera...
View ArticleTroubleshooting • Re: C++ fgets behaving very oddly on Bookworm (no other...
Hi AndyD,Thank you.You have explained the reason why the whole fifo is getting flushed. I will revert the program to its original design, so that it keeps the fifo open all the time, and see if this...
View ArticleAdvanced users • Re: MultiBoot
PINN server is not working anymore. Error downloading meta file.Statistics: Posted by dmht13 — Sun Feb 11, 2024 12:10 pm
View ArticleRaspberry Pi OS • Re: problem updating pi5 4gb
I have booted ok uninstalled Chromium and installed all the other recommended software except screen reader Statistics: Posted by sam the pi man 11 — Sun Feb 11, 2024 12:22 pm
View ArticleBeginners • Re: New Raspberry Pi 3 Model B+ - How disable Wifi properly?
it seems some settings are "ported" over however, since after disabling wifi+bluetooth "completely" on libreelec via config.txt overlay entries,now putting in freshly sdcard with raspbian 11 saysWi-fi...
View Article