[Bug 475821] Re: pcscd is supposed to run at startup, but sometimes it does, sometimes not, can't tell why. It started reliably in my last distro, crunchbang, based on ubuntu 9.04.

2009-11-06 Thread Ludovic Rousseau
Do you have some traces in a system log file? Look for "pcscd" in /var/log/syslog for example. -- pcscd is supposed to run at startup, but sometimes it does, sometimes not, can't tell why. It started reliably in my last distro, crunchbang, based on ubuntu 9.04. https://bugs.launchpad.net/bugs/

[Bug 475821] Re: pcscd is supposed to run at startup, but sometimes it does, sometimes not, can't tell why. It started reliably in my last distro, crunchbang, based on ubuntu 9.04.

2009-11-07 Thread Ludovic Rousseau
pcscd needs to be started _after_ hal. Please patch the /etc/init.d/pcscd file using the attached patch and retry. ** Attachment added: "patch.txt" http://launchpadlibrarian.net/35297707/patch.txt -- pcscd is supposed to run at startup, but sometimes it does, sometimes not, can't tell why.

[Bug 30735] Re: colormake should replace default make

2009-11-08 Thread Ludovic Rousseau
The goal of colormake is to add side effects to the make command (add colors to the output). Some scripts use make and may be very broken if the output of make contains colors added to the normal output. Replacing make by colormake will have desastrous (and hard to debug) side effects. If you w

[Bug 326228] Re: Doesn't work with cross compilers

2009-11-08 Thread Ludovic Rousseau
This bug has been fixed in the Debian version 0.2-6 (not yet in Ubuntu) http://packages.debian.org/changelogs/pool/main/c/colormake/current/changelog#versionversion0.2-6 Thanks for the patch. -- Doesn't work with cross compilers https://bugs.launchpad.net/bugs/326228 You received this bug notifi

[Bug 346154] Re: GCC commands executed by libtool not recognized properly

2009-11-08 Thread Ludovic Rousseau
This bug should be fixed in Debian package version 0.2-6 (not yet in Ubuntu). Please check and report if the bugs is fixed for you. ** Description changed: Binary package hint: colormake Using colormake to build autotools-enabled project which uses libtool, it's not uncommon that GCC lin

[Bug 475821] Re: pcscd is supposed to run at startup, but sometimes it does, sometimes not, can't tell why. It started reliably in my last distro, crunchbang, based on ubuntu 9.04.

2009-11-08 Thread Ludovic Rousseau
I don't know how to use startup dependencies on Ubuntu. I think we need help from a (real) Ubuntu maintainer here. -- pcscd is supposed to run at startup, but sometimes it does, sometimes not, can't tell why. It started reliably in my last distro, crunchbang, based on ubuntu 9.04. https://bugs

[Bug 192366] Re: Smartcard reader not working (CASTLES EZ100PU)

2009-09-16 Thread Ludovic Rousseau
You should not have to rebuild pcscd if you use a version of pcsc-lite >= 1.5.4 (June 2009) - if RFAddReader() fails with the libhal scheme then we try with the (old) libusb scheme. This patch should allow proprietary drivers to work even if pcsc-lite is compiled with libhal support. Ubuntu

[Bug 498027] Re: USB bug prevents Jpilot from syncing (may be kernel bug?)

2009-12-17 Thread Ludovic Rousseau
Maybe a kernel bug. Or maybe a hardware/software problem in your PDA device. Jpilot has nothing to do with kernel errors. This bug should be reassigned to the kernel. You should try to reinstall "Hardy Heron 8.04 on x86 32 bit" on another computer using the original CD (so with the original kern

[Bug 1892559] Re: [MIR] ccid opensc pcsc-lite

2021-05-03 Thread Ludovic Rousseau
opensc-pkcs11.so is a PKCS#11 lib so the its API conforms to the standard defined in https://docs.oasis- open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html If you are looking for .h header files you can use: https://www.oasis-open.org/committees/document.php?document_id=55655&wg_abbrev

[Bug 1700104] Re: package pcscd 1.8.10-1ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-10-30 Thread Ludovic Rousseau
The correct command should be: sudo apt install --reinstall pcscd Use cut-and-paste to be sure to use the correct command and send back the correct results. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 1700104] Re: package pcscd 1.8.10-1ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-09-14 Thread Ludovic Rousseau
Diego, Kurt, Do you also have the problem if you do: sudo apt install --reinstall pcscd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1700104 Title: package pcscd 1.8.10-1ubuntu1.1 failed to install

[Bug 1700104] Re: package pcscd 1.8.10-1ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-09-14 Thread Ludovic Rousseau
According to https://serverfault.com/questions/715064/failed-to-issue- method-call-unit-failed-to-load-no-such-file-or-directory or https://bugzilla.redhat.com/show_bug.cgi?id=955379 the error message you have "Failed to issue method call: No such file or directory" comes from systemd. pcscd versi

[Bug 294830] Re: libpcsclite.so versions >1.4.99 and <1.8.25 causes crash of firefox/chrome

2019-04-03 Thread Ludovic Rousseau
Jalakas, please install the package libpcsclite1-dbg and generate a new backtrace. I suspect a bug in the proprietary PKCS#11 library /usr/local/AWP/lib/libOcsCryptoki.so -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 294830] Re: libpcsclite.so versions >1.4.99 and <1.8.25 causes crash of firefox/chrome

2019-04-03 Thread Ludovic Rousseau
#7 0x7fffdef0702e in MessageSend (buffer_void=buffer_void@entry=0x7fffd60030d0, buffer_size=buffer_size@entry=8, filedes=filedes@entry=1024) at winscard_msg.c:372 The file descriptor value is 1024. This is the default maximum number of opened file for a process. You can check that using "uli

[Bug 1847742] Re: "sudo apt remove libpcsclite1" tries to remove network-manager and more

2019-10-11 Thread Ludovic Rousseau
Just do not remove libpcsclite1. You can reinstall it with: sudo apt install --reinstall libpcsclite1 If you *really* think it is a bug then please report it to wpasupplicant that depends on libpcsclite1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1847742] Re: "sudo apt remove libpcsclite1" tries to remove network-manager and more

2019-10-11 Thread Ludovic Rousseau
** Changed in: pcsc-lite (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1847742 Title: "sudo apt remove libpcsclite1" tries to remove network-manager and

[Bug 1846709] Re: pcscd crashed with SIGSEGV in usb_claim_interface()

2020-01-26 Thread Ludovic Rousseau
pcscd does NOT use usb_claim_interface(). The problem is in the driver used. Is the iBank driver in a Ubuntu package? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846709 Title: pcscd crashed with

[Bug 1857118] Re: Build pcscd with --enable-filter option

2020-01-26 Thread Ludovic Rousseau
** Changed in: pcsc-lite (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1857118 Title: Build pcscd with --enable-filter option To manage notifications abo

[Bug 1857118] Re: Build pcscd with --enable-filter option

2019-12-20 Thread Ludovic Rousseau
I can provide a special package for you if you want. Contact me by email. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1857118 Title: Build pcscd with --enable-filter option To manage notificatio

[Bug 1596662] Re: pcscd fails to read CAC card data, errors out

2016-06-27 Thread Ludovic Rousseau
Please follow https://pcsclite.alioth.debian.org/ccid.html#CCID_compliant -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596662 Title: pcscd fails to read CAC card data, errors out To manage notifi

[Bug 1596662] Re: pcscd fails to read CAC card data, errors out

2016-06-28 Thread Ludovic Rousseau
The problem is: 0003 APDU: 00 C0 00 00 BA 0002 ifdhandler.c:1295:IFDHTransmitToICC() usb:0a5c/5800:libudev:1:/dev/bus/usb/001/007 (lun: 0) 0002 commands.c:1740:CmdXfrBlockTPDU_T0() T=0: 5 bytes 0003 -> 00 6F 05 00 00 00 00 17 00 00 00 00 C0 00 00 BA 00014454 <- 00 80 BC 0

[Bug 1596662] Re: pcscd fails to read CAC card data, errors out

2016-07-03 Thread Ludovic Rousseau
I moved the reader in the "Unsupported or partly supported CCID readers" list https://pcsclite.alioth.debian.org/ccid/unsupported.html#0x0A5C0x5800 I have no solution for now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1892559] Re: [MIR] ccid libpam-pkcs1 libpcsc-perl opensc pcsc-tools

2020-08-23 Thread Ludovic Rousseau
I am happy to see interest in smart cards from Ubuntu. if you need help you can contact me. I like your comment: "Does require odd hardware that we'll probably need to buy." If you want to support smart cards then, yes, you will have to buy some smart cards and smart card readers :-) -- You re

[Bug 1879960] Re: pcscd doesn't support ActivKEy SIM B/N: 0945423

2020-05-21 Thread Ludovic Rousseau
Please generate a pcscd log. See https://ccid.apdu.fr/#support -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879960 Title: pcscd doesn't support ActivKEy SIM B/N: 0945423 To manage notifications a

[Bug 1879960] Re: pcscd doesn't support ActivKEy SIM B/N: 0945423

2020-05-25 Thread Ludovic Rousseau
I don't see any problem in your log. The card is detected and the ATR is available. You can test with the command pcsc_scan from the package pcsc-tools. Please generate a new log including the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1879960] Re: pcscd doesn't support ActivKEy SIM B/N: 0945423

2020-05-25 Thread Ludovic Rousseau
from your log I can see when you removed the device: 0016 [139787462866688] ccid_usb.c:857:WriteUSB() write failed (1/10): -4 LIBUSB_ERROR_NO_DEVICE Your problem is that reader can not power up the card after the reader is inserted again. 0003 [139787471259392] ifdhandler.c:1221:IFDHPowe

[Bug 1879960] Re: pcscd doesn't support ActivKEy SIM B/N: 0945423

2020-05-27 Thread Ludovic Rousseau
You are right. It looks like a problem with the ActivKey device. I don't see what change could have created this regression. First, do not use virtual machine. They often make the things more complex to debug. Second, try to re-install a previous version of Ubuntu to check it was working fine.

[Bug 1881142] Re: Installation on clean 20.04 LTS system results in "/usr/lib/udev/rules.d/60-libifd-cyberjack6.rules:6 Unknown group 'pcscd', ignoring"

2020-05-28 Thread Ludovic Rousseau
The issue should be reassigned to libifd-cyberjack6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1881142 Title: Installation on clean 20.04 LTS system results in "/usr/lib/udev/rules.d/60-libifd-

[Bug 1881142] Re: Installation on clean 20.04 LTS system results in "/usr/lib/udev/rules.d/60-libifd-cyberjack6.rules:6 Unknown group 'pcscd', ignoring"

2020-05-28 Thread Ludovic Rousseau
The 'pcscd' group was used in a previous/old version of pcsc-lite. It should not be used anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1881142 Title: Installation on clean 20.04 LTS system

[Bug 1879960] Re: pcscd doesn't support ActivKEy SIM B/N: 0945423

2020-05-29 Thread Ludovic Rousseau
The fact that the LED is green then goes to red after a few seconds is completely normal. See https://ludovicrousseau.blogspot.com/2010/10/card-auto-power-on-and-off.html The fact that you get "PowerUp failed" errors is NOT normal. It is a hardware issue with the card and/or the reader. That is

[Bug 1874725] Re: libpcsc crashes firefox

2020-04-24 Thread Ludovic Rousseau
You need to upgrade pcsc-lite to version 1.8.26 or more. The Ubuntu 20.04 LTS Focal Fossa version (released yesterday) provides the correct version of pcsc-lite https://packages.ubuntu.com/search?keywords=pcscd So just upgrade your system. ** Changed in: pcsc-lite (Ubuntu) Status: New =>

[Bug 1835297] Re: Precision 7730 smart card reader does not work out of box

2019-07-03 Thread Ludovic Rousseau
I have no idea what the "Precision 7730 smart card reader". Can you add here the output of the "lsusb" command? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1835297 Title: Precision 7730 smart card

[Bug 1700104] Re: package pcscd 1.8.10-1ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-12-12 Thread Ludovic Rousseau
Nice catch Martin! The best would be to ask systemd what directory to use. So the same code can be used on Ubuntu and Debian. I was not able to find a way to ask systemd where the unit files should be installed :-( Any idea? -- You received this bug notification because you are a member of Ubu

[Bug 1700104] Re: package pcscd 1.8.10-1ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-12-12 Thread Ludovic Rousseau
I have no problem with pcscd on Ubuntu 16.04 LTS: $ sudo LANG=C apt install pcscd Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libccid The following NEW packages will be installed: libccid p

[Bug 1634404] Re: resources/*.ico not getting installed

2018-06-20 Thread Ludovic Rousseau
This has been fixed in upstream version 1.9.7 and Debian version 1.9.7-1 I just uploaded in Debian unstable. This version will be available in Ubuntu "soon". ** Changed in: pyscard (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubu

[Bug 767540] Re: grisbi crashed with SIGABRT in __kernel_vsyscall()

2018-06-09 Thread Ludovic Rousseau
This version is no more maintained. Please test again using Grisbi 1.0.3 or Grisbi 1.1.93. See https://sourceforge.net/projects/grisbi/files/grisbi%20unstable/1.1.93/Ubuntu%2018.04/ ** Changed in: grisbi (Ubuntu) Status: New => Fix Released -- You received this bug notification because y

[Bug 1575728] Re: grisbi crashes in xenial following various commands

2018-06-09 Thread Ludovic Rousseau
This bug may be fixed in version 1.0.4 (available in Ubuntu Cosmic for now). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1575728 Title: grisbi crashes in xenial following various commands To mana

[Bug 1772646] Re: grisbi categories mismatch between two OS (Ubuntu/Windows 10)

2018-06-09 Thread Ludovic Rousseau
Interesting bug. You should report it upstream at http://www.grisbi.org/bugsreports/my_view_page.php -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772646 Title: grisbi categories mismatch between

[Bug 1581603] Re: Grisbi not showing in Ubuntu Software

2018-06-09 Thread Ludovic Rousseau
Maybe this bug should be reassigned from grisbi to "Ubuntu Software"? ** Changed in: grisbi (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1581603 Title: Grisb

[Bug 1554570] Re: package libpcsclite1 1.8.14-1ubuntu1 [modified: usr/share/doc/libpcsclite1/changelog.Debian.gz] failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libpcsclite1/cha

2016-03-09 Thread Ludovic Rousseau
It may be a problem on your side. Package: libpcsclite1 1.8.14-1ubuntu1 [modified: usr/share/doc/libpcsclite1/changelog.Debian.gz] Have you manually modified /usr/share/doc/libpcsclite1/changelog.Debian.gz ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1745690] Re: pcscd cannot load a usb device. Error with libccid.so: undefined symbol: libusb_handle_events_completed

2018-01-27 Thread Ludovic Rousseau
The CCID driver does not find the symbol "libusb_handle_events_completed". This symbol should be provided by the libusb library. Have you rebuild libusb or libccid yourself? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1745690] Re: pcscd cannot load a usb device. Error with libccid.so: undefined symbol: libusb_handle_events_completed

2018-01-27 Thread Ludovic Rousseau
The CCID driver does not find the symbol "libusb_handle_events_completed". This symbol should be provided by the libusb library. Have you rebuild libusb or libccid yourself? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1745690] Re: pcscd cannot load a usb device. Error with libccid.so: undefined symbol: libusb_handle_events_completed

2018-01-29 Thread Ludovic Rousseau
You had libusb installed in "/usr/local" and at the same time "No, I haven't rebuilt libusb or libccid myself." :-) Closing the bug as it was a misconfiguration on your side. ** Changed in: pcsc-lite (Ubuntu) Assignee: (unassigned) => Ludovic Rousseau (ludovic-ro

[Bug 1254689] Re: C3PO LTC31v2 smart card reader doesn't work on Ubuntu 12.04

2013-11-25 Thread Ludovic Rousseau
what is the exact result of the command: $ apt-cache policy pcsc-tools pcscd libpcsclite1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1254689 Title: C3PO LTC31v2 smart card reader doesn't work on

[Bug 1254689] Re: C3PO LTC31v2 smart card reader doesn't work on Ubuntu 12.04

2013-11-25 Thread Ludovic Rousseau
Have you installed a smart card component by hand? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1254689 Title: C3PO LTC31v2 smart card reader doesn't work on Ubuntu 12.04 To manage notifications a

[Bug 1254689] Re: C3PO LTC31v2 smart card reader doesn't work on Ubuntu 12.04

2013-11-26 Thread Ludovic Rousseau
Your reader is correctly detected and used by pcscd. No problem on this side. But pcsc_scan can see it. Start pcscd in debug mode as you did: "sudo /usr/sbin/pcscd -f -d" and in another windows starts "pcsc_scan". Send me the complete output of pcscd_scan and the new logs lines from pcscd. -- Y

[Bug 1254689] Re: C3PO LTC31v2 smart card reader doesn't work on Ubuntu 12.04

2013-11-30 Thread Ludovic Rousseau
After staring pcscd, run pcsc_scan as: $ strace pcsc_scan and send the trace. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1254689 Title: C3PO LTC31v2 smart card reader doesn't work on Ubuntu 12.04

[Bug 1254689] Re: C3PO LTC31v2 smart card reader doesn't work on Ubuntu 12.04

2013-11-30 Thread Ludovic Rousseau
open("/usr/local/lib/libpcsclite.so.1", O_RDONLY|O_CLOEXEC) = 3 You are using a locally installed libpcsclite.so.1, maybe from a different release. That can't work. See http://ludovicrousseau.blogspot.fr/2010/10/pcsc-lite-upgrade-and-ubuntu- special.html ** Changed in: pcsc-lite (Ubuntu) S

[Bug 1323795] Re: pcscd crashes when removing usb chipcard reader

2014-05-29 Thread Ludovic Rousseau
It may be a bug in the libifd-cyberjack6 driver. Can you run pcscd inside gdb and gerenate a backtrace? Do: $ gdb /usr/sbin/pcscd $ set args -dfa $ run generate the crash $ backtrace And send me the complete output of gdb -- You received this bug notification because you are a member of Ubuntu B

[Bug 1323795] Re: pcscd crashes when removing usb chipcard reader

2014-05-30 Thread Ludovic Rousseau
As expected it is a bug in the libifd-cyberjack.so driver. Bug reassigned. ** Package changed: pcsc-lite (Ubuntu) => pcsc-cyberjack (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1323795 Titl

[Bug 1307109] Re: Alcor Micro AU9540 keeps powering down when card is present

2014-04-25 Thread Ludovic Rousseau
It may be possible to make the driver work with this reader. I am not sure how to come back from the state "An ICC is present and inactive". Without such a reader at hand it will be hard to debug the driver. Maybe you can offer me a "Hewlett-Packard HP EliteBook Folio 1040 G1"? :-) -- You receiv

[Bug 1311273] Re: O2 Micro OZ776 not working with libccid 1.4.15-1

2014-04-25 Thread Ludovic Rousseau
If you can get the ATR using pcsc_scan then the CCID driver is working correctly. Maybe you can get some debug from gnupg2 to know what is wrong. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311273

[Bug 1307109] Re: Alcor Micro AU9540 keeps powering down when card is present

2014-04-17 Thread Ludovic Rousseau
Your reader firmware is newer than the one I have at http://pcsclite.alioth.debian.org/ccid/readers/AU9540.txt I confirm the reader firmware is bogus according to the output.txt you attached in #27. bNumDataRatesSupported: 138 IFD does not support GET_DATA_RATES request: Resource temporarily

[Bug 1296288] Re: pcscd crashes when disconnecting / reconnecting USB device

2014-03-30 Thread Ludovic Rousseau
You can try to build a more recent version of libusb. The latest version is 1.0.18 and Ubuntu 14.04 should have version 1.0.17. http://sourceforge.net/projects/libusb/files/libusb-1.0/ Is your reader supported by the CCID driver libccid? http://pcsclite.alioth.debian.org/ccid.html I do not have

[Bug 1300690] Re: CCID Smartcard Reader does not work in Ubuntu 14.04

2014-04-01 Thread Ludovic Rousseau
Please follow http://pcsclite.alioth.debian.org/ccid.html#support to generate a trace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300690 Title: CCID Smartcard Reader does not work in Ubuntu 14.04

[Bug 1350425] Re: Ubuntu 14.04 ACR38 card reader. Says "card is not found" in java applet

2016-11-07 Thread Ludovic Rousseau
Hello, veeru, it looks like you do not know what you are doing. I propose you to read documentation first. Mosipo, I guess you solved your problem. This bug system is not a support forum. I close this non-bug. ** Changed in: pcsc-lite (Ubuntu) Status: New => Invalid -- You received thi

[Bug 1311273] Re: O2 Micro OZ776 not working with libccid 1.4.15-1

2016-05-22 Thread Ludovic Rousseau
** Changed in: ccid (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311273 Title: O2 Micro OZ776 not working with libccid 1.4.15-1 To manage not

[Bug 1175465] Re: Alcor AU9520 not recognized by libccid > 1.4.2

2016-03-19 Thread Ludovic Rousseau
I have no idea what the problem can be. - Do you use the same libusb in all tests? - What is the result of the parse command as described in https://pcsclite.alioth.debian.org/ccid.html#CCID_compliant -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1466034] Re: PCSC_scan doesn't find Vasco 870

2016-03-19 Thread Ludovic Rousseau
Check you have the libccid package at version 1.4.15 or more. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1466034 Title: PCSC_scan doesn't find Vasco 870 To manage notifications about this bug go

[Bug 1469564] Re: pcsc_scan should use system perl

2016-03-19 Thread Ludovic Rousseau
Do you propose to hardcode the perl path in the script? Use something like: #!/usr/bin/perl instead of the current: #!/usr/bin/env perl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1469564 Title:

[Bug 1069642] Re: pcsc_scan unable to detect reader

2016-03-19 Thread Ludovic Rousseau
** Changed in: pcsc-tools (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069642 Title: pcsc_scan unable to detect reader To manage notifications about th

[Bug 1175465] Re: Card reader - Alcor [058f:6362] didn't detect the eject of SD/MMC cards.

2016-03-19 Thread Ludovic Rousseau
I have no idea what the problem can be. Please generate 2 traces as described in http://pcsclite.alioth.debian.org/ccid.html#support - 1 trace with the working libccid 1.4.2-2 - 1 trace with the non working libccid (any version but 1.4.22-1 preferred) Note that the original bug was with SD/MMC c

[Bug 1551897] Re: Excessive CPU utilization

2016-03-19 Thread Ludovic Rousseau
I installed Ubuntu Xenial (beta) in a VirtualBox virtual machine and I can't reproduce the problem :-( I could connect a CCID reader and a USB mass storage with no problem on pcscd. Can you reproduce the problem in a Virtual Machine on your side? -- You received this bug notification because you

[Bug 1539999] Re: Omnikey Cardreader not working

2016-03-21 Thread Ludovic Rousseau
What is the output of the lsusb command? What is the version of the libccid package? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/153 Title: Omnikey Cardreader not working To manage notificati

[Bug 1551897] Re: Excessive CPU utilization

2016-04-03 Thread Ludovic Rousseau
I reported the bug upstream to libudev project https://github.com/systemd/systemd/issues/2946 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551897 Title: Excessive CPU utilization To manage notifi

[Bug 1551897] Re: Excessive CPU utilization

2016-04-03 Thread Ludovic Rousseau
Johnny, you can disable support of the Broadcom device. - Get the source code of the libccid driver from https://alioth.debian.org/frs/?group_id=30105#title_ccid. - edit the file readers/supported_readers.txt - remove the line "0x0A5C:0x5800:Broadcom Corp 5880" - run the commands $ ./configure $

[Bug 1596662] Re: pcscd fails to read CAC card data, errors out

2016-08-24 Thread Ludovic Rousseau
It looks like the problem is now fixed. A new bug may be created about the kernel warnings. I wrote about the firmware upgrade at https://ludovicrousseau.blogspot.fr/2016/08/broadcom-ccid-readers.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1507190] Re: Disconnect Smartcard reader from USB causes pscd to crash

2016-05-06 Thread Ludovic Rousseau
** Package changed: pcsc-lite (Ubuntu) => pcsc-cyberjack (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1507190 Title: Disconnect Smartcard reader from USB causes pscd to crash To manage no

[Bug 1551897] Re: Excessive CPU utilization

2016-03-24 Thread Ludovic Rousseau
Can you do: sudo LIBUSB_DEBUG=99 pcscd -dfaT | tee log.txt and add to this bug the created log.txt file? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551897 Title: Excessive CPU utilization To ma

[Bug 1551897] Re: Excessive CPU utilization

2016-03-28 Thread Ludovic Rousseau
Casey, it looks like the problem is related to the use of a "Yubico Yubikey NEO U2F+CCID" device. Unfortunately I do not have such a device myself so I can't reproduce the problem here :-( Johnny, why do you say "Probably most people using Estonian ID-Card on those distros will be affected?"? W

[Bug 1551897] Re: Excessive CPU utilization

2016-03-28 Thread Ludovic Rousseau
Johnny, can you attach the result of the command "lsusb -v"? Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551897 Title: Excessive CPU utilization To manage notifications about this bug go

[Bug 1551897] Re: Excessive CPU utilization

2016-03-30 Thread Ludovic Rousseau
It looks like the problem is related to some specific readers only: Broadcom Corp 5880 and Yubico Yubikey NEO U2F+CCID -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551897 Title: Excessive CPU util

[Bug 1175465] Re: Alcor AU9520 not recognized by libccid > 1.4.2

2016-04-01 Thread Ludovic Rousseau
You version is quiet similar to https://pcsclite.alioth.debian.org/ccid/readers/AU9520.txt I have no idea what the problem can be. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175465 Title: Alcor

[Bug 1551897] Re: Excessive CPU utilization

2016-04-01 Thread Ludovic Rousseau
Johnny, you can remove the pcscd package if you do not use it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551897 Title: Excessive CPU utilization To manage notifications about this bug go to: h

[Bug 1587928] Re: gui freezing after sync 1.8.1.2 xubuntu 14.04.5

2016-06-01 Thread Ludovic Rousseau
I am the Debian maintainer of jpilot but I do not maintain Jpilot any more. I stopped using it. Do not expect any change in Ubuntu unless someone else volunteers to work on this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1570359] Re: pcscd crashed with SIGSEGV in __elf_set___libc_thread_subfreeres_element___rpc_thread_destroy__()

2016-04-14 Thread Ludovic Rousseau
Can you provide the information listed at https://pcsclite.alioth.debian.org/pcsclite.html#support What did you do when the crash occurred? Connect a device? Remove a device? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1551897] Re: Excessive CPU utilization

2016-04-19 Thread Ludovic Rousseau
** Also affects: pcsc-lite (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812087 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551897 T

[Bug 1572004] Re: pcscd consumes 100% CPU

2016-04-19 Thread Ludovic Rousseau
This bug is a duplicate of 1551897 https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1551897 ** Bug watch added: Debian Bug tracker #812087 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812087 ** Also affects: pcsc-lite (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug

[Bug 974094] Re: support of Aladdin (Safenet) eToken Pro 64k

2012-04-05 Thread Ludovic Rousseau
The libccid driver do not support this token 0529/0600. You should send the request to the author of the "safenet authentication client" driver instead. ** Changed in: ccid (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 975482] Re: pcscd not started any more

2012-04-07 Thread Ludovic Rousseau
systemd support was added in pcsc-lite version 1.8.0. Ubuntu precise still only have version 1.7.4-2ubuntu2 (http://packages.ubuntu.com/search?keywords=pcscd) To check what your problem is do: 1. kill any running pcscd 2. install pcsc-tools package if not yet installed 3. run in a terminal "PCSCLI

[Bug 975482] Re: pcscd not started any more

2012-04-07 Thread Ludovic Rousseau
You did not follow the procedure correctly. Use "PCSCLITE_PCSCD_ARGS=-df pcsc_scan" on the SAME line And be sure to kill any running pcscd process before. And do not do that as root but as a normal user. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 949912] Re: libpcsclite1 is not compatible with multiarch

2012-03-30 Thread Ludovic Rousseau
The bug is fixed in pcsc-lite version 1.8.3-1 I just uploaded in Debian unstable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/949912 Title: libpcsclite1 is not compatible with multiarch To manage

[Bug 975482] Re: pcscd not started any more

2012-04-09 Thread Ludovic Rousseau
pcscd is started correctly with no error. I don't know why it does not work. You can configure pcscd to be stared at boot as explained in comment #2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/9754

[Bug 908607] Re: package libgempc430 1.0.6-3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-09 Thread Ludovic Rousseau
What is the result of the commands (in a terminal): apt-cache policy libgempc430 sudo apt-get install libgempc430 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/908607 Title: package libgempc430 1.

[Bug 879166] Re: Kobil smartcard reader stops working due to libmtp-common

2012-04-10 Thread Ludovic Rousseau
I have the same problem with another smart card reader. In my case I have a Gemalto GemPC Twin reader. I don't know why this USB device is probed by MTP. I guess the udev rule file is wrong at detecting MTP devices. I will try to debug it. -- You received this bug notification because you are a

[Bug 879166] Re: Kobil smartcard reader stops working due to libmtp-common

2012-04-10 Thread Ludovic Rousseau
My problem was that I have to reconnect the reader AFTER installing the CCID driver (libccid). The libccid udev rule file is used only on device plug. So the access rights are updated only on the device plug after libccid is installed. Regarding MTP you can have a look at http://www.gooze.eu/how

[Bug 976155] Re: pcsc ssh crush after update to libpcsclite1/1.7.4-2ubuntu2

2012-04-10 Thread Ludovic Rousseau
Anton, Nicolas, can you run ssh inside gdb and generate a gdb backtrace? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/976155 Title: pcsc ssh crush after update to libpcsclite1/1.7.4-2ubuntu2 To ma

[Bug 985020] Re: The package is broken, pcscd doesn't work with my reader anymore

2012-04-24 Thread Ludovic Rousseau
** Changed in: ccid (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/985020 Title: The package is broken, pcscd doesn't work with my reader anymore To manage not

[Bug 949912] Re: libpcsclite1 is not compatible with multiarch

2012-03-15 Thread Ludovic Rousseau
I am working on multi-arch for the Debian package righ now. Expect a new Debian upload "soon". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/949912 Title: libpcsclite1 is not compatible with multiar

[Bug 694847] Re: Sync pcsc-lite 1.6.6-1 (main) from Debian experimental (main)

2011-01-10 Thread Ludovic Rousseau
That should make javax.smartcardio work. That would not solve problems described in http://ludovicrousseau.blogspot.com/2010/10/pcsc-lite-upgrade-and- ubuntu-special.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1350425] Re: Ubuntu 14.04 ACR38 card reader. Says "card is not found" in java applet

2014-08-26 Thread Ludovic Rousseau
You log "pcsc_scan output" show that the card is working since the ATR is returned. I guess it is a bug in your Java program or a mis-configuration. You can use http://ludovicrousseau.blogspot.fr/2010/06/pcsc-sample-in- java.html to check your Java runtime is working. -- You received this bug n

[Bug 1311273] Re: O2 Micro OZ776 not working with libccid 1.4.15-1

2015-06-02 Thread Ludovic Rousseau
Tim, thanks for the traces. Can you generate the same traces using libccid 1.4.12-1 or whatever version was working? I need to understand how it was working with an old driver. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1311273] Re: O2 Micro OZ776 not working with libccid 1.4.15-1

2015-06-08 Thread Ludovic Rousseau
I guess the problem is because of the patch in https://anonscm.debian.org/cgit/pcsclite/CCID.git/commit/?id=81c82c8852010f362bb48968b4f5df27a4789a48 To be sure just revert the above patch in the driver and try with the patched driver. This change has been introduced in version 1.4.15 of the CCID

[Bug 1311273] Re: O2 Micro OZ776 not working with libccid 1.4.15-1

2015-05-27 Thread Ludovic Rousseau
Tim, I need traces from the CCID driver to know what exactly is wrong. Please follow http://pcsclite.alioth.debian.org/ccid.html#support -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311273 Title:

[Bug 1409081] Re: /etc/init.d/pcscd works only at first start.

2015-01-09 Thread Ludovic Rousseau
pcscd version 1.8.10-1 should have: # create $IPCDIR with correct access rights if [ ! -d $IPCDIR ] then rm -rf $IPCDIR mkdir $IPCDIR fi chmod 0755 $IPCDIR Maybe you should reinstall your pcscd package. -- You received this bug notification because you are a m

[Bug 1409081] Re: /etc/init.d/pcscd works only at first start.

2015-01-10 Thread Ludovic Rousseau
This file is a conffile and is not managed like the other files of a package. A local modification is not overwritten unless explicitly accepted by the admin. I guess you edited the file and refused to upgrade it during the install of a newer version of pcscd. I will close the bug. ** Changed in

[Bug 1436799] Re: pcsc-lite does not start "double free or corruption"

2015-03-26 Thread Ludovic Rousseau
Try to do: - remove the scmccid driver (remove the /usr/lib/pcsc/drivers/scmccid.bundle directory) - install the libccid driver And report here if that works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1436799] Re: pcsc-lite does not start "double free or corruption"

2015-03-26 Thread Ludovic Rousseau
I could not find a Ubuntu package providing the /usr/lib/pcsc/drivers/scmccid.bundle driver to reassign the bug. So closing the bug. ** Changed in: pcsc-lite (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 882054] Re: JPilot no longer connecting to Palm on port usb: under Ubuntu 11.1o

2013-10-22 Thread Ludovic Rousseau
jpilot maintainer speaking, Jpilot should not work differently with Xubuntu. You can install the pilot-xfer package and use "pilot-xfer -l -p usb:" to check the connection between the Palm and the computer. That is the first debug step. -- You received this bug notification because you are a me

[Bug 1243599] Re: package libccid 1.3.11-1 failed to install/upgrade: il sottoprocesso vecchio script di post-removal ha restituito lo stato di errore 143

2013-10-23 Thread Ludovic Rousseau
>From a terminal please do: $ sudo LANG=C apt-get remove libccid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1243599 Title: package libccid 1.3.11-1 failed to install/upgrade: il sottoprocesso v

<    1   2   3   4   >