08-02-2016, 11:00 PM
(This post was last modified: 08-02-2016, 11:12 PM by janeku.
Edit Reason: Added new situation
)
Last night I have to make new image for Pine due to some data corruption problem on SD card.
Then I reinstalled drivers for Huion and suddenly my tablet was recognised but half of it.
As a drawing tablet it is recognised but as a mouse it is not.
Attached is new Xorg log file so you can check it.
Edit: Just checked installation procedure of drivers (ziped archive, manual install):
obj-m := hid-kye.o hid-uclogic.o hid-polostar.o
KVERSION := $(shell uname -r)
KDIR := /lib/modules/$(KVERSION)/build
PWD := $(shell pwd)
UDEV_RULES := /lib/udev/rules.d/90-hid-rebind.rules
DEPMOD_CONF := /etc/depmod.d/digimend.conf
HID_REBIND := /sbin/hid-rebind
modules modules_install clean:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) $@
install: modules_install
install -D -m 0644 digimend.conf $(DEPMOD_CONF)
depmod -a
install hid-rebind $(HID_REBIND)
install -m 0644 90-hid-rebind.rules $(UDEV_RULES)
udevadm control --reload
uninstall:
rm -vf $(UDEV_RULES) $(HID_REBIND) $(DEPMOD_CONF) \
/lib/modules/*/extra/hid-kye.ko \
/lib/modules/*/extra/hid-polostar.ko \
/lib/modules/*/extra/hid-uclogic.ko
udevadm control --reload
depmod -a
Should I look for digimend.conf file and hid-rebind where are they stored in the system , but what else ?