Page 24 of 24 FirstFirst ... 14222324
Results 461 to 468 of 468

Thread: New DM8000 killer on the market

  1. #461
    Super Moderator A's Avatar
    Join Date
    Dec 2004
    Posts
    1,150
    Thanks
    0
    Thanked 0 Times in 0 Posts
    https://www.satpimps.co.uk/showthread.php?t=125046
    for all help and questions go to above link
    Rest comparisions and other crap can carry on here

  2. #462
    Member
    Join Date
    Jan 2010
    Posts
    77
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Cheers 'A' now just awaiting your lovely turorial

    lol thanks.

  3. #463
    V.I.P
    Join Date
    Feb 2009
    Posts
    495
    Thanks
    0
    Thanked 0 Times in 0 Posts
    0. Do always a Backup of your Image, if something goes wrong
    1. make a Folder in usr/ named keys, give Rights 755 (Path= /usr/keys)
    2. open telnet and make a Symlink to /var/keys or what u need:
    ln -s <target> <symlinkname/folder>
    3. check if u see the symlink and is it working(klick on it it must bring you to the Folder you will use)
    4. if you are working with Startscripts, look into etc/init.d, there is a Data named bootup, on VTI Image symlinks are set:

    #csh

    if [ ! -d /dev/dvb/adapter0 ];
    then mkdir /dev/dvb/adapter0 -p
    fi

    insmod /lib/modules/2.6.18-6.6/extra/procmk.ko
    insmod /lib/modules/2.6.18-6.6/extra/fb.ko
    insmod /lib/modules/2.6.18-6.6/extra/dvb-core.ko
    insmod /lib/modules/2.6.18-6.6/extra/dvb-bcm7335.ko
    insmod /lib/modules/2.6.18-6.6/extra/cdfs.ko


    #Don't like to change enigma2 source.
    #rm -rf /dev/fb
    #mkdir /dev/fb
    #ln -s /dev/fb0 /dev/fb/0

    #echo 10 > /proc/progress
    #[ -e /dev/dbox/oled0 ] && ln -s /dev/dbox/oled0 /dev/dbox/lcd0

    #mount -t sysfs sysfs /sys
    #echo 11 > /proc/progress

    depmod -Ae
    echo 12 > /proc/progress

    for mod in isofs cifs usb-storage sr_mod vfat cdrom ntfs nfsd; do
    modprobe $mod
    done

    for mod in sata_svw libata nls_base nls_cp437 nls_iso8859-1; do
    modprobe $mod
    done

    echo 13 > /proc/progress

    #(sleep 10; cat /etc/fscking.raw > /dev/dbox/oled0; sleep 1d) &
    #pid=$!
    #mount -at nonfs,nosmbfs,noncpfs,nocifs
    #kill $pid

    mount -at nonfs,nosmbfs,noncpfs,nocifs
    echo 14 > /proc/progress

    swapon -a
    echo 15 > /proc/progress

    tar xzf /etc/var.tar.gz -C /
    echo 16 > /proc/progress

    # sleep after 10min
    hdparm -S 120 /dev/discs/disc0/disc
    #hdparm2 -S 120 /dev/discs/disc0/disc

    echo 17 > /proc/progress

    # set UDMA66, enable dma
    hdparm -d 1 /dev/discs/disc0/disc
    hdparm -X66 /dev/discs/disc0/disc

    # accustic management
    hdparm -M 128 /dev/discs/disc0/disc

    # disable dma for cd drive ...
    # we remove this when the dma timeout problem is fixed!
    #hdparm -d 0 /dev/ide/host0/bus0/target0/lun0/cd

    #echo 18 > /proc/progress
    #for mod in dreambox_keyboard fp bcm7400; do
    # modprobe $mod
    #done

    echo 19 > /proc/progress

    cat /etc/videomode > /proc/stb/video/videomode

    echo 20 > /proc/progress

    for mod in rt73 zd1211b; do
    modprobe $mod
    done

    #echo "loading madwifi modules"
    #for x in wlan ath_rate; do
    # for mod in `ls /lib/modules/$(uname -r)/net | grep $x | cut -d . -f 0`; do
    # modprobe $mod
    # done
    #done
    #modprobe ath_pci

    echo 21 > /proc/progress

    [ -e /etc/dropbear/dropbear_rsa_host_key ] && /usr/bin/showiframe /boot/bootlogo.mvi || /usr/bin/showiframe /boot/bootlogo_wait.mvi

    hostname -F /etc/hostname

    echo 22 > /proc/progress

    #/usr/bin/wdog /usr/bin/dccamd -
    ln -s /usr/keys /var/keys
    ln -s /usr/scam /var/scam


    echo 23 > /proc/progress

    [ -e "/etc/sysctl.conf" ] && /sbin/sysctl -p "/etc/sysctl.conf"

    echo 24 > /proc/progress

    ldconfig

    echo 25 > /proc/progress

    ipkg-cl configure

    if [ -f /usr/local/bin/vucamd ];
    then /usr/local/bin/vucamd &
    fi

    /usr/bin/hotplug_br &
    mount /media/ba
    mount /media/cf
    mount /media/usb
    mount /media/hdd

    So you see in big Black two examples how it works. If you need other folder, change it
    Of course, any change in Data must made with a Unix Editor like Ultraedit,Proton or any other(Kate,Write or other favorites)

  4. #464
    Super Moderator A's Avatar
    Join Date
    Dec 2004
    Posts
    1,150
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by bobonthejob View Post
    Cheers 'A' now just awaiting your lovely turorial

    lol thanks.
    its taking time Lol

  5. #465
    Mildly Important Nymph :D goran's Avatar
    Join Date
    Dec 2004
    Posts
    2,225
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Icon14

    Thanx!

    Nopepad++ is freeware!

  6. #466
    Senior Member
    Join Date
    Jul 2008
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts
    hanswurscht, tnx!! Will try asap

  7. #467
    V.I.P
    Join Date
    May 2008
    Posts
    375
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Lord^DS View Post
    The chip can handle it, it all depends on the software......
    Sorry to doubt you.
    We have many receivers here using broacom chipsets,and only one of them do 4:2:2 from about 20 chips,and broadcom do not openly sell those,nor disclose information about it.


    I surely won't take your word (nor the one from the specific forum) until is implemented into the public firmware.
    (specially since the do***ents posted clearly do not support your word,nor theirs)

    Not picky about it,the box should be advertised honestly,including from its supporters.
    We are all potential buyers.


    I have to remind you we have here dm800 using dual tuners,meaning it could also accept more tuners same way the dm8000 does.
    Read about genpix tuner in North american forums.
    We are not really looking for the dual tuner ability of this box specially,more in the things other boxes cannot do.(like 4:2:2 and high bitrate HD feeds that Europe do not have)

  8. #468
    Super Moderator A's Avatar
    Join Date
    Dec 2004
    Posts
    1,150
    Thanks
    0
    Thanked 0 Times in 0 Posts
    this thread got too long cant even find the posts
    Help thread is there in this same section use that.
    https://www.satpimps.co.uk/showthread.php?t=125046
    Closing this one.
    Open a new comparision feed thread if you want

Page 24 of 24 FirstFirst ... 14222324

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •