Jump to content

Medion e7220 Clover install 10.9.4 need some help with dsdt and fine tuning


Scandalous82
 Share

4 posts in this topic

Recommended Posts

Hi guys im pretty new here on Board. Im german so plz dont be so hard for bad english written by me here.

 

1. My Laptop is a Medion E7220 with a I3 2310M a HD3000 , 4Gb ram and 750Gb HDD and a normal Bios.

 

I used the AIO tut here on Board to get my 10.9.4 mac os x on my Laptop. The way to get the Install. app of mavericks was pretty hard but doesnt matter here and have nothing to do with my problems i got .

Now im at the point where have to Decompile my DSDT and SSDT aml.

I think my Laptop is working fine but not perfect.some things i dont understand are, when i click install iasl in Vietnam Tool i cant find it when installation is finished .so i downloaded the latest available iasl.zip from hackintoshosx.com.hope im allowed to write the sites name and brake no rule.Now i put the iasl file to desktop and there the 2nd problem occured.

when i write in terminal cd ~/Desktop  no such file or directory .When i put a file from the desktop in terminal window and the it shows me the path and i erase it till desktop like  /Users/Scandalous/Desktop/Hackintoshvietnam  to /Users/Scandalous/Desktop/ it works . When i write the same path by my own it doesnt work . i dont get it .

When im in Desktop and type the command ./iasl -da *.aml it shows command not found . so i stuck here.

 

Btw in EFI/Clover/ACPI/origin i have ssdt with 2x , 3x, 4x.aml  .should i rename them or better just erase the x .

 

Hope u can help .

 

Plz tell me if anything is needed for helping me

 

Thx a lot

Link to comment
Share on other sites

Hi, and Welcome.

 

Try extract your DSDT using Linux LivePen, and use this commands:

cd ~/Desktop
sudo apt-get update
sudo apt-get install acpidump
sudo acpidump > acpidump.out
sudo acpixtract -a acpidump.out

Linux will dump all available DSDT/SSDT tables to your Desktop. You just need to look for the DSDT and SSDTs, rename the extension from .dat to .aml (AML) and save it onto your USB.

Link to comment
Share on other sites

Thx but itreid another way .I put the iasl file per drag and drop into terminal window and added the rest of the command -da *.aml and it worked.

I decompiled the DSDT and the SSDTs , loaded them into MACiasl.

did i had to rename the SSDT-2x.aml and other SSDTs with the x first to SSDT-2.aml or can i rename them after compiling with MACiasl?

And the 1st gernated SSDT which is in ACPI/patched .Leave or erase? For a newbie like its not really clear .

 

 

In Compiler Summery for DSDT i got 12 warning 5 remarks and about 2224  optimizations .Should i put hands on it or leave it like it is?

Thx  for helping me

Link to comment
Share on other sites

did i had to rename the SSDT-2x.aml and other SSDTs with the x first to SSDT-2.aml or can i rename them after compiling with MACiasl?

 

In Compiler Summery for DSDT i got 12 warning 5 remarks and about 2224  optimizations .Should i put hands on it or leave it like it is?

Thx  for helping me

 

Use this command for SSDT, forget this others.

curl -o ssdtPRGen.sh https://raw.githubusercontent.com/Piker-Alpha/ssdtPRGen.sh/master/ssdtPRGen.sh
chmod +x ssdtPRGen.sh
./ssdtPRGen.sh

And save rename the file generate for SSDT.aml, and put in EFI/CLOVER/ACPI/patched

 

About erros, see this guide: DSDT/SSDT: Edit using MacIASL

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...