Hi, On 4/24/06, tscher <[EMAIL PROTECTED]> wrote: > Good morning, > > I am working on integrating mifare card functions into a linux > application software. Last week, I ran into a problem while trying to > connect a SCM Microsystems SDI-010 USB reader to my system. ere“s a > short list of what I am using: > > Distribution: Fedora Core 4 > Kernel 2.6.15 > PcSc-lite Version 1.3.1 > SDI010 Driver Version 2.0.1 (from http://www.scmmicro.com) > > I have installed PCSCd and the driver without any error messages. I also > have a Omnikey CardMan 3121 USB reader, which works nicely (driver loads > correctly, I can connect to the card, get the UID, read & write sectors, > etc.). > > However, when I connect the SDI010 reader, I get: > > ---8<------8<------8<------8<------8<------8<------8<------8<--- > > [EMAIL PROTECTED] pcscd -fd > pcscdaemon.c:259:main() pcscd set to foreground with debug send to stderr > debuglog.c:207:DebugLogSetLevel() debug level=debug > pcscdaemon.c:464:main() pcsc-lite 1.3.1 daemon ready. > <---- at this point, I plug in the reader ----> > hotplug_libusb.c:407:HPAddHotPluggable() Adding USB device: 001:011 > readerfactory.c:1095:RFInitializeReader() Attempting startup of SDI010 > USB Smart Card Reader (608000df) 00 00. > dyn_unix.c:36:DYN_LoadLibrary() > /usr/local/pcsc/drivers/sdi010x.bundle/Contents/Linux/libsdi010x.so.2.0.1: > /usr/local/pcsc/drivers/sdi010x.bundle/Contents/Linux/libsdi010x.so.2.0.1: > cannot restore segment prot after reloc: Permission denied
The issue is because SELinux maybe enabled. You may try to disable SELinux and verify Do check out the following FAQ on SELinux http://www.nsa.gov/selinux/info/faq.cfm Do check out the following link on disabling SELinux. http://www.rsinc.com/services/techtip.asp?ttid=3092 Be warned that disabling SELinux turns off the new security model for SELinux. Thx Joseph Antony A > readerfactory.c:251:RFAddReader() SDI010 USB Smart Card Reader > (608000df) init failed. > > ---8<------8<------8<------8<------8<------8<------8<------8<--- > > I wonder if anyone has seen this error before ? I have tried SCM > support, but they are not very quick to respond... any help would be > greatly apreciated. > > thanks in advance, > best regards > > Dieter > ([EMAIL PROTECTED]) > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle > _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
