Davide Aguiari
Davide Aguiari
Thank you @timurrrr ! With your fix I got 0% packets loss from over 30% when I tried multiple messages with the same time cycle. I wonder why it's still...
Did you solve it? @EgalYue
`aria2c -x 16 -s 2 -Z https://MyIP:8443/file1GB.txt https://MyIP:8443/file500MB.txt--check-certificate=false --http-no-cache=true -d /dev -o null --allow-overwrite=true --file-allocation=none` Downloads file1GB.txt and file500MB.txt into /dev/ instead of /dev/null Without "-s2 -Z", using just one...
Up. I find it annoying that I have to manually turns the kdb brightness level up everytime I boot my OS.
I recently compiled razer-cli on my Razer Blade Advanced (Early 2020) on PopOS 20.10 Start cloning the repository: `git clone https://github.com/rnd-ash/razer-laptop-control.git` then compile the drivers: cd razer-laptop-control/driver/ sudo make driver_dkms...
~~`journalctl -u razerdaemon.service `~~ **EDIT**: @DeepAlex1247 try `sudo systemctl status razerdaemon.service -l --full` Check what's missing here: `Jan 01 21:30:50 pop-os systemd[1003]: razerdaemon.service: Failed to execute command: No suc> `...
Did you install **cargo** ? Any errors in the first code block I posted in my first reply? I added a reboot after update-initramfs, but I guess you already rebooted...
Can you paste the output from the first block of commands I told you? ( cd razer-laptop-c.... to update-initramfs -u) It seems the razercontrol module is not installed properly.