limpkin / mooltipass

Github repository dedicated to the mooltipass project
https://www.themooltipass.com
521 stars 113 forks source link

Mooltipass Mini does *never* fill credentials with chrome automatically. #553

Closed cornelinux closed 6 years ago

cornelinux commented 6 years ago

Expected behavior

The Mooltipass is plugged in and unlocked. The chrome plugin is installed. When surfing to a login page, the mooltipass should blink and ask, if you want to log in.

[This worked a few month ago and it got worse and worse and stopped working completely]

(Moolitpass Mini (v1.2 #1425) (Chrome 65.0.3325.181)

Actual behavior

The mooltipass does not blink and ask to login. I am not sure, if the chrome app or the moolitpass cable is buggy.

Once the chrome app claimed no device was attached. I had to change the cable. The connector on the PCB of the mooltipass does not hold the cable very tighly. I am not sure if this might be a hardware mis-design.

Only manual login is possbile. Which is very annoying to scroll through all the credentials!

Step by step guide to reproduce the problem

Operating System

Other operating systems are not supported.

Mooltipass Extension

Mooltipass Application

Mention if you are using either:

Mooltipass Device

limpkin commented 6 years ago

Hello,

That is extremely strange as it is the very standard setup.
Could you remove the chrome application and install moolticute from our setup page?

Thanks

cornelinux commented 6 years ago

I rebooted the machine and it works again. In the past sometimes I had the feeling, that a restart of chrome helped - but not always. Now a rebooted seemed to help, for now.

I will uninstall the chrome application and install moolticute and observe, if this is more stable.

limpkin commented 6 years ago

thanks!

cornelinux commented 6 years ago

Well, I do not fell like this is resolved, to reboot the computer to have this working again :-/

limpkin commented 6 years ago

I'll leave it opened until you confirm moolticute solved the problem then. If you still encounter the same problem, we recommend you to test on another computer. We look forward to hearing from you!

limpkin commented 6 years ago

Hello! Any news?

cornelinux commented 6 years ago

Yes. I ran the last view days tests with a new udev rule and the old chrome app.

Old rule:

KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="09a0", MODE="0664", GROUP="plugdev"

New rule:

# udev rules for allowing console user(s) and libusb access to Mooltipass Mini devices
ACTION!="add|change", GOTO="mooltipass_end"

# console user
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="09a0", MODE="0660", SYMLINK+="mooltipass_keyboard", TAG+="uaccess"
# libusb
SUBSYSTEM=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="09a0", MODE="0660", SYMLINK+="mooltipass_device", TAG+="uaccess"

LABEL="mooltipass_end"

At first it seems the problem was gone. But then I experienced the same errors again.

I will now check for moolticute. But honestly, I am still not sure, if there could also be a hardware problem with the loose usb connector, I mentioned earlier. I will check for moolticute and provide updates! Thanks a lot!

cornelinux commented 6 years ago

Could you please give a pointer,

limpkin commented 6 years ago

Diagnosing a loose usb connector can be done by using the manual credential recall feature: if the mini can type your credential for you, then it is ok.

What you need to remove: chrome App and MooltiApp What you need to install: moolticute from themooltipass.com/setup

cornelinux commented 6 years ago

There might be a misunderstanding.

The link themooltipass.com/setup does not send mit to moolticute.

limpkin commented 6 years ago

can you reach themooltipass.com ?

Here's the well-formatted github-friendly link: https://www.themooltipass.com/setup/

cornelinux commented 6 years ago

Yes. "I am a chrome user" takes me to the place, where I should install the chrome extension.

"I use all browsers" takes me to the place, where I should choose, which extensions to install!

image

Ok, now I understand - I need to also install a browser extensions in chrome - even with mooltipass.

limpkin commented 6 years ago

Could you have a quick read at our user manual? It gives more details about our ecosystem. To install moolticute, click on the "Debian" (if you have a debian based distribution) or "Linux" (for other distributions) icon

cornelinux commented 6 years ago

Thanks! I installed the chrome extension and moolticute and will see, if the problem is gone.

cornelinux commented 6 years ago

Using moolticute seems to work fine. Thanks a lot!

limpkin commented 6 years ago

wonderful! thanks for letting us know!