Contribute
Register

USB Start-up Problem (aka the Audio problem)

Status
Not open for further replies.
I experienced this exact problem only after I installed a NVidia GT 210 in my new 10.8.5 system (I need it for VGA-out) and used HDAEnabler1.kext.

Motherboard: Gigabyte H87-D3H

Codec: ALC892

org.chameleon.Boot.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>SkipIntelGfx</key>
<string>Yes</string>
<key>SkipAtiGfx</key>
<string>Yes</string>
<key>Boot Banner</key>
<string>No</string>
<key>ShowInfo</key>
<string>No</string>
<key>GUI</key>
<string>No</string>
<key>Kernel Flags</key>
<string>dart=0 darkwake=No -v</string>
<key>Timeout</key>
<string>5</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
</dict>
</plist>

list of non-native kexts installed:
- FakeSMC 5.3.820
- AppleHDA patched with Multibeast 5.5.2

Enabling the chip via SSDT works fine, thx!
 
No remove the flag; leave Kernel Flag empty.
<key>Kernel Flags</key>
<string></string>

If you are inclined, restore your system back to the USB start-up problem. Test if the presence of darkwake produces the problem.

Multibeast installs the "darwake=0" when you select the NO DSDT option, so that is why I had it installed. Deleted it with no change or problems associated. However once I installed the incremental update (10.8.5 1.0) I had to implement the workaround again...as expected( the USB start-up problem reappeared after using Multibeast to install the sound kext). That kernel flag has no apparent effects on my system installed or not installed/

Spang1974
 
Multibeast installs the "darwake=0" when you select the NO DSDT option, so that is why I had it installed.

That kernel flag has no apparent effects on my system installed or not installed/
Helpful. Thanks.
 
thank you, it works!
problem occurs when i replace hd 5450 card with geforce 210.

my spec: P8B75-M LX Plus / G1610 / Asus GeForce EN210 Silent 1GB.
 
Hi Toleda,

I have the same problem of "long boot, delayed working keyboard and mouse".
I use a Geforce 210 graphic card.


I tried to use your work around (audio sddt-hdae-1.zip or ssdt-hdae-2.zip) : same result --> a fast boot but...no audio anymore. So I came back to HDAEnabler-1 which works with a long boot. :)

1- Motherboard : MSI H57M-ED65
2. codec : ALC889
3. org.chameleon.Boot.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>PCIRootUID=0 -v</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GUI</key>
<string>No</string>
</dict>
</plist>

4. S/L/E/HDAENABLER1.kext (my audio works!), and I used Multibeast "No DSDT" installation.

I would like to understand what is the problem with this damned 210 graphic card... :(

Thank you Toleda for your work !
Regards,
 
Just made a clean install with great success. I've got audio without the start-up problem, using ssdt-hdae-2 in Extra folder and deleted HDAenabler1.kext...

1. Motherboard: GA-H61M-S2PV Rev 2.0 FD Bios (Dual UEFI Bios)
2. Codec: ALC887
3. org.chameleon.Boot.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>darkwake=0</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>UseKernelCache</key>
<string>Yes</string>
</dict>
</plist>
4. Non Native multibeast kexts: AtherosFix.kext & IO80211Family needed to activate wireless, I am also using airportd from 10.8.3 or else I can't login

...Thanks! :)
 
My USB 2.0 is very slow when transfering large files to my USB flash drive. Its about 30 mb per 5 seconds but no problems when I reverse the transfer from USB flash drive to internal HD. I also have a Geforce 210 1024mb graphics card and I am experiencing graphics lag when watching flash related videos online. Don't know if its off topic but I thought it might needed mentioning due to this problem being USB related and a lot of others having a Geforce 210 card...Thanks!
All off topic.
 
Hi,

I am not sure if this helps you narrow down a root cause. After the 10.8.5 supplemental update I updated nvidia web drivers along with a cuda update. After a reboot I immediately experience the symptoms you describe above along side non mounting firewire drives.

In my case rolling back cuda and removing nvidia web driver restored my audio and fixed the usb and firewire issues.

Motherboard - GA-Z68XP-UD3 LGA

Audio - Realtek ALC889 codec

Plist -
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>darkwake=0</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>UseKernelCache</key>
<string>Yes</string>
</plist>

Kext Files

FakeSMC
AppleHDA
CUDA
IOAcceleratorFamily2

Probably a lot more but I am not on my mac
 
Status
Not open for further replies.
Back
Top