-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
USB Card Reader Redirection Issue #822
Comments
You could possibly adapt this. https://aur.archlinux.org/packages/omnikey_ifdokccid
|
Not sure if 5021 CL is covered, info are not consistent. |
@Doncuppjr I found a discussion and your video tutorial at this link and I'm trying to follow it. I was able to edit this
But when i try
As a temporary workaround I was able to manually download the zip with
Not sure how to move forward. There is a way to easily test these drivers in thinstation after booting from network just to understand if the effort is justified? |
It’s not a valid zip. More than likely just an error html that is labeled a
zip
|
You were right. There is something that prevent downloading the zip with curl/wget. I had to download with a browser and move in the package folder.
Now, everything seems fine to me. Just what about the dependencies mentioned in AUR page? (libusb pcsclite). I suppose these are included in TS but should I declare somewhere? But unfortunately image building fails.
New package appears in
@Thinstation Am I missing some step? |
I'm trying to convert few old Windows 7 PC and some new minipc to ThinStation but I'm experiencing a problem with one of them because of the following periperhal not properly redirected.
This one is a Card Reader and Writer used to prepare cards that open doors in the building. It's not needed to log on to a Remote Windows Desktop but inside an app running on the remote desktop.
Under Windows 7 with proper legacy drivers is shown as "OMNIKEY 5x21", vid/pid 076b:5340, the pid suggests a "CardMan 5021 CL", and can be redirected to a remote desktop as "high level device" of smart card type.
From what I understand drivers are missing in ThinStation so is not recognized as smart card and can't be redirected in freerdp as a smart card. I tried to redirect in freerdp as a "low level usb device" with option
/usb:dbg,076b:5340
: device appear in device manager, drivers apparently load, but the device doens't work inside the app and can't read/write the cards.Apparently no specific Linux drivers are available from HID Global so I think there is no way to redirect as a smart card.
Any idea of something else I can try?
The text was updated successfully, but these errors were encountered: