Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After kernel update mouse stopped working. #14

Closed
ParanoIIa91 opened this issue Apr 29, 2024 · 5 comments
Closed

After kernel update mouse stopped working. #14

ParanoIIa91 opened this issue Apr 29, 2024 · 5 comments

Comments

@ParanoIIa91
Copy link

After i reinstalled driver my mouse works again, but the problem is that applying same settings using "sudo maccel tui" does absolutely nothing?🤔

@Gnarus-G
Copy link
Owner

There is kind of already an issue I opened about this #7

It sound like the driver did not bind automatically, which can happen in this case. You can check with lsusb -t | grep maccel. You can also run sudo maccel bindall to do the binding that would have happened automattically.

If the maccel is bound to your mouse and you don't think it works, then screenshot your settings, and give me the output of cat /sys/module/maccel/parameters/*.

P.S. You shouldn't need to run the tui with sudo, otherwise something went wrong in the install process.

@ParanoIIa91
Copy link
Author

Screenshot_20240430_075831
Screenshot_20240430_075858
If i use tui without sudo, it wont let me change anything and "lsusb -t | grep maccel" command gives me nothing?

@Gnarus-G
Copy link
Owner

Getting nothing means the driver isn't bound to any device. Run the bind all command I gave.

For the sudo on the tui, I guess you're fine with it. You probably didn't add yourself to the maccel group. So don't worry about it

@ParanoIIa91
Copy link
Author

I done sudo bind all command before, but this time it worked, thanks :)

@Gnarus-G
Copy link
Owner

Gnarus-G commented May 1, 2024

Great. I'll improve some of the documentation thanks to this issue.

@Gnarus-G Gnarus-G closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants