Contribute
Register

No Audio Devices - AppleHDA Realtek Audio

Terminal: diskutil list
Included in your Problem Reporting folder, Post #830.
Your previous note said Likely the wrong EFI was mounted. How can I ensure the correct EFI is mounted? diskutil list shows one in each of disk0/s1, disk2/s1, & disk3/s1.
 
Your previous note said Likely the wrong EFI was mounted. How can I ensure the correct EFI is mounted? diskutil list shows one in each of disk0/s1, disk2/s1, & disk3/s1.

If you use terminal to run the command diskutil list your output should show which disk is the one with your boot volume (On APFS it is actually called out as what the EFI disk is as Physical Store diskx1x2) The output for your should show something similar to the screenshot attached. In my case, on this boot, the correct EFI disk to mount is disk1s1 as I am on APFS. Note: My boot disk changes sometimes every restart so I check diskutil list each time I want to mount and tinker with my config.plist

Edit: Please excuse my AFPS typing dyslexia it's supposed to be APFS
 

Attachments

  • Screen Shot 2018-05-31 at 7.03.41 PM.png.pdf
    95.7 KB · Views: 61
@toleda,

I used Kextbeast and installed FakePCIID.kext and FakePCIID_Intel_HDMI_Audio.kext into L/E. Verified that those files are really there, and restarted. Still, no output device found, and still System Report/Audio shows a blank window.
 
hi guys, everytime when i trun on my computer, have to do mount EFI Mount v3 and restart system again to get audio working, sometimes need to do a few times. how to fix the problem? thanks
PC: Shuttle SH81R4
AUDIO : Realtek ALC662 5.1 channel High Definition Audio

The SH81R4 is equipped with an Intel® H81 Express Chipset.

Graphic: Intel HD Graphics 4400 1536 MB

below are what i did to get audio working:
  1. Downloads
    1. AppleALC_v1.1.2 or newer
    2. Lilu
  2. Copy to files to EFI/CLOVER/kexts/Other
  3. Restart
  4. Change output divice to green rear (using audio cable)
EFI.png
WX20180601-111019.png
WX20180601-111508.png


EFI/CLOVER/config.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>ACPI</key>
<dict>
<key>AutoMerge</key>
<true/>
<key>DSDT</key>
<dict>
<key>#DropOEM_DSM</key>
<dict>
<key>ATI</key>
<true/>
<key>Firewire</key>
<true/>
<key>HDA</key>
<true/>
<key>HDMI</key>
<true/>
<key>IDE</key>
<true/>
<key>IntelGFX</key>
<true/>
<key>LAN</key>
<true/>
<key>LPC</key>
<false/>
<key>NVidia</key>
<true/>
<key>SATA</key>
<true/>
<key>SmBUS</key>
<false/>
<key>USB</key>
<true/>
<key>WIFI</key>
<true/>
</dict>
<key>Debug</key>
<false/>
<key>Fixes</key>
<dict>
<key>AddDTGP</key>
<true/>
<key>AddHDMI</key>
<false/>
<key>AddIMEI</key>
<false/>
<key>AddMCHC</key>
<false/>
<key>AddPNLF</key>
<false/>
<key>DeleteUnused</key>
<false/>
<key>FakeLPC</key>
<false/>
<key>FixACST</key>
<false/>
<key>FixADP1</key>
<false/>
<key>FixAirport</key>
<false/>
<key>FixDarwin</key>
<false/>
<key>FixDarwin7</key>
<false/>
<key>FixDisplay</key>
<false/>
<key>FixFirewire</key>
<false/>
<key>FixHDA</key>
<true/>
<key>FixHPET</key>
<true/>
<key>FixHeaders</key>
<false/>
<key>FixIDE</key>
<false/>
<key>FixIPIC</key>
<true/>
<key>FixIntelGfx</key>
<false/>
<key>FixLAN</key>
<false/>
<key>FixMutex</key>
<false/>
<key>FixRTC</key>
<false/>
<key>FixRegions</key>
<false/>
<key>FixS3D</key>
<false/>
<key>FixSATA</key>
<false/>
<key>FixSBUS</key>
<false/>
<key>FixShutdown</key>
<false/>
<key>FixTMR</key>
<false/>
<key>FixUSB</key>
<true/>
<key>FixWAK</key>
<false/>
</dict>
<key>Name</key>
<string>DSDT.aml</string>
<key>ReuseFFFF</key>
<false/>
</dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>MATS</string>
</dict>
</array>
<key>HaltEnabler</key>
<false/>
<key>SSDT</key>
<dict>
<key>DropOem</key>
<false/>
<key>Generate</key>
<dict>
<key>CStates</key>
<false/>
<key>PStates</key>
<false/>
</dict>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>dart=0</string>
<key>Debug</key>
<true/>
<key>DefaultVolume</key>
<string>MacPc</string>
<key>Legacy</key>
<string>PBR</string>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>3</integer>
<key>XMPDetection</key>
<string>NO</string>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<string>3</string>
</dict>
<key>FakeID</key>
<dict>
<key>ATI</key>
<string>0x0</string>
<key>IMEI</key>
<string>0x0</string>
<key>IntelGFX</key>
<string>0x0</string>
<key>LAN</key>
<string>0x0</string>
<key>NVidia</key>
<string>0x0</string>
<key>SATA</key>
<string>0x0</string>
<key>WIFI</key>
<string>0x0</string>
<key>XHCI</key>
<string>0x0</string>
</dict>
<key>USB</key>
<dict>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>
<key>UseIntelHDMI</key>
<false/>
</dict>
<key>DisableDrivers</key>
<array>
<string>Nothing</string>
</array>
<key>GUI</key>
<dict>
<key>Hide</key>
<array>
<string>Windows</string>
<string>BOOTX64.EFI</string>
</array>
<key>Language</key>
<string>en:0</string>
<key>Mouse</key>
<dict>
<key>Enabled</key>
<true/>
<key>Speed</key>
<integer>8</integer>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<string>First</string>
<key>Tool</key>
<true/>
</dict>
<key>ScreenResolution</key>
<string>1920x1080</string>
<key>Theme</key>
<string>tonymacx86</string>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>#FakeCPUID</key>
<string>0x010676</string>
<key>AppleIntelCPUPM</key>
<true/>
<key>AppleRTC</key>
<true/>
<key>KernelCpu</key>
<false/>
<key>KernelLapic</key>
<false/>
<key>KernelPm</key>
<true/>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>External icons patch</string>
<key>Find</key>
<data>
RXh0ZXJuYWw=
</data>
<key>Name</key>
<string>AppleAHCIPort</string>
<key>Replace</key>
<data>
SW50ZXJuYWw=
</data>
</dict>
</array>
</dict>
<key>RtVariables</key>
<dict>
<key>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x3</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>BiosVersion</key>
<string>IM142.88Z.0123.B00.1708211454</string>
<key>ProductName</key>
<string>iMac14,2</string>
<key>SerialNumber</key>
<string>C02LR7T3FLHH</string>
<key>Trust</key>
<false/>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Detect</string>
<key>InjectSystemID</key>
<true/>
<key>NvidiaWeb</key>
<false/>
</dict>
</dict>
</plist>
 
Change output divice to green rear (using audio cable)
Your screenshot of the Sound Output shows Headphones (Green Front) as the selected audio device.
 
Your screenshot of the Sound Output shows Headphones (Green Front) as the selected audio device.

thanks, that's the wrong one, the sound icon should be black everytime the pc turned on, but intead it's always gray with no option to choose, have to mount EFI Mount v3 and restart system again to get audio working, sometimes need to do a few times.
11.png
 
Re-installed 10.13.4 over my existing OS, tried the Clover ALC method once more, failed. Tried Method 2 (PCIID and the HDMI kext) but that doesn't work either. Attempted a fresh install using Unibeast method, but Terminal will not allow me to choose HFS+ file system. I was using RehabMan's "startosinstall" procedure, but Terminal would not complete the path/command past "starttoinstall." So I CCC'd my backup SSD to my (previously blank) primary SSD and I'm reset to zero again.

Why no output device?????????
 
Back
Top