kernele Posted 59 minutes ago Share Posted 59 minutes ago questo mi appare nelle info si sistema. nulla di grave, funziona tutto come deve, però mi resta la curiosità di capire il perché questo sarebbe lo spoof della wx 3200: non mi pare ci sia qualcosa di sbagliato. mi riferisco a 3200,,,,,,,,,,,,,, o è una punizione divina perché non uso quasi mai punteggiatura? tipo: ,,,,,,,,;;;;;;;;......... queste te le regalo che sono gratis 🙂 /* * Intel ACPI Component Architecture * AML/ASL+ Disassembler version 20200925 (64-bit version) * Copyright (c) 2000 - 2020 Intel Corporation * * Disassembling to symbolic ASL+ operators * * Disassembly of iASLrHdBw8.aml, Sun Nov 30 18:14:55 2025 * * Original Table Header: * Signature "SSDT" * Length 0x00000106 (262) * Revision 0x02 * Checksum 0x44 * OEM ID "DRTNIA" * OEM Table ID "AMDGPU" * OEM Revision 0x00001000 (4096) * Compiler ID "INTL" * Compiler Version 0x20200925 (538970405) */ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "AMDGPU", 0x00001000) { External (_SB_.PCI0, DeviceObj) External (_SB_.PCI0.PEG0.PEGP, DeviceObj) Scope (\_SB.PCI0.PEG0.PEGP) { If (_OSI ("Darwin")) { Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { Local0 = Package (0x04) { "device-id", Buffer (0x04) { 0xE3, 0x67, 0x00, 0x00 // .g.. }, "model", Buffer (0x1D) { "Radeon PRO WX 3200" } } DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } } Scope (\_SB.PCI0) { Method (DTGP, 5, NotSerialized) { If ((Arg0 == ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b") /* Unknown UUID */)) { If ((Arg1 == One)) { If ((Arg2 == Zero)) { Arg4 = Buffer (One) { 0x03 // . } Return (One) } If ((Arg2 == One)) { Return (One) } } } Arg4 = Buffer (One) { 0x00 // . } Return (Zero) } } } Link to comment Share on other sites More sharing options...
Supervisor fabiosun Posted 40 minutes ago Supervisor Share Posted 40 minutes ago @kernelepuoi provare a fare lo spoof senza ssdt e solo da device properties devi solo trovare il tuo pci root e adattare il device id e le stringhe a cosa ti serve Link to comment Share on other sites More sharing options...
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