Contribute
Register

Dell Inspiron 3x37 - 5x37 -7x37 Clover Install Guide

Status
Not open for further replies.
Hi people,

I have a problem with the USB after sleep.

On battery mode, after sleep, the USB stops working...I tried unplugging and plugging the devices, but nothing.

I have re-patched again all files, and i tried both patches:
"USB3 _PRW(0x0D) and Rename XHC to XHC1" (new patch)
"USB3 _PRW(0x6D) and Rename XHC to XHC1" (new patch)

Instant-wake was solved using one of these patches.

With AC adapter connected, everything it's working perfectly.

Thanks! :D
 
Just upgraded to 10.10.4 last night, lost sound on my Dell 7737 with AppleHDA ALC283 (Realtek ALC3223).

It seems clover patch for AppleHDA does not work with new AppleHDA.KEXT in 10.10.4
Code:
            <dict>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Find</key>
                <data>PYQI7BA=</data>
                <key>Replace</key>
                <data>PQAAAAA=</data>
                <key>Comment</key>
                <string>AppleHDA ALC283 patch #1</string>
            </dict>
            <dict>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Find</key>
                <data>PYUI7BA=</data>
                <key>Replace</key>
                <data>PQAAAAA=</data>
                <key>Comment</key>
                <string>AppleHDA ALC283 patch #2</string>
            </dict>
            <dict>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Find</key>
                <data>PYQZ1BE=</data>
                <key>Replace</key>
                <data>PYMC7BA=</data>
                <key>Comment</key>
                <string>AppleHDA ALC283 patch #3</string>
            </dict>
 
Just upgraded to 10.10.4 last night, lost sound on my Dell 7737 with AppleHDA ALC283 (Realtek ALC3223).

It seems clover patch for AppleHDA does not work with new AppleHDA.KEXT in 10.10.4
Code:
            <dict>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Find</key>
                <data>PYQI7BA=</data>
                <key>Replace</key>
                <data>PQAAAAA=</data>
                <key>Comment</key>
                <string>AppleHDA ALC283 patch #1</string>
            </dict>
            <dict>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Find</key>
                <data>PYUI7BA=</data>
                <key>Replace</key>
                <data>PQAAAAA=</data>
                <key>Comment</key>
                <string>AppleHDA ALC283 patch #2</string>
            </dict>
            <dict>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Find</key>
                <data>PYQZ1BE=</data>
                <key>Replace</key>
                <data>PYMC7BA=</data>
                <key>Comment</key>
                <string>AppleHDA ALC283 patch #3</string>
            </dict>

ALC283 is working here just fine with injector kext (Lenovo U430).

Did you rebuild cache correctly?
- repair permissions (just to make sure)
- boot without cache
- rebuild cache
- reboot 2x (normal, with cache)
 
ALC283 is working here just fine with injector kext (Lenovo U430).

Did you rebuild cache correctly?
- repair permissions (just to make sure)
- boot without cache
- rebuild cache
- reboot 2x (normal, with cache)

Works now. Thanks RehabMan.
 
Hows 10.10.4 treating you so far ?

I feel it pretty stable on my 7737. Playing Starcraft II (1920x1080, Medium settings), League of Legends (1920x1080, High settings) . Both are OK.

The real good thing about i7 (4510U -- low voltage CPU) with Yosemite is -- I feel the laptop keeps cool for most of the time, even playing the games.
 
I have this small graphics issue, I am attaching a pic. If I go to mission control, all icons I see are gibberish.

Also, couple of icons on the menu bar are also the same, gibberish somewhat. I know its something pretty small, but I am not sure whats wrong.

Screen Shot 2015-07-03 at 10.08.41 pm.jpg
 
I have this small graphics issue, I am attaching a pic. If I go to mission control, all icons I see are gibberish.

Also, couple of icons on the menu bar are also the same, gibberish somewhat. I know its something pretty small, but I am not sure whats wrong.

View attachment 142922

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu

Also, post EFI/Clover folder.
 
Hi people,

I have a problem with the USB after sleep.

On battery mode, after sleep, the USB stops working...I tried unplugging and plugging the devices, but nothing.

I have re-patched again all files, and i tried both patches:
"USB3 _PRW(0x0D) and Rename XHC to XHC1" (new patch)
"USB3 _PRW(0x6D) and Rename XHC to XHC1" (new patch)

Instant-wake was solved using one of these patches.

With AC adapter connected, everything it's working perfectly.

Thanks! :D

Anyone experiencing the same issue?
 
Status
Not open for further replies.
Back
Top