Package Details: minisforum-v3-dsdt 1.0.0-2

Git Clone URL: https://aur.archlinux.org/minisforum-v3-dsdt.git (read-only, click to copy)
Package Base: minisforum-v3-dsdt
Description: Patch ACPI DSDT to support Minisforum v3 accelerometer
Upstream URL: https://github.com/trijpstra-fourlights/minisforum-v3-dsdt
Licenses: MIT
Submitter: fourlights-tr
Maintainer: fourlights-tr
Last Packager: fourlights-tr
Votes: 0
Popularity: 0.000000
First Submitted: 2024-09-01 19:34 (UTC)
Last Updated: 2024-09-01 19:44 (UTC)

Dependencies (2)

Required by (1)

Sources (2)

Latest Comments

Aftershock9009 commented on 2025-08-10 21:51 (UTC)

Is there anything else I can post here that can help fix this for SE owners?

Aftershock9009 commented on 2025-07-22 18:08 (UTC)

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20250404
Copyright (c) 2000 - 2025 Intel Corporation

File appears to be binary: found 9283 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file dsdt.dat, Length 0x6E49 (28233) bytes
ACPI: DSDT 0x0000000000000000 006E49 (v02 ALASKA A M I    01072009 INTL 20200717)
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    dsdt.dsl - 242394 bytes
patching file dsdt.dsl
Hunk #1 succeeded at 18 with fuzz 2.
Hunk #2 FAILED at 7341.
Hunk #3 succeeded at 7478 (offset 114 lines).
1 out of 3 hunks FAILED -- saving rejects to file dsdt.dsl.rej

dsdt.dsl.rej is:

--- dsdt.dsl 2024-08-10 06:24:09.143777067 +0200
+++ dsdt.dsl    2024-08-10 04:58:50.191036154 +0200
@@ -7341,7 +7341,7 @@

         Device (CIND)
         {
-            Name (_HID, "ID9001")  // _HID: Hardware ID
+            Name (_HID, "INT33D3")  // _HID: Hardware ID
             Name (_CID, "PNP0C60" /* Display Sensor Device */)  // _CID: Compatible ID
             Method (_STA, 0, Serialized)  // _STA: Status
             {

fourlights-tr commented on 2025-07-22 16:19 (UTC)

IIRC The dat file is binary so it should show up as gibberish. What happens if you run makepkg if you supply it with the dat file?

Aftershock9009 commented on 2025-07-22 16:13 (UTC) (edited on 2025-07-22 16:13 (UTC) by Aftershock9009)

Hi, I recently bought a V3 SE so I tried installing this but haven't been able to.

Running cat /sys/firmware/acpi/tables/DSDT | tee dsdt.dat both as sudo and su makes the .dat file but filled with gibberish characters. Any idea what's wrong?