Bug ID | 1180495 |
---|---|
Summary | TLP does not recognise udev events because of wrong udev path |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | x86-64 |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | screening-team-bugs@suse.de |
Reporter | philipp.reichmuth@gmail.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
TLP 1.3.1-2.1 does not recognise udev events for plugging/unplugging USB devices. I have filed a bug against TLP on its Github page; together with the developer we have figured out that the issue is an incorrect entry in TLP's udev rules (/usr/lib/udev/rules.d/85-tlp.rules) that is generated during the make process by the openSUSE package's spec file: RUN+="/usr/libexec/udev/tlp-usb-udev %p" This should point to /usr/lib/udev, but the openSUSE spec file produces /usr/libexec/udev instead. The Fedora spec file, on the other hand, seems to produce the correct result. See the discussion on the bug report TLP Github page: https://github.com/linrunner/TLP/issues/541 The same thing concerns the tlp-rdw package and its udev rules in /usr/lib/udev/rules.d/85-tlp-rdw.rules.