Alexey Starikovskiy schrieb:
I already received your dsdt.dsl to my mailbox. I answered as well, but your provider seem to block whole gmail.com domain. Lets try to go without attachements: First error -- move Stall() function out of Return(). Second error -- you have wrong length for optional _PSD object, so iasl puts everything after first item as garbage. just delete whole Name(_PSD {} from both places, it will ok. Regards, Alex.
Hi Alex, i have changed some settings in my gmx account to receive mails from gmail. It should work now. I have moved out Stall(0x0F), ######################## { Stall (0x0F) Return () } ######################## and i have deleted, ########################### Name (_PSD, Package (0x01) { Package (0x05) { 0x05 0x00 0x00000000, 0x000000FD } }) ############################# But then i got this errors, ######################################################### dsdt_2.6.21.dsl 20: Name (_T00, 0x00) Warning 1097 - ^ Unknown reserved name (_T00) dsdt_2.6.21.dsl 6218: Acquire (MUTE, 0x03E8) Warning 1103 - Possible operator timeout is ignored ^ dsdt_2.6.21.dsl 6232: Acquire (MUTE, 0x03E8) Warning 1103 - Possible operator timeout is ignored ^ dsdt_2.6.21.dsl 6247: Acquire (MUTE, 0x03E8) Warning 1103 - Possible operator timeout is ignored ^ dsdt_2.6.21.dsl 6262: Acquire (MUTE, 0x0FFF) Warning 1103 - Possible operator timeout is ignored ^ dsdt_2.6.21.dsl 6276: Acquire (MUTE, 0x03E8) Warning 1103 - Possible operator timeout is ignored ^ dsdt_2.6.21.dsl 6291: Acquire (MUTE, 0x03E8) Warning 1103 - Possible operator timeout is ignored ^ dsdt_2.6.21.dsl 6306: Acquire (MUTE, 0x03E8) Warning 1103 - Possible operator timeout is ignored ^ dsdt_2.6.21.dsl 6504: Method (WFZF, 1, NotSerialized) Warning 1086 - ^ Not all control paths return a value (WFZF) dsdt_2.6.21.dsl 6520: #Return () Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6597: #Name (_PSD, Package (0x01) Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6598: #{ Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6599: # Package (0x05) Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6600: # { Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6601: # 0x05, Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6602: # 0x00, Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6603: # 0x00000000, Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6604: # 0x000000FD Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6605: # } Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6606: #}) Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6607: Zero Error 4094 - ^ syntax error, unexpected PARSEOP_ZERO dsdt_2.6.21.dsl 6662: #Name (_PSD, Package (0x01) Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6663: #{ Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6664: # Package (0x05) Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6665: # { Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6666: # 0x05, Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6667: # 0x00, Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6668: # 0x00000000, Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6669: # 0x000000FD Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6670: # } Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6671: #}) Error 4094 - ^ Invalid character (0x23), expecting ASL keyword or name dsdt_2.6.21.dsl 6672: Zero Error 4094 - ^ syntax error, unexpected PARSEOP_ZERO ASL Input: dsdt_2.6.21.dsl - 7678 lines, 256455 bytes, 2870 keywords Compilation complete. 23 Errors, 9 Warnings, 0 Remarks, 701 Optimizations ######################################################### bye Markus - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html