-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with installation #4
Comments
sudo rmmod uclogic |
I restarted the computer and the pen is working. but buttons on the tablet are not |
I don't check the last merge to master branch, and it may can be broken... |
Hello and sorry to bother, I get this trying to install it (I'm really new at Ubuntu or any linux distro): luciusdesign@luciusdesign-ubuntu: [1]+ Stopped sudo make |
I managed to install it as root (newbie from me) but it's not recognized yet: |
@konachan700 Will not compile on kernel 4.18 or later.
(Compiled fine for me on 4.14 though) |
@konachan700 The issue is that HID_QUIRK_NO_EMPTY_INPUT was deprecated and doesn't exist in recent kernels anymore ( https://lore.kernel.org/patchwork/patch/935088/ ), the solution to make it compile and work again was replacing the following line:
With this This should probably work on all kernels so it is safe to change ( HID_QUIRK_MULTI_INPUT could also be renamed to BIT(6) if I am correct, but because I'm not much of a programmer I can't be certain). I don't know if this would mean other parts of the code need to be changed or not btw. |
To be honest I started using linux just recently so I have no idea how and where to apply your suggestion, so If anyone test it and works I'd appreciate a guide for dummies. |
@LuciusTalane This was not a response to your issue, this was my issue, and a solution for my issue. If you are having the same issue as I am however (failure to compile Q11K driver) the file you need to edit is q11k_device.c. |
Hey @Rabcor, I just created a pull request with a potential fix as well. I had the same issue as you. Credit where credit is due for the fix: DIGImend/digimend-kernel-drivers@52a69d9 |
I cant install it too. |
I was able to install it... Finally my tablet + pen are recognized by xsetwacom... |
I have the same issue as @harrybo91 Has anyone found a solution to that? It seems that the install script messes with sound / wifi / display (hdmi out) drivers. Is the xorg config changed maybe? |
I can't install this
gravit@Gravit-PC:
/Downloads/Q11K_Driver-master$ sudo make/Downloads/Q11K_Driver-master$ sudo make install[sudo] password for gravit:
make -C /lib/modules/4.13.0-37-generic/build SUBDIRS=/home/gravit/Downloads/Q11K_Driver-master modules
make[1]: Entering directory '/usr/src/linux-headers-4.13.0-37-generic'
CC [M] /home/gravit/Downloads/Q11K_Driver-master/q11k_device.o
/home/gravit/Downloads/Q11K_Driver-master/q11k_device.c:158:12: warning: ‘q11k_prepare_pens’ declared ‘static’ but never defined [-Wunused-function]
static int q11k_prepare_pens(struct hid_device *hdev);
^~~~~~~~~~~~~~~~~
/home/gravit/Downloads/Q11K_Driver-master/q11k_device.c:160:12: warning: ‘q11k_register_relative_pen’ declared ‘static’ but never defined [-Wunused-function]
static int q11k_register_relative_pen(struct hid_device *hdev);
^~~~~~~~~~~~~~~~~~~~~~~~~~
Building modules, stage 2.
MODPOST 1 modules
CC /home/gravit/Downloads/Q11K_Driver-master/q11k_device.mod.o
LD [M] /home/gravit/Downloads/Q11K_Driver-master/q11k_device.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-37-generic'
gravit@Gravit-PC:
make -C /lib/modules/4.13.0-37-generic/build SUBDIRS=/home/gravit/Downloads/Q11K_Driver-master modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.13.0-37-generic'
INSTALL /home/gravit/Downloads/Q11K_Driver-master/q11k_device.ko
At main.c:160:
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 4.13.0-37-generic
make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-37-generic'
install -D -m 0644 99-q11k_device.conf /etc/modprobe.d/99-q11k_device.conf
depmod -a
The text was updated successfully, but these errors were encountered: