Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

[HS] DSDT buggée

11 réponses
Avatar
giggz
rebonjour,

Bon à mon grand désespoir je viens de me rendre compte que j'ai une dsdt
buggée. Mon pc tourne correctement. ms au moins j'aimerais comprendre
les erreurs que me donne le compilateur :

j'ai fait en root :
cat /proc/acpi/dsdt > dsdt.dat
iasl -d dsdt.dat
iasl -tc dsdt.dsl

j'obtiens :

Intel ACPI Component Architecture
ASL Optimizing Compiler version 20061109 [May 18 2007]
Copyright (C) 2000 - 2006 Intel Corporation
Supports ACPI Specification Revision 3.0a

dsdt.dsl 207: Method (_WAK, 1, NotSerialized)
Warning 1079 - ^ Reserved method must return a value (_WAK)

dsdt.dsl 2600: Field (RAM, AnyAcc, Lock, Preserve)
Error 4074 - ^ Host Operation Region
requires ByteAcc access

dsdt.dsl 2714: Store (Arg2, DAT3)
Error 4005 - Method argument is not initialized ^ (Arg2)

dsdt.dsl 2714: Store (Arg2, DAT3)
Remark 5065 - Not a parameter, used as local only ^ (Arg2)

dsdt.dsl 3121: Release (MTIO)
Warning 1098 - Statement is unreachable ^

ASL Input: dsdt.dsl - 4852 lines, 179994 bytes, 2068 keywords
Compilation complete. 2 Errors, 2 Warnings, 1 Remarks, 493 Optimizations

Comment debugger cette chose ?

Merci d'avance
Guillaume


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

1 réponse

1 2
Avatar
giggz
giggz a écrit :
Basile STARYNKEVITCH a écrit :
On Mon, 28 May 2007 09:58:35 +0200
giggz wrote:

Basile STARYNKEVITCH a écrit :
CONFIG_ACPI_CUSTOM_DSDT=y
CONFIG_ACPI_CUSTOM_DSDT_FILE="/usr/src/Kernel/basile-dsdt-hex.h"

le chemin est bien sûr à remplacer par ce qui convient chez toi



Utilises tu un initrd ?



Non. Je tiens à avoir un noyau avec l'essentiel en dur, pour qu'il puisse effectivement booter sans initrd.



ah!! première bonne nouvelle de la journée! moi aussi j'aime bien ne pas
avoir à faire un initrd! :)




Bon ça y est j'ai trouvé comment inclure la dsdt ds le noyau sans avoir
à appliquer un patch ou quoique ce soit :

make menuconfig
Device Drivers -> Generic Driver Options -> décocher "Select only
drivers that don't ...blabla"
Power Management option -> ACPI -> cocher Include Custom DSDT et rentrer
le Path

Voilà
Guillaume


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
1 2