Contribute
Register

[Guide] Dell Inspiron 3x37 - 5x37 -7x37 Clover, Yosemite/El Capitan

Status
Not open for further replies.
is there a way to fix the web-cam? In Yosemite it works flawlessly.
 
Problem meets solutions…..
Fix Audio:By using rehab man’s ALC 283 kext)
Lenovo-U430-Touch-DSDT-Patch install ALC_283kext using kext wizardAudio: After installing new/updated kexts or after the initial installation, you may lose audio.
To fix:


  • reboot without caches (hit space at Clover, select without caches)
  • rebuild cache:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /


  • reboot normally (if needed, two times)

-----------------------------------------------------------------------------------------------

Hello All!

First of all thanks for this guide made my laptop Dell Inspiron 15 7537 work only 1 problem i have no audio. I installed the kext in the above section restarted couple of times but no luck.

Can someone help me to fix my audio

Audio controller details:
Realtek High Definition Audio: ALC3223
Codec ID: 0x10ec0283

Regards!

:beachball::beachball::beachball::beachball::beachball::beachball:
 
Last edited:
Problem meets solutions…..
Fix Audio:By using rehab man’s ALC 283 kext)
Lenovo-U430-Touch-DSDT-Patch install ALC_283kext using kext wizardAudio: After installing new/updated kexts or after the initial installation, you may lose audio.
To fix:


  • reboot without caches (hit space at Clover, select without caches)
  • rebuild cache:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /


  • reboot normally (if needed, two times)

-----------------------------------------------------------------------------------------------

Hello All!

First of all thanks for this guide made my laptop Dell Inspiron 15 7537 work only 1 problem i have no audio. I installed the kext in the above section restarted couple of times but no luck.

Can someone help me to fix my audio

Audio controller details:
Realtek High Definition Audio: ALC3223
Codec ID: 0x10ec0283

Regards!

:beachball::beachball::beachball::beachball::beachball::beachball:

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
kextstat|grep -y applelpc

Also, post EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory, especially if you have an overabundance of themes installed.

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Thanks for the reply :)


-----


I found a way to fix it myself :)!

Ill share it here if someone needs it also

First of all my laptop is an Dell Inspiron 15 7000 Series (7537 exactly) i have an Realtek High definition audio controller in my laptop.

The ACL code of this controller is 3223 i googled for this no kexts available.
But then i found a thread on a forum that its almost exactly as the ACL283.

I put my usb (installer for el capitan) in my laptop and i extraced the Vanilla AppleHDA.kext to my desktop

then i used kex utility to install the VANILLA applehda.kext

so we now have a vanilla AppleHDA in our system.


openup clover configurator go to devices en then put the number "28" in the audio inject field



Now you need to use Hackintosh Vietnam and run the program

go to Kexts -> Sound -> Realtek -> Laptop-> then search for the ACL283 and select the V2

click install and reboot and you got sound :)
 
The ACL code of this controller is 3223 i googled for this no kexts available.
But then i found a thread on a forum that its almost exactly as the ACL283.

ALC283 is the same as my Lenovo u430. You can use AppleHDA_ALC283.kext in my u430 repo...

https://github.com/RehabMan/Lenovo-U430-Touch-DSDT-Patch

Requirements:
- Clover bootloader
- config.plist must have the four AppleHDA patches from my config.plist in the repo
- AppleHDA.kext must be vanilla
- CodecCommander.kext installed to /S/L/E: https://github.com/RehabMan/EAPD-Codec-Commander
- AppleHDA_ALC283.kext installed to /S/L/E
- rebuild cache following the procedure detailed in the u430 guide: http://www.tonymacx86.com/yosemite-...ideapad-u330-u430-u530-using-clover-uefi.html
- DSDT patches "IRQ Fix" and "Audio Layout 3".
 
hi, where can i find fakeSMC.kext from
Code:
https://github.com/RehabMan/OS-X-FakeSMC-kozlek
?
i open fakeSMC folder but there is no fakeSMC.kext file.. all i see just header file and cpp file...
sorry for this noob question.
 
hi, where can i find fakeSMC.kext from
Code:
https://github.com/RehabMan/OS-X-FakeSMC-kozlek
?
i open fakeSMC folder but there is no fakeSMC.kext file.. all i see just header file and cpp file...
sorry for this noob question.
scroll down !!!, you'll see
Screen Shot 2016-02-14 at 10.42.47 AM.png
 
scroll down !!!, you'll see

ok thanks for the quick answer,
my problem now is that everytime i chose install osx from clover bootloader my laptop reboot automatically after apple boot logo..
i tried to run with verbose mode.. it's just the same..
what's the problem? is it the installer or the clover boot?
 
Status
Not open for further replies.
Back
Top