Contribute
Register

[solved] How to make ALC283 work?

Status
Not open for further replies.
Ok, I've booted with NoCaches flag, but computer still cant see alc_283 kext
Is there a way to reinstall it?

Remove and install correctly...
You can install kexts with Terminal:
Code:
sudo cp -R KextToInstall.kext /Library/Extensions

You can rebuild cache:
Code:
sudo kextcache -i /
 
Remove and install correctly...
You can install kexts with Terminal:
Code:
sudo cp -R KextToInstall.kext /Library/Extensions

You can rebuild cache:
Code:
sudo kextcache -i /
thanks, after reinstalling everything work.
I have 2 more things for now, baclight and a question about windows bootloder everytime ovverides clover. Can i ask them here?
About backlight.
AS i understand, i should use this guide: https://www.tonymacx86.com/threads/guide-patching-dsdt-ssdt-for-laptop-backlight-control.152659/. But in your repo there is no brightness fix files, but i found something simular under graphics/graphics_PNLF_haswell.txt, what of them should i use? And in the guide stated that this should be applyed to the ssdt, can i apply it to dsdt or this will not work?)
 
thanks, after reinstalling everything work.
I have 2 more things for now, baclight and a question about windows bootloder everytime ovverides clover. Can i ask them here?
About backlight.

Dual boot info is in post #2 of the guide.
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

AS i understand, i should use this guide: https://www.tonymacx86.com/threads/guide-patching-dsdt-ssdt-for-laptop-backlight-control.152659/. But in your repo there is no brightness fix files, but i found something simular under graphics/graphics_PNLF_haswell.txt, what of them should i use? And in the guide stated that this should be applyed to the ssdt, can i apply it to dsdt or this will not work?)

That is the correct guide for backlight control.
The correct brightness patch for IntelBacklight.kext is "Brightness Fix". If you configure MaciASL correctly, you will see it on the left when you click "Patch".
 
Dual boot info is in post #2 of the guide.
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/



That is the correct guide for backlight control.
The correct brightness patch for IntelBacklight.kext is "Brightness Fix". If you configure MaciASL correctly, you will see it on the left when you click "Patch".
I've got there many options, what should i pick of them? for haswell or standart?)
Upd, i've applied an standart fix to my dsdt, is it ok?
 

Attachments

  • DSDT.aml
    73.4 KB · Views: 105
Dual boot info is in post #2 of the guide.
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/



That is the correct guide for backlight control.
The correct brightness patch for IntelBacklight.kext is "Brightness Fix". If you configure MaciASL correctly, you will see it on the left when you click "Patch".
Thanks Rehab, now the brightness works too. But still "sleep problems", when i press it my notebook just thinks for 20-30 seconds, then reboots. If there anyways to fix it?
 
Dual boot info is in post #2 of the guide.
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/



That is the correct guide for backlight control.
The correct brightness patch for IntelBacklight.kext is "Brightness Fix". If you configure MaciASL correctly, you will see it on the left when you click "Patch".
The problem is that after SIMPLE launch of the windows it restores the bootmgfw.efi and i don't understand why..
 
The problem is that after SIMPLE launch of the windows it restores the bootmgfw.efi and i don't understand why..

It is because your copy of bootmgfw-orig.efi is older than what Windows expected, so it replaced bootmgfw.efi (recreating it) in an attempt to fix the problem. The correct procedures for creating bootmgfw-orig.efi after a Windows update are in the guide (hint: delete bootmgfw-orig.efi, rename new bootmgfw.efi->bootmgfw-orig.efi).

But you should not use the rename method anyway... you should use efibootmgr in Linux to set the preferred boot entry to Clover.
 
Status
Not open for further replies.
Back
Top