Skip to content
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

Open
anITiot opened this issue Oct 3, 2019 · 13 comments
Open

Support for Raspberry PI 4 #202

anITiot opened this issue Oct 3, 2019 · 13 comments

Comments

@anITiot
Copy link

anITiot commented Oct 3, 2019

Hi, I'm running Ubuntu 18.04 64bit on my RPI4 and the processor seems to be unsupported.

@vielmetti
Copy link

Also the case under Ubuntu 20.04 64bit on the Pi 4.

sensors command returns this:

emv@pinnatus:~$ sensors
rpi_volt-isa-0000
Adapter: ISA adapter
in0:              N/A  

whereas Ubuntu 20.04 64-bit on the Pi 3 return this

ubuntu@ubuntu:/sys/class/thermal/thermal_zone0$ sensors
cpu_thermal-virtual-0
Adapter: Virtual device
temp1:        +52.1°C  

rpi_volt-isa-0000
Adapter: ISA adapter
in0:              N/A  

@sg3524
Copy link

sg3524 commented Apr 6, 2021

Verifying what @vielmetti has already reported. Under 20.04 I am seeing this

$ sensors
cpu_thermal-virtual-0
Adapter: Virtual device
temp1:        +43.3°C  

rpi_volt-isa-0000
Adapter: ISA adapter
in0:              N/A 

@Lin-Admin
Copy link

It's now more than 2 years since that report has been created.
Is there any hope that the maintainers of lm-sensors will take action within a few weeks or should I look for other solutions?

@aurel32
Copy link

aurel32 commented Dec 3, 2021

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.

@aurel32
Copy link

aurel32 commented Dec 3, 2021

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.

@eugeneonline
Copy link

I still have same issue.

root@raspberrypi:/home/ubuntu# sensors
cpu_thermal-virtual-0
Adapter: Virtual device
temp1: +38.5°C

rpi_volt-isa-0000
Adapter: ISA adapter
in0: N/A

root@raspberrypi:/home/ubuntu# cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.1 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

@coderpiaobozhe
Copy link

coderpiaobozhe commented Jan 18, 2023

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.

@Lin-Admin
Copy link

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.

That link only handles the thermal problem, not the "rpi_volt-isa-0000"

@Lin-Admin
Copy link

Linux R 5.15.0-1023-raspi #25-Ubuntu SMP still does not handle "rpi_volt-isa-0000".
Maybe this is relied to the dmesg warning usb_phy_generic phy: supply vcc not found, using dummy regulator?

@twisted-nematic57
Copy link

also not working under Ubuntu 22.04 Server LTS (aarch64 raspi 4 8gb ram)

@lexfrei
Copy link

lexfrei commented Mar 17, 2023

The same on the latest Rocky:

[root@node01 ~]# sensors
cpu_thermal-virtual-0
Adapter: Virtual device
temp1:        +53.6°C  (crit = +110.0°C)

rpi_volt-isa-0000
Adapter: ISA adapter
in0:              N/A

[root@node01 ~]# uname -a
Linux node01 6.1.8-v8.1.el9.altarch.1 #1 SMP PREEMPT Wed Feb  8 21:28:03 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux

@jwillikers
Copy link

Same issue on Fedora 39.

@teslazap
Copy link

teslazap commented Jan 3, 2024

cpu_thermal-virtual-0 working
rpi_volt-isa-0000 not working

Ubuntu 23.10
Linux 6.5.0-1008-raspi #11-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 22 19:08:26 UTC 2023 aarch64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests