tofergregg
Bit poster
I just got my new macbook yesterday, and today I installed Parallels, hoping I could get my smartcard to work (NMCI, the Navy's smartcard solution to the DOD requirements). I was scratching my head about why I couldn't connect the reader to Parallels, but then I remembered that OS X captures the card automatically (and it works fine with Safari without any drivers, but I need to use IE 6.0 to get all the webmail functions through Outlook Web Access).
The trick is that you need to kill the process "pcscd," which releases the smartcard reader so Parallels can use it. Here's how to do it:
1. Open Terminal
2. type:
sudo su
(and then you need to type your admin password)
3. type:
top
4. look for "pcscd" and note its PID
5. type "q" (no quotes) to quit out of top
6. type
kill PID#
where PID# is the number of the PID you noted in step 4
7. Close Terminal (type "exit" a couple of times) and go to Parallels and attach the smartcard reader.
8. Voila!
9,10,11..etc. To get it to work with NMCI email, there are a bunch more steps, which I can detail if people are interested.
-Chris
The trick is that you need to kill the process "pcscd," which releases the smartcard reader so Parallels can use it. Here's how to do it:
1. Open Terminal
2. type:
sudo su
(and then you need to type your admin password)
3. type:
top
4. look for "pcscd" and note its PID
5. type "q" (no quotes) to quit out of top
6. type
kill PID#
where PID# is the number of the PID you noted in step 4
7. Close Terminal (type "exit" a couple of times) and go to Parallels and attach the smartcard reader.
8. Voila!
9,10,11..etc. To get it to work with NMCI email, there are a bunch more steps, which I can detail if people are interested.
-Chris