Jump to content

fluid | fixed

koliberK

koliberK

Member Since 24 Nov 2010
Offline Last Active Apr 13 2013 10:06 PM
-----

In Topic: OS X 10.8.3 all Builds !

16 March 2013 - 11:18 AM

Hi,
I got Ausu P5Q-E with Q9550, EVGA GTX 280SSC and Audio AD2000B Intel 82801JB ICH10.
After update I lost audio, but replace my appleHDA.kext with this package ALC889 AppleHDA 2.3.7 (from 10.8.3 12D44 beta) and sound is back.

In Topic: iMessage not working - iCloud/Internet etc working - Changed boot.plist file...

04 February 2013 - 11:37 AM

View Postdtcalvin, on 28 January 2013 - 02:10 PM, said:

thanks!! i modified my apple id account from NONE to VISA cc,and it worked!! just activated on hacintosh without a login onto ios devices!!

This help me as well, with the presence of /Extra/modules/FileNVRAM.dylib and new chameleon v2.2 r.2181 :)

In Topic: [Help] Dell Latitude E6400

05 December 2012 - 12:18 AM

View Postffrlr, on 04 December 2012 - 06:58 PM, said:

From reading the posts, I believe I need to install a bootloader on the E6400 drive, but it seems all the links are now dead, could someone (KoliberK perhaps who was kind enough to create the image) give me a clue as to which bootloader I need and where it is available from? and how to install it.

Hi Tony,
try Chameleon r2137 from http://onehalfkiller.com/?p=605 or my dropbox https://www.dropbox....bbbw/0PGV1VtsZh

In Topic: [Help] Dell Latitude E6400

01 November 2012 - 03:16 PM

In this image you have 2 users, one is tomek, other is E6400.
Try to logout, and then to login use second user E6400 with password dell.

View PostMrBryan, on 30 October 2012 - 06:46 AM, said:

Thanks -- you don't just have the admin password for that user? I managed to switch it to english just by going through menus and guessing.

nevermind that worked fine. Thanks

In Topic: USB 3.0 card - ASM1042 OS X drivers from Highpoint(Mac)

21 October 2012 - 10:21 PM

Will this work on other Asus boards? I have P5Q-E.

View PostRiley Freeman, on 14 September 2012 - 11:52 AM, said:

Working fine on my new Asus board. There's a DSDT edit needed in order to prevent the ports immediately waking the computer from sleep. Thanks to mlydinesh@ for posting the kexts and info on osx86.net.

First, use IORegistryExplorer to find your USB3 ports. You'll know by the vendor/device id. Then place the following code into each instance.

Method (_DSM, 4, NotSerialized)
					{
						Store (Package (0x0A)
							{
								"AAPL,clock-id",
								Buffer (One)
								{
									0x02
								},
								"AAPL,slot-name",
								Buffer (0x07)
								{
									"Slot-4"
								},
								"name",
								Buffer (0x18)
								{
									"ASMedia XHCI Controller"
								},
								"model",
								Buffer (0x28)
								{
									"ASMedia ASM1042 USB 3.0 xHCI Controller"
								},
								"device_type",
								Buffer (0x0F)
								{
									"USB Controller"
								}
							}, Local0)
						DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
						Return (Local0)
					}


Here's a pic of my DSDT showing where I put them. I removed the slot-name attribute as these are onboard ports, so I didn't want them showing up in the PCI Cards section of System Profiler. The name, model and device_type attributes are all optional and cosmetic. Only clock-id is required to fix sleep.

The only remaining issue is any storage devices attached to the USB3 ports will be improperly removed on wake.

kernel[0]: [0xffffff8018d7d400](0)/(5) Device not responding
kernel[0]: disk3s1: media is not present.


P.S. CalDigitHDProDrv.kext comes with 10.8 (and maybe earlier).

© 2013 InsanelyMac  |   News  |   Forum  |   Downloads  |   OSx86 Wiki  |   Mac Netbook  |   Web hosting by CatN  |   Designed by Ed Gain  |   Logo by irfan  |   Privacy Policy