-
-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Udev rule for Solo #45
Comments
On one of my linux systems running GalliumOS (Ubuntu variant for Chromebooks), I needed to also add
I'm guessing this is a misconfiguration of something on my part (e.g. my local user should have access to devices tagged with uaccess, but in my case this is not happening despite the tagging operating properly). |
It may also be useful to add a symlink, by appending something like
to more easily identify the device in You can check if the permissions work via We have some technical documentation under https://solo.solokeys.io/udev/ -- pull requests welcome! |
The default rules did not work for me on Ubuntu 18.04. After some playing around, this worked
The only change seems to be the addition of ATTRS{product}=="Solo" |
@stevesong this udev rules worked for me running on Antergos, thanks! |
This might be of importance, considering the use of |
I'm running on Antergos and i do not have |
@ahwayakchih (& others) Is my top-level comment in this issue hidden from folks? The udev rule I posted does not require the plugdev group. It works on Arch Linux (I am using Arch Linux). I'll repost it since it seems that it is not visible for some reason:
|
@craftyguy your initial issue is visible. not clear to me why you voted down my comment which merely points out that ATTRS{product}=="Solo" was required to make the rules work on Ubuntu 18.04 |
@craftyguy i have it working here. I was just answering to previous comments. I'm sorry if i wasn't clear about that :). |
FYI, it appears that the Yubikey rules are incomplete if you want to use gpg with SSH access. I needed to add this line to get
This is irrelevant now, but I know similar capability is on the roadmap for solo, so the udev rules and docs will likely need adjustment when the feature is available. |
I had to add the following udev rule to get the Solo key to be recognized on Linux:
/etc/udev/rules.d/70-solo_key.rules
:The text was updated successfully, but these errors were encountered: