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.
- InsanelyMac Forum
- Viewing Profile: Posts: koliberK
koliberK
Community Stats
- Group Members
- Active Posts 41
- Profile Views 671
- Member Title InsanelyMac Protégé
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Male
-
Location
UK
Contact Information
-
Website URL
http://
6
Neutral
Latest Visitors
In Topic: OS X 10.8.3 all Builds !
16 March 2013 - 11:18 AM
In Topic: iMessage not working - iCloud/Internet etc working - Changed boot.plist file...
04 February 2013 - 11:37 AM
In Topic: [Help] Dell Latitude E6400
05 December 2012 - 12:18 AM
ffrlr, 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.
Try to logout, and then to login use second user E6400 with password dell.
MrBryan, 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
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.
Riley 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.
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.
P.S. CalDigitHDProDrv.kext comes with 10.8 (and maybe earlier).
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).
- InsanelyMac Forum
- → Viewing Profile: Posts: koliberK



Sign In
Create Account

Find content