Damnation Posted July 24, 2022 Posted July 24, 2022 @Mov AX, 0xDEAD@Dietmar I noticed that the IntelPPM.sys driver is not installed on my 5950x PC - I tried creating an IntelPPM service in registry but this resulted in a 7E BSOD. Any idea how to install it correctly?
Damnation Posted July 25, 2022 Posted July 25, 2022 I really would like like Mov Ax, 0xDEAD to logon more often, sometimes I feel like I'm being ignored.
Dibya Posted July 25, 2022 Posted July 25, 2022 11 hours ago, Damnation said: @Mov AX, 0xDEAD@Dietmar I noticed that the IntelPPM.sys driver is not installed on my 5950x PC - I tried creating an IntelPPM service in registry but this resulted in a 7E BSOD. Any idea how to install it correctly? Thats an Intel driver
Damnation Posted July 25, 2022 Posted July 25, 2022 3 hours ago, Dibya said: Thats an Intel driver @Dibya Given that there is an IntelPPM service in registry on my threadripper system I'm assuming the driver is generic.
Damnation Posted July 25, 2022 Posted July 25, 2022 @R1600 I tried the Rightmark HALT utility, no change. @Mov AX, 0xDEAD Can you please patch XP acpi.sys to support ACPI Processor Container?
Damnation Posted July 26, 2022 Posted July 26, 2022 (edited) @Dietmar@Mov AX, 0xDEAD Yes!! Using grub2 I did a DSDT and SSDT ACPI table modification and I can now confirm with 100% certainty that this ACPI0010 "ACPI Processor Container" Device is the cause of the issue! https://imgbb.com/ZLJWbfH I know you're not motivated at all @Mov AX, 0xDEAD but a permanent fix implemented through acpi.sys would still be very much appreciated. Edited July 26, 2022 by Damnation
daniel_k Posted July 26, 2022 Posted July 26, 2022 (edited) On 7/7/2022 at 3:12 PM, Mov AX, 0xDEAD said: @daniel_k no IFR setting -> to hard to 1) find exact uefi module 2) find inject place inside module in old leaked AMI UEFI sources, tolud used in NBPEI.c/NBPEIBoard.c, i dont know name of final module Thanks, I've found the probable module, but I'll just leave it as is. Don't have much time to mess with these things and I use this computer to work. Edited July 27, 2022 by daniel_k
daniel_k Posted July 27, 2022 Posted July 27, 2022 6 hours ago, Damnation said: @Dietmar@Mov AX, 0xDEAD Yes!! Using grub2 I did a DSDT and SSDT ACPI table modification and I can now confirm with 100% certainty that this ACPI0010 "ACPI Processor Container" Device is the cause of the issue! https://imgbb.com/ZLJWbfH I know you're not motivated at all @Mov AX, 0xDEAD but a permanent fix implemented through acpi.sys would still be very much appreciated. Seriously, stop! How old are you? Do yourself a favor and seek help. It's not the first time you ask @Dietmar to buy some hardware just to (try to) fix something for you. Do you even think before asking such questions? Now you're trying to persuade @Mov AX, 0xDEAD to fix your Processor power management issue. Your screenshot is so fake. You didn't accomplish anything because I know you can't. Here is a real screenshot from VirtualBox: Notice the CPU model in every enumerated processor?
daniel_k Posted July 27, 2022 Posted July 27, 2022 (edited) @Damnation, try to run ThrottleStop 8.50.5 https://www.techpowerup.com/download/techpowerup-throttlestop/ Click on Show older versions and download version 8.60 Replace \ThrottleStop.exe with \TS850U\ThrottleStop.exe. Edited July 27, 2022 by daniel_k
Dietmar Posted July 27, 2022 Posted July 27, 2022 (edited) @daniel_k When I am interested in a hardware and what can be done with it, I often bought in past this device. Now no money here at the moment, so no buying Dietmar Edited July 27, 2022 by Dietmar 1
canonkong Posted July 27, 2022 Posted July 27, 2022 (edited) Processor devices do not appear in hardware management, which usually occurs on AMD's a520/b550 motherboard and Intel's 600 series motherboard. This situation occurs from XP to win7. It will be work well from win8 beta 6.2.79xx or above. I tested 6.2.7880 and will not display it. I tested 6.2.7973 and can display it. I tried to replace modified acpi.sys with the old version, but Win7/beta7880 still doesn't display. Maybe my mod acpi.sys modification is incorrect. Mod BIOS may be fixed.. Edited July 27, 2022 by canonkong
daniel_k Posted July 27, 2022 Posted July 27, 2022 @canonkong Your mod is correct. The problem is that the Processor Aggregator device (ACPI000C) treats the cores as ACPI devices. As you've seen from your tests, it's only supported by Windows 8.0 or later (ACPI 5.0+). From what I've read, this was created for ARM, but was "ported" to x86. XP supports ACPI 1.0 plus 2.0 processor support Vista/7 supports ACPI 2.0 plus 3.0 processor support Interesting doc about Processor Power Management in Windows 7: https://download.microsoft.com/download/3/0/2/3027D574-C433-412A-A8B6-5E0A75D5B237/ProcPowerMgmtWin7.docx For Ryzen, maybe can be fixed by porting processor related code from working boards. For Alder Lake, maybe can be fixed by looking at Hackintosh patches.
daniel_k Posted July 27, 2022 Posted July 27, 2022 Regarding Windows XP, even with the source code of acpi.sys, support for Processor Aggregator device won't even happen because you'd need to rewrite processor power management support entirely. acpi.sys properly parses Processor object, then Intelppm.sys / amdk8.sys / Processr.sys use _CST, _PCT, _PSS and _PPC methods to manage power management / performance states. So it's "easier" to fix the ACPI tables.
canonkong Posted July 27, 2022 Posted July 27, 2022 @daniel_k So I need to modify the bios to fix it?AMD A520/B550 mainboards’ FCH is from ASMedia, same with AMD 300/400 series. I think can use B450 mainboards’ professor related code. But how to make sure this code?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now