DeepAlex1247
DeepAlex1247
Thanks a lot for this detailed instruction: I followed your stps and get the following error: ``` (base) alex@pop-os:~$ sudo systemctl status razerdaemon.service -l [sudo] password for alex: ● razerdaemon.service...
Tried to follow your steps again giving each line a little bit more attention. During ./install.sh I get the following error: ``` cp: cannot stat 'target/release/razer-cli': No such file or...
@gorghino the error code you were poiting out at is indeed teeling that the deamon file is missing.
@gorghino the install.sh script did work this time. however after reboot I got the following output: ``` (base) alex@pop-os:~$ sudo systemctl status razerdaemon.service -l --full ● razerdaemon.service - Razer laptop...
``` (base) alex@pop-os:~$ cd razer-laptop-control/driver/ (base) alex@pop-os:~/razer-laptop-control/driver$ sudo make driver_dkms Installing kernel modules for DKMS install -m 644 -v -D Makefile //usr/src/razercontrol-1.3.0/Makefile removed '//usr/src/razercontrol-1.3.0/Makefile' 'Makefile' -> '//usr/src/razercontrol-1.3.0/Makefile' install -m 644...
``` (base) alex@pop-os:~/razer-laptop-control/driver$ sudo dkms add -m razercontrol -v 1.3.0 Creating symlink /var/lib/dkms/razercontrol/1.3.0/source -> /usr/src/razercontrol-1.3.0 DKMS: add completed. (base) alex@pop-os:~/razer-laptop-control/driver$ sudo dkms build -m razercontrol -v 1.3.0 Kernel preparation unnecessary...
nop, still the same outcome after reboot. can it have something to do with the fact that I can only boot into pop os via the boot menu because I...
``` (base) alex@pop-os:~$ lsmod | grep razer razerkbd 73728 0 hid 135168 8 i2c_hid,usbhid,hid_multitouch,hid_sony,razerkbd,hid_generic,hid_logitech_dj,hid_logitech_hidpp (base) alex@pop-os:~$ sudo dmesg | grep razer [ 3.503772] razerkbd: loading out-of-tree module taints kernel. [...
``` (base) alex@pop-os:~/razer-laptop-control/razer_control_gui$ ./install.sh Updating crates.io index Compiling libc v0.2.82 Compiling autocfg v1.0.1 Compiling proc-macro2 v1.0.24 Compiling unicode-xid v0.2.1 Compiling ryu v1.0.5 Compiling syn v1.0.58 Compiling bitflags v1.2.1 Compiling serde_derive...
``` (base) alex@pop-os:~$ locate razerkbd.ko /usr/lib/modules/5.8.0-7625-generic/kernel/drivers/hid/razerkbd.ko /usr/lib/modules/5.8.0-7630-generic/kernel/drivers/hid/razerkbd.ko /var/lib/dkms/openrazer-driver/2.9.0/5.8.0-7625-generic/x86_64/module/razerkbd.ko /var/lib/dkms/openrazer-driver/2.9.0/5.8.0-7630-generic/x86_64/module/razerkbd.ko ```