Thanks Thanks:  0
Ergebnis 1 bis 3 von 3
  1. #1
    Anfänger
    Registriert seit
    14.12.2019
    Beiträge
    7
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke

    Play Audio CD does not work with original kernel

    Hi!
    I run openATV 6.3 and have a problem playing an audio CD from my external USB drive.
    Because the original image had no support for scsi cdrom drives, I added this option in the kernel config
    but otherwise, I run an unchanged 6.3 image. Interestingly, I can play DVD's but the audio is just gibberish.
    I think I should get audio cds to work first.

    What works:
    ----------------
    When I connect the USB drive, I get the /dev/sr0
    and after inserting an audio cd into the drive
    I get a link /dev/cdrom -> sr0
    and a subdirectory /media/audiocd/ containing the file /media/audiocd/cdplaylist.cdpls
    with this contend:
    /media/audiocd/track-01.cda
    /media/audiocd/track-02.cda
    ...
    /media/audiocd/track-09.cda
    /media/audiocd/track-10.cda

    In the main menu I get the entry "Play audio-CD..."

    What does NOT work:
    -----------------------------
    I then get a pop up window saying:
    Information
    format not supported

    When I open the Media scanner it shows the drive as
    CDDVDW SE-208GB /media/audiocd
    When I select it I get the message:
    "No displayable files on this medium found!"

    Any suggestion what is missing ?
    Martin
    Martin

    •   Alt Advertising

       

  2. #2

    Registriert seit
    18.10.2013
    Ort
    BW
    Beiträge
    1.523
    Thanks (gegeben)
    917
    Thanks (bekommen)
    698
    Total Downloaded
    162,62 MB
    Total Downloaded
    162,62 MB
    ReceiverDanke
    Box 1:
    AX HD61 4k - ATV 7.3
     
     
    Box 2:
    Mut@nt HD51 4k- ATV 6.4
     
     
    Box 3:
    LG DS90QY Soundbar
     
     
    We talk about default Image?

    Was kann ich tun falls die Wiedergabe einer Audio-CD nicht funktioniert?
    In diesem Fall ist zu prüfen ob der CD-Treiber bzw. Kernelmodul CDFS installiert und gestartet ist. Dazu wird mittels Telnet folgender Befehl ausgeführt:

    opkg list-installed | grep cdfs

    Ist das Kernelmodul vorhanden gibt es folgende Rückmeldung (Versionsnummern können abweichen):

    kernel-module-cdfs-4.10.12 - 2.6.27-r0.6

    Fällt die Meldung negativ aus muss das Modul erst noch installiert werden. Dazu folgende Befehle ausführen:

    opkg update
    opkg install kernel-module-cdfs

    Die erfolgreiche installation mit:

    lsmod

    überprüfen. Das Kernelmodul „cdfs“ sollte nun in der Liste unter Module auftauchen. Falls es nicht erscheint muss es noch geladen werden. Hierzu den Befehl:

    modprobe cdfs

    ausführen.

    Danach sollte nach dem Einlegen einer Audio-CD die Wiedergabe möglich sein. In wenigen Fällen stoppt das Kernemodul cdfs manchmal nach einiger Zeit, hier schafft ein Neustart des Enigma2-Receivers Abhilfe. Quelle:Enigma2-Hilfe
    Hope you can understand a bit german, otherwise Text should be good for Translator or selfexplained.

    edit: there is another package Cdfs as well on the feed, if the Kernel-module-cdfs only installed not works, try to install this too.
    Maybe you need python-mutagen as well for displaying CD Content instead of track...
    Geändert von tiopedro1958 (11.01.2020 um 02:51 Uhr)
    mfg tiopedro1958

  3. #3
    Anfänger
    Registriert seit
    14.12.2019
    Beiträge
    7
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Hi
    Hallo mein Deutsch ist sehr gut....aber hier im forum ist wohl Englisch angesagt.
    The problem is not with the cdfs. the module is loaded and the information about the available tracks is there.
    In the meantime I did run enigma2 in debug mode and I get:
    10:28:21.9213 /usr/lib/python2.7/site-packages/twisted/python/util.py:815 untilConcludes 2020-01-13 10:28:21+0100 [-] KEY: 352 0 KEY_OK OK
    10:28:21.9220 /usr/lib/python2.7/site-packages/twisted/python/util.py:815 untilConcludes 2020-01-13 10:28:21+0100 [-] [ActionMap] Keymap 'OkCancelActions' -> Action = 'ok'.
    10:28:21.9227 /usr/lib/python2.7/site-packages/twisted/python/util.py:815 untilConcludes 2020-01-13 10:28:21+0100 [-] playing 4097:0:0:0:0:0:0:0:0:0:/media/audiocd/track-02.cda
    10:28:21.9231 ../../git/servicehisilicon/servicehisilicon.cpp:709 eServiceHisilicon [eServiceHisilicon] construct!
    10:28:21.9232 ../../git/servicehisilicon/servicehisilicon.cpp:755 eServiceHisilicon [eServiceHisilicon] uri=/media/audiocd/track-02.cda
    10:28:21.9424 ../../git/servicehisilicon/servicehisilicon.cpp:532 netlink_event [eServiceHisilicon] error 6
    10:28:21.9437 /usr/lib/python2.7/site-packages/twisted/python/util.py:815 untilConcludes 2020-01-13 10:28:21+0100 [-] [__evPluginError] format not supported

    so it seems like the python code knows what to play: playing 4097:0:0:0:0:0:0:0:0:0:/media/audiocd/track-02.cda
    the servicehisilicon.cpp get the right uri uri=/media/audiocd/track-02.cda but then it gets stuck and the servicehisilicon.cpp gets an error 6 which
    seems to indicate a format not supported.
    So I have still no clue.
    Martin

    New result: I can play audio CD's from the commandline using this:
    gst-launch-1.0 cdiocddasrc track=5 ! audioconvert ! audioresample ! alsasink

    So the software is there but the enigma2 menu entry "Play Audio CD" whiich shows the palylist and so on
    can not play it...
    Geändert von mruckert (13.01.2020 um 11:57 Uhr)
    Martin


Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:53 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,88%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com