View previous topic :: View next topic |
Author |
Message |
brundage Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/15712526525a5d20e15736c.jpg)
Joined: 02 Dec 2004 Posts: 153
|
Posted: Tue Aug 21, 2018 9:56 pm Post subject: Kernel driver for Intel Sunrise Point-H PMC |
|
|
I'm on kernel 4.14.65-gentoo and am having a hard time finding the driver for this one last piece of hardware.
Motherboard: ASUS H170 PRO GAMING
lshw
Code: | *-memory UNCLAIMED
description: Memory controller
product: Sunrise Point-H PMC
vendor: Intel Corporation
physical id: 1f.2
bus info: pci@0000:00:1f.2
version: 31
width: 32 bits
clock: 33MHz (30.3ns)
capabilities: bus_master
configuration: latency=0
resources: memory:df344000-df347fff
|
lspci
Code: | 00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
Subsystem: ASUSTeK Computer Inc. Sunrise Point-H PMC
Flags: bus master, fast devsel, latency 0
Memory at df344000 (32-bit, non-prefetchable) [size=16K]
|
Anyone know if this is supported in 4.14 and where to find the CONFIG? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Anon-E-moose Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/3064969284ad468b81342a.jpg)
Joined: 23 May 2008 Posts: 6219 Location: Dallas area
|
Posted: Tue Aug 21, 2018 10:13 pm Post subject: |
|
|
intel_pmc_core
device drivers -> x86 platform specific device drivers -> intel pmc core driver _________________ UM780, 6.12 zen kernel, gcc 13, openrc, wayland |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bunder Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
Joined: 10 Apr 2004 Posts: 5947
|
Posted: Tue Aug 21, 2018 10:21 pm Post subject: |
|
|
odd, i have that driver enabled on my laptop but it doesn't seem to do anything... and lspci doesn't show as it being used. _________________
Neddyseagoon wrote: | The problem with leaving is that you can only do it once and it reduces your influence. |
banned from #gentoo since sept 2017 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Anon-E-moose Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/3064969284ad468b81342a.jpg)
Joined: 23 May 2008 Posts: 6219 Location: Dallas area
|
Posted: Tue Aug 21, 2018 10:33 pm Post subject: |
|
|
I have rev 21 on my acer laptop and it shows up as being installed and used. as for what it does *shrugs* _________________ UM780, 6.12 zen kernel, gcc 13, openrc, wayland |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
brundage Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/15712526525a5d20e15736c.jpg)
Joined: 02 Dec 2004 Posts: 153
|
Posted: Thu Aug 23, 2018 7:46 pm Post subject: |
|
|
Anon-E-moose wrote: | intel_pmc_core
device drivers -> x86 platform specific device drivers -> intel pmc core driver |
I have this enabled already and the system doesn't report it in use for Sunrise Point-H SMBus.
Code: | 0 blaze src/linux # zcat /proc/config.gz|egrep INTEL_PMC_CORE
CONFIG_INTEL_PMC_CORE=y
|
Code: | 0 blaze src/linux # lspci -k
00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
Subsystem: ASUSTeK Computer Inc. Sunrise Point-H PMC
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Anon-E-moose Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/3064969284ad468b81342a.jpg)
Joined: 23 May 2008 Posts: 6219 Location: Dallas area
|
Posted: Thu Aug 23, 2018 7:52 pm Post subject: |
|
|
Then I don't know what to tell you, I'm kernel 4.14.62 and works, though lspci says mine is (rev 21), maybe things have changed between the revs.
Edit to add: I see yours is a H PMC, probably too new for that driver, you'll have to see if newer kernel might recognize it.
Code: | 00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PMC
Kernel driver in use: intel_pmc_core |
_________________ UM780, 6.12 zen kernel, gcc 13, openrc, wayland |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
brundage Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/15712526525a5d20e15736c.jpg)
Joined: 02 Dec 2004 Posts: 153
|
Posted: Sat Aug 25, 2018 2:53 pm Post subject: |
|
|
Anon-E-moose wrote: | Then I don't know what to tell you, I'm kernel 4.14.62 and works, though lspci says mine is (rev 21), maybe things have changed between the revs.
Edit to add: I see yours is a H PMC, probably too new for that driver, you'll have to see if newer kernel might recognize it.
Code: | 00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PMC
Kernel driver in use: intel_pmc_core |
|
That's probably the case. Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|