Comment on Having trouble with mouse software

<- View Parent
jws_shadotak@sh.itjust.works ⁨5⁩ ⁨weeks⁩ ago

No 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.

source
Sort:hotnewtop