Div-Acer-Manager-Max icon indicating copy to clipboard operation
Div-Acer-Manager-Max copied to clipboard

CachyOS support request

Open OneYouTI opened this issue 3 months ago • 2 comments

When i try to install it gives me error. Cachy's old versions works perfect but now not

OneYouTI avatar Sep 19 '25 16:09 OneYouTI

same here it's a GCC Clang issue apparently the older versions or kernels used a different compiler and the newer ones use another one so that's the problem ig

Mukilan473 avatar Sep 23 '25 11:09 Mukilan473

I sent pr request to fix that problem.

Change install_drivers() function on setup.sh

  # Build and install drivers
make clean
make CC=clang LD=ld.lld
sudo make CC=clang LD=ld.lld install

Also install these dependencies

sudo pacman -S linux-headers clang llvm lld

HyoAkira avatar Sep 28 '25 21:09 HyoAkira