Contribute
Register

[Guide] Chuwi Aerobook 13" M3-6Y30, HD 515

Status
Not open for further replies.
ok! and how can i do it with ssdttime on mac? or with hackintool? I installed right now, please
go through the options in hackintool, you will find it
 
ok! and how can i do it with ssdttime on mac? or with hackintool? I installed right now, please
I found it here Hackintool -> Utilities -> Dump ACPI
 

Attachments

  • Screen Shot 2022-03-03 at 01.37.54.png
    Screen Shot 2022-03-03 at 01.37.54.png
    40.4 KB · Views: 61
I found it here Hackintool -> Utilities -> Dump ACPI
Ok, thank you @bunkerWHz, hackintool did it the extraction automatically and I have the dsdt.dsl, I applied the patch v3 for the battery but when I try to “save as” with the file format ACPI I have the error of the screenshot, some idea of what i’m doing wrong please?

I found the issue, I have to decompile the files, will try

Update: I cannot install iasl, same error that the last time that I tried

Code:
/Users/user/Projects/iasl.git/generate/unix/acpinames
mkdir -p /usr/bin; cp -f ../bin/acpinames /usr/bin/acpinames
cp: /usr/bin/acpinames: Read-only file system
make[1]: *** [install] Error 1
/Users/user/Projects/iasl.git/generate/unix/acpisrc
mkdir -p /usr/bin; cp -f ../bin/acpisrc /usr/bin/acpisrc
cp: /usr/bin/acpisrc: Read-only file system
make[1]: *** [install] Error 1
/Users/user/Projects/iasl.git/generate/unix/acpixtract
mkdir -p /usr/bin; cp -f ../bin/acpixtract /usr/bin/acpixtract
cp: /usr/bin/acpixtract: Read-only file system
make[1]: *** [install] Error 1
/Users/user/Projects/iasl.git/generate/unix/iasl
mkdir -p /usr/bin; cp -f ../bin/iasl /usr/bin/iasl
cp: /usr/bin/iasl: Read-only file system
make[1]: *** [install] Error 1
make: *** [install] Error 2

And I cannot copy the binary of iasl to the folder /usr/bin because the rate is not writable
Code:
user@MacBook-de-user ~ % cd desktop
user@MacBook-de-user desktop % sudo cp iasl /usr/bin
Password:
cp: /usr/bin/iasl: Read-only file system

Favor please, can decompile for me the DSDT files that I attached like the last time please?
 

Attachments

  • A3CCCFA1-3871-4F1F-9A40-293CA560253D.jpeg
    A3CCCFA1-3871-4F1F-9A40-293CA560253D.jpeg
    2.7 MB · Views: 54
  • dsdt.zip
    191.2 KB · Views: 62
Last edited:
Ok, thank you @bunkerWHz, hackintool did it the extraction automatically and I have the dsdt.dsl, I applied the patch v3 for the battery but when I try to “save as” with the file format ACPI I have the error of the screenshot, some idea of what i’m doing wrong please?

I found the issue, I have to decompile the files, will try

Update: I cannot install iasl, same error that the last time that I tried

Code:
/Users/user/Projects/iasl.git/generate/unix/acpinames
mkdir -p /usr/bin; cp -f ../bin/acpinames /usr/bin/acpinames
cp: /usr/bin/acpinames: Read-only file system
make[1]: *** [install] Error 1
/Users/user/Projects/iasl.git/generate/unix/acpisrc
mkdir -p /usr/bin; cp -f ../bin/acpisrc /usr/bin/acpisrc
cp: /usr/bin/acpisrc: Read-only file system
make[1]: *** [install] Error 1
/Users/user/Projects/iasl.git/generate/unix/acpixtract
mkdir -p /usr/bin; cp -f ../bin/acpixtract /usr/bin/acpixtract
cp: /usr/bin/acpixtract: Read-only file system
make[1]: *** [install] Error 1
/Users/user/Projects/iasl.git/generate/unix/iasl
mkdir -p /usr/bin; cp -f ../bin/iasl /usr/bin/iasl
cp: /usr/bin/iasl: Read-only file system
make[1]: *** [install] Error 1
make: *** [install] Error 2

And I cannot copy the binary of iasl to the folder /usr/bin because the rate is not writable
Code:
user@MacBook-de-user ~ % cd desktop
user@MacBook-de-user desktop % sudo cp iasl /usr/bin
Password:
cp: /usr/bin/iasl: Read-only file system

Favor please, can decompile for me the DSDT files that I attached like the last time please?
use /usr/local/bin instead
 
use /usr/local/bin instead
I put the iasl file in /usr/local/bin and nothing,iasl is to found

Code:
user@MacBook-de-user ~ % cd desktop
user@MacBook-de-user desktop % cd dsdt
user@MacBook-de-user dsdt % iasl -dl DSDT.aml SSDT*.aml
zsh: command not found: iasl
user@MacBook-de-user dsdt %

I attach you the screenshot, iasl file in the local folder and the files in the dsdt folder at desktop
 

Attachments

  • Captura de pantalla 2022-03-03 a las 11.36.32.png
    Captura de pantalla 2022-03-03 a las 11.36.32.png
    553.8 KB · Views: 45
Last time I used new MaciASL, I didn't need to install iasl. Just use new MaciASL with your DSDT.aml. Decompile with it, check for errors(should be none) and patch, then compile again in DSDT.aml.
 
Last time I used new MaciASL, I didn't need to install iasl. Just use new MaciASL with your DSDT.aml. Decompile with it, check for errors(should be none) and patch, then compile again in DSDT.aml.
I open the DSDT.aml, apply patch battery v3 and at the moment to save I have the error of the screenshot
 

Attachments

  • Captura de pantalla 2022-03-03 a las 11.47.27.png
    Captura de pantalla 2022-03-03 a las 11.47.27.png
    762.7 KB · Views: 45
I open the DSDT.aml, apply patch battery v3 and at the moment to save I have the error of the screenshot
You need to open it, save as decompiled, then open decompiled version and apply patch on it, then save as AML
 
You need to open it, save as decompiled, then open decompiled version and apply patch on it, then save as AMLI
I follow your steps and nothing, is reporting an error (screenshot)

this method: Method (WE1B, 2, NotSerialized) says that already exist in the scope
 

Attachments

  • Captura de pantalla 2022-03-03 a las 12.06.34.png
    Captura de pantalla 2022-03-03 a las 12.06.34.png
    793.4 KB · Views: 46
I follow your steps and nothing, is reporting an error (screenshot)
the errors needs to be fixed before you can save as an aml file

(warnings are fine and can be ignored)
 
Status
Not open for further replies.
Back
Top