Seite 16 von 25 ErsteErste ... 61415161718 ... LetzteLetzte
Ergebnis 151 bis 160 von 248

Thema: New Image

  1. #151
    Boardgründer/Administrator Avatar von bonkel
    Registriert seit
    03.05.2012
    Beiträge
    8.468
    Thanks
    509
    Thanked 4.504 Times in 1.979 Posts
    Ok. Sehe so aber keinen Sinn an ntfs-3g. Sodass das ja vom feed weg kann.

    Gehasst, Verdammt, Vergöttert
    Fragen gehören ins Forum nicht in meinem Postfach!
    >> Häufig gestellte Fragen <<


  2. #152
    Benutzer Avatar von kapios
    Registriert seit
    24.11.2013
    Beiträge
    69
    Thanks
    21
    Thanked 3 Times in 2 Posts
    I try with openspa kernel
    opkg remove-force-depends ntfs-3g

    removed

    opkg install kernel-module-ntfs
    kernel-module-ntfs is up to date

    Then usb disks read normally

    I am out now
    I tested again with HDMU kernel and image and i report



    Στάλθηκε από το SM-A310F μου χρησιμοποιώντας Tapatalk


  3. #153
    Benutzer Avatar von kapios
    Registriert seit
    24.11.2013
    Beiträge
    69
    Thanks
    21
    Thanked 3 Times in 2 Posts
    confirm


    opkg update

    opkg install kernel-modules-ntfs
    Downloding....
    Reboot


    with ftp copied the file S03ntfs.sh in /etc/rcS.d (attribute 755)
    Reboot

    AND YESSS! usb disks ntfs can visited !!!
    Thank you very much @ingo


  4. #154
    Boardgründer/Administrator Avatar von bonkel
    Registriert seit
    03.05.2012
    Beiträge
    8.468
    Thanks
    509
    Thanked 4.504 Times in 1.979 Posts
    can you make a
    opkg list_installed *ntfs*

    Gehasst, Verdammt, Vergöttert
    Fragen gehören ins Forum nicht in meinem Postfach!
    >> Häufig gestellte Fragen <<


  5. #155
    Benutzer Avatar von kapios
    Registriert seit
    24.11.2013
    Beiträge
    69
    Thanks
    21
    Thanked 3 Times in 2 Posts
    Trying 192.168.1.99...
    Connected to azboxhd.lan.
    Escape character is '^]'.

    hdmu 4 azboxhd

    azboxhd login: root
    Password:
    Last login: Fri Mar 8 1211 EET 2013 on pts/0
    HDMU 16126
    Git 2717

    # # ###### # # # #
    # # # # ## ## # #
    # # # # # # # # # #
    ####### # # # # # # #
    # # # # # # # #
    # # # # # # # #
    # # ###### # # #####

    +++++++++++++++++: System Data :+++++++++++++++++++
    + Box = azboxhd
    + HDMU Rev = 16126
    + GIT Rev = 2717
    + Hostname = azboxhd
    + Kernel = 3.3.1-opensat
    + Uptime = 1048 up 3 min, load average: 1.18, 0.64, 0.25
    + CPU = MIPS 4KEc V6.9
    +Memory Total = 102808 kB
    + Memory Free = 1800 kB

    root@azboxhd:~# opkg list_installed *ntfs*
    kernel-module-ntfs - 3.3.1-r15
    root@azboxhd:~#
    root@azboxhd:~#
    root@azboxhd:~#

    Στάλθηκε από το SM-A310F μου χρησιμοποιώντας Tapatalk

  6. The Following User Says Thank You to kapios For This Useful Post:



  7. #156
    VIP
    Registriert seit
    25.05.2015
    Beiträge
    113
    Thanks
    17
    Thanked 26 Times in 20 Posts
    Hi Ingo (or anyone with Azbox HD)

    could you test something for me??
    could you run this from the cmd line and post the output?

    Code:
    while true; do cat /proc/stb/vmpeg/0/xres /proc/stb/vmpeg/0/yres /proc/stb/vmpeg/0/progressive /proc/stb/vmpeg/0/framerate /proc/stb/video/videomode | awk {'printf("%s\t",$1)'}; date ; sleep 1 ; done
    Just exit with Crtl-C, only need a line or two. Can be done while TV is running.

    I noticed that the Azbox ME driver outputs the framerate in HEX (which is wrong) which causes all sorts of problems with any AutoRes plugins.. So wondering if the AzboxHD driver is doing the same..
    Geändert von dazulrich (18.12.2016 um 22:16 Uhr)


  8. #157
    Benutzer
    Registriert seit
    11.12.2015
    Beiträge
    82
    Thanks
    23
    Thanked 13 Times in 11 Posts
    Hi, dazulrich, always ready to take part.
    I have so:
    root@azboxhd:~# while true; do cat /proc/stb/vmpeg/0/xres /proc/stb/vmpeg/0/yres
    /proc/stb/vmpeg/0/progressive /proc/stb/vmpeg/0/framerate /proc/stb/video/video
    mode | awk {'printf("%s\t",$1)'}; date ; sleep 1 ; done
    2d0 240 061a8720p Mon Dec 19 04:46:53 MSK 2016
    2d0 240 061a8720p Mon Dec 19 04:46:55 MSK 2016
    2d0 240 061a8720p Mon Dec 19 04:46:56 MSK 2016
    For Full HD:

    780 438 061a8720p Mon Dec 19 05:07 :56 MSK 2016
    780 438 061a8720p Mon Dec 19 05:07 :57 MSK 2016
    Frame rate 60Hz
    Geändert von ingo (19.12.2016 um 03:29 Uhr) Grund: Addition

  9. The Following User Says Thank You to ingo For This Useful Post:



  10. #158
    VIP
    Registriert seit
    25.05.2015
    Beiträge
    113
    Thanks
    17
    Thanked 26 Times in 20 Posts
    thanks Ingo.. yes the HD driver also reports the framerate in HEX 61a8 = 25000. from a quick glance at the openpli repo this doesn't seem to be issue for hdmu (openpli) as the code isn't making (much/any) use of those procs. while openatv does..

    Edit: Actually where is the 60hz framerate shown? the proc reports 25.. puzzled ??!!
    Geändert von dazulrich (19.12.2016 um 16:10 Uhr)


  11. #159
    Benutzer
    Registriert seit
    11.12.2015
    Beiträge
    82
    Thanks
    23
    Thanked 13 Times in 11 Posts
    Zitat Zitat von dazulrich Beitrag anzeigen
    Actually where is the 60hz framerate shown? the proc reports 25.. puzzled ??!!
    Hi,
    I was referring to the video output settings azbox: "Refresh rate - 60 Hz"
    At 50Hz, as follows:
    780 438 061a8720p50 Mon Dec 19 18:47:37 MSK 2016
    780 438 061a8720p50 Mon Dec 19 18:47:38 MSK 2016


  12. #160
    Neuer Benutzer
    Registriert seit
    04.09.2016
    Beiträge
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts
    [QUOTE = ingo; 117938] Oi,
    eu estava referindo-se às definições de saída de vídeo AZBox: "taxa de actualização - 60 Hz"
    a 50Hz, da seguinte forma: [/ QUOTE]

    - - - Updated - - -

    Fan controle "rtisys" plugin não é mais para baixar github imagem receptor

    - - - Updated - - -

    [QUOTE = ze900; 117972] [QUOTE = ingo; 117938] Oi,
    eu estava referindo-SE, definições de SAÍDA de Vídeo AZBox: "taxa de Actualização - 60 Hz"
    a 50Hz, da Seguinte forma: [/ QUOTE]

    - - - Atualizado - - -

    Controle Fan "rtisys" não plug-in É mais para baixar github imagem receptor [/ QUOTE]

    - - - Updated - - -

    Fan control "rtisys" plugin is no longer to download github image receiver


Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •