Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Pennywise

1
Raspberry PI / Fernbedienung geht nicht
« on: May 03, 2016, 00:49:29 »
Hallo Claus,

sehr gerne!

Vielen Dank für Deine Hilfe !

Gruß,
Marc

2
Raspberry PI / Fernbedienung geht nicht
« on: May 02, 2016, 20:34:42 »
Nachdem der empfohlene Update bei mir leider auch nichts gebracht hat, habe ich mein Client-System noch mal komplett neu aufgesetzt.
Leider wieder mit dem selben Ergebnis.

Mit meinem rpi b+ hatte der TSOP unter MLD 5.0 bis Samstag noch problemlos funktioniert.
Auf meinem neuen rpi3 habe ich den TSOP 31238 wie zuvor direkt an den Pins 1, 6 und 18 angeschlossen.

Ich habe nur den IR am GPIO, eth0 und keine Tastatur angeschlossen. Ich verbinde mich nur per SSH remote.


3
Raspberry PI / Fernbedienung geht nicht
« on: May 01, 2016, 11:40:31 »
Hallo,

bei mir ist es ähnlich. Ich habe gestern ganz neu mit einem Customized System (5.1 für RPI3) aufgesetzt und bekomme die gleichen Meldungen.
Bei wird über rc_core das Modul gpio_ir_recv mit geladen ? Ist das so korrekt ?

Upload Code OH9bSl

Meine config.txt: (noch nicht manuell eingegriffen)
Code: [Select]
#hdmi_mode=20
#hdmi_group=1
sdtv_mode=2
sdtv_aspect=3
disable_splash=1
gpu_mem=256
kernel=kernel
initramfs initrd
cmdline=cmdline
max_usb_current=1
dtparam=i2c=on,i2s=on,spi=on
hdmi_force_edid_audio=1
hdmi_drive=2
dtoverlay=lirc-rpi
~

dmesg auf gpio bringt folgendes:
Code: [Select]
MLD> dmesg | grep gpio
[    0.488588] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[   11.654174] lirc_rpi: gpio chip not found!
[   11.848295] lirc_rpi: gpio chip not found!
[   33.707981] lirc_rpi: gpio chip not found!

dmesg auf lirc:
Code: [Select]
MLD> dmesg | grep lirc
[   11.647060] lirc_dev: IR Remote Control driver registered, major 245
[   11.653303] lirc_rpi: module is from the staging directory, the quality is unknown, you have been warned.
[   11.654174] lirc_rpi: gpio chip not found!
[   11.847343] lirc_rpi: module is from the staging directory, the quality is unknown, you have been warned.
[   11.848295] lirc_rpi: gpio chip not found!
[   33.706313] lirc_rpi: module is from the staging directory, the quality is unknown, you have been warned.
[   33.707981] lirc_rpi: gpio chip not found!

Ein find auf lirc*.ko:
Code: [Select]
./lib/modules/4.1.21.195.16/kernel/drivers/staging/media/lirc/lirc_sasem.ko
./lib/modules/4.1.21.195.16/kernel/drivers/staging/media/lirc/lirc_imon.ko
./lib/modules/4.1.21.195.16/kernel/drivers/staging/media/lirc/lirc_rpi.ko
./lib/modules/4.1.21.195.16/kernel/drivers/staging/media/lirc/lirc_serial.ko
./lib/modules/4.1.21.195.16/kernel/drivers/staging/media/lirc/lirc_zilog.ko
./lib/modules/4.1.21.195.16/kernel/drivers/media/rc/lirc_dev.ko

lsmod:
Code: [Select]
MLD> lsmod
Module                  Size  Used by    Tainted: G
rtc_ds1307              9402  0
i2c_dev                 5671  0
gpio_ir_recv            2315  0
snd_soc_bcm2708_i2s     6670  0
regmap_mmio             2842  1 snd_soc_bcm2708_i2s
snd_soc_core          128693  1 snd_soc_bcm2708_i2s
snd_compress            7689  1 snd_soc_core
i2c_bcm2708             4920  0
snd_pcm_dmaengine       3231  1 snd_soc_core
lirc_dev                8110  0
rc_core                16220  2 gpio_ir_recv,lirc_dev
snd_bcm2835            19802  0
snd_pcm                73594  3 snd_soc_core,snd_pcm_dmaengine,snd_bcm2835
snd_timer              18848  1 snd_pcm
snd                    50779  5 snd_soc_core,snd_compress,snd_bcm2835,snd_pcm,snd_timer

 ;) Ist mein erster Post, ich bitte um Entschuldigung und um einen Hinweis, falls ich irgendetwas falsch gemacht habe.

Viele Grüße,
Marc