Contribute
Register

<< Solved >> Hackintosh beginner it's really lost

Status
Not open for further replies.
Use this tool and upload your problem reporting files:
Sry! Here it is
 

Attachments

  • debug_24815.zip
    1.5 MB · Views: 50
Sry! Here it is
you are using the wrong config.plist....

get one from the laptop guide and then upload new problem reporting files
 
you are using the wrong config.plist....

get one from the laptop guide and then upload new problem reporting files

Here you go

I Just replaced the config.plist with the proper one. Nothing else.

Must I re save the logs from the clover boot?
I have touched nothing in this config. Is this correct? Or should I re do the guides (everything seems to be working just fine). Im sorry man for this nwbie questions.
 

Attachments

  • debug_24259.zip
    1.6 MB · Views: 63
Here you go

I Just replaced the config.plist with the proper one. Nothing else.

Must I re save the logs from the clover boot?
I have touched nothing in this config. Is this correct? Or should I re do the guides (everything seems to be working just fine). Im sorry man for this nwbie questions.
for your audio, in your config.plist, you need to set these to "true"
Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

and further down, you need to remove the #s:
Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data>
                </data>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>

after you reboot, you should have audio working, if not, then look above to where layout-id is set to 3, you may need to change this to whatever will work according to:
 
Hello,
for your audio, in your config.plist, you need to set these to "true"
Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

and further down, you need to remove the #s:
Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data>
                </data>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>

after you reboot, you should have audio working, if not, then look above to where layout-id is set to 3, you may need to change this to whatever will work according to:

Hello! You nailed! Audio is working, I`ll try the different layouts to see if I can get the mic to work since only records static or something of that sort, but its not that important. THANKS A LOT for your time and patience. I'll mark this as solved!
 
Hello,


Hello! You nailed! Audio is working, I`ll try the different layouts to see if I can get the mic to work since only records static or something of that sort, but its not that important. THANKS A LOT for your time and patience. I'll mark this as solved!
you are most welcome and well done! :)
 
Status
Not open for further replies.
Back
Top