Troubleshooting • Re: Second monitor not displaying after boot
The non-working monitor may have either no or incorrect EDID. Bookworm (and Bullseye) are less forgiving on that.Statistics: Posted by aBUGSworstnightmare — Sun Jan 28, 2024 8:31 am
View ArticleGeneral discussion • Re: No RPi 5 for me.
i thought that to, but after using the rpi5, the difference is night & day.rpi5 is way faster then a tweaked rpi4.I just can't justify the cost of everything I need to upgrade. My use case is such...
View ArticleStaffroom, classroom and projects • Re: How to force the 3B to play a looped...
Thank you for your inputs.I actually found another solution:First, a sh script:Code: #!/bin/shsetterm -cursor offVIDEOPATH="/home/pi/Vidéos/"SERVICE="vlc"while true; doif ps ax | grep -v grep | grep...
View ArticleNetworking and servers • Seems like failing hostapd messages
Hello All,I use an RPI4 (buster) as a little wifi access point for a small ESP32 with LCD running a little clock. (Clock gets time from ntp).Today after I did a firmware update of my router (asus...
View ArticleBeginners • Re: Moving SD card (and PiOS install) from Pi4 to Pi5
A microSD card with Bookworm installed on a 4B will work just fine if you remove it and try and use it in a Pi 5. The issue is unless you just installed the OS your 4B is most likely running Buster or...
View ArticleTroubleshooting • Re: Composite out only outputting for a short while
Hello,i have the same problem. Did you or anyone found a solution?Statistics: Posted by MortonMoon — Mon Jan 29, 2024 8:02 am
View ArticleNetworking and servers • Setting up Wi-Fi on OS Lite Bookworm
Using Buster OS version I was able to configure Wi-Fi connection from Python code:- Select Wi-Fi network from the list returned by the command 'sudo iwlist wlan0 scan'- Update the file...
View ArticleNetworking and servers • Re: Setting up Wi-Fi on OS Lite Bookworm
bookworm uses network managerrun nmtuifor your script use nmcliStatistics: Posted by kerry_s — Mon Jan 29, 2024 8:08 am
View ArticleNetworking and servers • Re: Sharing the Ethernet port to USB0
It turns out that manually creating a bridge is not needed on the system acting as the router. It is enough to use nmcli in place of step 2 above:Code: sudo nmcli connection add type ethernet ifname...
View ArticleTroubleshooting • /dev/lirc0 doesn't show up
Hi, Here is what I did:- Connected IR sensor to GPIO (pins, 2 - +5V, 14 - GND, 16 - signal)- Added dtoverlay to the file '/boot/config.txt': dtoverlay=gpio-ir,gpio_pin=23- Installed LIRC: sudo apt-get...
View ArticleTroubleshooting • Re: Raspberry pi 4 "capacitor exploded"
according to the schematic at https://datasheets.raspberrypi.com/rpi4 ... 4wLjAuMA..its a 4.7uH (1.7A( inductor, in the 3V3 section of the power supplyStatistics: Posted by mahjongg — Mon Jan 29, 2024...
View ArticleTroubleshooting • Re: Mounting failed, reason given by server: No such file...
The error messages suggest there's a problem on your NAS. Have you checked that these shares are still available?Statistics: Posted by DirkS — Mon Jan 29, 2024 8:24 am
View ArticleGraphics, sound and multimedia • Re: pi5 use dpi screen, xrandr --panning has...
an rpi5 with the latest bookworm os does not use X11 so xrandr is useless.the default desktop is wayland/wayfire which uses wlr-randr and arandr for the gui screen configuration.so have no idea what...
View ArticleHATs and other add-ons • Re: Pi-Digiamp+ with RPi 5
Unrelated to the initial question but still concerning Pi5 and the DigiAmp+, my understanding is the Pi5 is powered directly from the digiamp, receiving 2.5A - however Pi5 is recommended minimum 3A...
View ArticleTroubleshooting • Re: Rpi model 3 B with rpi touchscreen, boot problem.
It seemed like it was not anything related to hardware. I edited /boot/firmware/config file, adding this "dtparam=i2c_vc_baudrate=50000" problem was solved.Anyway, big thanks for help Mike!Statistics:...
View ArticleCamera board • Re: rpicam-vid --save-pts NOT working
The --save-pts option is not possible for h264 like that on the Pi 5. see the first couple of posts in this thread for details and a workaround.Would be nice if this and other RPi5 differences were...
View ArticleCamera board • Re: Camera sensor to see some stars realtime
I learned from @jbeale that you can do astrophoto experiments even with Raspberry v3 camera!viewtopic.php?p=2096715#p2086470You just need 12s shutter time, so "near realtime", and get images like this...
View ArticleGraphics, sound and multimedia • Re: VLC: missing argument --alsa-audio-device
Weird, there is support for ALSA on 32-bit OS but not on 64-bit version.Statistics: Posted by peppy.player — Tue Jan 30, 2024 8:26 am
View ArticleBeginners • Re: Pi 5 1500mhz
forgot i had a video still playing on another tab.so that is running at 2.8ghz, not 1ghz!i think we have a misunderstanding.seems your trying to say you want to run the rpi5 @ 1ghz but can't.i was...
View ArticleRaspberry Pi 400 • Re: Pi400 overclock latest update?
How do I overclock my pi400 on latest software?I only added these two lines to my Pi400, now Pi5:Code: pi@raspberrypi5:~ $ tail -2 /boot/firmware/config.txt arm_freq=3000force_turbo=1pi@raspberrypi5:~...
View Article