#1
|
||||
|
||||
10.6 retail problem with 8500GT, ALC889a & CMOS reset
After some troubels I finaly managed to install retail 10.6. I used DSDT patcher and Chameleon 2RC3. I've put gfx hex (made by OSx86 tools) in com.apple.Boot.plist
1. After next boot I've tryed to change resolution in Display settings (offered me all resolutions) but after resolution change I get blue screen. After restart allso blue screen (I have to boot with -x to boot with 1024x768. I need 1280x1024x32@75Hz) Does OSX put resolution values in some file?? 2. What .kext to use for sound? 3. How to remove CMOS reset after every boot? configuration: MBO: GA P35-DS3R GFX: nVidia 8500GT 512 2 SATA HDD IDE DVD RW DL 4GB RAM com.apple.Boot.plist in /Extra Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Graphics Mode</key> <string>1280x1024x32</string> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>None</string> <key>Timeout</key> <string>1</string> <key>device-properties</key> <string>6c0200000100000001000000600200000d00000002010c00d041030a01000000010106000001 0101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e000000 2 e0000006e5669646961204765466f7263652038353030204754204f70656e474c20456e67696e652 0 5b4546495d22000000400030002c006400650076006900630065005f00740079007000650000000b 0 00000646973706c6179100000004e00560043004100500000001800000004000000000003000c000 0 0000000007000000000e0000006e0061006d00650000000b000000646973706c6179140000004000 3 0002c006e0061006d0065000000120000004e5644412c446973706c61792d41100000006d006f006 4 0065006c0000001a0000006e5669646961204765466f72636520383530302047540e0000004e0056 0 050004d0000002000000001000000000000000000000000000000000000000000000000000000140 0 0000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d4220000000 4 00031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d6 1 63220000005600520041004d002c0074006f00740061006c00730069007a00650000000800000000 0 0002020000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5 6 44412c4e564d616322000000400031002c006400650076006900630065005f007400790070006500 0 0000b000000646973706c61791c0000006400650076006900630065005f007400790070006500000 0 0f0000004e5644412c506172656e74</string> </dict> </plist> PlatformUUID.kext AHCIPortInjector.kext ALCinject.kext AppleHDA.kext AppleIntelPIIXATA.kext ATAPortInjector.kext dsmos.kext fakesmc.kext IOAHCIBlockStorageInjector.kext LegacyHDA.kext NullCPUPowerManagement.kext OpenHaltRestart.kext I allso need drivers for USB WiFi Netgear WG111v3. Offitial drivers for 10.5 dont work. P.S. Sorry for my bad english |
#2
|
|||
|
|||
You can fix the cmos reset bug either by dsdt or by kext
kext available here http://www.kexts.com/cat/last.html dsdt explanation here http://netkas.org/?p=114 Also you don't need dsmos and fakesmc delete dsmos I would also delete Alcinject if I were you As to audio you have legacyHDA which if it is the right one you need either another kext "enabler" or again to edit your dsdt If your stuck with dsdt I'll help you |
#3
|
||||
|
||||
Tx for replay. I'll try edit DSDT and I'll remove ALCinject and dsmos.
What about gfx card? Why do I get blue screen after resolution change? |
#4
|
|||
|
|||
Quote:
I can point you to threads to enable audio and graphics via dsdt if you can't find them. |
#5
|
||||
|
||||
I have put code for 8500GT in DSDT & remove dsmos.kext but if dsmos is not in extensions folder boot stops after "waiting for dsmos"
|
#6
|
|||
|
|||
Quote:
Heres my list of files in /extra com.apple.Boot.plist DSDT.aml smbios.plist Extensions fakesmc.kext LegacyHDA.kext OpenHaltRestart.kext PlatformUUID.kext You shouldn't need anything else provided your graphics, audio, lan are in DSDT |
#7
|
||||
|
||||
I got audio & CMOS reset working, but I still dont have QE/CI. I followed tutorial on this forum but nothing works
i allso have strange problem with WG111v3 USB WiFi. After install Realtek client util shows that is connected to router, but Network prefs cant get IP from DHCP. It got self asigned IP. If I put manual adresses it shows connected in Network prefs but Safari cannt connect to internet (in leo everything is working OK) |
#8
|
|||
|
|||
Quote:
|
#9
|
||||
|
||||
Here is my DSDT.dsl try to look at it, maybe You figure it out why gfx doesn't work
|
#10
|
|||
|
|||
Quote:
Just a thought though, you do know that snow doesn't give details of QE/CI in system profiler, you have to test it using something that uses open gl, I believe frontrow is one such app if it runs you have QE otherwise I believe it crashes, or running xbench is probably a good idea Or you can have a look at my dsdt it's not my work it's based on a mac pro and I've added a couple of things, as far as I can tell everything works including things like smbus, speedstep etc. If you used it you would have to alter graphics and audio, but most importantly the cpu speeds for speedstep. As for your wifi try reading these two threads http://www.infinitemac.com/f7/proble...-mainly-t4485/ http://www.insanelymac.com/forum/ind...=#entry1306426 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. Last edited by Ianxxx; 12-14-2009 at 10:18 PM. |