Archiv > Raspberry PI

Test MLD-4 RPI tgz

<< < (89/114) > >>

clausmuus:
@ Pit,

da verhällt sich der RPI genau wie nen normaler PC

Claus

skippy:

--- Quote from: clausmuus on August 19, 2014, 00:06:54 ---hast Du eventlircd nicht mit intsalliert, bzw. deinstalliert oder gestoppt?

--- End quote ---
doch, eventlircd ist drauf und gestartet, wenn ich es richtig sehe ...


--- Code: ---MLD-RPi-1> opkg list-installed | grep event
eventlircd - 2014.08.08-18_3.15.1.62
MLD-RPi-1> ps | grep event
 1345 root      3720 S    /usr/sbin/lircd --driver=devinput --device=/dev/input/event3 --uinput --output=/var/run/lirc/lircd-input~event3 --pidfile=/var/run/lirc/lircd-input~event3.pid /usr/share/lirc/remo

--- End code ---

Fehlermeldungen (... /var/run/lirc/lircd: No such file or directory) sind noch da => brauchst du noch Infos, bzw. soll ich etwas ausprobieren?

Viele Grüße skippy

clausmuus:
ne, eventlircd läuft nicht. starte den mal neu (start eventlircd) und schau ob der dann läuft. Falls dann noch immer nicht, schau mal ob der sich per "eventlircd -f" starten lässt. Das -f bedeutet das der im Fordergrund laufen soll. Dadurch bekommst Du eventuelle Fehlermeldungen zu sehen und falls der sich gleich wieder beendet bekommst Du das auch mit. in dem Fall zeihe mal Deine sundtek DVB Sticks raus, stelle sicher das alle lirc daemons beendet sind (notfalls abschießen "killall lircd"), starte dann eventlircd "start eventlircd" und stecke dann die dvb Sticks wieder rein.

Ich hatte das schon mal, das die sundteck Treiber sich nicht mit eventlircd vertragen, abhängig von der Reihenfolge in der das gestartet wird. Abhilfe schafft dann auch, das installieren von lircd2uinput.

Claus

skippy:
Danke Claus, eventlircd konnte ich weder mit eventlircd noch mit dem Parameter -f starten. Die Ausgabe brachte keine Fehlermeldung

--- Code: ---MLD-RPi-1> start eventlircd -f
Starting eventlircd

--- End code ---
Stick entfernt
lirc schien auch nicht zu laufen

--- Code: ---MLD-RPi-1> ps | grep lirc
 6683 root      4472 S    grep lirc
MLD-RPi-1> killall lircd
killall: lircd: no process killed

--- End code ---
eventlircd gestartet => und läuft
jetzt den Stick wieder eingesteckt und alles ist gut

--- Code: ---MLD-RPi-1> ls -l
srw-rw-rw-    1 root     root             0 Aug 19 18:37 lircd
srw-rw-rw-    1 root     root             0 Aug 19 18:38 lircd-input~event3
-rw-r--r--    1 root     root             5 Aug 19 18:38 lircd-input~event3.pid
MLD-RPi-1> ps | grep eventlircd
 6828 root      2240 S    eventlircd
 7551 root      4472 S    grep eventlircd

--- End code ---
Fehlermeldung ist weg  :)

dann wollte ich lircd2uinput installieren und falle auf die Nase, vermutlich wieder der opkg-Fehler:

--- Code: ---MLD-RPi-1> opkg install lircd2uinput
Installing lircd2uinput (0-0) on root.
Downloading http://www.minidvblinux.de/download/4.0.1-rpi/files/base/lircd2uinput_0-0.opk.
Installing python-uinput (2.7-5) on root.
Downloading http://www.minidvblinux.de/download/4.0.1-rpi/files/base/python-uinput_2.7-5.opk.
Collected errors:
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/pygtk.pth
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/gtk-2.0/gio/__init__.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/gtk-2.0/gio/_gio.so
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/gtk-2.0/gio/unix.so
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/gtk-2.0/dsextras.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/pygtk.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/glib/option.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/glib/_glib.so
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/glib/__init__.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/gtk-2.0-pysupport-compat.pth
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/gobject/_gobject.so
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/gobject/__init__.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/gobject/constants.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/python2.7/dist-packages/gobject/propertyhelper.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/pyshared/python2.7/gtk-2.0/gio/_gio.so
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/pyshared/python2.7/gtk-2.0/gio/unix.so
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/pyshared/python2.7/glib/_glib.so
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/lib/pyshared/python2.7/gobject/_gobject.so
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/share/pyshared/pygtk.pth
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/share/pyshared/gtk-2.0/gio/__init__.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/share/pyshared/gtk-2.0/dsextras.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/share/pyshared/pygtk.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/share/pyshared/glib/option.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/share/pyshared/glib/__init__.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/share/pyshared/gobject/__init__.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/share/pyshared/gobject/constants.py
        But that file is already provided by package  * python-avahi
 * check_data_file_clashes: Package python-uinput wants to install file /usr/share/pyshared/gobject/propertyhelper.py
        But that file is already provided by package  * python-avahi

--- End code ---

Werde bei Gelegenheit mein selbsterstelltes Image um lircd2uinput erweitern und dann noch einmal testen.

Viele Grüße skippy

clausmuus:
Hi,

ne, das war kein opkg Fehler, sondern eine Unverträglichkeit zwischen zwei Paketen. Den Fehler habe ich behoben.

Das mit dem -f hast Du falsch verstanden. Du hättest nicht nen "start eventlircd -f" testen, sondern ein "eventlircd -f" versuchen sollen.

Claus

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version