Heute ist Stammtischzeit:
Jeden Donnerstag 20:30 Uhr hier im Chat.
Wer Lust hat, kann sich gerne beteiligen. ;)
  • Hi,
    bin neu hier im Forum und endlich im besitz von einem Pi!:bravo2:
    Die SD Karte war schon vorinstalliert und funzt auch soweit.
    Filme spielt er momentan nur vom usb Stick ab, da ich nicht auf den PC zugreifen kann.
    Aber leider ohne Ton, egal ob über HDMI oder Klinke!:helpnew:
    Danke schonmal im vorraus!

  • das hat mir leider nicht weiter gebracht!:helpnew:=(

    Das steht alles im editor:

    ################################################################################
    # This file is part of OpenELEC - http://www.openelec.tv
    # Copyright © 2009-2012 Stephan Raue (stephan@openelec.tv)
    # Inspired and partly copied from:
    # http://youresuchageek.blogspot.fr/2012/0...ec-on.html
    #
    # 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, 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 OpenELEC.tv; see the file COPYING. If not, write to
    # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
    # http://www.gnu.org/copyleft/gpl.html
    ################################################################################
    # 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=100
    gpu_mem_512=128

    ################################################################################
    # 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#Overclo...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 | 500 | 6

    # 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/viewto...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

    ################################################################################
    # 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
    ################################################################################

    hdmi_force_hotplug=1
    config_hdmi_boost=5
    hdmi_group=2

    Helft mir bitte, brauche zu sylvester Ton!!!!:helpnew::helpnew::helpnew:
    Gruß Björn

  • Mit was hast du die Soundausgabe getestet?

    Bitte für weitere Fragen auch sagen welches System verwendet wird. Aus dem vorigen Post geht zwar hervor das du OpenELEC verwendest aber es vereinfacht das ganze.


    Theoretisch soltest du mit dem Befehl
    sudo amixer cset numid=3 1 die Klinke einstellen oder mit
    sudo amixer cset numid=3 2 den HDMI Ausgang

    Es gibt KEINE dummen Fragen!

  • Zitat von http://wiki.ubuntuusers.de/mount


    In Linux müssen auf internen oder externen Datenträgern befindliche Dateisysteme in das System eingebunden werden. Man spricht hier auch von "Aufsetzen", "Einhängen" oder "Mounten" eines Dateisystems.

    Für den USB-Stick müsstest du dafür folgendes tun:

    Jetzt sollte dein USB-Stick richtig eingebunden sein.
    mit "ls /media/usbstick" kannst du dir jetzt die Ordner und Dateien anzeigen lassen

    Es gibt KEINE dummen Fragen!

    Einmal editiert, zuletzt von paul70078 (30. Dezember 2013 um 18:46)

  • Weißt du wie du in die Kommandozeile kommst?
    Dort führst du dann diese Befehle aus:

    Code
    sudo mkdir /media/usbstick
    sudo nano /etc/fstab


    Du bist jetzt in einem Texteditor und kannst den Zeiger mit den Pfeiltasten bewegen
    Schreib folgende Zeile ans Ende der datei

    Code
    /dev/sdb1    /media/usbstick    vfat    defaults    0    0


    Dann drückst du STRG+O und danach "ENTER" und zum abschluss STRG+X.
    Jetzt bist du wieder in der Kommandozeile und führst den Befehl

    Code
    sudo mount -a


    aus.
    Wenn eine Fehlermeldung kommt schreib sie mir bitte

    In der Kommandozeile führst du diese Befehle aus:

    Code
    sudo mkdir /media/usbstick
    sudo nano /etc/fstab

    Dadurch kommst du in ein Editorfenster und schreibst in die letzte Zeile

    Code
    /dev/sdb1    /media/usbstick    vfat    defaults    0    0

    Dann speicherst du mit STRG+O und anschließendem Drücken der Enter-Taste ab und beendest mit STRG+X den Editor und bist wieder in der Kommandozeile. Dort führst du noch folgenden Befehl aus:

    Code
    sudo mount -a

    Falls eine Fehlernachricht kommt schreib sie mir bitte.

    Und besorg dir bitte ein Einsteigerbuch für den Raspberry oder such im Internet nach Anfänger-Tutoritals da du noch einige Grundlagen lernen must.

    Hier findest du einige viele Grundlagen zum RPI: http://raspberrycenter.de/handbuch

    Eine gute Anlaufstelle ist auch http://wiki.ubuntuusers.de

    Es gibt KEINE dummen Fragen!

    Einmal editiert, zuletzt von paul70078 (30. Dezember 2013 um 21:40)

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!