Menu

Sending SIGHUP Signal to Cardmgr

Nathan M
2006-02-25
2013-04-08
  • Nathan M

    Nathan M - 2006-02-25

    Does anyone know how I can send a SIGHUP signal to cardmgr from a shell window?

    I have a pcmcia card that does not get recognized unless I open up cardinfo and click the reset button under the socket selector (not the other reset button in cardinfo) then click eject then click insert.  I know how to automate the eject and insert part this with a shell script, but I'm not sure how to automate the first part (the reset command that reinitializes all sockets from scratch).

     
    • David Hinds

      David Hinds - 2006-03-02

      kill -HUP `cat /var/run/cardmgr.pid`

       

Log in to post a comment.