Benutzeravatar
mr-sepp
Mitglied

Beiträge:24
Registriert:3. Dec 2015

config.txt bei Ambilight und Lirc Modul

14. Dez 2015, 12:30

Hallo zusammen,

Ich habe Erfolgreich Ambilight eingerichtet, jetzt wollte ich noch eine Fernbedienung für Kodi eingerichtet.

Diese funktioniert allerdings nur wenn der Grabber vom USB-Port abgesteckt ist.. ( Habe ich nach ewiger Fehlersuche mit dem Forum herausgefunden) :)

Liegt das an der config.txt?? Dort sehen meine letzten beden Zeilen so aus..

#Lirc Modul aktivieren
dtoverlay=lirc-rp

# Ambilight Modul aktivieren
dtparam=spi=on

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

config.txt bei Ambilight und Lirc Modul

14. Dez 2015, 12:50

Probier einen anderen USB Port.
Bei mir funktioniert beides Problemlos - gleiche config wie bei dir.
Aktivier sonst noch das hier, das erhöht den Strom auf den USB Ports - vielleicht hängt es damit zusammen.

Code: Alles auswählen

max_usb_current=1

mr-sepp
Mitglied

Beiträge:24
Registriert:3. Dec 2015

config.txt bei Ambilight und Lirc Modul

14. Dez 2015, 21:23

Habe es versucht aber usb_current bracht leider keinen Erfolg :-(.. Vielleicht liegt es auch am Grabber??

"grabber-v4l2" :
{
"device" : "/dev/video0",
"input" : 0,
"standard" : "PAL",
"width" : -1,
"height" : -1,
"frameDecimation" : 2,
"sizeDecimation" : 8,
"priority" : 800,
"mode" : "2D",
"cropLeft" : 10,
"cropRight" : 10,
"cropTop" : 1,
"cropBottom" : 1,
"redSignalThreshold" : 0.1,
"greenSignalThreshold" : 0.1,
"blueSignalThreshold" : 0.1
},

Und meine Konfig.. Vielleicht hat ja jeman noch ne Idee??



################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
# Inspired and partly copied from:
# http://youresuchageek.blogspot.fr/2012/ ... ec-on.html
#
# OpenELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# OpenELEC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
# Bootloader configuration - config.txt
################################################################################

################################################################################
# Memory (System/GPU configuration )
################################################################################

# default GPU memory split (do not change if you do not know what you are doing)
gpu_mem=128

# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
gpu_mem_256=112
gpu_mem_512=160
gpu_mem_1024=256

################################################################################
# Overclocking settings
# WARNING: Do not change/enable if you do not know what you are doing!
# The System may become unstable or you can have data corruption or
# you can loose your warranty if you set wrong settings
#
# please read: http://elinux.org/RPi_config.txt#Overcl ... figuration
################################################################################

# Overclock mode settings.
#
# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
# no overclocking : 700 | 250 | 400 | 0
# mode 'Modest' : 800 | 300 | 400 | 0
# mode 'Medium' : 900 | 333 | 450 | 2
# mode 'High' : 950 | 450 | 450 | 6
# mode 'Turbo' : 1000 | 500 | 600 | 6
# mode 'Pi2' : 1000 | 500 | 500 | 2

# arm_freq=700
# core_freq=250
# sdram_freq=400
# over_voltage=0

# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
force_turbo=0

# If you have any data corruption using Turbo Mode and overclocking
# try with this setting uncommented
# If this still fails, try to use Medium mode without "over_voltage=2"
# If it ultimately keeps failing, forget about this until it gets fixed
# Use a more conservative mode that will works fine in any cases:
# initial_turbo=30

################################################################################
# Overscan settings
################################################################################

# Make display smaller to stop text spilling off the screen
# see also http://www.raspberrypi.org/phpBB3/viewt ... 67&t=15700
# overscan_scale=1
# disable_overscan=1

# Adapt overscan values to your needs
# overscan_left=57
# overscan_right=59
# overscan_top=20
# overscan_bottom=20

################################################################################
# various settings see also: http://elinux.org/RPi_config.txt
################################################################################

# Force HDMI even if unplugged or powered off
hdmi_force_hotplug=1

# Doesn't sent initial active source message.
# Avoids bringing CEC (enabled TV) out of standby and channel switch when
# rebooting.
hdmi_ignore_cec_init=1

################################################################################
# License keys to enable GPU hardware decoding for various codecs
# to obtain keys visit the shop at http://www.raspberrypi.com
################################################################################

# decode_MPG2=0x00000000
# decode_WVC1=0x00000000
# decode_DTS=0x00000000
# decode_DDP=0x00000000

################################################################################
# End of default configuration
# all values below this line were inserted from config.txt.bk (your old config)
# and can be merged with the above values
################################################################################

# Mehr Strom für USB-Ports
# max_usb_current=1
# Ambilight aktivieren
dtparam=spi=on
# IR Empänger aktivieren
dtoverlay=lirc-rpi
max_usb_current=1

mr-sepp
Mitglied

Beiträge:24
Registriert:3. Dec 2015

config.txt bei Ambilight und Lirc Modul

15. Dez 2015, 19:20

Schade.. Niemand eine Idee?

Gesendet von meinem SM-G925F mit Tapatalk

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

config.txt bei Ambilight und Lirc Modul

16. Dez 2015, 11:19

Ich nicht mehr, sorry.. finde auch über google mit englischen Kontext nichts vergleichbares..

mr-sepp
Mitglied

Beiträge:24
Registriert:3. Dec 2015

config.txt bei Ambilight und Lirc Modul

16. Dez 2015, 19:18

Schade.. Aber vielen Dank. Ein Image mit ambilight und lirc hat niemand? Dann könnte ich ausschließlich damit es an der Hardware liegt. Gruß

Gesendet von meinem SM-G925F mit Tapatalk

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

config.txt bei Ambilight und Lirc Modul

17. Dez 2015, 09:47

Du könntest das Ambilight Image von Aki aus einer der Anleitungen nehmen und dann dort nur noch lirc aktivieren (wenn es nicht eh schon an ist).

mr-sepp
Mitglied

Beiträge:24
Registriert:3. Dec 2015

config.txt bei Ambilight und Lirc Modul

19. Dez 2015, 10:41

Wo finde ich das !?

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

config.txt bei Ambilight und Lirc Modul

22. Dez 2015, 09:47

mr-sepp hat geschrieben:Wo finde ich das !?


viewtopic.php?f=8&t=13

Zurück zu „Allgemein“