Graphics programming • Re: Freeze/memory corruption after 35-40 minutes of...
Stopping capture on the USB host side after ~30 minutes seems to reset the "freeze timer". The next capture session can live the same 35-40 minutes. So constantly restarting at 30 min mark could be a...
View ArticleRaspberry Pi OS • Re: Zip7 question
7zip is not a complete programme, it is an add-on for an existing programme (Archiver in this case)I came from Windows a couple of years ago, the move does get easier if you stick with it7zip is a...
View ArticleTroubleshooting • Re: cannot login after update; but text mode login is fine
This is usually caused by trying to mount some external storage (e.g., a USB drive) and having the mount fail, but the user not notice that it failed. They then copy a bunch of files to the mount...
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
Tested what?VNC as is no longer works on a Raspberry Pi 5 because of Wayland. I was wondering if anyone with a Raspberry Pi 5 has tested the workaround suggested by RealVNC.In any case I will know for...
View ArticleGeneral discussion • Re: Identify which barcode scanner
Assuming the scanners show up as HID then possibly reading from /dev/usb/hiddev(x) could work?My concern would be the scanners may not always be a standard number esp if they are plugged in post power...
View ArticlePython • Re: list/dict error - not understanding
Code: if parts[0] == FIRST_LABEL:results = {}results[parts[0]] = parts[1]First you read a line and put the string value into line.From line you split with the equal to the list parts.parts[0] will...
View ArticleGeneral discussion • Re: Want to make a smart tv with browser feature
Kodi can have browser add ins - https://alvarotrigo.com/blog/web-browsers-kodi/ may help (never tried any though).Statistics: Posted by MiscBits — Wed Apr 17, 2024 12:55 am
View ArticleGeneral discussion • Re: Cannot ping or ssh into RPi
...Cheap/ISP router with a restriction on the number of active connections? Adding a network switch won't help with that....Never thought about Wi-Fi - some of the small 4/5G boxes have a limit so...
View ArticleRaspberry Pi OS • Re: Compile latest version filezilla for arm64
For the clienthttps://wiki.filezilla-project.org/Client_CompileI couldn't find an equivalent page for the server.Statistics: Posted by pidd — Wed Apr 17, 2024 1:04 am
View ArticleTroubleshooting • Re: Raspberry Pi4B No Green Light
Are you using a power supply or charger?My first thought would be power.Did you work through the sticky at viewtopic.php?t=58151Statistics: Posted by MiscBits — Wed Apr 17, 2024 1:07 am
View ArticleAdvanced users • Re: Warming "your fstab has been modified"
Also, just a comment on the original problem: I could of course be wrong, but I believe this is a Debian upstream problem, and not RaspberryPi specifc at all. If that's the case, doesn't seem likely...
View ArticleBeginners • Re: Please Help. Ipam mini2, want to get pi please help me.
What does locked down me? I ask:my friend he say that you could do linux on my ipad mini, then add to the raspberry pi5 then i can use t as a screen, accelerometer, gps, gyroscope built in.... ? Can i...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Serial communication from Pi 5 to...
That got it, Thanks a ton!!!Statistics: Posted by DStansberry1 — Wed Apr 17, 2024 11:50 pm
View ArticleC/C++ • Re: RP2040 read GPIO with memory mapped access
Memory-mapped IO registers on RP2040 ignore the width of bus read/write accesses. They treat all writes as thoughthey were 32 bits in size. This means software can not use byte or halfword writes to...
View ArticleRaspberry Pi OS • Re: Bookworm: Alt-Tab behavior
I don't know what ended up working, but after many changes and reboots it finally works with alt+tab like normal!Statistics: Posted by reukiodo — Thu Apr 18, 2024 12:07 am
View ArticleGeneral discussion • Latest Hyprland on Raspbian
Ugh.. hi. I managed to install the latest Hyprland on Raspbian 64-bit Lite, upgraded to Debian 13 (trixie/sid), and then changed the source back to Debian 12 (bookworm). I managed to get almost...
View ArticleGeneral discussion • Re: Raspberry Pi Imager improvement request
Isn't that what the language and country options already do?Statistics: Posted by scruss — Thu Apr 18, 2024 12:19 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 CSI/DSI connector
Why should it be different?This is because if I refer to the DSI signal guidelines, they are differential signal and should be routed as 100ohm differential pair. The FFC cable is just having...
View ArticleGraphics, sound and multimedia • Re: Two Arducam USB Webcams Do Not Work With...
I am using the raspberry pi 4b. I should have included that earlier.Statistics: Posted by DoctorWeno — Thu Apr 18, 2024 12:46 am
View ArticleBeginners • Re: RPi IR Blaster
Ive been screwing around online wanting to build a Printed Circuit Board for a Raspberry Pi Project (IR Remote)and I found an online resource for drawing up schematics and then preceding to draw up...
View Article