USB Keyboard. How to start? February 20, 2015 01:16PM |
Registered: 10 years ago Posts: 64 |
root@p24:~# ls /dev/input/ . .. mice
root@p24:~# cat /proc/bus/input/devices I: Bus=0003 Vendor=1241 Product=1503 Version=0110 N: Name=" USB Keyboard" P: Phys=usb-40200100.ehci-1.4/input0 S: Sysfs=/devices/40200100.ehci/usb1/1-1/1-1.4/1-1.4:1.0/0003:1241:1503.0002/input/input1 U: Uniq= H: Handlers=kbd B: PROP=0 B: EV=120013 B: KEY=10000 7 ff800000 7ff febeffdf f3cfffff ffffffff fffffffe B: MSC=10 B: LED=7 I: Bus=0003 Vendor=1241 Product=1503 Version=0110 N: Name=" USB Keyboard" P: Phys=usb-40200100.ehci-1.4/input1 S: Sysfs=/devices/40200100.ehci/usb1/1-1/1-1.4/1-1.4:1.1/0003:1241:1503.0003/input/input2 U: Uniq= H: Handlers=kbd B: PROP=0 B: EV=13 B: KEY=2000000 39fa d941d001 1e0000 0 0 0 B: MSC=10 root@p24:~#
Re: USB Keyboard. How to start? February 22, 2015 06:06AM |
Registered: 10 years ago Posts: 64 |
Re: USB Keyboard. How to start? February 23, 2015 08:03AM |
Registered: 10 years ago Posts: 1,037 |
Re: USB Keyboard. How to start? February 24, 2015 03:38AM |
Registered: 11 years ago Posts: 168 |
Re: USB Keyboard. How to start? February 25, 2015 11:28AM |
Registered: 10 years ago Posts: 64 |
Re: USB Keyboard. How to start? February 25, 2015 11:50AM |
Registered: 10 years ago Posts: 64 |
Re: USB Keyboard. How to start? February 25, 2015 11:54AM |
Registered: 10 years ago Posts: 1,037 |
apt-get install console-data keyboard-configuration -f
Re: USB Keyboard. How to start? February 25, 2015 01:06PM |
Registered: 10 years ago Posts: 64 |
# Input Device Drivers # # CONFIG_INPUT_KEYBOARD is not set
root@p24:~# lsmod Module Size Used by snd_usb_audio 98502 0 snd_pcm 65837 1 snd_usb_audio snd_timer 16188 1 snd_pcm snd_hwdep 5385 1 snd_usb_audio snd_usbmidi_lib 17415 1 snd_usb_audio snd_rawmidi 16507 1 snd_usbmidi_lib rt73usb 22100 0 crc_itu_t 1077 1 rt73usb rt2x00usb 7823 1 rt73usb snd_seq_device 4993 1 snd_rawmidi snd 46431 7 snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_seq_device soundcore 4795 1 snd uas 15442 0 root@p24:~#
Re: USB Keyboard. How to start? February 25, 2015 01:52PM |
Admin Registered: 13 years ago Posts: 19,192 |
Re: USB Keyboard. How to start? February 25, 2015 02:25PM |
Registered: 10 years ago Posts: 1,037 |
Re: USB Keyboard. How to start? February 25, 2015 08:03PM |
Registered: 11 years ago Posts: 168 |
Re: USB Keyboard. How to start? February 26, 2015 05:41AM |
Registered: 10 years ago Posts: 64 |
Re: USB Keyboard. How to start? February 26, 2015 05:47AM |
Registered: 10 years ago Posts: 64 |
Re: USB Keyboard. How to start? February 26, 2015 06:50AM |
Registered: 10 years ago Posts: 1,037 |
Re: USB Keyboard. How to start? February 27, 2015 05:20AM |
Registered: 10 years ago Posts: 64 |
apt-get install python
cd /usr/local/bin wget --no-check-certificate https://raw.githubusercontent.com/robertio/Is_mouse_button_pressed/master/mouse_pressed.py chmod 755 mouse_pressed.py
cd /etc/init.d wget --no-check-certificate https://raw.githubusercontent.com/robertio/Is_mouse_button_pressed/master/mouse_pressed.sh chmod 755 mouse_pressed.sh update-rc.d mouse_pressed.sh defaults
/etc/init.d/mouse_pressed.sh start # or reboot
Re: USB Keyboard. How to start? February 27, 2015 07:04AM |
Registered: 10 years ago Posts: 1,037 |
Re: USB Keyboard. How to start? February 27, 2015 07:30AM |
Registered: 10 years ago Posts: 64 |
Re: USB Keyboard. How to start? February 27, 2015 10:46PM |
Admin Registered: 13 years ago Posts: 19,192 |
Re: USB Keyboard. How to start? February 28, 2015 01:43AM |
Registered: 10 years ago Posts: 64 |
Re: USB Keyboard. How to start? February 28, 2015 10:06AM |
Registered: 10 years ago Posts: 1,037 |
Re: USB Keyboard. How to start? February 28, 2015 02:54PM |
Registered: 10 years ago Posts: 64 |
Re: USB Keyboard. How to start? March 01, 2015 05:16AM |
Registered: 11 years ago Posts: 168 |
Re: USB Keyboard. How to start? March 12, 2015 03:29AM |
Registered: 10 years ago Posts: 64 |
Re: USB Keyboard. How to start? March 12, 2015 05:06AM |
Registered: 10 years ago Posts: 64 |
Re: USB Keyboard. How to start? March 12, 2015 10:17AM |
Registered: 10 years ago Posts: 1,037 |