Contribute
Register

HP 9470m Headphone Working but no sound on Internal speaker

Status
Not open for further replies.
Joined
Jun 20, 2019
Messages
22
Motherboard
Gigabyte GA-B75M-D3H
CPU
i7 3770 - 16GB 1600 MHz DDR3
Graphics
NVIDIA GTX 760 2 GB
Mac
  1. iMac
Mobile Phone
  1. iOS
Successfully installed and everything working fine except laptop internal speaker, but laptop internal mic working just fine.
I followed this guide https://www.tonymacx86.com/threads/...book-zbook-using-clover-uefi-hotpatch.261719/

I find solution on google but failed.

I boot from ubuntu usb stick to see Codec info,
UNADJUSTEDNONRAW_thumb_157.jpg


My Laptop Details:
HP Folio 9470m Ultrabook
CPU - i5 3427u
Ram DDR3 4GB + 4GB
256GB m sata SSD
Changed wifi card - Broadcom BCM4322
 

Attachments

  • EFI.zip
    22.6 MB · Views: 69
Last edited:
Successfully installed and everything working fine except laptop internal speaker, but laptop internal mic working just fine.
I followed this guide https://www.tonymacx86.com/threads/...book-zbook-using-clover-uefi-hotpatch.261719/

I find solution on google but failed.

I boot from ubuntu usb stick to see Codec info,
View attachment 420909

My Laptop Details:
HP Folio 9470m Ultrabook
CPU - i5 3427u
Ram DDR3 4GB + 4GB
256GB m sata SSD
Changed wifi card - Broadcom BCM4322
your config.plist is missing audio properties

maybe worth rechcking your work on the guide you followed

or try the hackintool:

 
your config.plist is missing audio properties

maybe worth rechcking your work on the guide you followed

or try the hackintool:

Can you please help me to suggest me how to add audio properties?
 
Can you please help me to suggest me how to add audio properties?
as an example, you are missing this section:
Code:
<key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#Comment</key>
                <string>Intel HDA</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#PinConfigurations</key>
                <data></data>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
            </dict>

 
as an example, you are missing this section:
Code:
<key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#Comment</key>
                <string>Intel HDA</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#PinConfigurations</key>
                <data></data>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
            </dict>

I Added this code to my config.plist without (#) but nothing happend.
 
I Added this code to my config.plist without (#) but nothing happend.
if you have made changes then you will need to upload new problem reporting files
 
if you have made changes then you will need to upload new problem reporting files
Thanks for your response,
Can you please tell me, what exact location I will find problem reporting files
 
Thanks for your response,
Can you please tell me, what exact location I will find problem reporting files
Use this tool and upload your problem reporting files:
 
Status
Not open for further replies.
Back
Top