Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

http://www.satlover.com/forum/

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tester2
    Junior Member
    • Jan 2012
    • 22

    http://www.satlover.com/forum/

    hi guys i need your help, i am trying to load channel list on my Brother DM500S Box from my Home via Teamviewer by using DBEdit, because he is missing so many channels last over year not updated his Box.

    There is no problem establishing connection via Teamviewer to Remote PC. When i Run DBEdit and when i click on
    here HTTP Port#21 -- "Test IP Connection" -- here connection established successfully
    here FTP Port#21 -- "Test Username/Password" -- here unable to established the connection, because i am using default PORT#21 and i tried many other Port#s still unable to established connection.

    So i like to know what is the "FTP Port#" i have to use via Teamviewer.

    Thanks for your replies
  • kalpikos
    Experienced Board Member
    • Sep 2011
    • 7663

    #2
    Re: http://www.satlover.com/forum/

    I assume that you are running Dreamboxedit from your brother's pc , right?

    The correct port is 21.
    Are you sure that you type the correct username / pass ?

    If you still have problem , try an older version of Dreamboxedit.
    If You Like My Post..... Please Press the Thanks Button

    Comment

    • peremacedonia
      Experienced Board Member
      • Jun 2010
      • 872

      #3
      Re: http://www.satlover.com/forum/

      Check username and password
      default is root,dreambox
      maybe password is changed,
      Rule n.33 kid..... Concentrate

      Comment

      • Triad
        Experienced Member
        • Jan 2012
        • 422

        #4
        Re: http://www.satlover.com/forum/

        If you've misplaced password, then, I'm sorry but you'll have to reflash it...
        If you don't want to do it then report and I'll send you some infos how to reclaim it without flashing again.
        Anyone that has the problem with connection on DCC or any other channel edit program can FTP or telnet it with different tools like Filezilla! I had the same problem yesterday when testing some infos on CCcam 2.3.0

        Comment

        • tester2
          Junior Member
          • Jan 2012
          • 22

          #5
          Re: http://www.satlover.com/forum/

          hi there,
          yes it is the Password issue, and my Brother don't know the Password, because some one did the Programming close to his Home, so he put the Password on it, and he move to another place,.

          So i like to know How to REMOVE Password on this dm500s, with out reloading IMAGE on it, please let me know, i will give a try.

          just i want to REMOVE password on it & i want to load channel list on it.

          Thanks

          Comment

          • kalpikos
            Experienced Board Member
            • Sep 2011
            • 7663

            #6
            Re: http://www.satlover.com/forum/

            In order to remove the password there 2 ways.

            The easy way is to reflash your box with a new image.
            If you have some data in your box that you want to backup them you can use some ftp program and make a settings backup.

            The hard way is to erase the current pass from your box and setup a new pass.
            I don't know if it's works as I take it from other forum...

            Code:
             1) Install TuxCom plugin
             2) Run it from Yellow button
             3) Point to /var/etc/password
             4) Υou can easily blank out root password to gain full access to the box
             5) Now you have erased the password that you see in the root line and becomes root::0:0::/:/bin/sh 
             6) You can telnet your dreambox now and give your new password
            The decision is yours
            If You Like My Post..... Please Press the Thanks Button

            Comment

            • Triad
              Experienced Member
              • Jan 2012
              • 422

              #7
              Re: http://www.satlover.com/forum/

              Yes, this is the procedure from above, but you need to install Tuxbox from the blue panel in order to do all the steps mentioned...
              It'll reset the password to 'dreambox' without the marks, and you can enter and change it in telnet with 'passwd' command!

              so...
              Blue Panel then ADDONS,
              select the Image Server and,
              when catalogue is downloaded,
              select PLUGINS and download Tuxbox Commander.

              you can access it through Blue Panel, PLUGINS -Tools,

              Fire it up and navigate to var/etc

              Select the passwd file. Hit 4 to edit it.

              You'll see something like:

              Code:
              root:$1$$3er43323sBBCAw.ofBbt.:0:0::/:/bin/sh
              sshd:*:65532:65534::/:/bin/false
              ftp:*:65533:65534::/:/bin/false
              nobody:*:65534:65534::/:/bin/false
              Your root password will be different to this one. What you need to do is replace the first line with this:

              Code:
              root:$1$$34NPeumc9sBBCAw.oUaM80:0:0::/:/bin/sh
              And you have to be *EXACT*.

              This resets the password to "dreambox" (without the quotes - password is now dreambox) and you're good to go.

              I really make no promises and would NOT take any blame if it screws up. But it worked for me some time ago.

              So just chill and do this and it will get it right back to 'dreambox'

              Comment

              • peremacedonia
                Experienced Board Member
                • Jun 2010
                • 872

                #8
                Re: http://www.satlover.com/forum/

                The easy way is to
                1.install tuxbox commander using addons button
                2. Start tuxboxcomander
                3.go to in /var/etc/ and rename file passwd to passwd_
                4.go to in /var/etc/ and rename file passwd- to passwd
                then login in your dreambox with user root and password dreambox
                or
                (Your brother must do this
                You will need putty (or HyperTerminal) as well a null modem cable

                connect your dm500 with a serial/null cable to pc with power off
                connect putty and use serial option (change serial port speed in putty to 115200) to connect to your dm and hit open
                If using Hyperterminal set com port properties to: Bits per Second=115200 ;Data bits=8 ;Parity=none ;Stop bits=1 ; Flow control =Xon/Xoff
                turn on dm and you will see a few messages during boot process

                Dreambox DM500
                loaded at: 00500000 0060016C
                avail ram: 00501000 02000000

                hit control x repeatedly until the boot
                at the following prompt...

                Linux/PPC load:

                type (of course without quotes "")

                "console=null root=/dev/mtdblock5 rootfstype=squashfs ro console=ttyS0,115200 single"

                and press enter

                at this point I received the error [Can't open /proc/bus/dbox.sh] but just ignore it.

                once you are at the bash level ( / #) type

                "mount -t jffs2 /dev/mtdblock/1 /var"

                and press enter

                now type passwd
                -----------------------you should see the following screen---------------
                Changing password for root
                Enter the new password (minimum of 5, maximum of 8 characters)
                Please use a combination of upper and lower case letters and numbers.
                Enter new password:
                Re-enter new password:
                passwd[19]: password for `root' changed by user `root'
                Password changed.
                Rule n.33 kid..... Concentrate

                Comment

                • deli29
                  Junior Member
                  • Sep 2011
                  • 27

                  #9
                  Re: http://www.satlover.com/forum/

                  install ts panel, there you will see the password resetting, just run it and it will be OK

                  Comment

                  • kalpikos
                    Experienced Board Member
                    • Sep 2011
                    • 7663

                    #10
                    Re: http://www.satlover.com/forum/

                    Originally posted by deli29
                    install ts panel, there you will see the password resetting, just run it and it will be OK
                    Tspanel is an Enigma2 plugin,
                    so you can't install it to an Enigma1 box as the dm500s is.
                    If You Like My Post..... Please Press the Thanks Button

                    Comment

                    Working...