johnfanv2 / LenovoLegionLinux

Driver and tools for controlling Lenovo Legion laptops in Linux including fan control and power mode.
https://github.com/johnfanv2/LenovoLegionLinux
GNU General Public License v2.0
1.29k stars 49 forks source link

[FEATURE REQUEST] Support `rpm-ostree` #225

Open Malix-off opened 3 weeks ago

Malix-off commented 3 weeks ago

Description

Support rpm-ostree

rpm-ostree is the ostree version of dnf (it's the package manager used on Fedora Atomic) Which technically also accepts COPR, but has no instructions as of now. Also, after having installed the COPR repo, it's unclear which package to install

malix@malix-pc ~> rpm-ostree search LenovoLegionLinux

===== Summary & Name Matched =====
dkms-LenovoLegionLinux : LenovoLegionLinux Kernel Module Package
python-LenovoLegionLinux-debuginfo : Debug information for package python-LenovoLegionLinux
python-LenovoLegionLinux-debugsource : Debug sources for package python-LenovoLegionLinux

===== Name Matched =====
dkms-LenovoLegionLinux : LenovoLegionLinux Kernel Module Package
python-LenovoLegionLinux : Control Lenovo Legion laptop
python-LenovoLegionLinux-debuginfo : Debug information for package python-LenovoLegionLinux
python-LenovoLegionLinux-debugsource : Debug sources for package python-LenovoLegionLinux

===== Summary Matched =====
dkms-LenovoLegionLinux : LenovoLegionLinux Kernel Module Package
python-LenovoLegionLinux-debuginfo : Debug information for package python-LenovoLegionLinux
python-LenovoLegionLinux-debugsource : Debug sources for package python-LenovoLegionLinux
elirael commented 3 weeks ago

@Malix-off I'd tried installing LLL on silverblue some time ago myself. Unfortunately, I never managed to get it to work. Dkms simply isn't compatible with immutable distros, and I'm too much of a noob to try getting akmod running. Would be nice though.

Malix-off commented 3 weeks ago

Thanks for your experience report @elirael

See https://github.com/ublue-os/hwe/issues/253