hackbnw / faustus

Experimental unofficial Linux platform driver module for ASUS TUF Gaming series laptops
GNU General Public License v2.0
150 stars 38 forks source link

Does ASUS TUF Gaming A15 FA506IC work with the driver? (Work, but can't auto start up / change color) #93

Open TanawatJukmongkol opened 2 years ago

TanawatJukmongkol commented 2 years ago

Hi, I've got recommended by CalcProgrammer1 to try out this driver, but I don't want to ruin or possibly burn my new expensive $926 laptop (I'm living in a third world country, and I wanted to get into programming. The current chip shortage doesn't help either. The price is ridiculous). I use Parrot OS 5.0 (LTS), with Parrot's custom hardened kernel 5.14.0-9parrot1-amd64. Will it work? Thanks!

logicsys commented 2 years ago

Yes, Ive just tried it on a FA506IC, works great, have finally been able to stop the rainbow colour cycle on the keyboard. No smoke after a few reboots and stress tests either.

TanawatJukmongkol commented 2 years ago

I can't change the color via OpenRGB or the terminal via the command echo "ff" > kbbl_blue, after the module is temperately loaded. I also can't start up the module, it errors out modprobe: FATAL: Module faustus not found in directory /lib/modules/5.18.10-76051810-generic, also the install gives this warning:

make -C /lib/modules/5.18.10-76051810-generic/build M=/home/popos/Packages/faustus modules_install
make[1]: Entering directory '/usr/src/linux-headers-5.18.10-76051810-generic'
  INSTALL /lib/modules/5.18.10-76051810-generic/extra/src/faustus.ko
  SIGN    /lib/modules/5.18.10-76051810-generic/extra/src/faustus.ko
At main.c:160:
- SSL error:FFFFFFFF80000002:system library::No such file or directory: ../crypto/bio/bss_file.c:67
- SSL error:10000080:BIO routines::no such file: ../crypto/bio/bss_file.c:75
sign-file: ./certs/signing_key.pem: No such file or directory
  DEPMOD  /lib/modules/5.18.10-76051810-generic
Warning: modules_install: missing 'System.map' file. Skipping depmod.
make[1]: Leaving directory '/usr/src/linux-headers-5.18.10-76051810-generic'
logicsys commented 2 years ago

Looks like you might have secure boot enabled, and then an ssl lib error occurs when the setup is trying to sign the kernel module.

If you aren't bothered about secure boot, disable it in your bios, then try installing the faustus kernel module once more

On Mon, 25 Jul 2022, 09:43 Tanawat J., @.***> wrote:

I can't change the color via OpenRGB or the terminal via the command cat "ff" > kbbl_blue. I also can't start up the module, it errors out modprobe: FATAL: Module faustus not found in directory /lib/modules/5.18.10-76051810-generic, also the install gives this error:

make -C /lib/modules/5.18.10-76051810-generic/build M=/home/popos/Packages/faustus modules_install make[1]: Entering directory '/usr/src/linux-headers-5.18.10-76051810-generic' INSTALL /lib/modules/5.18.10-76051810-generic/extra/src/faustus.ko SIGN /lib/modules/5.18.10-76051810-generic/extra/src/faustus.ko At main.c:160:

  • SSL error:FFFFFFFF80000002:system library::No such file or directory: ../crypto/bio/bss_file.c:67
  • SSL error:10000080:BIO routines::no such file: ../crypto/bio/bss_file.c:75 sign-file: ./certs/signing_key.pem: No such file or directory DEPMOD /lib/modules/5.18.10-76051810-generic Warning: modules_install: missing 'System.map' file. Skipping depmod. make[1]: Leaving directory '/usr/src/linux-headers-5.18.10-76051810-generic'

— Reply to this email directly, view it on GitHub https://github.com/hackbnw/faustus/issues/93#issuecomment-1193759500, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQU7WPHIVVIAG4WVKIMLVLVVZHSDANCNFSM5PA7QXPA . You are receiving this because you commented.Message ID: @.***>

TanawatJukmongkol commented 2 years ago

Looks like you might have secure boot enabled, and then an ssl lib error occurs when the setup is trying to sign the kernel module. If you aren't bothered about secure boot, disable it in your bios, then try installing the faustus kernel module once more On Mon, 25 Jul 2022, 09:43 Tanawat J., @.> wrote: I can't change the color via OpenRGB or the terminal via the command cat "ff" > kbbl_blue. I also can't start up the module, it errors out modprobe: FATAL: Module faustus not found in directory /lib/modules/5.18.10-76051810-generic, also the install gives this error: make -C /lib/modules/5.18.10-76051810-generic/build M=/home/popos/Packages/faustus modules_install make[1]: Entering directory '/usr/src/linux-headers-5.18.10-76051810-generic' INSTALL /lib/modules/5.18.10-76051810-generic/extra/src/faustus.ko SIGN /lib/modules/5.18.10-76051810-generic/extra/src/faustus.ko At main.c:160: - SSL error:FFFFFFFF80000002:system library::No such file or directory: ../crypto/bio/bss_file.c:67 - SSL error:10000080:BIO routines::no such file: ../crypto/bio/bss_file.c:75 sign-file: ./certs/signing_key.pem: No such file or directory DEPMOD /lib/modules/5.18.10-76051810-generic Warning: modules_install: missing 'System.map' file. Skipping depmod. make[1]: Leaving directory '/usr/src/linux-headers-5.18.10-76051810-generic' — Reply to this email directly, view it on GitHub <#93 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQU7WPHIVVIAG4WVKIMLVLVVZHSDANCNFSM5PA7QXPA . You are receiving this because you commented.Message ID: @.>

Thank you for the reply! I can't disable TPM on my machine, there's no option for it in the UEFI, even though there is a TPM 2.0 module. How do I disable it? Thank you!