Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1595462

Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list

From Vasile Dumitrescu <vasile.dumitrescu@undeva.eu>
Newsgroups linux.kernel
Subject Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list
Date 2017-03-08 20:30 +0100
Message-ID <tiPrA-2uR-7@gated-at.bofh.it> (permalink)
References <th4Ep-8eD-5@gated-at.bofh.it> <thlYC-4gH-19@gated-at.bofh.it> <thpSx-71b-15@gated-at.bofh.it> <thZ9F-7yu-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Wow, that was easy :-).

so I did:
download the driver source and makefile
make
=> several new files show up including a .ko - WOHOOO
sudo rmmod dell-smm-hwmon
lsmod | grep hwmo
=> nothing
sudo insmod ./dell-smm-hwmon.ko
=> nothing
lsmod | grep hwmo
=> dell_smm_hwmon         16384  0

sudo sensors
=>
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +50.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:         +47.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:         +50.0°C  (high = +100.0°C, crit = +100.0°C)
Core 2:         +46.0°C  (high = +100.0°C, crit = +100.0°C)
Core 3:         +48.0°C  (high = +100.0°C, crit = +100.0°C)

acpitz-virtual-0
Adapter: Virtual device
temp1:        +25.0°C  (crit = +107.0°C)

dell_smm-virtual-0
Adapter: Virtual device
Processor Fan: 2490 RPM
Video Fan:     2493 RPM
CPU:            +48.0°C
Ambient:        +48.0°C
Ambient:        +44.0°C
Other:          +40.0°C

sudo pwmconfig
=> fans definitely stop and restart as the script indicates they should

Conclusion: works for me (TM) - without force or any special options

Thanks Jean, that was easy.

Looking forward to see it in some future kernel.

Kind regards

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Pali Rohár <pali.rohar@gmail.com> - 2017-03-04 00:20 +0100
  Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-04 18:50 +0100
    Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Vasile Dumitrescu <vasile.dumitrescu@undeva.eu> - 2017-03-04 23:00 +0100
      Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Jean Delvare <jdelvare@suse.de> - 2017-03-06 12:40 +0100
        Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Vasile Dumitrescu <vasile.dumitrescu@undeva.eu> - 2017-03-08 20:30 +0100
          Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Jean Delvare <jdelvare@suse.de> - 2017-03-09 00:20 +0100
  Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list Guenter Roeck <linux@roeck-us.net> - 2017-03-09 03:10 +0100

csiph-web