throwawayish, (edited )

It seems as if the uBlue images ship the required OpenRazer kmod by default. Therefore, I would suggest you to take a look at those. You still need to follow some additional steps though 😅. Which might not be very intuitive… Thus, I propose the following: if you’ll rebase to uBlue, you might as well rebase to Bazzite. After the rebase has been completed, the (post-)installation software should already give you the option (it’s just a simple toggle) to install OpenRazer. The toggle is clearly visible in this frame.

If you perceive Bazzite as too opinionated for your taste, then perhaps you might opt to the following instead:


<span style="color:#323232;">install-openrazer:
</span><span style="color:#323232;">    sudo wget https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo -O /etc/yum.repos.d/hardware:razer.repo && 
</span><span style="color:#323232;">    ublue-update --wait && 
</span><span style="color:#323232;">    rpm-ostree install -y openrazer-meta razergenie && 
</span><span style="color:#323232;">    if ! grep -q "plugdev" /etc/group; then 
</span><span style="color:#323232;">      sudo bash -c 'grep "plugdev" /lib/group >> /etc/group' 
</span><span style="color:#323232;">    ; fi && 
</span><span style="color:#323232;">    sudo usermod -a -G plugdev $USER && 
</span><span style="color:#323232;">    echo "Please reboot to apply needed changes."
</span>

Which should be the just-entry (and thus responsible) for whatever happens after the toggle is enabled*.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #