Archiv > Development
Medion X10
P3f:
Hi,
kannst Du bitte mal die Keytable "sudo ir-keytable -w /lib/udev/rc_keymaps/rc-medion-x10" neu laden und danach mit "irw" (dann Tasten drücken, und es sollte eine Ausgabe kommen!) erneut eingeben.
Wenn sich da nichts ändert bitte mal unter /lib/udev/rc_keymaps/rc-medion-x10 den folgenden Inhalt eintragen, sicherheitshalber Neustart danach.
--- Code: ---# table rc-medion-x10, type:other
0x0000 = KEY_MUTE
0x0002 = KEY_POWER2
0x0004 = KEY_DVD
0x0005 = KEY_IMAGES
0x0006 = KEY_AUDIO
0x0008 = KEY_VOLUMEDOWN
0x0009 = KEY_VOLUMEUP
0x000b = KEY_CHANNELUP
0x000c = KEY_CHANNELDOWN
0x000d = KEY_1
0x000e = KEY_2
0x000f = KEY_3
0x0010 = KEY_4
0x0011 = KEY_5
0x0012 = KEY_6
0x0013 = KEY_7
0x0014 = KEY_8
0x0015 = KEY_9
0x0016 = KEY_TEXT
0x0017 = KEY_0
0x0018 = KEY_SCREEN
0x0019 = KEY_MENU
0x001a = KEY_UP
0x001b = KEY_SETUP
0x001c = KEY_PROG2
0x001d = KEY_LEFT
0x001e = KEY_OK
0x001f = KEY_RIGHT
0x0020 = KEY_PROG1
0x0021 = KEY_PREVIOUS
0x0022 = KEY_DOWN
0x0023 = KEY_NEXT
0x0024 = KEY_REWIND
0x0025 = KEY_PLAY
0x0026 = KEY_FORWARD
0x0027 = KEY_RECORD
0x0028 = KEY_STOP
0x0029 = KEY_PAUSE
0x002c = KEY_TV
0x002d = KEY_PVR
0x002e = KEY_RADIO
0x002f = KEY_INFO
0x0030 = KEY_CHANNELS
0x0031 = KEY_VIDEO
0x0032 = KEY_RED
0x0033 = KEY_GREEN
0x0034 = KEY_YELLOW
0x0035 = KEY_BLUE
0x0036 = KEY_PROG3
0x0037 = KEY_PROG4
0x0038 = KEY_MENU
0x0039 = KEY_SCREEN
0x003a = KEY_RADIO
--- End code ---
Wenn das alles nicht helfen sollte, bitte mal den Befehl " sudo ir-keytable -r" eingeben und nach den Tastendrücken auf der Fernbedienung die Ausgabe posten.
Gruß,
Pit
hampit:
--- Code: ---MLD> sudo ir-keytable -w /lib/udev/rc_keymaps/rc-medion-x10
-sh: sudo: not found
MLD>
--- End code ---
--- Code: ---MLD> ir-keytable -w /lib/udev/rc_keymaps/rc-medion-x10
opening keycode file: No such file or directory
Invalid parameter(s)
ir-keytable: -w: (PROGRAM ERROR) Option should have been recognized!?
Try `ir-keytable --help' or `ir-keytable --usage' for more information.
--- End code ---
die Datei existiert bei mir gar nicht :(
Delaney:
Moin,
--- Quote from: hampit on January 17, 2014, 17:18:04 ---
--- Code: ---MLD> ir-keytable -w /lib/udev/rc_keymaps/rc-medion-x10
opening keycode file: No such file or directory
Invalid parameter(s)
ir-keytable: -w: (PROGRAM ERROR) Option should have been recognized!?
Try `ir-keytable --help' or `ir-keytable --usage' for more information.
--- End code ---
die Datei existiert bei mir gar nicht :(
--- End quote ---
die liegt bei MLD in /etc/rc_keymaps ;)
Ebenso die bei Dir wohl geladene rc-medion-x10-or2x
Und bitte nicht lirc und eventlirc gleichzeitig konfigurieren und durcheinanderwürfeln.
Für die X-10 wird lirc i.A. nicht benötigt.
ati_remote => eventlirc
lirc_atiusb => lirc
Bitte mal die lsmod Ausgabe posten und evtest jeweils bei Installation und nach dem Reboot aufrufen.
cat /proc/bus/input/devices anstelle von evtest ginge nat. auch.
Mit letzterem läßt sich allerdings auch ohne lirc-addon die FB testen ;)
hampit:
Hi,
hab gerade neu installiert. Nach den ersten Setupeinstellungen im WEB-IF läuft die FB.
--- Code: ---MLD> lsmod
Module Size Used by Tainted: P
nvidia 9532495 47
drm 162235 2 nvidia
uinput 5093 1
snd_hda_codec_hdmi 22238 4
e100 21388 0
mii 2799 1 e100
snd_hda_codec_realtek 28666 1
rc_medion_x10_or2x 924 0
ati_remote 6236 0
rc_core 9977 3 rc_medion_x10_or2x,ati_remote
intel_agp 7812 0
snd_hda_intel 22870 5
snd_hda_codec 88670 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
intel_gtt 8370 1 intel_agp
agpgart 17777 3 drm,intel_agp,intel_gtt
snd_hwdep 3819 1 snd_hda_codec
snd_pcm 46642 5 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_timer 11761 3 snd_pcm
snd 35279 13 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 4914 2 snd_hda_intel,snd_pcm
MLD>
--- End code ---
evtest
--- Code: ---MLD> evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:Chicony USB Keyboard
/dev/input/event1:Chicony USB Keyboard
/dev/input/event2:X10 WTI RF receiver
/dev/input/event3:X10 WTI RF receiver mouse
/dev/input/event4:lircd
Select the device event number [0-4]: 2
Input driver version is 1.0.1
Input device ID: bus 0x3 vendor 0xbc7 product 0x6 version 0x100
Input device name: "X10 WTI RF receiver"
Supported events:
Event type 0 (EV_SYN)
Event type 1 (EV_KEY)
--- End code ---
Nach dem Reboot
lsmod
--- Code: ---MLD> lsmod
Module Size Used by Tainted: P
uinput 5093 0
snd_hda_codec_hdmi 22238 4
e100 21388 0
mii 2799 1 e100
nvidia 9532495 47
snd_hda_codec_realtek 28666 1
rc_medion_x10_or2x 924 0
drm 162235 2 nvidia
ati_remote 6236 0
rc_core 9977 3 rc_medion_x10_or2x,ati_remote
snd_hda_intel 22870 5
snd_hda_codec 88670 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 3819 1 snd_hda_codec
snd_pcm 46642 5 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_timer 11761 3 snd_pcm
snd 35279 13 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 4914 2 snd_hda_intel,snd_pcm
intel_agp 7812 0
intel_gtt 8370 1 intel_agp
agpgart 17777 3 drm,intel_agp,intel_gtt
MLD>
--- End code ---
evtest
--- Code: ---MLD> evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:Chicony USB Keyboard
/dev/input/event1:Chicony USB Keyboard
/dev/input/event2:X10 WTI RF receiver
Input device name: "X10 WTI RF receiver"
Supported events:
--- End code ---
Und dann nochmal
--- Code: ---MLD> cat /proc/bus/input/devices
I: Bus=0003 Vendor=04f2 Product=0402 Version=0111
N: Name="Chicony USB Keyboard"
P: Phys=usb-0000:00:1d.2-2/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/input/input3
U: Uniq=
H: Handlers=sysrq kbd event0
B: PROP=0
B: EV=120013
B: KEY=10000 7 ff9f207a c14057ff febeffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7
I: Bus=0003 Vendor=04f2 Product=0402 Version=0111
N: Name="Chicony USB Keyboard"
P: Phys=usb-0000:00:1d.2-2/input1
S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.1/input/input4
U: Uniq=
H: Handlers=kbd event1
B: PROP=0
B: EV=13
B: KEY=2000000 387a d801d001 1e0000 0 0 0
B: MSC=10
I: Bus=0003 Vendor=0bc7 Product=0006 Version=0100
N: Name="X10 WTI RF receiver"
P: Phys=usb-0000:00:1d.1-2/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/rc/rc0/input5
U: Uniq=
H: Handlers=kbd event2
B: PROP=0
B: EV=100013
B: KEY=108fc010 846051 0 0 0 0 8c00 180 c0300801 8e1680 0 0 ffc
B: MSC=10
I: Bus=0003 Vendor=0bc7 Product=0006 Version=0100
N: Name="X10 WTI RF receiver mouse"
P: Phys=usb-0000:00:1d.1-2/input1
S: Sysfs=/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input6
U: Uniq=
H: Handlers=mouse0 event3
B: PROP=0
B: EV=7
B: KEY=1b0000 0 0 0 0 0 0 0 0
B: REL=3
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version