Installation on Debian Sid #179
Replies: 7 comments 3 replies
-
Hi @TaliesinEmrys, thanks for posting this question! Eruption should work on Debian The required steps are basically these: sudo apt install git curl
sudo apt install build-essential cmake protobuf-compiler libprotobuf-dev \
libsystemd-dev libusb-1.0-0-dev libhidapi-dev \
libevdev-dev libudev-dev libdbus-1-dev libpulse-dev liblua5.4-dev libx11-dev \
libxrandr-dev libgtk-3-dev libgdk-pixbuf2.0-dev libatk1.0-dev \
libpango1.0-dev libcairo2-dev libgtksourceview-4-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. ~/.bashrc
rustup default stable
git clone https://github.com/X3n0m0rph59/eruption
cd eruption
make && sudo make install |
Beta Was this translation helpful? Give feedback.
-
Thanks for that. I followed the instructions that you provided. Everything went smoothly until the final step, (make start)
`systemctl status eruption.service eruption.service - Realtime RGB LED Driver for Linux Oct 17 15:43:13 sidvicious systemd[667851]: ^[[0;1;39meruption.service: Failed to set up CPU scheduling: Operation not permitted Output of journalctl -xeu eruption.service
|
Beta Was this translation helpful? Give feedback.
-
Hi @TaliesinEmrys I tried to reproduce the problem but did not succeed... Eruption startup using Systemd apparently works in a The error indicates that Systemd can not set the |
Beta Was this translation helpful? Give feedback.
-
P.S as I have a Vulcan Pro, I enabled the Experimental driver by editing The keyboard was detected successfully and I was able to change the colour profile to that which suits my set up nicely. I thought you would appreciate some feedback given the experimental support for the Vulcan Pro. Thank you for all your advice and support. |
Beta Was this translation helpful? Give feedback.
-
Hi once again. The Distribution I used is called Siduction. This is essentially a Debian Sid based distro with some changes to increase stability somewhat a custom kernel and a small set of additional packages which don't conform with the DSFG to facilitate greater hardware support. The thought being that the reason for the eruption.service not starting on Siduction, may be related to the custom kernel, or one of the tweaks Siduction deploys. Siduction is a small tight knit community team based primarily in Germany and have a good relationship with upstream Debian. https://siduction.org/ I hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hi @TaliesinEmrys thanks for your reply! I finally did get around to set up a Siduction VM. The custom Eruption build, as well as the Ubuntu PPA packages all work out of the box on a default installation of Siduction. So I currently am unable to reproduce the issue... Could you please post a dump of the installed packages on your system? sudo dpkg-query -l I have created the issue #183 to track this bug |
Beta Was this translation helpful? Give feedback.
-
Output of
as requested. |
Beta Was this translation helpful? Give feedback.
-
Hi folks just wondering if anyone has successfully built or installed Eruption on Debian Sid?
Beta Was this translation helpful? Give feedback.
All reactions