Raspberry Pi OS • Re: Power saving - Bookworm
Those instructions work for me to disable the wifi but in bookworm when I run the line to disable the ethernet I get the following error: Code: pi@rpi-bookworm9:~ $ sudo ifconfig eth0 downeth0: ERROR...
View ArticleTroubleshooting • Re: Deactivate (Screen) Standby, Bullseye OS
sudo raspi-config -> display -> screenNo, it doesn't matter if on or off, after 10min the screen is black ....Statistics: Posted by epikao2 — Tue Mar 12, 2024 5:47 pm
View ArticleGeneral discussion • pi5 turns on but then unresponsive, 0 watt usage (fan...
Have a really weird issue with my Pi5 trying to troubleshoot.I've tried two different power supplies so I know that's not the issue (one a 15w, another a 40w).I have a watt meter on the outlet, and...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: telescope focus motor - xHCI host not...
Hi, many thanks for your response.I've posted the output in the text below (sorry if a bit long), with some comments at the top to describe how I was doing things. Just some extra detail, I have been...
View ArticleBeginners • Re: boot video super wide resolution custom aspect monitor?
sorry, its hard to describe.My monitor is the waveshare 7.9" 1280x400 monitor. It connects to the Raspberry Pi via HDMI cableI have the config.txt file set to rotate 90 degrees because the default...
View ArticleTroubleshooting • Re: Failing services on Pi bootup - ModemManager and polkit
First thing I do is uninstall (purge) ModemManager, its only for mobile networks.What OS are you using? Bullseye or Bookworm?Statistics: Posted by pidd — Wed Mar 13, 2024 5:14 pm
View ArticleGeneral discussion • Re: Advice needed for remote data transfer - 4G mobile?
What country are you in?Sadly, this still really matters. Some modems that work like a champ in some countries are dismal failures in others, even if they are supposed to be certified. Or maybe it's...
View ArticleFrançais • Re: Chauffe Overcloking
Bon, déjà une bonne nouvelle: je suis à peu près sûr que votre RPi5 n'a pas brûlé (faites le fonctionner ** à vitesse normale** pour naviguer le Nain Ternet pendant quelque temps: si vous l'avez sous...
View ArticleTroubleshooting • sound icon samsung
thank you for repairing the sound on mine samsung-monitorStatistics: Posted by raspieter — Wed Mar 13, 2024 5:19 pm
View ArticleBeginners • Re: Connecting a battery to raspberry pi 5
Im wondering how to connect a battery to a raspberry pi, does anyone know battery with 5v and 5a maybe?[/quote]What physical size of battery and how far from the Pi. Any 12V battery etc. will do via a...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: use of gpio lines in kernel modules...
From the point of view of a normal user like me, a gpio line is identified by the number of the pin it is attached to, or by the gpio code associated to that line, as given by the manufacturer and...
View ArticleMicroPython • Re: Second Core Not Recognizing Library imported in main program
Threading on Raspberry Pi Pico MicroPython is still not something I'd recommend. There's no OS to manage memory in threads on the RP2040.asyncio (co-operative multitasking) is the...
View ArticleAdvanced users • Re: Raspberry Pi 5 continues to boot from SD card
Thanks for all your replies. I tried BOOT_ORDER=0xf6 and that does work. I kept thinking that it is not because lsblk kept showing /boot/firmware being mounted off of mmcblk0p1 but that is due to...
View ArticleTroubleshooting • Re: gpac package problem
It would be normal if the package is not properly maintained. It looks like GPAC has moved/renamed itself.There are build from source instructions which might workStatistics: Posted by scruss — Wed...
View ArticleTroubleshooting • lgpio
Is lgpio a 64 bit only library?I ask because I successfully used it on a Pi5 using 64 bit bookworm, but I tried the same program on a Pi 4 32 bit bookworm:makesaid: make: nothing to be done for...
View ArticleOther projects • Re: audio detection through microphone
Example https://www.hackster.io/hlsw/pico-wake-word-1e2372Statistics: Posted by gordon77 — Wed Mar 13, 2024 5:51 pm
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 ArticleUbuntu • Re: Ubuntu 23.10
I tried Ubuntu 24.04 Beta but it doesn't boot on Raspberry Pi 5 ?It can work now as "Linux 6.8 adds adds Raspberry Pi 5 support to the V3D DRM driver, plus intros GPUTop and FDINFO. Any distro pairing...
View ArticleGeneral discussion • Can I run different things at the same time on a Pi 5?
Hello, is there a way to run Octoprint, Pihole and Nextcloud at the same time on a Pi 5?Statistics: Posted by iyon — Thu Mar 14, 2024 5:15 pm
View ArticleGeneral discussion • Re: Locking Secure-boot on Pi4B
I copy: pieeprom.bin, pieeprom.sig and recovery.bin to an empty 2GB FAT32 SD-CARD.But this always gives me a red screenif you set uart_2ndstage=1 in config.txt, then recovery.bin will also print debug...
View Article