Multimedia mit LIRC und Fernbedienung W-01RN

Linux 3.16.6-2-desktop openSUSE 13.2 (Harlequin) (i586) KDE-V. 4.14.6
Intel(R) Celeron(R) CPU G440 @ 1.60GHz
LIRC-Version lirc-0.9.0-11.1.3.i586
Der Test findet momentan auf meinem Desktop statt.
Nach erfolgreichem Abschluß folgt die Überleitung auf einen
FUJITSU MPC-D1007, Grafikausgabe auf Sharp LC-37XL8E.

Momentane Konfiguration:
Die Fernbedienung


# lsusb -v
Bus 003 Device 002: ID 0755:2626 Aureal Semiconductor 
Device Descriptor:
  idVendor           0x0755 Aureal Semiconductor
  idProduct          0x2626 
  bcdDevice           29.82
  iManufacturer           1 www.irfmedia.com 
  iProduct                2 W-01RN USB_V3.1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard

Die /etc/lirc/lircd.conf


#
# brand:                       Aureal
# model no. of remote control: ATWF@83
#

begin remote
  name  Aureal_ATWF@83
  bits           32
  gap          132799
      begin codes
          KEY_0                    0x00270000
          KEY_1                    0x001E0000
          KEY_2                    0x001F0000
          KEY_3                    0x00200000
          KEY_4                    0x00210000
          KEY_5                    0x00220000
          KEY_6                    0x00230000
          KEY_7                    0x00240000
          KEY_8                    0x00250000
          KEY_9                    0x00260000
          KEY_BACK                 0x002A0000
          KEY_CLEAR                0x00290000
          KEY_CLOSE                0x003D0004
          KEY_DOWN                 0x00510000
          KEY_DVD                  0x00100003
          KEY_ENTER                0x00280000
          KEY_INFO                 0x00650000
          KEY_LEFT                 0x00500000
          KEY_MAIL                 0x018A0200
          KEY_MUTE                 0x00E20200
          KEY_PLAYPAUSE            0x00CD0200
          KEY_POWER                0x008303FF
          KEY_RADIO                0x00040001
          KEY_RECORD               0x00150001
          KEY_RIGHT                0x004F0000
          KEY_AUDIO                0x00100001
          KEY_TV                   0x00170003
          KEY_STOP                 0x00B70200
          KEY_UP                   0x00520000
          KEY_VIDEO                0x00080001
          KEY_VOLUMEDOWN           0x00EA0200
          KEY_VOLUMEUP             0x00E90200
          KEY_WWW                  0x02230200
          KEY_CALENDAR             0x000C0001
          KEY_PREVIOUS             0x02240200
          KEY_NEXT                 0x02250200
          KEY_SCREEN               0x00280004
          KEY_CHANNELDOWN          0x004E0000
          KEY_CHANNELUP            0x004B0000
          KEY_KPASTERISK           0x00250002
          KEY_KPPLUSMINUS          0x00200002
          KEY_REWIND               0x00050003
          KEY_FORWARD              0x00B30200
          KEY_NEXTSONG             0x00B50200
          KEY_MEDIA                0x0028000C
          KEY_PREVIOUSSONG         0x00B60200
          KEY_HOME                 0x00070008
      end codes
end remote

Die /etc/sysconfig/lirc


## /etc/sysconfig/lirc
LIRCD_DEV_PERMISSIONS="666"
LIRCD_DEV_OWNER="root:video"
LIRCD_DRIVER="atwf83" 
LIRCD_DEVICE="/dev/input/by-id/usb-www.irfmedia.com_W-01RN_USB_V3.1-event-kbd"
LIRC_MODULE="hid_aureal"  # lirc_serial, lirc_dev, hid_aureal, hidusb, lirc_ttyS1
LIRCD_LISTENPORT="8765"  # 8765, 529
LIRCD_CONNECT=""
LIRCD_CONFIGFILE="/etc/lirc/lircd.conf"

Die /etc/lirc/hardware.conf


LIRCD_ARGS=""
START_LIRCMD="false"  # true|false
LOAD_MODULES="true"
DRIVER="atwf83"
DEVICE="/dev/input/event6"
MODULES="hid_aureal"
LIRCD_CONF="/etc/lirc/lircd.conf"
LIRCMD_CONF=""

Problembeschreibung:
Ich habe via AMAZON/Marketplace eine Fernbedienung Remote Control
www.irfmedia.com W-01RN USB 3.1 erworben und damit bei der
Konfiguration erhebliche Probleme. Die Konfigurationsdateien
lirc, lircd.conf, hardware.conf, .lircrc sowie die betreffenden Kernel-Module
wurden systematisch variiert, leider ohne Erfolg. Wie an der lsusb-Ausgabe
zu erkennen, komme ich an weder an dem atwf83-Treiber, noch an dem
hid_aureal - Modul vorbei.


# /etc/init.d/lirc restart
# irw /var/run/lirc/lircd
2015-05-13T15:38:10.273629+02:00 dessau lirc[5649]: Shutting down lircd ..done
2015-05-13T15:38:10.316533+02:00 dessau lirc[5656]: Starting lircd debug module: hid_aureal
2015-05-13T15:38:10.321517+02:00 dessau lirc[5656]: debug, driver: atwf83, device: /dev/input/by-id/usb-www.irfmedia.com_W-01RN_USB_V3.1-event-kbd
2015-05-13T15:38:10.322374+02:00 dessau lirc[5656]: debug lircd_CONF: /etc/lirc/lircd.conf
2015-05-13T15:38:10.323764+02:00 dessau lirc[5656]: (/dev/input/by-id/usb-www.irfmedia.com_W-01RN_USB_V3.1-event-kbd)debug lircd-dev-owner: root:video
2015-05-13T15:38:10.324485+02:00 dessau lirc[5656]: debug lircd-dev-permissions: 666
2015-05-13T15:38:10.343034+02:00 dessau lirc[5656]: ..done
2015-05-13T15:38:10.347577+02:00 dessau lircd-0.9.0[5669]: lircd(atwf83) ready, using /var/run/lirc/lircd
2015-05-13T15:39:58.237425+02:00 dessau lircd-0.9.0[5669]: accepted new client on /var/run/lirc/lircd
# Taste MyVideo. Konsolausgabe: ^E, messages-Ausgabe:
2015-05-13T15:40:38.962640+02:00 dessau lircd-0.9.0[5669]: (atwf83_repeat) Could not read /dev/input/by-id/usb-www.irfmedia.com_W-01RN_USB_V3.1-event-kbd                     
2015-05-13T15:40:38.963108+02:00 dessau lircd-0.9.0[5669]: closing '/dev/input/by-id/usb-www.irfmedia.com_W-01RN_USB_V3.1-event-kbd'                                          
# Taste MyPicture, Konsolausgabe <Tab> (^I), messages-Ausgabe:
2015-05-13T15:40:54.554572+02:00 dessau lircd-0.9.0[5669]: (atwf83_repeat) Could not read /dev/input/by-id/usb-www.irfmedia.com_W-01RN_USB_V3.1-event-kbd
2015-05-13T15:40:54.555003+02:00 dessau lircd-0.9.0[5669]: closing '/dev/input/by-id/usb-www.irfmedia.com_W-01RN_USB_V3.1-event-kbd'
# usw. usw.

Wer kann mir hier weiter helfen? Ich bin für jeden Hinweis dankbar. Meine
unendliche Geduld hat mir bisher leider keinen Erfolg beschert :frowning: