-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Raspberry PI 4 #202
Comments
Also the case under Ubuntu 20.04 64bit on the Pi 4. sensors command returns this:
whereas Ubuntu 20.04 64-bit on the Pi 3 return this
|
Verifying what @vielmetti has already reported. Under 20.04 I am seeing this
|
It's now more than 2 years since that report has been created. |
Nothing will be done in lm-sensors, as this is a kernel issue. lm-sensors only displays what is exported by the kernel in /sys. |
The problem has been solved with the following commit of kernel 5.6: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=59b781352dc4cb9ae27a8ddae0cda979d29d8af7 This bug should just be closed. |
I still have same issue. root@raspberrypi:/home/ubuntu# sensors rpi_volt-isa-0000 root@raspberrypi:/home/ubuntu# cat /etc/os-release |
I still have this issue. codery@raspberrypi:~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
codery@raspberrypi:~$ sensors
cpu_thermal-virtual-0
Adapter: Virtual device
temp1: +27.3°C
rpi_volt-isa-0000
Adapter: ISA adapter
in0: N/A
codery@raspberrypi:~$ uname -r
5.15.76-v8+
codery@raspberrypi:~$ uname -a
Linux raspberrypi 5.15.76-v8+ #1597 SMP PREEMPT Fri Nov 4 12:16:41 GMT 2022 aarch64 GNU/Linux It seems that the thermal sensor driver for the SoC on Raspberry Pi 4B doesn't work according to previous comments under this issue. |
That link only handles the thermal problem, not the "rpi_volt-isa-0000" |
Linux R 5.15.0-1023-raspi #25-Ubuntu SMP still does not handle "rpi_volt-isa-0000". |
also not working under Ubuntu 22.04 Server LTS (aarch64 raspi 4 8gb ram) |
The same on the latest Rocky:
|
Same issue on Fedora 39. |
cpu_thermal-virtual-0 working Ubuntu 23.10 |
Hi, I'm running Ubuntu 18.04 64bit on my RPI4 and the processor seems to be unsupported.
The text was updated successfully, but these errors were encountered: