Removing FLEXID9 Drivers on OS X

Use either procedure to remove the FLEXID9 driver. One procedure invokes a user interface for the removal process; the other performs a silent removal via the command line.

Note:Best practice is to remove the driver using the user-interface method.

To remove the driver using the supplied user interface

1. Double-click the installer file FLEXID9_OSX_V8_43.dmg. Copy the files from the FLEXID9_OSX_V8_43.dmg to the desktop.
2. Run this command:

sudo ./dunst

3. Manually delete the directories etc/hasplm and var/hasplm.
4. Reboot the machine.
5. Try installing the latest drivers using this command:

sudo ./dinst

To remove the driver silently using the command line

1. Enter the following command to list all files installed for the dongle driver:

lsbom –fls /Volumes/Sentinel Runtime/.Packages/Sentinel Runtime.pkg/Contents/Archive.bom

2. Perform one of the following:
Manually delete each of the files that are listed after performing step 1.
Run this command:

lsbom –fls /Volumes/Sentinel Runtime/.Packages/Sentinel Runtime.pkg/Contents/Archive.bom | (cd /; sudo xargs rm)

Note:This command is for reference only. It might not work properly on some machines.