|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Tips, Tricks & Tweaks Tips and Solutions for SUSE Linux
(Please do not post questions here) |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Okay, I put in my edited dsdt (with the _OSC error) and the boot perameter to boot loader, but nothing has changed ( still cannot shutdown, sleep, or hibernate properly)
. Anyway, I'll try your suggestion about KOTD next month when my internet replenishes it bandwidth.
|
|
|||
|
can someone help me I'm trying to fix my dsdt but i'm not able to fix 1 error:
Intel ACPI Component Architecture ASL Optimizing Compiler version 20060912 [Sep 21 2007] Copyright © 2000 - 2006 Intel Corporation Supports ACPI Specification Revision 3.0a dsdt.dsl 5591: Unload (PB5) Error 4044 - Invalid type ^ ([Device|Reference] found, Unload operator requires [DdbHandle]) ASL Input: dsdt.dsl - 5617 lines, 206845 bytes, 2187 keywords Compilation complete. 1 Errors, 0 Warnings, 0 Remarks, 885 Optimizations And Here is the part of the Errror: Scope (\_SB.PCI0) { Name (_HID, EisaId ("PNP0A08")) Name (_CID, 0x030AD041) Name (SUPP, 0x00) Name (CTRL, 0x00) Method (_OSC, 4, NotSerialized) { CreateDWordField (Arg3, 0x00, CDW1) CreateDWordField (Arg3, 0x04, CDW2) CreateDWordField (Arg3, 0x08, CDW3) If (LEqual (Arg0, Buffer (0x10) { /* 0000 */ 0x5B, 0x4D, 0xDB, 0x33, 0xF7, 0x1F, 0x1C, 0x40, /* 0008 */ 0x96, 0x57, 0x74, 0x41, 0xC0, 0x3D, 0xD7, 0x66 })) { Store (CDW2, SUPP) Store (CDW3, CTRL) If (And (CTRL, 0x01)) { Unload (PB5) } If (LNotEqual (Arg1, One)) { Or (CDW1, 0x08, CDW1) } If (LNotEqual (CDW3, CTRL)) { Or (CDW1, 0x10, CDW1) } Store (CTRL, CDW3) Return (Arg3) } Else { Or (CDW1, 0x04, CDW1) Return (Arg3) } } } |
|
|||
|
Thanks Snakedriver, the new kernel, well to be exact, opensuse 11.0 alpha 2, solved the problem with shutdown
|
|
|||
|
[quote]
can someone help me I'm trying to fix my dsdt but i'm not able to fix 1 error: dsdt.dsl 5591: Unload (PB5) Error 4044 - Invalid type ^ ([Device|Reference] found, Unload operator requires [DdbHandle]) I've searched & nothing jumps out at me & I don't have Unload (PB5) in mine. Code:
Unload (PB5)
}
If (LNotEqual (Arg1, One))
{
and/or 2. use the search feature & see what Arg1 links to. |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|