Re: [Freerdp-devel] Error on Ubuntu 64bits with smartcard: parse_command_line_arguments

2013-09-20 Thread Bernhard Miklautz
Hi, On Thu, Sep 19, 2013 at 06:21:54PM +0200, Florent wrote: Hello, I am using the latest code from (1.1.0) https://github.com/*awakecoding*/* FreeRDP *user@ubuntu:~/awakecoding/FreeRDP# xfreerdp /v:rds.server /d:AC /u:user /p:password /cert-ignore /smartcard:0f14:0038 Unknown argument

Re: [Freerdp-devel] Error on Ubuntu 64bits with smartcard: parse_command_line_arguments

2013-09-20 Thread Florent
Hi, Thanks for your advice. As you predicted it, it works with this repository! In a general way, as I still have some difficulties to understand the concepts of git repositories, forks, etc. should I always use this one ? ( https://github.com/FreeRDP/FreeRDP) Thanks again. Best regards, Florent

Re: [Freerdp-devel] Error on Ubuntu 64bits with smartcard: parse_command_line_arguments

2013-09-20 Thread Bernhard Miklautz
Hi, On Fri, Sep 20, 2013 at 11:22:21AM +0200, Florent wrote: In a general way, as I still have some difficulties to understand the concepts of git repositories, forks, etc. should I always use this one ? ( https://github.com/FreeRDP/FreeRDP) https://github.com/FreeRDP/FreeRDP is our main

Re: [Freerdp-devel] Error on Ubuntu 64bits with smartcard: parse_command_line_arguments

2013-09-20 Thread Florent
Yes, it helps a lots. I do understand the general principle. Thanks for the time you took! Best regards, Florent 2013/9/20 Bernhard Miklautz bmikla...@thinstuff.at Hi, On Fri, Sep 20, 2013 at 11:22:21AM +0200, Florent wrote: In a general way, as I still have some difficulties to

[Freerdp-devel] Segfault when using Smartcard redirection to Windows 2012

2013-09-20 Thread Florent
Hello, I am using freeRDP under Ubuntu 13.04 64bits in order to reach a Windows 2012 Server farm. I get the code from the main git branch (https://github.com/FreeRDP/FreeRDP) My problem concerns the smartcard redirection: I am encountering the exact same problem described in issue #1030. I get

Re: [Freerdp-devel] Segfault when using Smartcard redirection to Windows 2012

2013-09-20 Thread Florent
Hi Armin, Thanks for your fast reply ;) Like I said I've already used your branch (see the end of my previous post). It helps but not everything is fixed: Then I followed the advice in the discussion about issue #1424 which is using the branch smartcard_fixes from akallabeth. This time the

Re: [Freerdp-devel] Segfault when using Smartcard redirection to Windows 2012

2013-09-20 Thread Armin Novak
Hi, I've been working on fixing smartcard support. Could you check out my repository https://github.com/akallabeth/FreeRDP.git branch smartcard_fixes and give it a try? How to check out: git clone https://github.com/akallabeth/FreeRDP.git cd FreeRDP git checkout smartcart_fixes If it works for