(Solved) Having to replug my wireless mouse at every boot, am I the only one?
My Logitech G Pro wireless does not work unless replugged at every boot. Is there any workaround/fix? Or is it a persistent bug? I've been experiencing this across multiple distros and wireless mice
EDIT: Adding usbcore.autosuspend=-1 to my kernel boot parameters seems to fix the problem. Thanks everyone!
You are viewing a single comment
It's a dongle, I use OpenSuse Tumbleweed
Hello again. Don't know if you solved this but here's what I did to my system (also OpenSuseTumbleweed). Create a file in /usr/local/sbin/ , lets say usbwakeup.sh. In that file put this:
Then in /etc/systemd/system/ create a file eg. my-wakeup.service and insert :
Save of course everything, keep the dogle in and restart. This will work in every wakeup from suspend and also when restarting. If you unplug the dongle you will have to put it back in and restart to make this to work again.
Hope that helps.
Thanks for you solution, I did actually solve it and put my solution as an edit of the original post. Thank you for sharing still
👍