|
From: moebius <moe...@fr...> - 2012-12-28 22:59:05
|
Bonsoir, I've recently bought a Antec Veris Multimedia Station E-Z with a rm100 remote You can see it here : http://www.ldlc.com/fiche/PB00076357.html lsusb gives : Bus 004 Device 002: ID 15c2:0042 SoundGraph Inc. dmesg : [ 6791.179149] usb 4-3: new low-speed USB device number 2 using ohci_hcd [ 6791.506587] input: iMON Panel, Knob and Mouse(15c2:0042) as /devices/pci0000:00/0000:00:04.0/usb4/4-3/4-3:1.0/input/input7 [ 6791.565120] Registered IR keymap rc-imon-pad [ 6791.565401] input: iMON Remote (15c2:0042) as /devices/pci0000:00/0000:00:04.0/usb4/4-3/4-3:1.0/rc/rc1/input8 [ 6791.565618] rc1: iMON Remote (15c2:0042) as /devices/pci0000:00/0000:00:04.0/usb4/4-3/4-3:1.0/rc/rc1 [ 6791.572128] imon 4-3:1.0: iMON device (15c2:0042, intf0) on usb<4:2> initialized [ 6791.572183] imon 4-3:1.1: iMON device (15c2:0042, intf1) on usb<4:2> initialized [ 6791.572257] usbcore: registered new interface driver imon lsmod | grep ir gives : ir_lirc_codec 12859 0 lirc_dev 19204 1 ir_lirc_codec ir_mce_kbd_decoder 12777 0 ir_sony_decoder 12510 0 ir_jvc_decoder 12507 0 ir_rc6_decoder 12507 0 ir_rc5_decoder 12507 0 ir_nec_decoder 12507 0 rc_core 26412 13 rc_imon_pad,imon,rc_terratec_slim_2,ir_lirc_codec,ir_mce_kbd_decoder,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,dvb_usb_af9015,dvb_usb,ir_rc5_decoder,ir_nec_decoder lsmod | grep imon gives : rc_imon_pad 12505 0 imon 32839 0 rc_core 26412 13 rc_imon_pad,imon,rc_terratec_slim_2,ir_lirc_codec,ir_mce_kbd_decoder,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,dvb_usb_af9015,dvb_usb,ir_rc5_decoder,ir_nec_decoder ps aux | grep lir gives : root 1528 0.0 0.0 32908 684 ? Ss 21:19 0:00 /usr/sbin/lircd --output=/var/run/lirc/lircd --device=/dev/lirc0 Ok, I run an ubuntu precise but with xfce ; anyway on another computer (an acer laptop) with a native precise ubuntu, results are the same ones. uname -a says : Linux ordi-moebius 3.2.0-35-lowlatency #34-Ubuntu SMP PREEMPT Tue Dec 18 18:12:15 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Generic kernel gives same results anyway... My keyboard is a french one (well nothing special, I'm french ;) ) when typing dpkg-reconfigure lirc, I've tried several possibilities for remote control configuration : 1/ Soundgraph iMON Antec Veris I use rhythmbox with the integrated lirc plugin Just few keys work : enter key => play current song ; when pressing again, song is played again from beginning keys up and down change selected song in good direction mute key lead to pop up a xfce (gnome?) notification on the top right corner (a crossed loudspeaker) but without any effect. SO I've also try to extract only the rm100 code and put it in a file named rm100.conf that I include in lircd.conf but I obtain the same result lircd.conf : #Configuration for the Soundgraph iMON Antec Veris remote: include "/etc/lirc/rm100.conf" rm100.conf : begin remote name Antec_Veris_RM100 bits 64 eps 30 aeps 100 one 0 0 zero 0 0 gap 139998 ignore_mask 0x0000000000000301 min_repeat 1 toggle_bit 0 begin codes KEY_EXIT 0x288195b700000101 # AppExit KEY_POWER 0x289115b700000101 # Power KEY_BACKSPACE 0x0200002a00000000 # Backspace KEY_UP 0x2aa515b700000101 # Pad Up RightMenu 0x0200006500000000 # Right Menu KEY_LEFT 0x29a515b700000101 # Pad Left KEY_ENTER 0x0200002800000000 # ENTER KEY_RIGHT 0x2ba515b700000101 # Pad Right KEY_VOLUMEUP 0x28a395b700000101 # VOL + KEY_DOWN 0x289515b700000101 # Pad Down KEY_CHANNELUP 0x289395b700000101 # CH + KEY_VOLUMEDOWN 0x28a595b700000101 # VOL - KEY_MUTE 0x2b9595b700000101 # Mute KEY_CHANNELDOWN 0x288795b700000101 # CH - KEY_REWIND 0x298315b700000101 # Rewind KEY_PLAY 0x2a8315b700000101 # Play KEY_FASTFORWARD 0x2b8315b700000101 # Fast Forward Go 0x2ab195b700000101 # Go end codes end remote 2/ linux input layer with several possible devices : /dev/input/by-id/usb-15c2_0042-event-if00 Nothing work except play/pause key but just for playing, mute key acts as said before /dev/input/by-id/usb-15c2_0042-event-mouse and /dev/input/by-id/usb-15c2_0042-mouse Same result than with Soundgraph iMON Antec Veris except key play/pause don't make anything Last thing, everytime I'm trying to reconfigure lirc, dmesg says : imon 4-3:1.0: Unsupported IR protocol specified, overriding to iMON IR protocol Well I'm a little lost ; it seems very hard to make these remotes working So if someone could bring some help, it would be very nice. cordialement, |