Advanced users • Re: NUMA Testing
Active cooling. I am assuming it’s adequate, though I would need to control over thermal throttling."vcgencmd get_throttled" after doing the runs would confirm if they are valid. You'd like to see...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
See this pull request.I'll push an update when it's merged.Fix pushed.Statistics: Posted by dom — Tue Dec 10, 2024 11:55 am
View ArticleTroubleshooting • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
Everything seems to be OK now.The SD card now boots on revision 1.0 and 1.1 .Thanks to all the contributers.But now one question remains.... how could I jump into this strange situation:For installing...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
It sounds like editing your boot config is restoring an old bootloader, or you are doing something wrong. Maybe try updating it through raspi-config instead from a raspios that you have fully updated....
View ArticleAdvanced users • Re: Is there a way to toggle HDMI hotplug pin (i.e. set it...
On Pi4 (and Pi5) the answer is largely no.The hotplug detect signal goes directly into the HDMI block, and can't be reconfigured.Pi0-3 do use normal GPIOs for HPD, so in theory you could reroute it or...
View ArticlePython • Re: Python Sounddevice problems
Did you install the venv with access to system site packages? (https://learn.adafruit.com/python-virtu ... nv-details)Did the steps here, altough i think its not the problem as it's not that the venv...
View ArticleNetworking and servers • Re: ssh connection via CRON
Currently you're dumping any useful output to /dev/null. Change that to write to a file and look at that to see if it helps diagnose the issue.Change the "> /dev/null" to something like ">...
View ArticleGeneral discussion • Is it possible to work Image with Pi4 as well Pi5
Hi,I was wondering if our Custom OS of Raspberry Pi can be able to work with Pi4 and Pi5 as well?Few details for my Custom OSKernal version: Linux 5.10.103-v7l+Operating System: Raspbian GNU/Linux 10...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
Well after a lot of poking around I happened across this issue which appears to be marked as solved:https://github.com/raspberrypi/linux/issues/6365And yet in my dmesg I can see the error:Code: [...
View ArticleTroubleshooting • Wi-Fi no longer connecting
Hi,I moved the Wi-Fi AP (access point) to a new location and now the Pi5 desktop won’t authenticate the password or Wi-Fi key?This phone is able to connect and authenticate to the Wi-Fi...
View ArticleAutomation, sensing and robotics • Re: Push button, signal to another Pi in...
I had already suggested SSH in my previous post?You did. There must be an echo in here.Statistics: Posted by ame — Wed Dec 11, 2024 11:52 am
View ArticleAdvanced users • Re: Image File Utilities
@kwatty1,I don't believe you mentioned the model of Raspberry Pi or the Raspberry Pi OS image file you are using. I just used the following:Raspberry Pi 4B...
View ArticleTroubleshooting • Re: STICKY: Bookworm, Point to Point Ethernet (inc g_ether)
It's a replacement. Given that I said "Due to changes in RPiOS the method described in this post no longer works. Please see below for alternatives." and "The above method no-longer works" i'd have...
View ArticleTroubleshooting • Re: Kernel hang with Bookworm using raspiBackup and CIFS
You created a valid issue in github for this and we both spent a lot of time to locate the root cause. Unfortunately we had no success. Did you see the workaround found by dpmeixner?Actually it's not...
View ArticleBeginners • Re: What is the most direct path to transition into Pi for an...
One doesn't transition to a Pi from an Arduino. They're entirely different devices.A Pi is basically a PC. You probably are used to using Windows on your PC. You need to get used to using Linux.Once...
View ArticleBeginners • Re: Firmware not found ( rpi4 )
Copy the files from a Raspberry Pi OS installation. You need more than just a kernel to boot a Pi.Statistics: Posted by rpdom — Wed Dec 11, 2024 12:03 pm
View ArticleTroubleshooting • How to setup HP 1102w wireless network printer?
Using an USB cable I have installed the driver by hp-setup -i successfully. Printing is fine.Next step is using wifi. hp-setup -i fails. Pressing the button with an "X" on the printer gives a printed...
View ArticleTroubleshooting • Re: Missing wlan0 on Raspberry Pi Zero 2 W Rev 1.0
Is there anything in dmesg for sdoio or mmc1?It could be a fault on the board. Bluetooth and Wifi use different connections to the SoC, so it is possible that the wifi one is damaged although there's...
View ArticleTroubleshooting • Screenshot gnome version fails
Hi,I'm on Pi5 64-bit Desktop OS and installed the Gnome Screenshot.I select the typical options of select screenshot or screenshot the window, but nothing happens?Statistics: Posted by eiger3970 — Wed...
View ArticleOfficial Display • Re: Raspberry Pi OS (Bookworm) | Original Raspberry Pi...
Please can you confirm the revision code for your Pi? "cat /proc/cpuinfo | grep Revision"The handling of the display on the very early Pis (prior to the A+ and B+) was different to everything that...
View Article