Raspberry Pi OS • Re: Best screenshot tool that can take good videos for...
That depends of course on what you are wanting to find under the term "best." Over at MX Linux we mostly use SimpleScreenRecorder b/c it is very easy to learn and yet covers the necessary technical...
View ArticleRaspberry Pi OS • Re: [PARTLY SOLVED ]rshell ? (and mpremote)
re your other thread:Code: pipx install rshellStatistics: Posted by scruss — Tue Mar 04, 2025 10:47 pm
View ArticleRaspberry Pi OS • Xerox Duplex Combo Scanner Driver
I am trying to get my Xerox Duplex Combo Scanner Driver working on my Raspberry Pi Zero W 1.1 and can't seem to get it working properly. (https://www.xeroxscanners.com/en/produc ... o-scanner/)It...
View ArticleRaspberry Pi OS • Re: Xerox Duplex Combo Scanner Driver
Any Sane forums out there to check?All of my old scanners just worked with Sane, I use Xsane as the Gui.Statistics: Posted by Gavinmc42 — Wed Mar 05, 2025 8:46 am
View ArticleRaspberry Pi OS • Re: Get max temperature the easy way
Maybe something like:Code: #!/bin/bashmax=0while true; do current=$(cat /sys/devices/virtual/thermal/thermal_zone0/temp) if (( current > max )); then max=$current echo "New max temperature: $(( max...
View ArticleRaspberry Pi OS • Re: letter k not available onscreen keyboard pi5
Has anybody found a solution for this yet?Statistics: Posted by IanAbercrombie — Wed Mar 05, 2025 2:25 pm
View ArticleRaspberry Pi OS • Will console-setup allow change of console resolution...
Will console-setup allow change of console resolution beyond 24x80? Say I want the console, the actual console, not a terminal session, to be 60x200 (rows x columns). Yes using stty rows 60 cols 200...
View ArticleRaspberry Pi OS • Bluetooth usb bug
Hello, I am using an external bluetooth usb dongle ( tplink ub500 plus) on raspberry pi 5.I disabled the bt on the board (in /boot/firmware/config.txt added dtoverlay=disable-bt)Installed...
View ArticleRaspberry Pi OS • Re: Bluetooth usb bug
Please report the output of uname -a and sudo rpi-eeprom-updateStatistics: Posted by jdb — Thu Mar 06, 2025 7:02 am
View ArticleRaspberry Pi OS • Re: Raspberry pi5 with bookworm issues (SOLVED)
So the issue in no more the AI people advised that they added a setting to disable text streaming so Raspberry PI won't freeze.Using this setting stops streaming all the previous chats with the AI bot...
View ArticleRaspberry Pi OS • Chromium updates
Just curious, but why is Chromium so far behind the Debian version?1:130.0.6723.116-1~deb12u1+rpt1 500 500 http://archive.raspberrypi.com/debian bookworm/main arm64 134.0.6998.35-1~deb12u1 500 500...
View ArticleRaspberry Pi OS • Boot from.NVMe, configuration needed?
Hello, do I need to configure something with an (new) pi 5 to boot from nvme drive? or will the pi detect it himself?addicional info:pi 5 with (official) hat+ and (official) nvme ssdraspberry os lite...
View ArticleRaspberry Pi OS • Re: Boot from.NVMe, configuration needed?
it boots sd -> nvme -> usbno need to change, sd is for rescue/recoveryStatistics: Posted by kerry_s — Fri Mar 07, 2025 12:14 am
View ArticleRaspberry Pi OS • Where to submit a bug report?
Where can one submit a big report for Raspberry Pi OS?The rpi-imager package has just been updated, and the new one sets all the files as owned by uid 1000 (user tdewey).This is a security...
View ArticleRaspberry Pi OS • Re: Where to submit a bug report?
https://github.com/raspberrypi/rpi-imager/issues/Statistics: Posted by dom — Fri Mar 07, 2025 12:14 pm
View ArticleRaspberry Pi OS • Re: Nespi4 case safe shutdown script to use in raspberrypi...
Hi,That post is probably longer than you would expect... As for the SSD, I'd go ahead and do what Retroflag recommends. If I'm not mistaken, you need to insert the SSD into the top half of your Nespi...
View ArticleRaspberry Pi OS • $ man -k copy or $ man -k passwd does not work on Pi5
Update: I have no idea, but it works now after I have been using the PI... But then I rebooted, it is back to not working.This is my relevant history: 45 ls -l 46 ls -l | grep "pyCode" 47 mkdir...
View ArticleRaspberry Pi OS • Re: Forcing HDMI Output
The Display is an iPad Mini 2/3 Replacement display with the old Abusemark DisplayPort breakout and the DP>HDMI Adapter is "BENFEI" of Amazon. I tried it with a different Adapter from Cable...
View ArticleRaspberry Pi OS • Re: Chromium updates
I use manjaro on an RPI5.On manjaro-arm, chromium is 'stuck' at v131. There seems to be a problem with the mesa package, which causes issues with 3D rendering, for example with google maps and webgl...
View ArticleRaspberry Pi OS • The taskbar does not appear and the mouse pointer does not...
Hi, I'm using my Pi 5 with Raspberry Pi OS latest version, for now I've been using it only with docker containers for a while, but today I was about to use the desktop and I saw that the taskbar was...
View Article