Wes

Results 37 comments of Wes

They seem to have removed the g510 kernel module from the Makefile - no idea why. Also I don't think they ever accepted this PR, no idea why either. The...

``` anomaly@scorched ~/src/lg4l $ grep -i g510 hid-ids.h Makefile hid-ids.h:#define USB_DEVICE_ID_LOGITECH_G510_LCD 0xc22d hid-ids.h:#define USB_DEVICE_ID_LOGITECH_G510_AUDIO_LCD 0xc22e Makefile:obj-m := hid-gcore.o hid-gfb.o hid-g110.o hid-g13.o hid-g15.o hid-g15v2.o hid-g19.o hid-g510.o anomaly@scorched ~/src/lg4l $ make clean...

Do you have the uinput module loaded, and are permissions correct on /dev/uinput? I had to change these. Now my g510 is green and showing system load on the LCD.

This is using the 'g15-direct' module within g15-config by the way. The hid-g510.ko wraps it afaik but provides the g15's interface to userspace

You likely need to alter udev rules for uinput to open up permissions in a way that persists across reboots. I'm not familiar with Mint personally, but I'd wager that...

that + at the end of the permissions implies an ACL is applied to it beyond the normal posix permissions, which might be interfering. As for the framebuffer issue, I...

A lot has changed between then and now. No one ever merged this and now it’s unmauntained. I’d consider this project dead. I don’t even have that keyboard any more...

I mean, support for this specific keyboard as dead, not the project itself, sorry

Good luck, sorry I can't be more help

It wasn't using the g13 driver it was using the g15 driver, and it absolutely was working for me then. I could control backlighting and use LCD applets, and typing...