You are not logged in.
Pages: 1
Homepage:
https://github.com/baskerville/shkd
Package:
https://aur.archlinux.org/packages.php?ID=64506
Last edited by bloom (2013-02-13 10:22:14)
Offline
The line in your makefile for INPUT_DEVICE returns nothing for me (i don't have a command shell (smalltalk?))
HP DV6 + Arch + Openbox
Offline
The line in your makefile for INPUT_DEVICE returns nothing for me (i don't have a command shell (smalltalk?))
I guess you're refering to the following line:
INPUT_DEVICE = $(shell find /dev/input/by-id/ -name '*-kbd' | head -n 1)
(shell is a make built-in and I didn't understand the Smalltak reference.)
What's the output of
find /dev/input/by-id/
on your system?
Offline
lol i should have figured that, smalltalk is the only output from pkgfile shell
/dev/input/by-id contains:
lrwxrwxrwx 1 root root 9 Nov 11 00:00 usb-Logitech_USB_Receiver-event-if01 -> ../event2
lrwxrwxrwx 1 root root 9 Nov 11 00:00 usb-Logitech_USB_Receiver-event-mouse -> ../event1
lrwxrwxrwx 1 root root 9 Nov 11 00:00 usb-Logitech_USB_Receiver-mouse -> ../mouse0
lrwxrwxrwx 1 root root 9 Nov 11 00:00 usb-SuYin_HP_TrueVision_HD_HF1016-A821-OV011-VH-R01.01.00-event-if00 -> ../event9
i have a file /dev/input/by-path/platform-i8042-serio-0-event-kbd which points to event0
HP DV6 + Arch + Openbox
Offline
Pages: 1