InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   OHCI built-in fix (http://infinitemac.com/showthread.php?t=6477)

dragonspeed 02-15-2011 03:28 AM

Quote:

Originally Posted by wastez (Post 52261)
Does anyone fix the problem with ohci? Because i canīt get it working.....

Thx & Greetz

This one works for me (with sleep)

Device (USB0)
{
Name (_ADR, 0x00020000)
Method (_S1D, 0, NotSerialized)
{
Return (One)
}

Method (_S3D, 0, NotSerialized)
{
If (LEqual (OSFL, 0x02))
{
Return (0x02)
}
Else
{
Return (0x03)
}
}

Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"device-id",
Buffer (0x04)
{
0x34, 0x3A, 0x00, 0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}

wastez 02-15-2011 11:24 AM

Thx i will try it.... Hope this works because i tried so much and nothing seems to work....

wastez 02-16-2011 09:25 AM

I tried this too but it also doesnīt work.....
Iīve no idea anymore to get it working.....

Thx & Greetz

Imkantus 02-18-2011 04:13 PM

Quote:

Originally Posted by wastez (Post 52749)
Iīve no idea anymore to get it working.....

You can use this IOUSBFamily.kext it will force OHCI/EHCI to be recognized as internal. http://osx86.co/f36/usb3-capable-iou...sb3-fix-t6782/