I've got an obscure cryptographic USB token that works pretty good with Lion except I need to run...
sudo /usr/sbin/pcscd -adf
...each time I want to use it because it doesn't load automatically.
How to make it load at startup?
|
|
The problem happens, because securityd (which is supposed to load pcscd) does not start it when you insert your card. Try editing The section should look like this:
and then reboot. This should set securityd in aggressive card detection mode. If there is a Hope this helps. |
|||
|
|
|
add the symbol & in the end of the line |
|||||||||||
|