PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Standby funktioniert nicht beim Lifebook E8010



Tomek
01.12.06, 12:05
Hallo,

die Standby-Funktion funktioniert nicht richtig auf meinem Fujitsu-Siemens Lifebook E8010. Installiert ist ein Ubuntu 6.10 mit allen Updates. Ich habe auch den Kernel 2.6.19 aus Feisty (Unstable) versucht, aber es verhält sich damit genauso. Wenn ich Standby anwähle, geht das Notebook zwar aus, jedoch piept es nicht zweimal, wie es sollte. Wenn ich nun das Notebook wieder einschalte, bleibt der Bildschirm schwarz und es passiert nichts, außer dass der Lüfter dauernd läuft. Ich muss das Notebook dann komplett ausschalten (4 Sek. lang Ausschalter betätigen) und neu starten. Auf der Konsole wird radeonfb und bei Xorg wird der offene radeon-Treiber verwendet. Mit Windows XP funktioniert Standby einwandfrei.

Ausgaben von dmesg, lspci und lsmod finden sich unter:
http://tueddeln.de/tomek/e8010/ (Falls noch etwas fehlen sollte, kann ich es gerne nachreichen.)

Das Notebook dürfte eigentlich recht bekannt sein und ich hoffe, jemand kann mir einen Tipp geben. Danke.

Tomek
02.12.06, 08:14
Das Witzige ist, dass das DSDT sich einwandfrei kompilieren lässt:

root@wirbelwind:~# cat /proc/acpi/dsdt > dsdt.dat
root@wirbelwind:~# iasl -d dsdt.dat

Intel ACPI Component Architecture
AML Disassembler version 20060608 [Jun 29 2006]
Copyright (C) 2000 - 2006 Intel Corporation
Supports ACPI Specification Revision 3.0a

Loading Acpi table from file dsdt.dat
Acpi table [DSDT] successfully installed and loaded
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)
.................................................. .................................................. .................................................. .................................................. .................................................. .................................................. ............
Parsing completed
Disassembly completed, written to "dsdt.dsl"
root@wirbelwind:~# iasl -tc dsdt.dsl

Intel ACPI Component Architecture
ASL Optimizing Compiler version 20060608 [Jun 29 2006]
Copyright (C) 2000 - 2006 Intel Corporation
Supports ACPI Specification Revision 3.0a

ASL Input: dsdt.dsl - 6788 lines, 259348 bytes, 3211 keywords
AML Output: dsdt.aml - 23941 bytes 698 named objects 2513 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 565 Optimizations
root@wirbelwind:~#
Übrigens geht Hibernate (Suspend-To-Disk) einwandfrei. Aber Standby wäre mir lieber, weils doch wesentlich flotter ist.

Ich habe auch schon zahlreiche Kernel-Parameter probiert, wie z.B.:
pci=biosirq, acpi_os_name="Microsoft Windows XP", pci=routeirq, pci=assign-busses, acpi_sleep=s3_mode,s3_bios etc.

Das Verhalten hat sich aber kein Stück verändert.