-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unable to execute some smbios commands on Linux 6.11 #147
Comments
I also have the exact same issue on my arch system, it is specific to the 6.11 kernel since I had no issues on the 6.6.52 lts kernel, or the prior 6.10 kernel.
|
Same issue on a XPS 13 9320, running Ubuntu 24.10 with kernel 6.11.0-8 |
I believe functionality for Previously, I had a script calling Note the error message saying:
It's filtered here: https://github.com/torvalds/linux/blame/ae90f6a6170d7a7a1aa4fddf664fbd093e3023bc/drivers/platform/x86/dell/dell-smbios-base.c#L80 It was added in this commit: torvalds/linux@996ad41 I'm not sure about |
I found this: https://linux.debian.bugs.dist.narkive.com/bGnm2f83/bug-1087138-smbios-thermal-ctl-no-longer-works-under-linux-6-11 |
Commands that output this error:
Commands that seem to work (or at least they don't show this error):
smbios-thermal-ctl works on Linux 6.6.52 LTS. Doesn't work on 6.11.1 and 6.11.2. Worked on Linux 6.10 with BIOS 1.30.0.
Might be related to https://www.phoronix.com/news/Dell-PC-Driver-For-Linux-6.11. But
sudo modprobe dell-pc
doesn't fix this issue.The text was updated successfully, but these errors were encountered: