Public bug reported:

Similar to
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1947746/ using
webauthn with my tomu device did not work out of the box.

The device id does not seem to be registered. Adding 
/etc/udev/rules.d/10-tomu.rules with
```
ACTION=="add|change", KERNEL=="hidraw*", SUBSYSTEM=="hidraw", 
ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0e90", TAG+="uaccess" 
TAG+="snap_firefox_firefox"
ACTION=="add|change", SUBSYSTEM=="usb", ATTRS{idVendor}=="16d0", 
ATTRS{idProduct}=="0e90", TAG+="uaccess"
```
fixed this.

It used to work fine following the instructions from
https://github.com/gl-sergei/u2f-token with the .deb package.

** Affects: firefox (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956865

Title:
  [snap] firefox webauthn not working with tomu u2f

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1956865/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to