Troubleshooting • Re: Bullseye -> Bookworm but still kernel 6.1.21+ #1642
Well I have been upgrading from wheezy or even earlier and everytime all worked so I thought about doing an upgrade againAny advice to fix my OS? Statistics: Posted by Onira — Sun Jul 28, 2024 7:08 pm
View ArticleTroubleshooting • Re: raspbian buster - usb device not recognized
As I've mentioned, I have several customized services running on this RPI with Buster.It would be a lot of trouble to upgrade and then cause them break and then fix them.Instead of doing that I would...
View ArticleTroubleshooting • Re: vcgencmd error in Bookworm
Thanks for pointing me to the right post, I did look before I did my post, but could not see the wood from the trees. I have it all working now. Thanks once again.Statistics: Posted by Tomxtal — Mon...
View ArticleTroubleshooting • Re: Dual booting via PINN
I am using PINN to try to dual boot Ubuntu with retropie. [ ... ]Help would be greatly appreciated.Asking the forum Moderator to move your question to the persistent thread maintained by the developer...
View ArticleBeginners • Software for Screen capturing to video file
Please advise on RPi OS Software for Screen capturing to video file. As those used to make teaching video. Many thanksStatistics: Posted by David16962 — Mon Jul 29, 2024 6:29 pm
View ArticleTroubleshooting • Re: Issues recognising 2x USB hubs with 7 USB3 disks (NTFS)
Glad you got it working.A couple of further comments:The standard place to mount those drives/partitions would be under /srv not under /media. See Filesystem Hierarchy Standard though this is by no...
View ArticleBeginners • Re: Measuring voltage on GPIO to detect blackout
I use huge 100W power bank with power thru mode, it charges itself using some algorithms… TLDR measuring input to power bank is absolutely wrong wayI need to send trigger about blackout to home...
View ArticleAdvanced users • Re: 3 monitors possible with RaPi5?
At the moment playing to build some desktop to my son and have this:https://argon40.com/en-ca/products/argo ... -nvme-caseAudio DSP board also available but it’s extra. I didn’t know that and would...
View ArticleBeginners • Re: Can't Get Into Home Page and No Chrome Search Bar
try a different sdStatistics: Posted by kerry_s — Mon Jul 29, 2024 6:37 pm
View ArticleMedia centres • Re: Peppy player
This is what I see when I ran alsamixer.Statistics: Posted by y2kats65 — Mon Jul 29, 2024 6:42 pm
View ArticleGeneral discussion • Cannot Detect CAN BUS
Hi!I just bought the Raspberry Pi, and I connected my CAN BUS through GPIO port. However, the Raspberry Pi cannot detect the CAN BUS in any way, so that I am currently unable to send CAN signal. Any...
View ArticleMicroPython • Re: The LED on my Raspberry Pi Pico W won't blink
It doesn't work for the Pico W because the LED is not connected to GPIO 25 on that.Change to this and your code should work on a Pico or Pico W but make sure you have the correct MicroPython firmware...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: 240x240 color display
Thanks very muchStatistics: Posted by bobster316 — Mon Jul 29, 2024 7:23 pm
View ArticleC/C++ • Re: boost program options c++ question
I'm afraid I don't know. After a quick google, it seems I know even less thus can't resist..Why is the any_string literal needed on the below code?Code: options_.add_options()("help,h",...
View ArticleTroubleshooting • Re: Bullseye -> Bookworm but still kernel 6.1.21+ #1642
What do you get forCode: uname -a?Statistics: Posted by buffalobill — Tue Jul 30, 2024 6:40 pm
View ArticleNetworking and servers • Re: Can someone explain "virtual bridge"...
Isn't OP just asking how to do this? viewtopic.php?t=346633#p2076682Statistics: Posted by buffalobill — Tue Jul 30, 2024 6:47 pm
View ArticleMicroPython • Re: How to receive large (>1024 byte) UDP datagram packets?
How to get the rest of the data beyond the first 1472 bytes in the callback ...Code: printf("Length = %d, Total Length = %d\n", p->len, p->tot_len); for (struct pbuf *q = p; q != NULL; q =...
View ArticleTroubleshooting • Re: [RESOLVED]: Issues recognising 2x USB hubs with 7 USB3...
Such a lot of work.../srv should already exist, so no need to create that.Don't change the permissions on /srv. They're fine as they areYou can create all those mount points in just one command.Code:...
View ArticleTroubleshooting • Re: [RESOLVED] Issues recognising 2x USB hubs with 7 USB3...
Why are you setting a=rwx on your empty mountpoints?It has no impact on permissions once things are mounted there and even less so when using non Linux filesystems (the permissions you see don't exist...
View ArticleOther RP2040 boards • Re: Custom RP2040 | USB Fails to establish...
Removed bad language. Please refrain from using it - this is a forum that is frequented by minors.Sorry! I tend to use 'industry standard' terminology when posting late at night The voltage on the...
View Article