Home > towitoko chipdrive > error communicating to towitoko chipdrive usb

Error Communicating To Towitoko Chipdrive Usb

Contents

Dec 2011 18:13:55 +0000 Message-id: https://bugzilla.novell.com/show_bug.cgi?id=737131 https://bugzilla.novell.com/show_bug.cgi?id=737131#c0 Summary: pl2303 serial usb adapter malfunctions upon server reboot Classification: openSUSE Product: openSUSE 11.3 Version: Final towitoko chipdrive windows 7 Platform: VMWare OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - towitoko chipdrive extern None Component: Kernel AssignedTo: kernel-maintainers@xxxxxxxxxxxxxxxxxxxxxx ReportedBy: cmyers@xxxxxxxxxxxxxxxxx QAContact: qa@xxxxxxx Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; towitoko chipdrive treiber Linux x86_64; rv:8.0) Gecko/20100101 Firefox/8.0 After adding a Prolific 2303x-based USB-Serial adapter to monitor an APC SmartUPS 700, the adapter functioned properly until the server was rebooted. Following the

Towitoko Chipdrive Micro

reboot, the following lines were repeated in /var/log/messages every few seconds, and the device wasn't usable. Running kernel-desktop-2.6.34.10-0.4.1.i586. Dec 15 11:49:15 homestead pcscd: ifdwrapper.c:469:IFDStatusICC() Card not transacted: 612 Dec 15 11:49:15 homestead pcscd: eventhandler.c:333:EHStatusHandlerThread() Error communicating to: Towitoko Chipdrive USB 00 00 Removing and readding the adapter didn't seem to make a difference. Reproducible: Always Steps to Reproduce: 1.Attach towitoko chipdrive software the USB serial converter (works fine) 2.Reboot the machine (or remove and readd the device) 3.Try to use the device Actual Results: The device isn't usable, and the following messages are repeated in /var/log/messages repeatedly: Dec 15 11:49:15 homestead pcscd: ifdwrapper.c:469:IFDStatusICC() Card not transacted: 612 Dec 15 11:49:15 homestead pcscd: eventhandler.c:333:EHStatusHandlerThread() Error communicating to: Towitoko Chipdrive USB 00 00 Removing and readding the device results in the following messages: Dec 15 11:56:05 homestead kernel: [12671.984204] usb 2-1: new full speed USB device using uhci_hcd and address 4 Dec 15 11:56:06 homestead kernel: [12672.427244] usb 2-1: New USB device found, idVendor=067b, idProduct=2303 Dec 15 11:56:06 homestead kernel: [12672.427363] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Dec 15 11:56:06 homestead kernel: [12672.427515] usb 2-1: Product: USB-Serial Controller Dec 15 11:56:06 homestead kernel: [12672.427595] usb 2-1: Manufacturer: Prolific Technology Inc. Dec 15 11:56:06 homestead kernel: [12672.453430] pl2303 2-1:1.0: pl2303 converter detected Dec 15 11:56:06 homestead kernel: [12672.503555] usb 2-1: pl2303 converter now attached to ttyUSB0 Dec 15 11:56:09 homestead pcscd: readerfactory.c:1050:RFInitializeReader() Open Port 2

♦ | Report Content as Inappropriate ♦ ♦ Athena ASEPCOS USB Key Token Problems Hi all, I'm having troubles initializing my ASEKey USB Token. towitoko chipdrive micro 130 treiber I have contacted athena support which has been really forthcoming and helpful.

Towitoko Chipdrive Micro 110 Treiber

They helped me cleaning the card (with some windows tools) but I still cannot initialize the token on Linux :-( running pcscd with some debug also gives me some worrysome errors when running opensc-explorer and then "ls". See the last error log for details. Here's the error including https://lists.opensuse.org/opensuse-bugs/2011-12/msg02694.html some output that should help you help me :-) Thanks in advance! # pkcs15-init --create-pkcs15 New Security Officer PIN (Optional - press return for no PIN). Please enter Security Officer PIN: Transport key (External authentication key #0) required. Please enter key in hexadecimal notation (e.g. 00:11:22:aa:bb:cc), or press return to accept default. To use the default transport keys without being prompted, http://opensc.1086184.n5.nabble.com/Athena-ASEPCOS-USB-Key-Token-Problems-td13383.html specify the --use-default-transport-keys option on the command line (or -T for short), or press Ctrl-C to abort. Please enter key [CA:FF:EE:BA:BE:FF:FF:FF]: [pkcs15-init] iso7816.c:99:iso7816_check_sw: Application exists [pkcs15-init] card.c:367:sc_create_file: returning with: File already exists Failed to create PKCS #15 meta structure: File already exists # pkcs11-tool -L [opensc-pkcs11] pkcs15.c:761:sc_pkcs15_bind: returning with: Unsupported card # opensc-tool -l Readers known about: Nr. Driver Name 0 pcsc Athena ASE IIIe 00 00 1 openct OpenCT reader (detached) 2 openct OpenCT reader (detached) 3 openct OpenCT reader (detached) 4 openct OpenCT reader (detached) 5 openct OpenCT reader (detached) # pkcs15-tool -D [pkcs15-tool] pkcs15.c:761:sc_pkcs15_bind: returning with: Unsupported card PKCS#15 initialization failed: Unsupported card # opensc-explorer OpenSC Explorer version 0.11.4 OpenSC [3F00]> ls [opensc-explorer] reader-pcsc.c:255:pcsc_transmit: unable to transmit [opensc-explorer] apdu.c:394:do_single_transmit: unable to transmit APDU [opensc-explorer] card-asepcos.c:248:asepcos_get_current_df_path: APDU transmit failed: Transmit failed [opensc-explorer] card.c:554:sc_select_file: returning with: Transmit failed [opensc-explorer] card.c:345:sc_list_files: returning with: Transmit failed unable to receive file listing: Transmit f

Thanks Trent, but the problem was elsewhere. The solution is simple: do not use the Towitoko drivers at all, they do not allow you to access the COM port. Instead, uninstall this driver and install the drivers for the PL2303 chip inside the reader. http://marc.info/?l=rxtx&m=106197089710738&w=2 These drivers are available other there: http://tech.prolific.com.tw/ \ visitor/v_filebrw_result.asp With these drivers I can connect to the USB reader just like a serial reader, through COM3. I now have a single Java class that can communicate with any Towitoko driver, serial or USB, Linux or Windows, without a single change. That's portability! Anyway, I also manage to compile the RXTX library under Windows. That wasn't really straightforward, but it worked in the end. For example, in the makefile, towitoko chipdrive there is a rule for a libmex.dll and make throws an error. I don't think that its related to RXTX since I could not find this lib anywhere. Best Regards, David Garnier At 18:56 26/08/2003 +0100, you wrote: > On Tue, 26 Aug 2003, David Garnier wrote: > > > Hello, > > > > I have a problem accessing the COM port created by my USB card reader. > Long > > story short, it doesn't work with towitoko chipdrive micro the official Comm API from Sun. Since it > > work beautifully under Linux with the RXTX library, I was wondering if > this > > library could work well under Windows. > > > > Now if you are still interested, here is the whole story. > > > > I have a Towitoko Chipdrive micro 130 (hence USB interface) and I want to > > use it under Windows 2000. For my application, I need to access the COM > > port directly, without going through PCSC or another interface. The > > documentation states that this is possible: the driver shoud create a > > "virtual COM port" for me to use, if PCSC is disabled. > > > > Furthermore, I need to do this under Java. I have installed the Java Comm > > API and it seems to working well with a serial reader. > > > > According to the Chipdrive Diagnostic software, the reader is attached to > > COM3 and the PCSC driver is not running. > > > > But when I try connect to the port from Java, I got a this message: > > > > No such Port COM: COM3 > > > > I think that the problem is related to the fact that the Comm API > > enumerates only the serial port recorded in the registry (it's in

 

Related content

No related pages.