ubuntuusers.de

ACPI Problem 8.10 dsdt.dsl Debug

Status: Ungelöst | Ubuntu-Version: Ubuntu 8.10 (Intrepid Ibex)
Antworten |

f_m_t

Anmeldungsdatum:
18. Oktober 2008

Beiträge: 8

Hallo, ich hoffe ich schriebe den Beitrag in das richtige Forum.

Ich habe versucht, da mir mein Notebook zu heiß wird, meinen Prozessor (T7700) zu Undervolten.

Leider gab es da ein paar probleme und ich bin nun soweit, dass ich die dsdt.dsl Datei Debuggen muss. Allerdings wurde ich aus den Anleitungen im Internet und im Ubuntu-Wiki nicht schlau.

Nun wollte ich fragen, ob Jemand vielleicht eine gutverständliche Anleitung besitzt. Bin zwar kein Linux Neuling und kenne mich auch ein wenig Programmiertechnisch aus, jedoch habe ich es aus eigener Kraft noch nicht geschafft zu verstehen wie die dsdt.dsl Datei aufgebaut ist. Und habe auch keine Hilfe zu den Fehlercodes gefunden.

Bin für jede Hilfe dankbar.

mit freundlichen Grüßen T.

Anbei die Fehler die mir der Compiler ausgibt.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Intel ACPI Component Architecture
ASL Optimizing Compiler version 20061109 [May 16 2007]
Copyright (C) 2000 - 2006 Intel Corporation
Supports ACPI Specification Revision 3.0a

/home/thomas/dsdt.dsl  1064:             Name (_HID, "*pnp0c14")
Error    4001 -          String must be entirely alphanumeric ^  (*pnp0c14)

/home/thomas/dsdt.dsl  1120:             Method (_WED, 1, NotSerialized)
Warning  1086 -                                     ^ Not all control paths return a value (_WED)

/home/thomas/dsdt.dsl  1120:             Method (_WED, 1, NotSerialized)
Warning  1079 - Reserved method must return a value ^  (_WED)

/home/thomas/dsdt.dsl  1478:             Method (WMCA, 3, NotSerialized)
Warning  1086 -                                     ^ Not all control paths return a value (WMCA)

/home/thomas/dsdt.dsl  1613:             Method (WMCB, 3, NotSerialized)
Warning  1086 -                                     ^ Not all control paths return a value (WMCB)

/home/thomas/dsdt.dsl  1671:             Method (WMCD, 3, NotSerialized)
Warning  1086 -                                     ^ Not all control paths return a value (WMCD)

/home/thomas/dsdt.dsl  1865:             Method (WMCE, 3, NotSerialized)
Warning  1086 -                                     ^ Not all control paths return a value (WMCE)

/home/thomas/dsdt.dsl  2305:             Method (WMCF, 3, NotSerialized)
Warning  1086 -                                     ^ Not all control paths return a value (WMCF)

ASL Input:  /home/thomas/dsdt.dsl - 8986 lines, 311065 bytes, 3819 keywords
Compilation complete. 1 Errors, 7 Warnings, 0 Remarks, 1015 Optimizations
Antworten |