Raspberry Pi OS • Re: How to enable Composite video under Bookworm OS desktop...
I believe that Bookworm on RPi4B and Pi5 defaults to using Wayland not X. You had not mentioned changing from Wayland in previous posts.Statistics: Posted by drgeoff — Sun Feb 04, 2024 2:04 pm
View ArticleBeginners • [Solved] Re: stacked dual screen setup only uses one monitor
turns out switching to X11 was pretty easy and just worked, so didn't look into the other optionif anyone else comes across this:- sudo raspi-config- select "6 advanced options"- select "A6 wayland"...
View ArticleGeneral • Re: Recommendations for layout lighting project
This would likely do the trick: https://www.digikey.com/en/products/det ... TR/2772228Statistics: Posted by dthacher — Sun Feb 04, 2024 2:15 pm
View ArticleTroubleshooting • Re: Pi CM4 will not boot off Intel Optane
The Optane turned out to be incompatible.But why is the curiosity. It works on every PC, why couldn't the bootloader accommodate it? It would be nice to have such a quick drive.Statistics: Posted by...
View ArticleGeneral • Re: WiFi configuration without a display
I have found code that will create an access point and gather the ssid and pwd for the user's home WifiI would love to see the code if it does in fact do that, works out what the home WiFi password...
View ArticleSDK • Re: cmake help needed - again - sorry
Have generic directory create an interface library. Then link it in the app directory. Make sure CMake adds the sub directories. CMake will do the rest for you.Note you can create multiple interface...
View ArticleBeginners • Re: Pan and Tilt
When I runCode: from gpiozero import Servofrom time import sleepservo = Servo(17)while True: servo.min() sleep(2) servo.mid() sleep(2) servo.max() sleep(2)it only lifts the platform to approx 30...
View ArticleTroubleshooting • Re: Raspberry pi doesn't work after after reinstalling the...
- check your HDMI cabling and EDID status:power off your PIremove the SD cardpower on the pi.- you should get the diagnostic display as shown below. Pay attention to the EDID data status (the last...
View ArticleRaspberry Pi OS • Re: RPI OS 64bit versions
Installing latest packages via apt-get update and apt-get upgrade, Change repos to bookwormInstalling packages via apt-get update and apt-get dist-upgrade.Statistics: Posted by dutchguy69 — Sun Feb...
View ArticleNetworking and servers • Re: Bookworm NTP / NTPsec
You could try using Chrony instead of ntp or ntpsec.Excellent suggestion for many/most use cases (can't speak to OP's scenario). chrony has a 'burst' feature that, at least on my network, syncs the...
View ArticleCompute Module • Re: follow on from the (defunct) cooling thread
Original ideas were posted here but suffered the usual nonsense and dissing.viewtopic.php?p=2071399&hilit=cm4+cooling#p2071399perfect example why 'your original thread' got lockedStatistics:...
View ArticleGraphics, sound and multimedia • Re: RPI5 resolution 5120 x 1440
Okay. I disabled Wayland and changed the screen input mode to PC from AV, and voila! 5120 x 1440 is available and working as expected.How exactly did you do it?Statistics: Posted by iPied — Sun Feb...
View ArticleTroubleshooting • Re: Non-Functional RPi 4B
Thank you to all that have taken the time to reply….appreciated.Regarding the flash sequences for trouble shooting…I’ve tried to read the flashes, and the best I can see is described in the first...
View ArticleTroubleshooting • Re: Bookworm feedback thread
One suggestion is to move ~/.config/wayfire.ini and ~/.config/wf-panel.pi.ini to *.bak and reboot, if you have been doing any config fiddling. You can break Wayfire such that it will not start fairly...
View ArticleGeneral • Re: Flowchart about where to get Pico documentation and information?
Good point. Yes, a list format is fine for myself as well, I think.Statistics: Posted by breaker — Mon Feb 05, 2024 2:53 pm
View ArticleGeneral • PIVO W sine_wave M_PI not defined
Hi HoI am now trying to build the sine_wave exampleI cloned a working minimal project and then added the sine_wave.c code and the CMakeList.txt I am getting an error Code: identifier "M_PI" is...
View ArticleGeneral discussion • Re: Forum "503 Service Unavailable"
We've just allocated some more server resources to the forums and are hoping that will help.Sorry to say - failing lots and I've been unable to reply to multiple threadsStatistics: Posted by MiscBits...
View ArticleTroubleshooting • Re: V1 camera not recognized on a Pi5 with modified kernel
Hi,Thanks for your reply.I am using TBS-5520SE. I will take a look on the drivers you mentioned but I will have to try it on the Pi3. And that is not a perfect solution as I am using the power of Pi5...
View ArticleAdvanced users • Re: prevent auto resize
sdm has a new plugin to update partitions on a disk as part of the burn process. This includesExpanding the root partition to a specified sizeAdding new partitionsI haven't tried this on a...
View ArticleTroubleshooting • Re: ssh and port forwarding interaction
Hi,I recently set up a Pi 5 and everything is working fine - I am able to ssh into the Pi from inside my local network,. I then set up a static ip at 192.168.0.200 for the Pi and everything still...
View Article