HASP Unknown Device

I haven't used my Offline Hasp Key for a while on Parallels. Now when I do, windows shows that the Hasp Key is an Unknown Device and doesn't recognize it as anything. Ideas?


[edited by: jabadger at 4:16 PM (GMT -6) on Wed, Sep 16 2009]
Parents Reply Children
  • Tried on brand new MBP with Parallels 4.0 and it worked for about an hour, then stopped working. Could not get it to recognize no matter what. Dongle works fine, it is just weird HASP voodoo with Parallels that is hit or miss with many users it seems (after reading Parallels website). So, I had to dust off my big honkin PC to get a client going for the time being.

    Looking forward to network connectivity for Mac Offline.

  • Narrowed down the problem. I found a terminal script to unload the HASP driver (aksusbd in the activity monitor, you can't just kill it, it needs to be unloaded via terminal). When I did, windows recognized the dongle as an Aladdin HASP Key.

    My next problem was that even though Windows saw the dongle, EOL was still in mirror mode even though I tried the shortcut keys. On the master console I switched to the CIA (something else was in the way) and was then able to access the mirror options under Displays and was able to finally disable mirror mode and all was well on the client.

    Sooo, the end result of all this, is that I still need to be able to use a HASP dongle on the mac side periodically as well. So I did some digging and made two Services in Automator that you can run. One unloads the HASP dongle driver, the other, well, loads it. Both require your password because sudo is required for the shell script.

    Here is the command that is being invoked by the load service;
    sudo launchctl unload /Library/LaunchDaemons/com.aladdin.aksusbd.plist

    or for loading
    sudo launchctl load /Library/LaunchDaemons/com.aladdin.aksusbd.plist

    Attached are the services I made. Just drop them into /Library/Services/ in your home directory and then just invoke them from the pull down under any application name at the top. (Made for Snow Leopard)



    [edited by: jabadger at 8:27 PM (GMT -6) on Thu, Nov 5 2009]
    HASP Load-Unload Services.zip
Related