130 replies to this topic
#21
Posted 10 January 2009 - 12:46 PM
these are from my hasee laptop, mobo intel gm965. I've got errors in ssdt-0 and 1 while compiling... any suggestion on how to correct them?
#22
Posted 10 January 2009 - 02:24 PM
Hy all and thanks to ab__73,
That's a great idea !
About the /Extra folder management : i'm not so sure your bootloader will manage that because mackerintel version wasn't !
The only bootloader who actualy managing both /Extra and DSDT overide feature is netkas one (PCEFI v9). Unfortunatly i dont thinks Netkas as released
the source ! Would be great if you can patch PCEFI v9 with your diff.
Cheers
That's a great idea !
About the /Extra folder management : i'm not so sure your bootloader will manage that because mackerintel version wasn't !
The only bootloader who actualy managing both /Extra and DSDT overide feature is netkas one (PCEFI v9). Unfortunatly i dont thinks Netkas as released
the source ! Would be great if you can patch PCEFI v9 with your diff.
Cheers
#23
Posted 10 January 2009 - 02:24 PM
Attached Files
#24
Posted 10 January 2009 - 02:27 PM
I Don't know what to do so can someone help and mod these for me?
thanks.
thanks.
Attached Files
#25
Posted 10 January 2009 - 02:35 PM
#26
Posted 10 January 2009 - 02:48 PM
I have tried the patcher and I only get 2 files; SSDT-0 and SSDT-1.
Also, as trauma has pointed out, the bootloader does NOT support /Extra folder. I just found out the hard way.
I haven't tried loading the SSDT yet because I have to put the kexts in the extensions folder first.
My SSDT is attached below for anyone interested.
Also, as trauma has pointed out, the bootloader does NOT support /Extra folder. I just found out the hard way.
I haven't tried loading the SSDT yet because I have to put the kexts in the extensions folder first.
My SSDT is attached below for anyone interested.
Attached Files
#27
Posted 10 January 2009 - 07:32 PM
Dr. Hurt, on Jan 10 2009, 02:48 PM, said:
I have tried the patcher and I only get 2 files; SSDT-0 and SSDT-1.
Also, as trauma has pointed out, the bootloader does NOT support /Extra folder. I just found out the hard way.
I haven't tried loading the SSDT yet because I have to put the kexts in the extensions folder first.
My SSDT is attached below for anyone interested.
Also, as trauma has pointed out, the bootloader does NOT support /Extra folder. I just found out the hard way.
I haven't tried loading the SSDT yet because I have to put the kexts in the extensions folder first.
My SSDT is attached below for anyone interested.
@Dr Hurt
Could you post your DSDT file, it might help me fix a lot of dual core problems.
Once I've tidied up my code i'll post the source so that Netkas can implement it in the next netkas release.
I'm planning on doing this tomorrow.
Thanks in advance.
#28
Posted 10 January 2009 - 09:16 PM
ab___73
sleep not work for me after update 10.5.6. I do not know what else to try..
By the way, SMBIOS override should work with this version?
sleep not work for me after update 10.5.6. I do not know what else to try..
By the way, SMBIOS override should work with this version?
#29
Posted 10 January 2009 - 09:28 PM
ab___73, on Jan 10 2009, 12:10 AM, said:
Thanks very much for the dumps.
How did you extract the ssdt from the MP3.1?
It seems to be very different from normal i.e. 20 tables?
This dump even contains the cst (cstates) and ist (pstates) that are usually hard coded into the memory of the BIOS?
I would be very interested in the dsdt from the MP3.1, could you provide this also?
Thanks for your help. Great work (as always
)!!
--
AB
How did you extract the ssdt from the MP3.1?
It seems to be very different from normal i.e. 20 tables?
This dump even contains the cst (cstates) and ist (pstates) that are usually hard coded into the memory of the BIOS?
I would be very interested in the dsdt from the MP3.1, could you provide this also?
Thanks for your help. Great work (as always
--
AB
This one has 8 cores support (0,1,2,3,4,5,6,7).
Since there is 2 table for each CPU, there is lot of table and it's normal.
#30
Posted 10 January 2009 - 10:06 PM
here it is.
Attached Files
#31
Posted 10 January 2009 - 10:24 PM
r560_xan_ssdt.zip 3.66K
13 downloads my samsung r560 ssdts
#32
Posted 10 January 2009 - 10:59 PM
ab___73
My dream will be to have bootloader that supports all the latest features: DSDT override, SSDT override, Extra folder (so I will not have to mix additional kexts with system ones) and of course the most important for me SMBIOS override. I think it could be an universal bootloader for everyone.
SMBIOS override is so critical to me because I do not like AppleSMBIOSEFI or other injectors as they inject info they find somewhere and I want the ability to modify it (to write the right type and speed for my memory, add a serial, inject hardware vendors info and of course name my hack "MacPro 3,1")
See if you can try to do this or simply add these options to your bootloader.
My dream will be to have bootloader that supports all the latest features: DSDT override, SSDT override, Extra folder (so I will not have to mix additional kexts with system ones) and of course the most important for me SMBIOS override. I think it could be an universal bootloader for everyone.
SMBIOS override is so critical to me because I do not like AppleSMBIOSEFI or other injectors as they inject info they find somewhere and I want the ability to modify it (to write the right type and speed for my memory, add a serial, inject hardware vendors info and of course name my hack "MacPro 3,1")
See if you can try to do this or simply add these options to your bootloader.
#33
Posted 11 January 2009 - 10:56 AM
Could somebody post MacPro 1,1 SSDT and DSDT please since it's the closest SSDT with Intel Chipset ? (iMac 6,1 and 8,1 too if someone have them)
#34
Posted 11 January 2009 - 12:27 PM
#35
Posted 11 January 2009 - 01:28 PM
OneSman7, on Jan 10 2009, 10:59 PM, said:
ab___73
My dream will be to have bootloader that supports all the latest features: DSDT override, SSDT override, Extra folder (so I will not have to mix additional kexts with system ones) and of course the most important for me SMBIOS override. I think it could be an universal bootloader for everyone.
SMBIOS override is so critical to me because I do not like AppleSMBIOSEFI or other injectors as they inject info they find somewhere and I want the ability to modify it (to write the right type and speed for my memory, add a serial, inject hardware vendors info and of course name my hack "MacPro 3,1")
See if you can try to do this or simply add these options to your bootloader.
My dream will be to have bootloader that supports all the latest features: DSDT override, SSDT override, Extra folder (so I will not have to mix additional kexts with system ones) and of course the most important for me SMBIOS override. I think it could be an universal bootloader for everyone.
SMBIOS override is so critical to me because I do not like AppleSMBIOSEFI or other injectors as they inject info they find somewhere and I want the ability to modify it (to write the right type and speed for my memory, add a serial, inject hardware vendors info and of course name my hack "MacPro 3,1")
See if you can try to do this or simply add these options to your bootloader.
I share your dream, and will look into this...
#36
Posted 11 January 2009 - 01:33 PM
#37
Posted 11 January 2009 - 04:24 PM
#38
Posted 11 January 2009 - 06:18 PM
BlackCH, on Jan 11 2009, 05:24 PM, said:
Can you attach the ioreg from it? I like to compare it with mine. Muchisimas gracias!
sure, in this case i have only the dump via terminal, anyway hope it helps..
ioregdumpMP1_1.txt.zip 77.68K
61 downloads
#39
Posted 12 January 2009 - 06:14 PM
I know this question is off topic, but does anyone know when the next version of chameleon will be released, or at least what features it will have?
#40
Posted 13 January 2009 - 09:54 AM
my ssdt
Attached Files
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









