pelrun / hp-omen-linux-module

Control the HP Omen keyboard lighting and performance settings in Linux
GNU General Public License v2.0
171 stars 28 forks source link

install instructions #5

Closed JavierOramas closed 3 years ago

JavierOramas commented 3 years ago

hi, can you give a install pathway

hockeymikey commented 3 years ago

https://github.com/pelrun/hp-omen-linux-module/issues/3 helps more

JavierOramas commented 3 years ago

im having this issue when running make (im using manjaro 20.1.1):

make -C /lib/modules/uname -r/build M=$PWD make[1]: se entra en el directorio '/usr/lib/modules/5.8.11-1-MANJARO/build' make[1]: No se especificó ningún objetivo y no se encontró ningún makefile. Alto. make[1]: se sale del directorio '/usr/lib/modules/5.8.11-1-MANJARO/build' make: [Makefile:10: default] Error 2

hockeymikey commented 3 years ago

Run it in the module folder

JavierOramas commented 3 years ago

That's where i ran it, i found an error when creating the configure file, it couldn find configure.ca

hockeymikey commented 3 years ago

Oh, now I see. No just run make, don't add that other crap.

JavierOramas commented 3 years ago

it throw this error https://github.com/pelrun/hp-omen-linux-module/issues/5#issuecomment-760401876

hockeymikey commented 3 years ago

@JavierOramas I told you, don't run with that parameter, just make.

JavierOramas commented 3 years ago

image this is what i did...

hockeymikey commented 3 years ago

@JavierOramas You need your kernel source. I'm using the znver2 kernel from AUR so I have them from having to compile it.

pelrun commented 3 years ago

The kernel source isn't required, just the headers.

pelrun commented 3 years ago

Handled by DKMS now.