Brocade Communications Systems 53-1003373-01 Security Camera User Manual


 
Brocade Network Advisor Installation and Migration Guide 35
53-1003373-01
Smart Card driver installation
2
5. Create a soft link into the system directory. This is to support the automatic restart of the pcscd
daemon upon system restart.
If you installed the pcsc directory into the /opt directory, just create the soft link. Otherwise,
use the name of the new directory in place of /opt.
S.u.s.e> ln –s /opt/pcsc/pcscctl /etc/init.d/pcscd
S.u.s.e> chkconfig --add pcscd
or
redhat> ln –s /opt/pcsc/pcscctl /etc/init.d/pcscd
redhat> chkconfig --add pcscd
NOTE
Before you enter chkconfig --add pcscd, you can enter chkconfig –list |
grep pcscd to verify that the pcscd file is already on the list. If it already exists, you do
not need to enter chkconfig –add pcscd. After you reboot the system, you should
expect the following links under /etc/rc2.d, /etc/rc3.d, /etc/rc3.d, /etc/rc4.d, and
/etc/rc5.d.
lrwxrwxrwx 1 root root 15 Jul 28 01:50 S94pcscd -> ../init.d/pcscd
NOTE
For some Linux vendors, the Smart Card driver may come with the operating system. In
this case, extra system configuration may be needed. For more information, refer to
“Detecting and correcting a default Linux Smart Card driver” on page 36.
6. Start the pcscd daemon or stop the pcscd daemon.
To start pcscd, type:
> /opt/pcsc/pcscctl start
To stop pcscd, type:
> /opt/pcsc/pcscctl stop