Could you send us an error report through the HIDPoint configuration Application? It will help us troubleshoot your problem faster.
1. Make sure you have the usbfs mounted.
cat /proc/bus/usb/devices
(Not needed for HIDPoint to work, necessary only to troubleshoot the problem)
2. If you don't have /proc/bus/usb enabled you can do so by:
a. Save /etc/init.d/mountdevsubfs.sh as /etc/init.d/mountdevsubfs.sh.save
b. Edit /etc/init.d/mountdevsubfs.sh and uncomment the following lines.
The uncommented section would look like this ( I have attached my mountdevsubfs.sh file for reference)
#
# Magic to make /proc/bus/usb work
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs "" /dev/bus/usb/.usbfs -
obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb
c. Execute the script manually to enable the change before a reboot or reboot the machine
sudo /etc/init.d/mountdevsubfs.sh start
Open HIDPoint Configuration
Click on Support -> Report an Error
Please let us know if you have any questions