solokeys / solo1-cli

Solo 1 library and CLI in Python
https://pypi.org/project/solo-python
Apache License 2.0
182 stars 69 forks source link

solokey does not show up under user (shows up under root) #143

Closed adeliktas closed 2 years ago

adeliktas commented 2 years ago

solokey does not show up under user:

$ solo ls

:: Solos

but it does show up as root..:

$ sudo solo ls

:: Solos

/dev/hidraw0: FIDO2 device

i've installed solokey as well as udev rules (with no success of getting the device to run/show up under user)

sudo apt install -y solo-python pamu2fcfg libpam-u2f &&\

git clone https://github.com/solokeys/solo.git &&\

cd solo/udev && make setup &&\

sudo udevadm control --reload-rules

distro up to date kali (debian) linux solo version 0.0.31 SoloKeys Solo 4.1.5

Thanks in advance

adeliktas commented 2 years ago

solo key detection under user was automagically solved with another apt update && apt upgrade && apt full-upgrade and reboot..