Contribute
Register

DSDT errors from SONY VAIO VPCBE2M1E

Status
Not open for further replies.
Joined
Jul 8, 2014
Messages
239
Motherboard
msi ge60 2pc (apache)
CPU
i5 4200h/HM86
Graphics
intel HD 4600/NVIDIA GTX850/1080p
Mobile Phone
  1. Android
Hi, I've got extracted the DSDT from my laptop all well but i've got some many errors that i can't fix with the syntax patches from rehab man repo thanks

View attachment DSDT.dsl.zip
 
Hi, I've got extracted the DSDT from my laptop all well but i've got some many errors that i can't fix with the syntax patches from rehab man repo thanks

View attachment 112896

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:
https://bitbucket.org/RehabMan/acpica/downloads
Code:
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 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:
https://bitbucket.org/RehabMan/acpica/downloads
Code:
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.

Yes the DSDT I extracted like this process I just rename GFX0 from IGPU but I've got so many errors tooView attachment DSDT.dsl.zip
 
Here are the originals ones View attachment 112978

What version of Linux did you use to extract these files? What laptop is this?

There are many problems with these files almost to the point they seem corrupt...

Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

System: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
System: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.
 
What version of Linux did you use to extract these files? What laptop is this?

There are many problems with these files almost to the point they seem corrupt...

Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

System: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
System: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.
now is in my signature, I extracted by the last version of ubuntu 14 the computer is in signature. Thanks for all
 
now is in my signature, I extracted by the last version of ubuntu 14 the computer is in signature. Thanks for all

I think you should re-extract... Also, do you have the latest BIOS?
 
Status
Not open for further replies.
Back
Top