Contribute
Register

DSDT for Asus Maximus V GENE Z77 ! :)

Status
Not open for further replies.
@AngelFox
i have something like this:
drwxr-xr-x@ 3 root wheel 102B Jul 3 19:56 MSRDumper.kext

and now what? what does it mean?
 
that means that you did the chown command correct.

Root is the "can do will do anything" admin user on a unix/linux system

basically when you write sudo then you impersonate the root user for the command that follows
 
ok. when i try to run " sudo kextload MSRDumper.kext" command to run the MSRDumper, i have this :
Mmmkas-Mac-Pro:~ mmmka$ sudo kextload MSRDumper.kext
/Users/michaelh/MSRDumper.kext failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).

i think the directory is wrong... but i dont know, how i can change it to system/library/extensions


why is the kext failed to load?
 
ok try this.

have 2 terminal windows open.

in window one you write " tail -f /var/log/kernel.log "
this will show you the kernel log and also keep it open and write every new addition to the log file

in windows two run " sudo kextload MSRDumper.kext "
now if the first terminal window shows something like this.

Code:
May 12 20:30:02 MacMans-MacBook-Pro kernel[0]: MSRDumper CoreMulti(31) 
May 12 20:30:02 MacMans-MacBook-Pro kernel[0]: MSRDumper PStatesReached: 8 11 15 19 23 25 26 27 28 29 30 31 33 34

then you are good.
if not then copy the last 15 lines here and many that can help us
 
thx!
i have this:

Jul 3 21:53:56 Michaels-Mac-Pro kernel[0]: MSRDumper CoreMulti(16)
Jul 3 21:53:56 Michaels-Mac-Pro kernel[0]: MSRDumper PStatesReached: 16 34

does it mean, that multiplicator is 16x or 34x? tomorrow i'll try to reinstall os with new dsdt, hope speedstep /sleep-wake will work :)

THX a lot, AngelFox!
 
np :)

is means that you have some limited powermanagment/speedstepping going on
your cpu will either run at 1.6gHz or 3.5gHz depending on how much load there is on your cpu
 
Hi everyone,

there is a problem with wake from sleep video performance and speed steep slow down.
Diablo 3 run slow after wake from sleep.
Speedstep only goes up to x36.

have to reboot computer to get back

full video performance
speed step MSRDumper PStatesReached: 16 17 18 19 20 38
 
will there be more stable support on this Mobo with mountain lion?
 
The mobo is pretty solid already its mostly small stuff that are left IMHO

About ml only time will tell.
 
Has anyone made any additional progress with this board?

PS: It would be amazing if someone could make a step by step tutorial compiling all of the information in this thread together into one guide. I know the information is all here, its just scattered about. Kudos to whoever takes it upon themselves!
 
Status
Not open for further replies.
Back
Top