|
Bugzilla – Full Text Bug Listing |
| Summary: | Missing udev rule for Yubikey NEO / U2F | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | David Walker <David> |
| Component: | Basesystem | Assignee: | E-mail List <bnc-team-screening> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | fbui |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
It seems that rules for Yubikey NEO are managed by the ykpers package (or similar):
$ rpm -qf /usr/lib/udev/rules.d/69-yubikey.rules
ykpers-1.17.3-1.5.x86_64
So it's not part of udev so I'm resetting the assignee.
Installing ykpers resolved my issue. Thanks. Ok thanks for reporting and sorry for the delay. Closing. |
The Yubikey NEO is not recognized for U2F mode under Tumbleweed. Adding /etc/udev/rules.d/71-u2f.rules with the following content will correct the problem: ACTION!="add|change", GOTO="u2f_end" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120", TAG+="uaccess" LABEL="u2f_end"