Bug 953006

Summary: Missing udev rule for Yubikey NEO / U2F
Product: [openSUSE] openSUSE Tumbleweed Reporter: David Walker <David>
Component: BasesystemAssignee: 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: ---

Description David Walker 2015-10-31 07:41:38 UTC
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"
Comment 1 Franck Bui 2016-10-24 12:13:31 UTC
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.
Comment 2 David Walker 2016-10-24 22:50:24 UTC
Installing ykpers resolved my issue.  Thanks.
Comment 3 Franck Bui 2016-10-25 06:39:20 UTC
Ok thanks for reporting and sorry for the delay.

Closing.