Smart TV (customizzazione IMS by zival)

Questa è una discussione su Smart TV (customizzazione IMS by zival) all'interno del forum Iamm NTR-83, NTR-81, NTR-82, NTR-90, NTR-S20, Baloccobox, Xtreme X82HD, nella categoria Novatron Iamm; Originariamente Scritto da carter8189 Questo qui www.adsl4all.net/public/Multimedia_box/Realtek/Firmware/4geek_Medley3_Evo_757_Mod.zip . Pensavo, e se caricassi il 757 originale? Sul fw originale la smart ...

Pagina 31 di 90 PrimaPrima ... 2129303132334181 ... UltimaUltima
Risultati da 301 a 310 di 896

Smart TV (customizzazione IMS by zival)

  1. #301
    Hacker L'avatar di Hammarby
    Data Registrazione
    Nov 2011
    Località
    Stockholm, Sverige
    Messaggi
    349
    Downloads
    0
    Uploads
    0

    Re: Smart TV (customizzazione IMS by zival)

    Citazione Originariamente Scritto da carter8189 Visualizza Messaggio
    Questo qui www.adsl4all.net/public/Multimedia_box/Realtek/Firmware/4geek_Medley3_Evo_757_Mod.zip . Pensavo, e se caricassi il 757 originale? Sul fw originale la smart tv funziona? Ora comunque faccio la prova che mi hai detto.
    Fai anche questo:
    Codice:
    $ cat /etc/inetd.conf
    
    ti deve dare
    
    #
    # /etc/inetd.conf       A simple inetd.conf
    #
    # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
    #
    # To re-read this file after changes, just do a 'killall -HUP inetd'
    #
    #
    #ftp    stream  tcp     nowait  root    /usr/sbin/ftpd  ftpd -u 100  
    telnet  stream  tcp     nowait  root    /usr/sbin/telnetd  telnetd
    #auth   stream  tcp     nowait  nobody  /usr/sbin/nullidentd nullidentd
    www     stream  tcp     nowait  www-data        /usr/sbin/httpd httpd -h /var/www
    #
    # End of inetd.conf



  2. #302
    Utente Giovane L'avatar di carter8189
    Data Registrazione
    Jan 2012
    Messaggi
    71
    Downloads
    0
    Uploads
    0

    Re: Smart TV (customizzazione IMS by zival)

    Dunque, chiamando rtmpdump mi viene fuori
    Codice:
    Venus@root:bin# rtmpdump
    RTMPDump v2.3
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playp
    ath") containing a hostname
    con mount:
    Codice:
    Venus@root:bin# mount
    rootfs on / type rootfs (rw)
    /dev/root on / type yaffs2 (ro,noatime)
    none on /dev type devfs (rw)
    none on /proc type proc (rw,nodiratime)
    devpts on /dev/pts type devpts (rw)
    none on /sys type sysfs (rw)
    none on /tmp type ramfs (rw)
    /dev/mtdblock/2 on /usr/local/etc type yaffs (rw,noatime)
    /dev/rd/0 on /mnt/rd type vfat (rw,nodiratime,fmask=0022,dmask=0022,codepage=cp4
    37,iocharset=iso8859-1)
    /dev/scsi/host4/bus0/target0/lun0/part1 on /tmp/usbmounts/sdb1 type vfat (rw,nod
    iratime,fmask=0000,dmask=0000,codepage=cp437,iocharset=iso8859-1,shortname=winnt
    ,utf8)
    /dev/scsi/host1/bus0/target0/lun0/part1 on /tmp/usbmounts/sda1 type ufsd (rw,nod
    iratime)
    con fdisk
    Codice:
    Venus@root:bin# fdisk -l
    
    Disk /dev/sdb: 8006 MB, 8006926336 bytes
    255 heads, 63 sectors/track, 973 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    
       Device Boot      Start         End      Blocks  Id System
    /dev/sdb1   *           1         974     7819232+  b Win95 FAT32
    Partition 1 has different physical/logical endings:
         phys=(972, 254, 63) logical=(973, 115, 38)
    
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    
       Device Boot      Start         End      Blocks  Id System
    /dev/sda1               2       60169   483299460   7 HPFS/NTFS
    /dev/sda2           60170       60189      160650  82 Linux swap
    /dev/sda3           60190       60257      546210  83 Linux
    /dev/sda4           60258       60781     4209030  83 Linux
    con cat su inetd.conf
    Codice:
    Venus@root:bin# cat /etc/inetd.conf
    #
    # /etc/inetd.conf       A simple inetd.conf
    #
    # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
    #
    # To re-read this file after changes, just do a 'killall -HUP inetd'
    #
    #
    #ftp    stream  tcp     nowait  root    /usr/sbin/ftpd  ftpd -u 100
    telnet  stream  tcp     nowait  root    /usr/sbin/telnetd  telnetd
    #auth   stream  tcp     nowait  nobody  /usr/sbin/nullidentd nullidentd
    www     stream  tcp     nowait  www-data        /usr/sbin/httpd httpd -h /var/ww
    w
    #
    # End of inetd.conf



  3. #303
    Hacker L'avatar di Hammarby
    Data Registrazione
    Nov 2011
    Località
    Stockholm, Sverige
    Messaggi
    349
    Downloads
    0
    Uploads
    0

    Re: Smart TV (customizzazione IMS by zival)

    @carter8189
    L'errore e' che tu devi lavorare con il disco interno, che e'

    /tmp/usbmounts/sda1

    e non sdb1!!


  4. #304
    Utente Giovane L'avatar di carter8189
    Data Registrazione
    Jan 2012
    Messaggi
    71
    Downloads
    0
    Uploads
    0

    Re: Smart TV (customizzazione IMS by zival)

    Si quello lo so, sdb1 è una pendrive che ho attaccato poco fa, non c'entra niente col mt, l'ho usata per vedere un filmato. Curl, Awk ecc, sono tutti sotto usbmounts/sda1/opt/translate/bin, così come gli opportuni collegamenti.


  5. #305

  6. #306
    Utente Giovane L'avatar di carter8189
    Data Registrazione
    Jan 2012
    Messaggi
    71
    Downloads
    0
    Uploads
    0

    Re: Smart TV (customizzazione IMS by zival)

    Citazione Originariamente Scritto da bovirus Visualizza Messaggio
    Riparti con il firmware originale. Ricaricalo con HOME + POWER (aggiornamento forzato).
    Riformatta l'hd con TimeShift 4 ore (meglio). Controlla se vedi l'hd sempre sotto usbmounts.
    Ok va bene, ci provo.


  7. #307
    Hacker L'avatar di Hammarby
    Data Registrazione
    Nov 2011
    Località
    Stockholm, Sverige
    Messaggi
    349
    Downloads
    0
    Uploads
    0

    Re: Smart TV (customizzazione IMS by zival)

    Citazione Originariamente Scritto da bovirus Visualizza Messaggio
    Riparti con il firmware originale. Ricaricalo con HOME + POWER (aggiornamento forzato).
    Riformatta l'hd con TimeShift 4 ore (meglio). Controlla se vedi l'hd sempre sotto usbmounts.
    @bovirus
    Fagli installare il firm 757 mod dello HMR600, che lo posso aiutare meglio in questo modo.


  8. #308
    Hacker L'avatar di Hammarby
    Data Registrazione
    Nov 2011
    Località
    Stockholm, Sverige
    Messaggi
    349
    Downloads
    0
    Uploads
    0

    Re: Smart TV (customizzazione IMS by zival)

    Citazione Originariamente Scritto da carter8189 Visualizza Messaggio
    Si quello lo so, sdb1 è una pendrive che ho attaccato poco fa, non c'entra niente col mt, l'ho usata per vedere un filmato. Curl, Awk ecc, sono tutti sotto usbmounts/sda1/opt/translate/bin, così come gli opportuni collegamenti.
    Guarda che tutti i files di configurazione che hai mostrato referenziano sempre e solo sdb1.
    Togli quella pennetta ed inizia a lavorare solo su sda1, oppure installa il firm dello HMR600 che poi ci ritroviamo con tutto.


  9. #309
    Utente Giovane L'avatar di carter8189
    Data Registrazione
    Jan 2012
    Messaggi
    71
    Downloads
    0
    Uploads
    0

    Re: Smart TV (customizzazione IMS by zival)

    Citazione Originariamente Scritto da Hammarby Visualizza Messaggio
    Guarda che tutti i files di configurazione che hai mostrato referenziano sempre e solo sdb1.
    Togli quella pennetta ed inizia a lavorare solo su sda1, oppure installa il firm dello HMR600 che poi ci ritroviamo con tutto.
    Ma sei sicuro che il fw dell'hmr600 vada comunque sul medley del 4geek?


  10. #310
    Hacker L'avatar di Hammarby
    Data Registrazione
    Nov 2011
    Località
    Stockholm, Sverige
    Messaggi
    349
    Downloads
    0
    Uploads
    0

    Re: Smart TV (customizzazione IMS by zival)

    @carter8189

    ...forse basta che modifichi i files di configurazione e ci metti il disco giusto!


Pagina 31 di 90 PrimaPrima ... 2129303132334181 ... UltimaUltima

Tag per Questa Discussione

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •