Contribute
Register

USB Start-up Problem (aka the Audio problem)

Status
Not open for further replies.
Joined
Feb 26, 2011
Messages
15
Motherboard
Gigabyte H87-D3H
CPU
i5-4670
Graphics
GT 210
Mac
  1. MacBook
Mobile Phone
  1. Android
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!
 
Joined
Nov 10, 2012
Messages
205
Motherboard
Gigabyte GA-Z97-HD3
CPU
i7-4790
Graphics
HD 7970
Mobile Phone
  1. iOS
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
 

toleda

Moderator
Joined
May 19, 2010
Messages
22,914
Motherboard
Asus Maximus VII Impact
CPU
Core i7-4770K
Graphics
RX 560 + HD4600
Mac
  1. iMac
  2. MacBook Pro
  3. Mac mini
Classic Mac
  1. 512K
  2. LC
  3. Power Mac
Mobile Phone
  1. iOS
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.
 
Joined
Sep 29, 2013
Messages
1
Motherboard
OS X 10.8.5
CPU
Celeron G1610
Graphics
Asus GeForce EN210 Silent 1GB
Mac
Classic Mac
Mobile Phone
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.
 
Joined
Jan 7, 2011
Messages
22
Motherboard
MSI H57M-ED65
CPU
i7-870
Graphics
GT 710
Mac
  1. Mac Pro
Mobile Phone
  1. iOS
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,
 
Joined
Mar 1, 2012
Messages
35
Motherboard
10.8.5
CPU
i7 2600k
Graphics
nVidia gforce 210
Mac
  1. Mac Pro
Classic Mac
Mobile Phone
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! :)
 

toleda

Moderator
Joined
May 19, 2010
Messages
22,914
Motherboard
Asus Maximus VII Impact
CPU
Core i7-4770K
Graphics
RX 560 + HD4600
Mac
  1. iMac
  2. MacBook Pro
  3. Mac mini
Classic Mac
  1. 512K
  2. LC
  3. Power Mac
Mobile Phone
  1. iOS
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.
 
Joined
Nov 23, 2011
Messages
33
Motherboard
GA-Z68XP-UD3 LGA
CPU
Intel Core i7-2600 Processor 3.4GHz 8 MB Cache Socket LGA1155
Graphics
EVGA GeForce GTX 680 2048MB GDDR5
Mac
  1. iMac
  2. Mac Pro
Classic Mac
Mobile Phone
  1. iOS
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
 
Joined
Mar 1, 2012
Messages
35
Motherboard
10.8.5
CPU
i7 2600k
Graphics
nVidia gforce 210
Mac
  1. Mac Pro
Classic Mac
Mobile Phone
Status
Not open for further replies.
Top