On Tuesday, Feb 25, 2003, at 07:41 Etc/GMT, Johan Henselmans wrote:
You are experiencing a device arbitration problem btw the driver and Classic. 0xE00002C5 = kIOReturnExclusiveAccess. This should not be related to the presence or absence of a card in the reader.
The issue is that Classic seizes the control of the device before the driver. In 10.2.4, I might have to change the arbitration code because I have the same issue on my machine. I will try to do it within a week or 2.
That is interesting, as I do not have Classic on the machine...
That's a really good one! Just to make sure, do you have any drivers for any USB device that you added on top of your Jaguar install? Because this error code normally means some program somewhere has already opened the device...
Now looking at your logs more carefully it looks like pcscd tries to open the reader twice. The first open is successful (GCCmdSetMode and GCCmdGetOSVersion can only occur if the reader was successfully opened), then the reader driver is loaded again and it fails. In the log you sent, did you insert and remove the reader or did you just start pcscd and got this output without touching the reader?
The seg fault is probably an issue with pcscd when used with multiple readers (which your pcscd seem to try to do): pcscd would unlink the driver even if it was still used for a reader. I submitted a patch on this, but it did not reach the pre-packaged installers yet. However it does not explain the issue you have.
I still need to fix the Classic issue :).
Cheers, JLuc.
_______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
