![]() |
|
#1
|
||||
|
||||
Alright, it worked for my high speed bus EHCI (shows up as built in) but didn't work for normal USB UHCI (still shows as expansion)
Update: Well, actually, only the bus where my keyboard and mouse are listed shows as expansion but all the other busses (including high speed) show as built-in. Any ideas? Snow Leopard 10.6.7 Gigabyte GA-P35-DS3P Intel Q6600 @ 3Ghz Corsair CM2X2048-6400DHX Gigabyte HD5770 Silent Cell Samsung SyncMaster 2494SW ALC889a Creative T5400 5.1 Maxtor 380215AS Pioneer DVR-215D Presonus Inspire 1394 KRK Rokit 5 Wacom Bamboo One SL USB Guide => http://www.infinitemac.com/f57/guide...k-drive-t3705/ Last edited by Snow; 08-31-2009 at 08:21 PM. |
#2
|
||||
|
||||
1 USB bus shows up as expansion so I reckon code for this bus is missing in my dsdt.
Seems the device id code needs to be 37 so shall I just add another bus, like USB6 or? USB-bus: Locatie hostcontroller: Uitbreidingssleuf Besturingsbestand hostcontroller: AppleUSBUHCI PCI-apparaatcode: 0x2937 PCI-revisiecode: 0x0002 PCI-fabrikantcode: 0x8086 Busnummer: 0x1a compared to USB-bus: Locatie hostcontroller: Ingebouwde USB-interface Besturingsbestand hostcontroller: AppleUSBUHCI PCI-apparaatcode: 0x3a36 PCI-revisiecode: 0x0002 PCI-fabrikantcode: 0x8086 Busnummer: 0x5d Thx Update: Got it! Name ADR strings were wrong for USB3 and US31. All ok now. Going to remove the code from boot.plist. Locatie hostcontroller: Ingebouwde USB-interface Besturingsbestand hostcontroller: AppleUSBUHCI PCI-apparaatcode: 0x3a37 PCI-revisiecode: 0x0002 PCI-fabrikantcode: 0x8086 Busnummer: 0x1a I can finally use my sleep button on keyboard now to wake up (just like in windows) Thx for guiding all! Snow Leopard 10.6.7 Gigabyte GA-P35-DS3P Intel Q6600 @ 3Ghz Corsair CM2X2048-6400DHX Gigabyte HD5770 Silent Cell Samsung SyncMaster 2494SW ALC889a Creative T5400 5.1 Maxtor 380215AS Pioneer DVR-215D Presonus Inspire 1394 KRK Rokit 5 Wacom Bamboo One SL USB Guide => http://www.infinitemac.com/f57/guide...k-drive-t3705/ Last edited by Snow; 08-31-2009 at 09:08 PM. |
#3
|
|||
|
|||
[quote=Snow;32957]
Update: Got it! Name ADR strings were wrong for USB3 and US31. All ok now. Going to remove the code from boot.plist. /QUOTE] I forgot about that mine were the wrong way round too. Did you use windows Patcher02Beta5 to create your dsdt.aml? |
#4
|
|||
|
|||
Gelukwens!
I've tried everything. Just can't get my system to even sleep let alone waking up ![]() Core2Quad / MSI P45 Neo2-FR / HD4870 / Snow Leopard |
#5
|
|||
|
|||
@mormegil
Are you using the sleepenabler.kext for snow leopard? Also required would be nullcpupowermanagement.kext as sleep enabler will conflict with powermanagement. I don't have the board you are using but I have read a lot of post from people that do, seems to be pretty good board for osx86. GA EP35-DS3P - Intel Q9550 - 2 X 2GB Dominator 1066Mhz, EVGA 8800GTS 512MB 2x320Gb SATA in Software Raid 0, 1x1.5TB for Time machine and storage (Geekbench 6293) 10.6 Retail 64bit Using DSDT for audio-889a, video-8800gts, ethernet w/TM fix, USB fix, and SATA fix. MacBook 2,1 - 10.6 Retail MacBook 3,1 - 10.6 Retail |
#6
|
|||
|
|||
Quote:
![]() Yeah this board has been very compatible with OSX. It applies to all P45 boards I think. SATA and ethernet works out of the box. Sound works great by patching AppleHDA. Now I have suspend-to-ram ![]() Core2Quad / MSI P45 Neo2-FR / HD4870 / Snow Leopard |
#7
|
||||
|
||||
Mormegil, double check if you have all the right kexts loaded (SL compability)
fakesmc IOAHCIBlockStorageInjector NullPowerManagement OpenHaltRestart PlatformUUID SleepEnabler proper dsdt! kextutility built proper mkexts? Snow Leopard 10.6.7 Gigabyte GA-P35-DS3P Intel Q6600 @ 3Ghz Corsair CM2X2048-6400DHX Gigabyte HD5770 Silent Cell Samsung SyncMaster 2494SW ALC889a Creative T5400 5.1 Maxtor 380215AS Pioneer DVR-215D Presonus Inspire 1394 KRK Rokit 5 Wacom Bamboo One SL USB Guide => http://www.infinitemac.com/f57/guide...k-drive-t3705/ |
#8
|
||||
|
||||
Long time ago but I think so yeah.
Snow Leopard 10.6.7 Gigabyte GA-P35-DS3P Intel Q6600 @ 3Ghz Corsair CM2X2048-6400DHX Gigabyte HD5770 Silent Cell Samsung SyncMaster 2494SW ALC889a Creative T5400 5.1 Maxtor 380215AS Pioneer DVR-215D Presonus Inspire 1394 KRK Rokit 5 Wacom Bamboo One SL USB Guide => http://www.infinitemac.com/f57/guide...k-drive-t3705/ |
#9
|
|||
|
|||
I have used ACPI Patcher in windows because it allows you to do more fixes. The names (USB3), (US31) are arbitrary, whats important is the address.
As I said in the original post:"pay attention to the usb device with address 0x001D0003, for me it was US31, dont edit this device." On another note, Has anyone seen an IOATA kexts yet that works in 64bit? Would really like to disable AHCI mode in the bios. GA EP35-DS3P - Intel Q9550 - 2 X 2GB Dominator 1066Mhz, EVGA 8800GTS 512MB 2x320Gb SATA in Software Raid 0, 1x1.5TB for Time machine and storage (Geekbench 6293) 10.6 Retail 64bit Using DSDT for audio-889a, video-8800gts, ethernet w/TM fix, USB fix, and SATA fix. MacBook 2,1 - 10.6 Retail MacBook 3,1 - 10.6 Retail |
#10
|
|||
|
|||
Quote:
|