Contribute
Register

Dell 5558 Broadwell

Status
Not open for further replies.
so 1st of all i have to reach CLOVER boot screen not to start mac os and the press F4 and FN+F4 and then start mac os and then extract -patchmatic files and then

No need for patchmatic if you're using Clover F4. Please read the guide carefully.

and what is filtering ACPI files , i am not getting this one?

As noted in the guide, I prefer to include all SSDTs instead of dropping the CPU related SSDTs.

and you refuse to use MaciASL , just do with terminal code right for perfection ?

MaciASL is used to patch the files that result from disassembly (*.dsl).
 
No need for patchmatic if you're using Clover F4. Please read the guide carefully.



As noted in the guide, I prefer to include all SSDTs instead of dropping the CPU related SSDTs.



MaciASL is used to patch the files that result from disassembly (*.dsl).

as you say if i do F4 and FN+F4 at clover boot screen so all DSDT and SSDT files will be automatically show in this location after boot screen
EFI/Clover/ACPI/origin

right? is this you want to say??

and after i have to patch as per DSDT guide in terminal for my system??
and what is Filtering ACPI files???

please explain i read it but don't understand

and what to do with Filtering ACPI files ????

i am just not getting that topic in that post


and i am using SSDT.aml file and put it into EFI/CLOVER/ACPI/Patched
download from dell 7348 broadwell topic
so should i have to put it as it is or remove that SSDT.aml????
 
as you say if i do F4 and FN+F4 at clover boot screen so all DSDT and SSDT files will be automatically show in this location after boot screen
EFI/Clover/ACPI/origin

right? is this you want to say??

Yes. Just as clearly written in the guide.

and after i have to patch as per DSDT guide in terminal for my system??

Patching ACPI files involves patching both DSDT and SSDTs.

and what is Filtering ACPI files???

It is described in the guide. As mentioned in the guide, I prefer no filtering and instead include all SSDTs (appropriately patched).

and i am using SSDT.aml file and put it into EFI/CLOVER/ACPI/Patched
download from dell 7348 broadwell topic

SSDT.aml is usually the file generated from ssdtPRgen.sh. It has to do with power management, nothing to do with patched ACPI.

so should i have to put it as it is or remove that SSDT.aml????

It is required for correct native power management.

http://www.tonymacx86.com/el-capita...01-guide-native-power-management-laptops.html
 
Hello

Your laptop 5558 i7 like my laptop 5558 i5 deferent cpu i think all the same
I Get all working ethernet and sond 255 and sleep.
Big Thanks For rehabman
Big thanks for mies http://www.insanelymac.com/forum/topic/296190-driver-for-realteks-rtl810x-fast-ethernet-series/
sond you can use https://github.com/Mirone/AppleHDA_10.11.1/blob/master/Laptop's/AppleHDA-272.50.31-ALC255.zip
camera not working

Cpu Ssdt https://www.firewolf.science/2015/0...n-sh-v15-7-beta3-with-broadwell-cpus-support/

sorry for my english

Thanks
 
Yes. Just as clearly written in the guide.



Patching ACPI files involves patching both DSDT and SSDTs.



It is described in the guide. As mentioned in the guide, I prefer no filtering and instead include all SSDTs (appropriately patched).



SSDT.aml is usually the file generated from ssdtPRgen.sh. It has to do with power management, nothing to do with patched ACPI.



It is required for correct native power management.

http://www.tonymacx86.com/el-capita...01-guide-native-power-management-laptops.html


this command where to apply?
Code:
cd "to directory where you placed all SSDT/DSDT"
iasl -da -dl *.aml
EFI/CLOVER/ACPI/orgin or

ya we extracted here in this folder using this command??

Code:
cd ~/Desktop
mkdir extract
cd extract
patchmatic -extract

and...
which files to appy this command??


Code:
iasl -da -dl -fe refs.txt *.amlEFI/CLOVER/ACPI/orgin         or

ya we extracted here in this folder using this command??

[code]
cd ~/Desktop
mkdir extract
cd extract
patchmatic -extract

[/code]

after what to do?
i disassemble all SSDT/DSDT files and
did this step also
First create refs.txt in the directory where your DSDT/SSDT files are:
i create refs.txt and save below line in in and perform this code

iasl -da -dl -fe refs.txt *.aml
Code:
External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)
External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)
External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)
External(_GPE.MMTB, MethodObj, 0)
after what to do with those files where to put ?
 
this command where to apply?

If you don't understand very basic things about Terminal, find a tutorial on the internet and work through it. Basic Terminal skills are required.
 
If you don't understand very basic things about Terminal, find a tutorial on the internet and work through it.

Basic Terminal skills are required.

on which folder to apply this command?
Code:
iasl -da -dl *.aml
iasl -da -dl -fe refs.txt *.aml

on EFI/Clover/ACPI/origin
or

WE created extract folder and extracted patchmatic files in it?

and after disassemble where to put all those DSDT/SSDT files???


and

i have many errors in my DSDT file i see in maciASL so how to fix?
 
Hello

Your laptop 5558 i7 like my laptop 5558 i5 deferent cpu i think all the same
I Get all working ethernet and sond 255 and sleep.
Big Thanks For rehabman
Big thanks for mies http://www.insanelymac.com/forum/topic/296190-driver-for-realteks-rtl810x-fast-ethernet-series/
sond you can use https://github.com/Mirone/AppleHDA_10.11.1/blob/master/Laptop's/AppleHDA-272.50.31-ALC255.zip
camera not working

Cpu Ssdt https://www.firewolf.science/2015/0...n-sh-v15-7-beta3-with-broadwell-cpus-support/

sorry for my english

Thanks

i use you sound file but still not sound working in my laptop
 
on which folder to apply this command?
Code:
iasl -da -dl *.aml
iasl -da -dl -fe refs.txt *.aml

From the folder that contains your DSDT and SSDT files extracted via Clover F4.
 
Status
Not open for further replies.
Back
Top