-
-
Notifications
You must be signed in to change notification settings - Fork 29
installation guide for debian based systems #56
Comments
I recently compiled razer-cli on my Razer Blade Advanced (Early 2020) on PopOS 20.10 then compile the drivers:
Then compile razer_control_gui
Reboot and you should have the deamon running:
and the kernel module loaded:
|
Thanks a lot for this detailed instruction:
you have any idea what went wrong? |
Check what's missing here: |
i think I found out that it is not working with the openrazer package. there are conflicts between both packages. |
Tried to follow your steps again giving each line a little bit more attention.
However it says Install complete. Any ideas @gorghino ? |
@gorghino the error code you were poiting out at is indeed teeling that the deamon file is missing. |
Did you install cargo ? |
@gorghino the install.sh script did work this time. however after reboot I got the following output:
can you help me out again. to get it to this point I also installed cargo and I indeed forgott to reboot after the dkms commands and the gui install this is the other output ... razer control is missing in the kernel.
|
Can you paste the output from the first block of commands I told you? ( cd razer-laptop-c.... to update-initramfs -u) |
|
|
The modules seems installed now. Reboot and retry to check the razerdaemon.service status. |
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 have a dual boot with windows. I really do not have much knowledge, but maybe this leads to the installation not be finished during rebooting??? |
I have dual boot with Win10 too and it used to work either with grub or systemd-boot.
What's the output of |
|
|
Apparently it's activating openrazer's module (razerkbd) instead of razercontrol 🤔 Try Try also |
|
|
Does purge openrazer* do something? Then be sure to load the 5.8.0-7630-generic kernel on boot and not the older 7625. |
i do not know what to do more. i purged everything from openrazer. then completely reinstalled razercontrol and ist still throws the same error |
Show me the output of the 3 commands I asked above please :) |
|
|
Ok you uninstall correctly openrazer. Now check if you're running the kernel 5.8.0-7630 with |
|
Ok, check razerdaemon.service status now. What does it say? |
this returns nothing |
|
there is just nothing installed from razer ... |
Hello mister master!razer@BladePro:~/razer-laptop-control/razer_control_gui$ ls -la /dev/mapper/
|
Install cargo with: |
Hello Friend! razer@BladePro:~$ sudo curl https://sh.rustup.rs -sSf | sh Welcome to Rust! This will download and install the official compiler for the Rust Rustup metadata and toolchains will be installed into the Rustup /home/razer/.rustup This can be modified with the RUSTUP_HOME environment variable. The Cargo home directory located at: /home/razer/.cargo This can be modified with the CARGO_HOME environment variable. The cargo, rustc, rustup and other commands will be added to /home/razer/.cargo/bin This path will then be added to your PATH environment variable by /home/razer/.profile You can uninstall at any time with rustup self uninstall and Current installation options: default host triple: x86_64-unknown-linux-gnu
info: profile set to 'default' stable-x86_64-unknown-linux-gnu unchanged - rustc 1.60.0 (7737e0b5c 2022-04-04) Rust is installed now. Great! To get started you may need to restart your current shell. To configure your current shell, run: razer@BladePro: ((((((((((((((((((((((((((((((((((((((((((((( razer@BladePro:~/razer-laptop-control/razer_control_gui$ sudo systemctl status razerdaemon.service -l апр 13 20:10:58 BladePro systemd[1]: Started Razer laptop control daemon. |
@gitrazer Please read what the terminal is telling you.
Now, close and open another shell. |
I don't understand how to reboot the current shell? |
Close the terminal and reopen it |
This is a joke, I've been closing and restarting every day for a whole week) Now I'll make a bro, but it will be the same ( |
razer@BladePro: |
Redo
|
razer@BladePro: |
I don't see the output of |
this is fantastic brother! I don't believe I can see the installation process! |
Welcome to Rust! This will download and install the official compiler for the Rust Rustup metadata and toolchains will be installed into the Rustup /home/razer/.rustup This can be modified with the RUSTUP_HOME environment variable. The Cargo home directory located at: /home/razer/.cargo This can be modified with the CARGO_HOME environment variable. The cargo, rustc, rustup and other commands will be added to /home/razer/.cargo/bin This path will then be added to your PATH environment variable by /home/razer/.profile You can uninstall at any time with rustup self uninstall and Current installation options: default host triple: x86_64-unknown-linux-gnu
info: profile set to 'default' stable-x86_64-unknown-linux-gnu unchanged - rustc 1.60.0 (7737e0b5c 2022-04-04) Rust is installed now. Great! To get started you may need to restart your current shell. To configure your current shell, run: Updating crates.io index Caused by: Caused by: |
Retry |
razer@Blade Pro: Caused by: Caused by: My friend, I don't want to bother you. But I reinstalled and rebooted many times all day yesterday. What I just didn't try to do((( |
I asked you to install it with sudo. |
razer@Blade Pro: of course I tried both with sudo and without sudo. |
Try installing rustup as suggested by @raffael0
From your last log I see a typo (eng instead of env) |
Brother - you're trying so hard to help, it's very nice. I want to make you a donation of 0.001 btc |
razer@BladePro:~/razer-laptop-control/razer_control_gui$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh Welcome to Rust! This will download and install the official compiler for the Rust Rustup metadata and toolchains will be installed into the Rustup /home/razer/.rustup This can be modified with the RUSTUP_HOME environment variable. The Cargo home directory located at: /home/razer/.cargo This can be modified with the CARGO_HOME environment variable. The cargo, rustc, rustup and other commands will be added to /home/razer/.cargo/bin This path will then be added to your PATH environment variable by /home/razer/.profile You can uninstall at any time with rustup self uninstall and Current installation options: default host triple: x86_64-unknown-linux-gnu
info: profile set to 'default' stable-x86_64-unknown-linux-gnu unchanged - rustc 1.60.0 (7737e0b5c 2022-04-04) Rust is installed now. Great! To get started you may need to restart your current shell. To configure your current shell, run: nightly-x86_64-unknown-linux-gnu installed - rustc 1.62.0-nightly (34a6c9f26 2022-04-13) razer@BladePro:~/razer-laptop-control/razer_control_gui$ ./install.sh Caused by: Caused by: |
According to rust-lang/cargo#6757 the issue may be somewhere else.. Let's try to reset your cargo file permission with: Then be sure to have build-essentials installed then retry Let me know ;) |
razer@BladePro: Caused by: Caused by: |
Try |
razer@BladePro:~/razer-laptop-control/razer_control_gui$ ./install.sh warning: function is never used: warning: function is never used: warning: unreachable pattern warning: variable does not need to be mutable warning: function is never used: warning: function is never used: warning: function is never used: warning: function is never used: warning: function is never used: warning: associated function is never used: warning: field is never read: warning: associated function is never used: warning: associated function is never used: warning: associated function is never used: warning: associated function is never used: warning: razer@BladePro:~/razer-laptop-control/razer_control_gui$ sudo systemctl status razerdaemon.service -l апр 16 14:51:48 BladePro systemd[1]: Started Razer laptop control daemon. razer@BladePro: |
brother excellent!! Now I'll check how it will work. I want to pay you for your hard work. You're a real person! please tell me what else needs to be done? to make everything work to the maximum. I'm stupid, I'm already confused where we left off and what to do. I think we just launched the daemon, but nothing more, we need something else 100 percent |
Oh finally! I'm afraid you had the wrong writing/reading permissions on the razer-laptop-control folder ;) Btw, you said you're facing high thermals with your unit, but this doesn't match well with maximum performance. If you want to exploit the maximum performance, you need to be ready to cool it with a ventilation pad or something similar.
I guess it's balanced by default. (Standard 35W CPU TDP) Try with
if you want to try Gaming mode (55W CPU TDP - Allows for higher and more sustained CPU boost clocks) |
on the contrary, I need a quiet mode to work. But to keep his computer cold. So that the work of the iron was not at maximum, but at a calm pace. That's why I needed to leave openrazer - because of it, the laptop was constantly hot. Please tell me if there is any interface or application or GUI where I can control Razer |
How to delete this? I want install openrazer but i m can't delete razer control ! Internet serfing and browser mozila 69*C!!! It is not normal((( Driver cooler work bad( |
https://www.youtube.com/watch?v=9HrKqD5xZVU&list=PLxrw-4Vt7xtsO21RxaDwd7GJlKs3YU-g4&index=3 i want use this interface but i did it... HOW!? Please tell me? |
Hey guys,
I am really interested in this tool, but I am using Pop Os, which is debian based. I have not really much knowledge about how to built something like this from scratch, so help would be appreciated.
I guess it would make this project much more appreciated by all Linux users, if something like this would exist.
The text was updated successfully, but these errors were encountered: