Comment on Having trouble with mouse software
jws_shadotak@sh.itjust.works 10 months agoNo dice :/
This is my original grub file:
GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true
I added:
GRUB_CMDLINE_LINUX_DEFAULT="module_blacklist=hid-logitech-hidpp"
and that didn’t work.
I also tried this:
GRUB_CMDLINE_LINUX="rhgb quiet" "module_blacklist=hid-logitech-hidpp"
and that didn’t work.
Either I’m formatting this incorrectly, or my setup is different somehow.
rtxn@lemmy.world 10 months ago
GRUB_CMDLINE_LINUX="rhgb quiet module_blacklist=hid-logitech-hidpp"
and don’t forget to run
sudo grub2-makecfg -o /boot/grub2/grub.cfg
to apply the changes. When you reboot, presse
on the GRUB screen to make sure the boot parameters are passed correctly.jws_shadotak@sh.itjust.works 10 months ago
Still not working :/
I looked at the boot parameters and the blacklist was not on there, so I typed it it and booted and it still didn’t work.
rtxn@lemmy.world 10 months ago
Hmm… this might break the OS completely, but you could delete the module’s binary files. Can’t load it if it doesn’t exist in the first place.
Run
find /lib/modules -iname ‘*hidpp*’
and move the files to a location where you can recover them later if needed, then reboot.jws_shadotak@sh.itjust.works 10 months ago
Hell, this is worth a shot.
I 'm already shopping around for a new distro because of this. Games are completely unplayable because of the scroll wheel. The tiniest movement will swap weapons, even if I’m not touching the wheel at all.