Hello there. I am using ASUS TUF Gaming laptop. When I tried to install rog-control-center from AUR I had crashing issues. After adding asusd.rules to /etc/udev/rules.d/ it fixed my problem.
I asked the maintaner fabiscafe about it and they told me it is an upstream issue. So my question is why my OS didn’t add this automatically and how we can fix it on next update?
I think by upstream he meant to ask ASUS.
Looking at the makefile it looks like it installs it to: /usr/lib/udev/rules.d/99-asusd.rules
Did you look there?
Yes. You are right. But then my next question is, if it is already installed there why rog-control-center kept crashing without my custom rule at /etc/udev/rules.d/?
I am not sure. How positive are you that is was you adding the rules that fixed it and not something else?
To be fair I didn’t have this issue on xfce and bspwm editions of Endeavour. Only i3 and KDE had the issue. I am not 100% sure so if I have the issue again I will create an update with crash report.
The only thing I can think of without trying it myself is maybe it is conflicting with rules that have higher priority.
If installing it as /etc/udev/rules.d/asusd.rules
fixes it, you could always create a symlink from /usr/lib/udev/rules.d/99-asusd.rules
to /etc/udev/rules.d/asusd.rules
.
Then it should continue to work through updates. It seems odd that you would need to do that though.
Thanks!
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.