InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   UHCI/EHCI Built in with dsdt fix (http://infinitemac.com/showthread.php?t=3849)

Snow 08-31-2009 12:13 PM

Alright bro, I'll check it out, thx.

Snow 08-31-2009 12:27 PM

Alright, found the culprit, I had a wrong } set somewhere so fixed.

Thx for infol all and I'll try the aml on the next reboot.

Oh and do I still need this code in my com.apple.boot.plist with this fix?

Code:

<key>EHCIacquire</key>
<string>Yes</string>
<key>UHCIreset</key>
<string>Yes</string>
<key>USBBusFix</key>
<string>Yes</string>


aed0101@hotmail 08-31-2009 02:25 PM

Thank you! Worked like a charm (though I got 98 syntax errors - will sort them out later).

Offtopic: I use USB Bluetooth Dongle to connect my wireless mighty mouse. The option to enable Bluetooth mouse to wake up computer is grayed out as Bluetooth is detected as external device and not built-in. Maybe somebody knows if there is any chance to set it as built-in via DSDT or efi-string as we do with Ethernet.

wwbsox 08-31-2009 05:02 PM

@snow. I dont have those in my com.apple.boot.plist and everything is working.

Snow 08-31-2009 06:31 PM

rgr that bro, thx again ;)

Snow 08-31-2009 08:14 PM

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 08-31-2009 08:41 PM

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!

mormegil 08-31-2009 10:04 PM

Gelukwens!

I've tried everything. Just can't get my system to even sleep let alone waking up :(

wwbsox 09-01-2009 02:40 AM

@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.

Snow 09-01-2009 07:25 AM

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?