Contribute
Register

[Guide] Dell Inspiron 15 7567 (and similar) (Near-Full Functionality)

Status
Not open for further replies.
the given keys are to be pressed after attempting an install of just directly booting into clover?
Profile updated with
Intel® HD Graphics 630
you press the keys at the clover boot screen

if you have intel HD630, then why use a config.plist for HD4000?
 
you press the keys at the clover boot screen

if you have intel HD630, then why use a config.plist for HD4000?
Thanks for pointing towards incorrect config.plist file, I replaced that file with the one for HD630 and made a lil progress, but now the installer says that I don't have sufficient space.

photo_2019-08-09_01-13-19.jpg
 

Attachments

  • Archive.zip
    1.8 MB · Views: 145
use
Thanks for pointing towards incorrect config.plist file, I replaced that file with the one for HD630 and made a lil progress, but now the installer says that I don't have sufficient space.

View attachment 420950
disk utility and eraser the entire disk
 
Sorry for disturbing again @Feartech but my audio Isn't working, I tried appleALC.ktext but still doesn't works. Looking for guidance
 

Attachments

  • Archive.zip
    2.9 MB · Views: 144
Sorry for disturbing again @Feartech but my audio Isn't working, I tried appleALC.ktext but still doesn't works. Looking for guidance
your problem reporting files are incomplete

but you can make these changes:

config.plist:

enable these:
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>

this:
Code:
<key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>3</integer>
            <key>ResetHDA</key>
            <true/>
        </dict>

should be:
Code:
<key>Audio</key>
        <dict>
            <key>Inject</key>
            <string>No</string>
            <key>ResetHDA</key>
            <true/>
        </dict>
and this:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data>
                </data>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>

should be:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>PinConfigurations</key>
                <data>
                </data>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>layout-id</key>
                <integer>3</integer>
                <key>no-controller-patch</key>
                <integer>1</integer>
            </dict>

currently the layout is set to 3, you may need to experiment:
 
your problem reporting files are incomplete

but you can make these changes:

config.plist:

enable these:
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>

this:
Code:
<key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>3</integer>
            <key>ResetHDA</key>
            <true/>
        </dict>

should be:
Code:
<key>Audio</key>
        <dict>
            <key>Inject</key>
            <string>No</string>
            <key>ResetHDA</key>
            <true/>
        </dict>
and this:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data>
                </data>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>

should be:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>PinConfigurations</key>
                <data>
                </data>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>layout-id</key>
                <integer>3</integer>
                <key>no-controller-patch</key>
                <integer>1</integer>
            </dict>

currently the layout is set to 3, you may need to experiment:
Thanks a ton man! Now everything works like a charm.
 
My usb ports were working fine when audio wasn't, how audio is fine but something messed up my USB ports. @Feartech one again man, I need your help
Screen Shot 2019-08-09 at 6.59.18 AM.png
 

Attachments

  • Archive.zip
    2.9 MB · Views: 141
My usb ports were working fine when audio wasn't, how audio is fine but something messed up my USB ports. @Feartech one again man, I need your help
Use this tool and upload your problem reporting files:
 
Use this tool and upload your problem reporting files:
Here you go!
 

Attachments

  • Abhis_MacBook_Pro.ioreg
    2.9 MB · Views: 103
Status
Not open for further replies.
Back
Top