Raspberry Pi OS • Re: bookworm Dec23 different on different RPi???
Different windows managers are loaded depending on the RPi version.The 4 & 5 default to Wayland and the 3 default to X11.You can change the 4 & 5 defaults to X11 if you wish using sudo...
View ArticleTroubleshooting • Re: Mouse/Keyboard attached to switch keep disconnecting
Nope, problem is back. I'll chalk it up to "USB keyboard/mouse switches just don't work" because this is the 7th-10th I've owned and all of them do this.Statistics: Posted by skinmarquee — Sat Dec 30,...
View ArticleOther projects • Re: Raspberry pi pico 5volt led matrix on off switching
Is it possible? Yes.Do you have a link to the LED panel? If would help to put your questions in context.Statistics: Posted by ame — Sat Dec 30, 2023 11:46 pm
View ArticleRaspberry Pi OS • Re: App Launcher / Window List in Bookworm
i don't think plank works on wayland, he'd have to change over to x11.Statistics: Posted by kerry_s — Sat Dec 30, 2023 11:47 pm
View ArticleTroubleshooting • Re: fstab not mounting external HDD when on boot or when...
I'm sorry to hear that . You can make sure with SMART tests. Very satisfied regular user of GSmartControl.Don't forget to use strong backup/restore strategy in any case.Statistics: Posted by filip.slo...
View ArticleTroubleshooting • Re: OK - so what's going to annoy me next?
i'm just going to sayupdates are optional, your not forced to do it like that other os.you can look what has updates and select just the 1's you want, you don't have to do everything.in fact once you...
View ArticleGeneral programming discussion • Re: KIT selection in qt
The biggest problem with qtcreator is its flexibility. This hits new users badly when it can't create a default "kit".A "kit" comprises of not just a compiler, but a whole compilation environment....
View ArticleRaspberry Pi OS • Re: Mathematica, Activation Code, RPi5
It’s the way we tell ‘emStatistics: Posted by neilgl — Sun Dec 31, 2023 11:43 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 Not Booting
If you get no voltage on the 5v or 3.3v in fhe respective header pins then I'd say it is dead.There might be a chance the TVS diode can be the issue and removing it would allow the pi to work, and if...
View ArticleTroubleshooting • Re: Web browsers not working
Do you get the same behaviour when using a directly connected montior rather tha RDP?If you don't, the issue is with your choice of protocol, server, and client.For anything more specific you need to...
View ArticleTroubleshooting • Re: Raspberry Pi Python Memory Leak
All,I note that all of you who tested my code did not experience continuous memory leaks. I too experience a brief increase then decrease of the memory at the start of my tests but then it quickly...
View ArticleGeneral • How can I ensure memory coherence between cores?
I'm attempting to update my TensorFlow Lite Micro code for the RP2040 by adapting the latest CMSIS-NN code to split a matrix multiply across both cores. I've done this successfully with earlier...
View ArticleSDK • Re: Problem with WS2812_Parallel example past 7 rows
Is it possible to rehash the pio code using jumps so that there is never an attempt at the mid-pulse change?Statistics: Posted by pidd — Mon Jan 01, 2024 12:35 am
View ArticleTroubleshooting • Re: Pi 5 not booting as spec - method to get rid of power...
viewtopic.php?t=361443Please see the thread. It clearly states that there was no solution to the same problem. Yet as I have now reduced the complexity by removing the HAT discussion, I think it is...
View ArticleGeneral discussion • Re: Switching from wiringpi to pigpio using code blocks
Could you post the error message that you see? Or state more clearly what happens and why it differs from what you expect?Statistics: Posted by ame — Mon Jan 01, 2024 10:59 pm
View ArticleGeneral • Re: How can I ensure memory coherence between cores?
So, I think I now understand what's happening in the full application. When I'm only using a single core, the stack can extend beyond the default 2kb limit because the memory it overwrites isn't used....
View ArticleBeginners • Re: New to geany and python: Cannot run code
You're going to need to give us much more information to get any useful, specific help.For example: (a) EXACTLY what is the full error message you receive?(b) What python code are you trying to run?...
View ArticleGraphics, sound and multimedia • Re: TIDAL Connect installation!
Hi All,I was able to figure out Tidal Connect control protocol implemented in speaker_controller_application and I've created Volumio plugin that integrates Tidal Connect. I could post it on the...
View ArticleDevice Tree • Re: failed to add spidev0.2 device
It is an Linux kernel built by myself, using the kernel source from Raspberry repository, version 5.15.y.The version shows 5.15.92-v7+ by uname command.Without dtparam=spi=on, no spidev would exit.The...
View ArticleBeginners • Re: Pi-Hole + Wifi AP
Reboot has solved the issue. I am now done. Works really well.Statistics: Posted by DepstR — Mon Jan 01, 2024 11:46 pm
View Article