[Bug 466211] New: testpcsc doesn't recognize cardreader of Cherry-keyboard XX44
https://bugzilla.novell.com/show_bug.cgi?id=466211 Summary: testpcsc doesn't recognize cardreader of Cherry-keyboard XX44 Classification: openSUSE Product: openSUSE 11.1 Version: RC 2 Platform: i686 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Security AssignedTo: security-team@suse.de ReportedBy: suse-linux@ml082.pinguin.uni.cc QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.5) Gecko/2008121300 SUSE/3.0.5-2.5 Firefox/3.0.5 pcsc-lite-1.4.102-14.1 lsusb Bus 003 Device 002: ID 046a:0010 Cherry GmbH SmartBoard XX44 testpcsc MUSCLE PC/SC Lite unitary test Program THIS PROGRAM IS NOT DESIGNED AS A TESTING TOOL FOR END USERS! Do NOT use it unless you really know what you do. Testing SCardEstablishContext : Command successful. Testing SCardIsValidContext : Command successful. Testing SCardIsValidContext : Invalid handle. (don't panic) Testing SCardGetStatusChange Please insert a working reader : With Opensuse 10.3 I got: /usr/sbin/testpcsc MUSCLE PC/SC Lite unitary test Program THIS PROGRAM IS NOT DESIGNED AS A TESTING TOOL FOR END USERS! Do NOT use it unless you really know what you do. Testing SCardEstablishContext : Command successful. Testing SCardIsValidContext : Command successful. Testing SCardIsValidContext : Invalid handle. (don't panic) Testing SCardGetStatusChange Please insert a working reader : Command successful. Testing SCardListReaderGroups : Command successful. Command successful. Group 01: SCard$DefaultReaders Testing SCardListReaders : Command successful. Command successful. Reader 01: Cherry XX44 00 00 Waiting for card insertion : Command successful. Testing SCardConnect : Command successful. Select file: 00 A4 00 00 02 3F 00 Testing SCardTransmit : Command successful. card response: 67 00 Testing SCardControl : Transaction failed. (don't panic) Testing SCardGetAttrib : Command successful. ATR length: 22 Testing SCardGetAttrib : Command successful. 3B ... Testing SCardGetAttrib : Command successful. Vendor IFD version : 0x01030000 Testing SCardGetAttrib : Command successful. Max message length : 261 Testing SCardGetAttrib : Command successful. Vendor name : Ludovic Rousseau Testing SCardSetAttrib : Transaction failed. (don't panic) Testing SCardStatus : Command successful. Current Reader Name : Cherry XX44 00 00 Current Reader State : 0x10034 Current Reader Protocol : T=1 Current Reader ATR Size : 22 bytes Current Reader ATR Value : Press enter: Testing SCardReconnect : Command successful. Testing SCardDisconnect : Command successful. Testing SCardReleaseContext : Command successful. PC/SC Test Completed Successfully ! Also the Gemalto-Cardreader is not recognized with pcsc-gempc-1.0.3-75.5 Reproducible: Always Steps to Reproduce: Execute testpcsc Actual Results: See bug description. Expected Results: testpcsc should recognize the cardreader as with 10.3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=466211 Thomas Biege <thomas@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low AssignedTo|security-team@suse.de |sbrabec@novell.com Severity|Normal |Enhancement -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=466211 User ludovic.rousseau@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=466211#c1 Robert Bidochon <ludovic.rousseau@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ludovic.rousseau@gmail.com --- Comment #1 from Robert Bidochon <ludovic.rousseau@gmail.com> 2009-01-15 07:52:13 MST --- The problem is not with pcsc-lite but with the reader driver. Be sure you have the package "pcsc-ccid" installed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=466211 User suse-linux@ml082.pinguin.uni.cc added comment https://bugzilla.novell.com/show_bug.cgi?id=466211#c2 Al Bogner <suse-linux@ml082.pinguin.uni.cc> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-linux@ml082.pinguin.un | |i.cc --- Comment #2 from Al Bogner <suse-linux@ml082.pinguin.uni.cc> 2009-01-15 08:27:38 MST --- Thanks, I think the problem was, that I did not reboot the system. Now both readers are recognized by testpcsc: Cherry-keyboard XX44 as well as the Menalto PC USB-SL Reader. pcsc-ccid-1.3.8-74.1 pcsc-gempc-1.0.3-75.5 pcsc-lite-1.4.102-14.1 FYI: # testpcsc MUSCLE PC/SC Lite unitary test Program THIS PROGRAM IS NOT DESIGNED AS A TESTING TOOL FOR END USERS! Do NOT use it unless you really know what you do. Testing SCardEstablishContext : Command successful. Testing SCardIsValidContext : Command successful. Testing SCardIsValidContext : Invalid handle. (don't panic) Testing SCardGetStatusChange Please insert a working reader : Command successful. Testing SCardListReaderGroups : Command successful. Group 01: SCard$DefaultReaders Testing SCardFreeMemory : Command successful. Testing SCardListReaders : Command successful. Reader 01: Gemplus GemPC Twin 00 00 Waiting for card insertion : Command successful. Testing SCardConnect : Command successful. Select file: 00 A4 00 00 02 3F 00 Testing SCardTransmit : Command successful. card response: 67 00 Testing SCardControl : Transaction failed. (don't panic) Testing SCardGetAttrib : Command successful. SCARD_ATTR_ATR_STRING length: 22 SCARD_ATTR_ATR_STRING: 3B ... Testing SCardFreeMemory : Command successful. Testing SCardGetAttrib : Command successful. Vendor IFD version : 0x01030008 Testing SCardGetAttrib : Command successful. Max message length : 261 Testing SCardGetAttrib : Command successful. Vendor name : Ludovic Rousseau Testing SCardSetAttrib : Transaction failed. (don't panic) Testing SCardStatus : Command successful. Current Reader Name : Gemplus GemPC Twin 00 00 Current Reader State : 0x10034 Current Reader Protocol : T=1 Current Reader ATR Size : 22 bytes Current Reader ATR Value : 3B ... Press enter: Testing SCardReconnect : Command successful. Testing SCardDisconnect : Command successful. Testing SCardFreeMemory : Command successful. Testing SCardReleaseContext : Command successful. PC/SC Test Completed Successfully ! IMHO the bug can be closed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com