Page 1 of 1

Orga 930 M Redirection

Posted: Wed Jan 29, 2020 4:37 pm
by buzz2912
Hi,

I want to pass a german health insurance card reader. It hast an usb link with a usb-to-serial bridge. I can't see the device on my terminal server.

What can I try?

Thanks, Sebastian

serial=COM3(usb)

[ initrd] [ 13.329648] USB: 0780:1202 Sagem Monetel GmbH ORGA 900 Smart Card Terminal Virtual Com Port.

[ rdpclient 793] [ 14.627878] RDP Terminal Client, WTware 5.8.88/RPi, pipe 1, pid 793.
[ gm] [ 14.628159] ttyACM0, single device.
[ gm] [ 14.628200] Run serial daemon for ttyACM0.
[ gm] [ 14.628236] Run '/sbin/rdpdr[serial] 0 4', log '', env '', pid ''.
[ pfac] [ 14.628276] Run /sbin/rdpdr[serial] 0 4.
[ rdpclient 793] [ 14.628299] Use /lib/ui32.so.
[ pfac] [ 14.628430] Ok, PID 794.
[rdpdr-serial 4] [ 14.629953] RDP Serial Port Redirector, WTware 5.8.88/RPi, device ttyACM0.
[ gm] [ 14.678677] COM3 => ttyACM0.
[ rdpclient 793] [ 14.678956] Add serial redirection, COM3 in the session = hardware ttyACM0.
[ rdpclient 793] [ 14.679302] Make RDP session with 192.168.30.113, port 3389.

[ KERNEL] [ 332.934624] usb 1-1.1.2: new full-speed USB device number 8 using dwc_otg
[ KERNEL] [ 333.074429] usb 1-1.1.2: New USB device found, idVendor=0780, idProduct=1202, bcdDevice= 4.07
[ KERNEL] [ 333.074441] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ KERNEL] [ 333.074450] usb 1-1.1.2: Product: ORGA 930 Smart Card Terminal RTM V 04.07.00 INGHC (PID_DF55 V.07.04.00)
[ KERNEL] [ 333.074458] usb 1-1.1.2: Manufacturer: Ingenico Healthcare GmbH
[ KERNEL] [ 333.074465] usb 1-1.1.2: SerialNumber: 021100000000A8CB
[ KERNEL] [ 333.076901] cdc_acm 1-1.1.2:1.0: ttyACM0: USB ACM device

Re: Orga 930 M Redirection

Posted: Wed Jan 29, 2020 7:16 pm
by akatik
I didn't find linux smart card driver for idVendor=0780, idProduct=1202.

Perhaps, we can redirect it as COM port, because of "cdc_acm 1-1.1.2:1.0: ttyACM0: USB ACM device".

Try to redirect this device firstly from windows machine to your RDP server with mstsc.exe. In Remote Desktop Connection options, "Local Resources" tab, "Local devices and resources" section, uncheck "smart card" and check Ports. Will application see this reader?

Re: Orga 930 M Redirection

Posted: Thu Jan 30, 2020 3:12 pm
by buzz2912
I tried using Windows RDP and it did not work either, but I was successful using virtual here.

Thanks Sebastian