Jump to content

Lenovo G510 untouched DSDT error problem


27sharp
 Share

3 posts in this topic

Recommended Posts

Hi,

 

Im new at this forum and I have some problems with my DSDT file.

 

It is the untouched original file but I get always 3 errors.

 

The errors:


Intel ACPI Component Architecture
ASL Optimizing Compiler version 20091214 [Dec 16 2009]
Copyright (C) 2000 - 2009 Intel Corporation
Supports ACPI Specification Revision 4.0

/Users/omer/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl  6674:                 }
Error    4096 -                                        syntax error, unexpected '}', expecting '(' ^ 

/Users/omer/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl  6740:                 }
Error    4096 -                                        syntax error, unexpected '}', expecting '(' ^ 

/Users/omer/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 12795: [*** iASL: Read error on source code temp file /Users/omer/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.src ***]
Error    4096 -                                     syntax error, unexpected $end ^ 

ASL Input:  /Users/omer/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl - 12796 lines, 402558 bytes, 5016 keywords
Compilation complete. 3 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

My System:

 

Lenovo G510
Motherboard Chipset: Intel HM86 (Lynx Point)
CPU: Intel® Core i7-4700MQ CPU @ 2.40GHz
Ram: DDR3 8GB SODIMM
Graphic: Intel HD 4600/AMD Radeon 8670m
Wlan: Atheros Communications AR9565 Wireless Network Adapter

 

Thanks in advance.

dsdt.aml.zip

Link to comment
Share on other sites

Hi,

 

Im new at this forum and I have some problems with my DSDT file.

 

It is the untouched original file but I get always 3 errors.

 

The errors:

Intel ACPI Component Architecture
ASL Optimizing Compiler version 20091214 [Dec 16 2009]
Copyright (C) 2000 - 2009 Intel Corporation
Supports ACPI Specification Revision 4.0

/Users/omer/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl  6674:                 }
Error    4096 -                                        syntax error, unexpected '}', expecting '(' ^ 

/Users/omer/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl  6740:                 }
Error    4096 -                                        syntax error, unexpected '}', expecting '(' ^ 

/Users/omer/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 12795: [*** iASL: Read error on source code temp file /Users/omer/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.src ***]
Error    4096 -                                     syntax error, unexpected $end ^ 

ASL Input:  /Users/omer/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl - 12796 lines, 402558 bytes, 5016 keywords
Compilation complete. 3 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

My System:

 

Lenovo G510[/size]

Motherboard Chipset: Intel HM86 (Lynx Point)[/size]

CPU: Intel® Core i7-4700MQ CPU @ 2.40GHz[/size]

Ram: DDR3 8GB SODIMM[/size]

Graphic: Intel HD 4600/AMD Radeon 8670m[/size]

Wlan: Atheros Communications AR9565 Wireless Network Adapter[/size]

 

Thanks in advance.[/size]

 

You will get a better disassembly if you disassemble all at once...

 

You will need to extract all DSDT/SSDT from Linux. They are available in /sys/firmware/acpi/tables and /sys/firmware/acpi/tables/dynamic. Place them on USB or otherwise transfer to OS X.

 

Place all SSDT/DSDT in a single directory and use a recent build of iasl to disassemble:

 

cd "to directory where you placed all SSDT/DSDT"
iasl -da *.aml
Then work with the resulting *.dsl. You'll find you have less errors to deal with.

 

----

 

You might want to be certain you have an up-to-date iasl. You can build my version as follows:

 

cd ~/Documents
git clone https://github.com/RehabMan/acpica.git iasl.git
cd iasl.git
make
sudo make install
Link to comment
Share on other sites

 Share

×
×
  • Create New...