Diskussionsthema zum How to: Soundgraph iMON VDF Display/IR mit XBMCbuntu 12.2

  • Hallo

    Habe das selbe Problemm, bekomme das DISPLAY einfach nicht ans Laufen, das einzigen was Angezeigt wird ist der STANDARD SATZ aus dem Treiber. siehe BILD

    Hat es eventuell von euch jemand mitllerweile hinbekommen. IR Funfktioniert. Habe das IMON VFD DISPLAY verbaut (siehe Bild)

    Danke

  • Hallo

    Danke für die Antwort

    Folgendes habe ich bereits gemacht.

    sudo apt-get install lcdproc
    sudo nano /etc/LCDd.conf

    Quellcode
    # The following drivers are supported:
    # bayrad, CFontz, CFontz633, CFontzPacket, curses, CwLnx, ea65,
    # EyeboxOne, g15, glcdlib, glk, hd44780, icp_a106, imon, imonlcd,
    # IOWarrior, irman, joy, lb216, lcdm001, lcterm, lirc, lis, MD8800,
    # mdm166a, ms6931, mtc_s16209x, MtxOrb, mx5000, NoritakeVFD, picolcd,
    # pyramid, sed1330, sed1520, serialPOS, serialVFD, shuttleVFD, sli,
    # stv5730, svga, t6963, text, tyan, ula200, xosd
    Driver=imon
    .
    .
    # Hello message: each entry represents a display line; default: builtin
    Hello="XBMC starting..."

    # GoodBye message: each entry represents a display line; default: builtin
    GoodBye="Thanks for using"
    GoodBye=" XBMC "
    .
    .
    # If yes, the the serverscreen will be rotated as a usual info screen. If no,
    # it will be a background screen, only visible when no other screens are
    # active. The special value 'blank' is similar to no, but only a blank screen
    # is displayed. [default: on; legal: on, off, blank]
    ServerScreen=off
    .
    .
    # Set master heartbeat setting. If set to 'open' a client may control the
    # heartbeat for its own screens (only). [default: open; legal: off, open, on]
    Heartbeat=off

    dann

    sudo nano ~/.xbmc/userdata/LCD.xml

    <lcd>
    <navigation>
    <line>$INFO[System.CurrentWindow]</line>
    <line>$INFO[System.CurrentControl]</line>
    </navigation>
    <music>
    <line>$INFO[Player.Time]/$INFO[Player.Duration]</line>
    <line>$INFO[MusicPlayer.Artist] - $INFO[MusicPlayer.Title] ----- </line>
    </music>
    <video>
    <line>$INFO[Player.Time(hh:mm)]/$INFO[Player.Duration(hh:mm)]</line>
    <line>$INFO[LCD.ProgressBar]</line>
    </video>
    <general>
    <line>$INFO[System.Time]</line>
    <line>$INFO[System.Date]</line>
    </general>
    <screensaver>
    <line>$INFO[System.Time]</line>
    <line>$INFO[System.Date]</line>
    </screensaver>
    <xbelaunch>
    <line>Playing</line>
    <line>$INFO[System.LaunchXBE]</line>
    </xbelaunch>
    </lcd


    dann

    sudo nano ~/.xbmc/userdata/[definition='2','1']advancedsettings[/definition].xml

    <lcd>


    <rows>2</rows>


    <columns>16</columns>


    <scrolldelay>3</scrolldelay>


    </lcd>


    dann

    sudo nano ~/.xbmc/userdata/guisettings.xml

    <haslcd>true</haslcd>

    Dieser WERT war in meiner guisettings.xml nicht vorhanden.
    Habe es dann unter VIDEOCREEN in der guisettings.xml eingetragen.

    dann

    /etc/init.d/LCDd restart

    Die Anleitung hatte ich hier aus dem Forum, habe lediglich im dateipfad xbmc gegen kodi getauscht da er sonst mir den Fehler anzeigt hat das es diese Datei nicht existiert.

    Mein System ist Kodibuntu Kodi Version 15.1


    ABER leider passiert nichts,

    Bin leider ein LINUX Neuling,

    Danke

  • probier mal:

    sudo nano /etc/LCDd.conf

    Quellcode
    # The following drivers are supported:
    # bayrad, CFontz, CFontz633, CFontzPacket, curses, CwLnx, ea65,
    # EyeboxOne, g15, glcdlib, glk, hd44780, icp_a106, imon, imonlcd,
    # IOWarrior, irman, joy, lb216, lcdm001, lcterm, lirc, lis, MD8800,
    # mdm166a, ms6931, mtc_s16209x, MtxOrb, mx5000, NoritakeVFD, picolcd,
    # pyramid, sed1330, sed1520, serialPOS, serialVFD, shuttleVFD, sli,
    # stv5730, svga, t6963, text, tyan, ula200, xosd
    Driver=imonlcd


    Ich meine das habe ich bei mir eingestellt. Ausserdem kommt da etwas tiefer noch was mit dem Protokoll.
    Dort kannst du auch mal die verschiedenen Einstellungen testen.

    Mein System:

    Spoiler anzeigen


    Server

    Wohnzimmer

    im Haus verteilt


    Cooler Master Elite 110
    ASRock J3455-ITX
    16GB DDR3L-1333
    3x WD green 3TB
    1x 60GB BOOT-SSD
    OMV 6.x
    TVHeadend 4.3.xx

    Phillips PUS8546
    Kodi 21 Beta (maven)

    diverse
    Raspberry Pi
    LibreElec 9.x


  • Hey,
    soweit ich weiß brauchst du das mit hasLcd nicht mehr machen. Aber egal....
    Erstmal würd ich schauen, ob der LCDd auch läuft

    Code
    ps -ef | grep -i lcd


    Falls der Daemon nicht läuft kannst du ihn zu Testzwecken mal von Hand starten, mit -c kannst du ihm die /etc/LCDd.conf mit übergeben.
    Weiterhin würd ich mal auf imonlcd wechseln, und in der entsprechenden Section die Werte anpassen. Dazu musst du mal ein

    Code
    lsusb

    ausführen und das Ergebnis in der LCDd.conf anpassen.

    Zitat


    ## Soundgraph iMON LCD ##
    [imonlcd]
    # Specify which iMon protocol should be used [legal: 0=15c2:ffdc device,
    # 1=15c2:0038 device; default: 0]
    Protocol=0


    Und letztlich noch das Addon LCDproc installieren, wo man auch nochmal paar Werte ändern kann.

    HIER übrigens noch die Doku zu LCDproc

    Bin leider nicht zuhause, sodass ich dir nicht alle Infos so aus dem Kopf geben kann ;)

  • Hallo

    Schonmal vielen dank für die Hife

    Habe mal auf die schnelle die Sachen geändert, aber noch kein erfolg.

    Quellcode
    ps -ef | grep -i lcd

    bekomme dieses Ergebniss
    Aber leider weiß ich jetzt nicht ob das jetzt gut oder schlecht ist

    1896 1883 0 18:09 pts/0 00:00:00 grep --color=auto -i lcd


    Bei lsusb
    Bus 004 Device 003: ID 15c2:0044 SoundGraph Inc.

    Die Werte habe ich in die LCDd.conf

    Sieht dan nun so aus

    ## Soundgraph iMON LCD ##
    [imonlcd]
    # Specify which iMon protocol should be used
    # [legal: 0, 1; default: 0]
    # Choose 0 for 15c2:ffdc device,
    # Choose 1 for 15c2:0044 device
    Protocol=1


    mfg

  • OK schon mal vielen dank

    Bekomme diese Meldung

    LCDd 0.5.5, LCDproc Protocol 0.3
    Part of the LCDproc suite
    Copyright (C) 1998-2010 William Ferrell, Selene Scriven
    and many other contributors

    This program 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.

    This program 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 this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

    Dann habe ich nochmal das ausgeführt

    ps -ef | grep -i lcd

    und bekomme die Meldung

    2203 2187 0 19:26 pts/0 00:00:00 grep --color=auto -i lcd

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!