Troubleshooting • Re: Chromium hardware acceleration issues on RPi 3B+
don't need to do any of thatit's at a system level, the browsers don't show/knowthere default so built optimized for rpi'sthat being said, 3b not really a good choice for desktop useyou want at least...
View ArticleNetworking and servers • Re: RPi4 104 Mbs only
Is there a heatsink or a metal case on your Pi? They block Wireless. For a heatsink, you may get different results based on the side of the Pi facing the WiFi.For internet from a smartphone, test both...
View ArticleNetworking and servers • Re: Rotating SATA Drive NAS
How many disks?CRM or SRM?I had some CMR 3.5 inch disks and put them in externally powered USB 3 enclosures for use with Pi 4. Disk A is file server. Disk B is a local backup of disk A. A simpler...
View ArticlePython • Re: ModuleNotFoundError: No module named 'adafruit_dht' >>>
Are you using a venv?If so, did you create it with the --system-site-packages packages option?If you didn't, you won't have access to system level python packages/modules when the venv is...
View ArticleNetworking and servers • Re: ssh-agent looses its keys at session opening
Then I close the SSH connection between the PC and the PI3, I open a new one, ssh-add -l again, but the PI3 ssh agent does not answer. So I enter "eval $(ssh-agent)" to wake it up, and then ssh-add -l...
View ArticleBeginners • Re: Emergency Mode After Installing 3.5” SPI LCD on Raspberry Pi 5
I’m using a Kano computer that normally runs Windows.I really hope this "kano computer" isn't the one I've been helping you with.Statistics: Posted by thagrol — Wed Feb 11, 2026 12:04 am
View ArticleBeginners • Re: auto starting programs
User and Group default to root so there is no need to specify them. You also shouldn't need to set the WorkingDIrectory to /usr/bin. If that is a requirement of kaiengine it would need to be done when...
View ArticleTroubleshooting • Re: Failed to start session
RPi CM Lite installed in a genuine RPi Dev Kit. TrixiePress CTRL+ALT+1 to switch to TTY1 and login at the consoleThen you can undo your last changes (if you remember what you did)CTRL+ALT+7 to switch...
View ArticleTroubleshooting • Re: shh Not possible with USB
Forgot to say above: ssh won't work without a working IP network so get that sorted before worrying about ssh.Or use g_serial and login as you would over a UART.Statistics: Posted by thagrol — Wed Feb...
View ArticleTroubleshooting • Newer monitors don't give 1080p with Raspberry Pi 4
For several years we have been using the Dell E Series E1912h 18.5 Monitor (https://www.dell.com/support/product-de ... h/overview)m first with the Raspberry Pi 3 and now with Raspberry Pi 4B (8GB RAM...
View ArticleSDK • Re: Build fails with...
Tried on a fresh install of Debian 13.3.0-amd64 Stable, and it works.What's the output of 'cmake ..' ?Code: ~/pico/pico-examples/build/blink$ makeBuilding ASM object...
View ArticleTroubleshooting • Re: Newer monitors don't give 1080p with Raspberry Pi 4
According to Dell the monitor resolution appears to be 1366 x 768Also it only has VGA input. How could that be more compatible than a current 1080p HDMI display?Statistics: Posted by jojopi — Wed Feb...
View ArticleTroubleshooting • Re: Boot order
So why did it boot from nvme0n1p1 !Does sudo blkid show the same PARTUUID for mmcblk0p1 and nvme0n1p1? Then it would be possible for the firmware to boot from one device, but for Linux to mount the...
View ArticleMicroPython • Re: How to import a library for raspberry pi pico w
Is this the project ?https://github.com/etno712/ahtYeah, I try to run the code from that git hub project sourceStatistics: Posted by newtorasp123 — Thu Feb 12, 2026 12:02 am
View ArticleGraphics, sound and multimedia • Re: rtsp camera stream
nice -n -11 stdbuf -oL -eL taskset -c 2,3 rpicam-vid --flush --low-latency --verbose 0 \--denoise cdn_off -t 0 --width 1280 --height 720 --framerate 25 \--autofocus-mode manual --autofocus-range...
View ArticleGeneral programming discussion • Re: I wanna learn how to code on the PI but...
Also have a look at https://projects.raspberrypi.org/en/pro ... -computingStatistics: Posted by neilgl — Thu Feb 12, 2026 10:00 pm
View ArticleGeneral discussion • Re: Basilisk Browser
As I understand, the Goanna in Basilisk is a fork of Mozilla Gecko before Servo.So it has all the cruddy old XUL stuff from before Firefox 57?Yes, it's a Paler Pale Moon.Statistics: Posted by...
View ArticleHATs and other add-ons • Re: Rasp PI TV HAt not recognising
What country are you in? I am in UKNote: TV hat(s) working OK for me on a Pi3 (Bullseye GUI 32-bit) and on a Pi5 8GB running Bookworm (64-bit) with desktopNo edits to config.txtInstalled tvheadend...
View ArticleOther • Re: Ideas and discussion of capable browsers for low memory pi
A non-exhaustive list of currently supported engines, and the browsers that use them:Code: webkitsafari, midori, epiphany(web), konqueror, orion, luakit, surf, and moreblinkchromium and a cast of...
View ArticleGeneral • Re: Raspberry_Pi 2040 Documentation
Here looks better: https://www.raspberrypi.com/documentati ... c_sdk.htmlBut I think that the most useful is the examples repository: https://github.com/raspberrypi/pico-examplesThat is better! I've...
View Article