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 Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1956865

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

Status in firefox package in Ubuntu:
  New

Bug description:
  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.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to