![]() |
Idened 10.6 Lite worked on GIGABYTE GA-EX58-UD3R
Hi there,recently i have installed(2 days before)Ideneb 10.6 Lite on my pc and it seems to work after a lot of reading and experimentation for a newbie like me. :-[ :-[
GIGABYTE GA-EX58-UD3R CPU: i7-920 LGA1366 CORSAIR TR3X6G1600C8 XMS3 DDR3 6GB (3X2GB) PC3-12800 (1600MHZ) TRIPLE CHANNEL KIT GAINWARD 0636 GEFORCE GTX285 1GB HDMI PCI-E Still lot of work to do and fixes also,so i am gonna need your precious help. Usb-camera Lifecam vx-1000 working with SonixSN9C102pWebcam Audio working with AppleHDA.kext Mouse and keyboard ok Shutdown ok and Restart ok. Now the Nvidia card.During installation and customizing i used NV Darwin Enabler and GT200 option and it works. 2 Questions,please your help: The Graphics card really fully works?I think its is.But why unknown in specs?Does it matter? http://img641.yfrog.com/img641/596/picture1yy.jpg And the RAM specs,why only 400? http://img29.yfrog.com/img29/1636/picture1xi.jpg |
Anyone please ?
|
Use latest Chameleon / PC_EFI with smbios.plist to fix system infos like RAM detection - be sure to have no patche AppleSMBIOS or related kext solution at the same time.
Anyway this is just visual issue. |
Quote:
Thank you,i will try the fix.(If i can manage to do it of course :-) ) EDIT: I fix RAM info with osx86tools but Video card not yet......Dont know how to do it. |
NVDarwin is as you wrote yourself just an enabler - a card model name unknown to NVDarwin can't be injected to the system using it. But this doesn't matter as long as you have full accerlation and correct VRAM beeing detected.
If you still want to change it you can use the OSx86 Tools to create a custom EFI String for GFX instead of using nvdarwin - the model name value is free form - you can enter whatever you want & it will be displayed in the System-Profiler. ;) |
Thank you very very much my friend for your help.I will try the EFI String for GFX thing and report back.
Another small issue i want to ask about,is how to use DSDT_patcher (because unfortunately in activity monitor the mac pc detects only one core and not 4),i have read that i have to use a pathced DSDT. For that,do i have to enable it (tick it) during the installing menu-->customize of the ideneb? or i can do it even now through that process Code:
http://www.infinitemac.com/f5/quad-core-anyone-t2968/post29222.html Thank you again. |
Get latest DSDT Patcher by fassl from here:
http://www.projectosx.com/forum/index.php?showtopic=121 Just drop it to the Terminal to use it. If everything wents fine it will read out the DSDT Table for your system and will be able to do some optimizations for use with Darwin/OS X including CPU Aliases fix which should make your cores to work. You might need to remove cpus=1 from com.apple.Boot.plist, too... |
Maybe its something really hard for a newbie,so...i cant work it out.
I have downloaded the DSDT patcher from this post and tried to do the process Code:
http://www.infinitemac.com/f5/quad-core-anyone-t2968/post29222.html Code:
Getting the DSDT through ioreg... Code:
Fixing various Issues... Processor (P001, 0x01, 0x00000810, 0x06) {} Processor (P002, 0x02, 0x00000000, 0x00) {} Alias (P002, CPU2) I found only this: Code:
Processor (\_PR.CPU0, 0x00, 0x00000410, 0x06) {} Code:
/Users/bill/Desktop/DSDT_Patcher1.0.1e/DSDT\ Patcher /Users/bill/Desktop/dsdt.dsl and hit enter and then 0 for Darwin. Code:
Found an issue Edit with text edit the new dsdt.aml but CPU still there adn something like that: L _PR_[É P001 [É P002 P002CPU2[É P003 [É P004 P004CPU4 with the CPU.... Any ideas? |
Dead end,i didint manage to do it.I will try harder in the future.
Thanks anyway all of you guys and especially Imkantus for his precious help so far. |
Sorry I have been quite busy during the last weeks.
Well all you need to do with the DSDT.aml to have it beeing injected to your sysem is to put it into the /Extra folder (if present) or to the root (/) of your OS X drive. ;) If your System-Profiler still shows just one core, be sure to not have cpus=1 as Kernel Flag in com.apple.Boot.plist PS: If you want to edit it do not edit DSDT.aml - the DSDT table is written in AML language - you need to dissassemble it using "iasl -d DSDT.aml" command to be able to edit it - output should be DSDT.dsl - and afterwards reassemble it to be DSDT.aml again using "iasl -ta DSDT.dsl" Happy further trying around. ;) /Edit: Get latest (!) DSDT Patcher from here: http://www.projectosx.com/forum/index.php?showtopic=121 - it will do the work beeing adviced here: http://www.infinitemac.com/f5/quad-c...post29222.html for you. :) |