eruption-project / eruption

Realtime RGB LED Driver for Linux
https://eruption-project.org/
GNU General Public License v3.0
258 stars 32 forks source link

Installation fails on Ubuntu 24.04 LTS #243

Open panyann opened 1 month ago

panyann commented 1 month ago

Introduction The repository 'https://ppa.launchpadcontent.net/x3n0m0rph59/eruption/ubuntu noble Release' does not have a Release file.

Please describe the bug Can't install the program.

To Reproduce Steps to reproduce the behavior:

Expected behavior Reposity probably should have a "release file"?

Logs

yan@yan-ubuntu:~$ sudo apt update
Hit:1 http://pl.archive.ubuntu.com/ubuntu noble InRelease
Hit:2 http://pl.archive.ubuntu.com/ubuntu noble-updates InRelease                         
Hit:3 http://pl.archive.ubuntu.com/ubuntu noble-backports InRelease                       
Hit:4 https://repo.steampowered.com/steam stable InRelease                                
Ign:5 https://repo.vivaldi.com/stable/deb stable InRelease                                
Ign:6 https://ppa.launchpadcontent.net/x3n0m0rph59/eruption/ubuntu noble InRelease        
Hit:7 https://shop.softmaker.com/repo/apt stable InRelease                                
Hit:8 https://repo.vivaldi.com/stable/deb stable Release            
Hit:9 http://security.ubuntu.com/ubuntu noble-security InRelease    
Err:10 https://ppa.launchpadcontent.net/x3n0m0rph59/eruption/ubuntu noble Release
  404  Not Found [IP: 185.125.190.80 443]
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/x3n0m0rph59/eruption/ubuntu noble Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
vake commented 1 month ago

git clone https://github.com/eruption-project/eruption.git

cd eruption

sudo apt install pkg-config libudev-dev libatk1.0-dev libgdk-pixbuf2.0-dev libcairo2-dev libgtk-3-dev libusb-1.0-0-dev libevdev-dev liblua5.4-dev protobuf-compiler libgtksourceview-4-dev libsystemd-dev

make

sudo make install

make start

panyann commented 5 days ago

@vake It worked, could be added to the readme...

Btw Eruption managed to change the RGB for my Kone AIMO, but it also removed all my buttons settings, so not worth it...