[SOLVED] [split] Missing HPET clocksource option
#1
FYI, "hpet" is gone in Clocksource since FW 1.2.4.
 Go to solution Reply

#2
(23-May-2022, 12:44 AM)hkphantomgtr Wrote: FYI, "hpet" is gone in Clocksource since FW 1.2.4.
Do you mean you have HPET enabled in the BIOS, but can't find that setting in the kernel config any more?

I havn't touched that part of the code, but will check and confirm later today (or in the week)
Snakeoil Operating System - Music, your way!
Reply

#3
(24-May-2022, 07:51 AM)agent_kith Wrote:
(23-May-2022, 12:44 AM)hkphantomgtr Wrote: FYI, "hpet" is gone in Clocksource since FW 1.2.4.
Do you mean you have HPET enabled in the BIOS, but can't find that setting in the kernel config any more?

I havn't touched that part of the code, but will check and confirm later today (or in the week)

Yes, now I have my NUC.  In the CMOS there is an option to turn on/off "High Precision Event Timer".  Your help will be highly appreciated, again.  Big Grin
Reply

#4
(24-May-2022, 12:14 PM)hkphantomgtr Wrote: Yes, now I have my NUC.  In the CMOS there is an option to turn on/off "High Precision Event Timer".  Your help will be highly appreciated, again.  Big Grin
Can you run the following command, and tell me what it says? Also generate a diagnostics file and send it to the specified email so I can check the logs

Code:
cat /sys/devices/system/clocksource/clocksource0/available_clocksource
Snakeoil Operating System - Music, your way!
Reply

#5
(30-May-2022, 03:36 PM)agent_kith Wrote:
(24-May-2022, 12:14 PM)hkphantomgtr Wrote: Yes, now I have my NUC.  In the CMOS there is an option to turn on/off "High Precision Event Timer".  Your help will be highly appreciated, again.  Big Grin
Can you run the following command, and tell me what it says? Also generate a diagnostics file and send it to the specified email so I can check the logs
 
Code:
cat /sys/devices/system/clocksource/clocksource0/available_clocksource

tsc acpi_pm

And I've emailed the diagnostic file to the specific email a/c.  Please take your time.  Shy
Reply

#6
(30-May-2022, 10:47 PM)hkphantomgtr Wrote: tsc acpi_pm
So it looks like you only have the above two as your clock source. I believe TSC is pretty good as well, so that's worth a try

(30-May-2022, 10:47 PM)hkphantomgtr Wrote: And I've emailed the diagnostic file to the specific email a/c.  Please take your time.  Shy
See this in the system logs:
Code:
hpet: HPET dysfunctional in PC10. Force disabled.

Look in your ACPI or power saving and see if you can disable PC10 state, play around with CPU states and see if you can disable just that, failing that you might need to disable power saving entirely Doing so should get HPET back after a reboot. Let me know how it goes.
Snakeoil Operating System - Music, your way!
Reply

#7
(31-May-2022, 06:24 PM)agent_kith Wrote:
(30-May-2022, 10:47 PM)hkphantomgtr Wrote: tsc acpi_pm
So it looks like you only have the above two as your clock source. I believe TSC is pretty good as well, so that's worth a try
(30-May-2022, 10:47 PM)hkphantomgtr Wrote: And I've emailed the diagnostic file to the specific email a/c.  Please take your time.  Shy
See this in the system logs:
 
Code:
hpet: HPET dysfunctional in PC10. Force disabled.

Look in your ACPI or power saving and see if you can disable PC10 state, play around with CPU states and see if you can disable just that, failing that you might need to disable power saving entirely Doing so should get HPET back after a reboot. Let me know how it goes.

Thanks, AK!  You're right.  After disabling the power control setting (disabling "Dynamic Power Technology" , or mainly "OS ACPI C2 Report"), my HPET is back, at the expense of lower temperature, and the low latency value.  I really like the HPET sound as the sound is more vivid, with better focus, much better transition, more "on-beat", and denser texture.   In short, more holographic.Big Grin


Attached Files Thumbnail(s)
               
Reply

#8
(31-May-2022, 11:12 PM)hkphantomgtr Wrote:
(31-May-2022, 06:24 PM)agent_kith Wrote:
(30-May-2022, 10:47 PM)hkphantomgtr Wrote: tsc acpi_pm
So it looks like you only have the above two as your clock source. I believe TSC is pretty good as well, so that's worth a try
(30-May-2022, 10:47 PM)hkphantomgtr Wrote: And I've emailed the diagnostic file to the specific email a/c.  Please take your time.  Shy
See this in the system logs:
 
Code:
hpet: HPET dysfunctional in PC10. Force disabled.

Look in your ACPI or power saving and see if you can disable PC10 state, play around with CPU states and see if you can disable just that, failing that you might need to disable power saving entirely Doing so should get HPET back after a reboot. Let me know how it goes.

Thanks, AK!  You're right.  After disabling the power control setting (disabling "Dynamic Power Technology" , or mainly "OS ACPI C2 Report"), my HPET is back, at the expense of lower temperature, and the low latency value.  I really like the HPET sound as the sound is more vivid, with better focus, much better transition, more "on-beat", and denser texture.   In short, more holographic.Big Grin

To further my findings, with the same CMOS setting, after changing to "TSC" clocksource, the latency becomes as good as before.  huh.... so, with my new NUC, seems the CMOS setting doesn't affect the latency, but the choice of "clocksource".

And last night, in a second thought, it's quite strange to me that, even in the default CMOS setting, including HPET is enabled, the Snakeoil OS can't use HPET, or the system/hardware can't use HPET with the CMOS default power management setting...... so where is the problem?
Reply

#9
(01-Jun-2022, 11:46 PM)hkphantomgtr Wrote: To further my findings, with the same CMOS setting, after changing to "TSC" clocksource, the latency becomes as good as before.  huh.... so, with my new NUC, seems the CMOS setting doesn't affect the latency, but the choice of "clocksource".
On some motherboards, I honestly can't discern any notable difference between HPET and TSC. IIRC need to disable hyper-threading.

I believe one is the older technology, and less "accurate" under certain conditions, and the other is meant to be a replacement. If memory serves, HPET is meant to be a replacement for TSC (could be the other way round though Big Grin).

(01-Jun-2022, 11:46 PM)hkphantomgtr Wrote: And last night, in a second thought, it's quite strange to me that, even in the default CMOS setting, including HPET is enabled, the Snakeoil OS can't use HPET, or the system/hardware can't use HPET with the CMOS default power management setting...... so where is the problem?
HPET is disabled in the kernel. There's apparently some problems with HPET when in C10 mode (power saving mode), so the kernel disables the HPET timer (and falls back to TSC IIRC). So even though HPET is enabled in the system BIOS, the OS will refuse to use it.

If you're using custom kernels, power saving is disabled by default so HPET is always working. Using stock linux kernels, full suite of power saving is enabled hence you may get that missing HPET.
Snakeoil Operating System - Music, your way!
Reply

#10
(02-Jun-2022, 08:16 AM)agent_kith Wrote:
(01-Jun-2022, 11:46 PM)hkphantomgtr Wrote: To further my findings, with the same CMOS setting, after changing to "TSC" clocksource, the latency becomes as good as before.  huh.... so, with my new NUC, seems the CMOS setting doesn't affect the latency, but the choice of "clocksource".
On some motherboards, I honestly can't discern any notable difference between HPET and TSC. IIRC need to disable hyper-threading.

I believe one is the older technology, and less "accurate" under certain conditions, and the other is meant to be a replacement. If memory serves, HPET is meant to be a replacement for TSC (could be the other way round though Big Grin).
(01-Jun-2022, 11:46 PM)hkphantomgtr Wrote: And last night, in a second thought, it's quite strange to me that, even in the default CMOS setting, including HPET is enabled, the Snakeoil OS can't use HPET, or the system/hardware can't use HPET with the CMOS default power management setting...... so where is the problem?
HPET is disabled in the kernel. There's apparently some problems with HPET when in C10 mode (power saving mode), so the kernel disables the HPET timer (and falls back to TSC IIRC). So even though HPET is enabled in the system BIOS, the OS will refuse to use it.

If you're using custom kernels, power saving is disabled by default so HPET is always working. Using stock linux kernels, full suite of power saving is enabled hence you may get that missing HPET.


O... I c.  Thanks for your explanation.  Now I understand more.
BTW, I've already disabled hyper-threading.  Have a nice day!
[-] The following 1 user Likes hkphantomgtr's post:
  • agent_kith
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  [SOLVED[split] MediaCenter33 not starting ing Snakeoil 1.4.3 (High End U3) kmwgr 4 146 06-Apr-2025, 08:16 PM
Last Post: kmwgr
  [split] How to re-set activation details hkphantomgtr 2 82 04-Apr-2025, 03:32 PM
Last Post: hkphantomgtr
  [split] Problem starting API server 1.4.1 (Missing qsqlite3 lib) clark8888 17 454 26-Mar-2025, 09:33 AM
Last Post: clark8888
  Glibc 2.36 missing jetski 5 219 04-Mar-2025, 03:23 AM
Last Post: jetski
  [SOLVEDMusic Players missing justme 2 242 31-Jan-2025, 01:07 PM
Last Post: justme



Users browsing this thread:
1 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
Snakeoil 1.4.3 (High End U3)
Last Post: stereodave
Today 03:42 PM
» Replies: 36
» Views: 1297
Normal/Inverted Phase Playback
Last Post: hkphantomgtr
Today 02:53 PM
» Replies: 12
» Views: 3595
CamillaDSP for Room Correction
Last Post: Snoopy8
Today 01:53 PM
» Replies: 33
» Views: 10009
Work In Progress: 1.4.4
Last Post: agent_kith
23-Apr-2025 11:35 AM
» Replies: 13
» Views: 270
Wiki update - need your help!
Last Post: Snoopy8
22-Apr-2025 02:23 PM
» Replies: 7
» Views: 181
No audio devices on RPi5 with latests bu...
Last Post: miksi
21-Apr-2025 12:52 AM
» Replies: 16
» Views: 444
new install issues
Last Post: Snoopy8
19-Apr-2025 01:08 PM
» Replies: 7
» Views: 190
Connecting Spotify to SnakeOil
Last Post: Snoopy8
16-Apr-2025 01:55 PM
» Replies: 10
» Views: 267
Misc. sharing for building Raspberry Pi ...
Last Post: hkphantomgtr
13-Apr-2025 12:47 PM
» Replies: 2
» Views: 116
[split] Snakeoil 1.4.3 (High End U3)
Last Post: agent_kith
09-Apr-2025 03:45 PM
» Replies: 1
» Views: 79

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2025. Theme © Melroy van den Berg.