Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Links added to false dongle disconnection doc and emails examples

...

Panel
bgColor#fff

Preferably get the information before the dongle is seen as removed. If we can't, we can assume the USB driver is uhci_hcd (below, the requested information, blue colored, is given as an example):

# /bin/dmesg | grep HASP
usb 2-2.1: Product: HASP HL 3.25
# /bin/dmesg | grep "usb 2-2.1" | grep hci_hcd
usb 2-2.1: new low speed USB device number 4 using uhci_hcd

 

Execute the following commands to try to make the USB license dongle readable again (below, the requested information, blue colored, is given as an example):

# ls /sys/bus/pci/drivers/uhci_hcd | grep :
0000:02:01.0
# echo 0000:02:01.0 >/sys/bus/pci/drivers/uhci_hcd/unbind
# echo 0000:02:01.0 >/sys/bus/pci/drivers/uhci_hcd/bind

(info) Repeat the unbind/bind commands for each line displayed by the 'ls' command if any

 

Restart the aksusbd service:

# service aksusbd restart

 

Check if the license can be read:

# hasp_srm_view

License Manager running at host: charonrhel64
License Manager IP address: 127.0.0.1
...

 

(warning) Monitor the guest log file for license detection on next check

Filter by label (Content by label)
showLabelsfalse
max5
spacesKBP
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("removal","license","dongle") and label = "linux" and label in ("charon-vax","charon-axp") and type = "page" and space = "KBP"
labelscharon linux removal license dongle

...