27sharp Posted October 9, 2014 Share Posted October 9, 2014 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 G510Motherboard Chipset: Intel HM86 (Lynx Point)CPU: Intel® Core i7-4700MQ CPU @ 2.40GHzRam: DDR3 8GB SODIMMGraphic: Intel HD 4600/AMD Radeon 8670mWlan: Atheros Communications AR9565 Wireless Network Adapter Thanks in advance. dsdt.aml.zip Link to comment https://www.insanelymac.com/forum/topic/301404-lenovo-g510-untouched-dsdt-error-problem/ Share on other sites More sharing options...
RehabMan Posted October 9, 2014 Share Posted October 9, 2014 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 https://www.insanelymac.com/forum/topic/301404-lenovo-g510-untouched-dsdt-error-problem/#findComment-2067840 Share on other sites More sharing options...
27sharp Posted October 9, 2014 Author Share Posted October 9, 2014 (edited) Thanks. Would it be work if I boot linux from a USB or it is necessary to instal it on a HDD? And how can I fix the errors after that? Could you please do it for me? Edited October 9, 2014 by 27sharp Link to comment https://www.insanelymac.com/forum/topic/301404-lenovo-g510-untouched-dsdt-error-problem/#findComment-2067842 Share on other sites More sharing options...
Recommended Posts