### Digital Kaos v1.1 - Updated Fast Scanning ###

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blaze
    Newbie
    • Aug 2008
    • 4

    #91
    Thanks for this image, give it a try over DW image i've had running for a while.

    Comment

    • mcrboy79
      Newbie
      • Oct 2008
      • 3

      #92


      going to give this a try hope it works for me

      thanks

      Comment

      • fishy123
        Member
        • May 2008
        • 64

        #93
        Originally posted by Devilfish
        Yes the username and password are standard (root:dreambox).

        DHCP is enabled by default so check the network settings as your router may have assigned it a different ip address than you're used to.
        flashed with v1 no joy, flashed a different image completely no joy.
        reflashed v1.1 cleared cookies and cache from web browser and restarted router.
        now everything fine. the image looks great btw great job glen.

        Comment

        • Devilfish
          Administrator
          • Feb 2008
          • 7872

          #94
          Glad you're sorted m8.

          Comment

          • micky69
            Newbie
            • Oct 2008
            • 3

            #95
            Very good work, thanks for the image.

            I just got my DM500S from dvbmonkey and digital kaos image was already in !
            The box is definitely a clone (for this price, I would have guess), the remote is quite cheap and the mac address different between the box and an ifconfig command.

            Bye

            Comment

            • billy_boy786
              Member
              • May 2008
              • 83

              #96
              Originally posted by junkiepilot
              Ah thats why, I'm using a Harmony and have my left and right keys mapped to the Bouquet Left & Right Keys from the DB Remote....I will change this mapping to the other keys and all should be OK.

              Question: Why not use the normal bouquet scrolling keys?
              Where can i find the mapping option in the menu, im trying to change the vol buttons to scroll bouquets, < and > to go down to the next page in a specific bouguet, and change the TV and RADIO buttons to vol+ and vol- as i never use them..

              thanx

              Comment

              • Devilfish
                Administrator
                • Feb 2008
                • 7872

                #97
                There isn't a mpping option in any menu. You need to edit the /share/tuxbox/enigma/resources/rcdm5xxx.xml file then upload it to /var/tuxbox/config/enigma/resources. Reboot box.

                The < & > keys currently scroll through the bouquets and the left adn right keys jump down to next page in bouquets.

                Comment

                • billy_boy786
                  Member
                  • May 2008
                  • 83

                  #98
                  Originally posted by Devilfish
                  There isn't a mpping option in any menu. You need to edit the /share/tuxbox/enigma/resources/rcdm5xxx.xml file then upload it to /var/tuxbox/config/enigma/resources. Reboot box.

                  The < & > keys currently scroll through the bouquets and the left adn right keys jump down to next page in bouquets.
                  thanx mate.. appreciate it

                  Comment

                  • macjst35
                    Top Poster
                    • Oct 2008
                    • 113

                    #99
                    Box cannot Resolve Hostname

                    Hi what a cracking image v1.1 all involved, have slight prob cannot connect to the dk addon server is this just down at mo ?
                    I have no probs connecting my pc to dream 500 through my router so this should not b the prob , could anyone shead some light on this thanks in advance .

                    Comment

                    • smith
                      Member
                      • Sep 2008
                      • 50

                      #100
                      Been testing the DK1.1 Image on two clone DM500?s for two to three months now and I have the follow comments:-

                      DM500C Clone with evocam

                      Extremely stable image with no lockups or crashes even when keys roll, which is more than can be said for my Dbox2s

                      Bruteforce UK and local TW scan would not pick up all channels. Reverted to 6952 scan and all is well.

                      DM500S Clone with CCCam Client, fixed dish 28E

                      Image became corrupted after about 2 weeks use, and would not boot, had to reflash image.

                      When I restored with what I thought was a backed up image with my settings, it restored the default 1.1 image, could this be a backup setting?

                      Restoring a backed up services file doesn?t seem to work correctly, I seem to get a load of removed services in the bouquet and what looks like removed bouquets with German spelling?

                      The second image developed a problem of not being able to save settings e.g. TV settings and add service to bouquet. There was the problem of occasional lockup accessing the Kaos menu.

                      Currently working ok after another reflash. I haven?t discounted the fact that these issues maybe a hardware fault (flash memory). I may have to try another image to prove that theory.

                      General comments

                      I can confirm that the Widescreen switching issue (stretching of 4:3 format) is the same on other enigma images ? Original DM500S with Gemini 4.2

                      During channel navigation, if I press the VIDEO button on an original remote, I can change to a list of multiple columns. Clone remotes do not have this button; can this feature be accessed in a different way?

                      The image works very well with both Evocam 2.12 in emu and CCCam in CS client mode.

                      I like the skin, but was just wandering if it is customisable in the image. I think in the Gemini image on an original with blue skin I can add things like frequency, package etc. Also I get CCCam to flash up an info window, although I think this feature is under the emu info?s menu, does DK1.1 support this?

                      Thanks a lot for the image, nice to have the confidence that you can load it onto a clone without the fear of it being destroyed by malicious software.

                      Comment

                      • Ciaran500
                        Newbie
                        • Apr 2008
                        • 18

                        #101
                        Is the old tuner driver going to be added into this? Back to DW if it isn't :/

                        Comment

                        • robroy_2000
                          Junior Member
                          • Apr 2008
                          • 20

                          #102
                          i have flashed dk 1.1 on the dreambox for pure n*l and no channels ??
                          can anyone help

                          Comment

                          • peacock70
                            Newbie
                            • Dec 2008
                            • 5

                            #103
                            No Channels?

                            Not much detail in your question but have you tried MENU>SETUP>SERVICE SEARCHING>AUTOMATIC TRANSPONDER SCAN> select your area, once you have lock press green to scan.

                            Thanks Devilfish for this fantastic image. I have managed to get the card slot working with Newcamd 5.28, unfortunately the Newcamd CS needs to be manually restarted every time the box is powered off. Would you know how to get Newcamd CS and Newcamd 5.28 to autostart every time the box is booted from cold.

                            I have some information on this and am I right in thinking the rcS file in '/etc/init.d/rcS' needs modifying. Some thing like below, but I'm not sure where in the file to add it.

                            touch /tmp/.enigma
                            while [ -e /tmp/.enigma ]
                            do
                            rm -rf /var/tmp/camd.socket
                            /var/bin/cardserver
                            /var/bin/newcamd
                            /bin/enigma
                            ret=$?
                            echo "enigma returned with "$ret
                            case $ret in
                            0)
                            echo "Shutdown"
                            killall -9 newcamd
                            killall -9 cardserver
                            rm /tmp/.enigma
                            /sbin/halt
                            ;;
                            2)
                            echo "Restart"
                            ;;
                            3)
                            echo "Reboot Flash"
                            killall -9 newcamd
                            killall -9 cardserver
                            rm /tmp/.enigma
                            umount /var
                            umount /hdd
                            sleep 2
                            /tmp/reboot
                            ;;
                            *)
                            echo "Reboot"
                            killall -9 newcamd
                            killall -9 cardserver
                            rm /tmp/.enigma
                            /sbin/reboot
                            ;;
                            esac
                            killall -9 newcamd
                            killall -9 cardserver
                            done

                            exit 0

                            Any help would be really appreciated.
                            Last edited by peacock70; 22 December, 2008, 19:27.

                            Comment

                            • Devilfish
                              Administrator
                              • Feb 2008
                              • 7872

                              #104
                              You can't edit /etc/init.d/rcS as it's read-only (unless you have a linux environment).

                              Create a file called 'init' in /var/etc (/var/etc/init) and insert the commands you want executed on boot.

                              See if that works.

                              Comment

                              • dedge_10
                                Member
                                • May 2008
                                • 46

                                #105
                                I have a fiew problems with this, lockup accessing the Kaos menu, Bruteforce UK and local not pick up all channels, and cant seem to get WEB-X-TV to work I could with DW image But other than that a fine image
                                Originally posted by smith
                                Been testing the DK1.1 Image on two clone DM500’s for two to three months now and I have the follow comments:-

                                DM500C Clone with evocam

                                Extremely stable image with no lockups or crashes even when keys roll, which is more than can be said for my Dbox2s

                                Bruteforce UK and local TW scan would not pick up all channels. Reverted to 6952 scan and all is well.

                                DM500S Clone with CCCam Client, fixed dish 28E

                                Image became corrupted after about 2 weeks use, and would not boot, had to reflash image.

                                When I restored with what I thought was a backed up image with my settings, it restored the default 1.1 image, could this be a backup setting?

                                Restoring a backed up services file doesn’t seem to work correctly, I seem to get a load of removed services in the bouquet and what looks like removed bouquets with German spelling?

                                The second image developed a problem of not being able to save settings e.g. TV settings and add service to bouquet. There was the problem of occasional lockup accessing the Kaos menu.

                                Currently working ok after another reflash. I haven’t discounted the fact that these issues maybe a hardware fault (flash memory). I may have to try another image to prove that theory.

                                General comments

                                I can confirm that the Widescreen switching issue (stretching of 4:3 format) is the same on other enigma images – Original DM500S with Gemini 4.2

                                During channel navigation, if I press the VIDEO button on an original remote, I can change to a list of multiple columns. Clone remotes do not have this button; can this feature be accessed in a different way?

                                The image works very well with both Evocam 2.12 in emu and CCCam in CS client mode.

                                I like the skin, but was just wandering if it is customisable in the image. I think in the Gemini image on an original with blue skin I can add things like frequency, package etc. Also I get CCCam to flash up an info window, although I think this feature is under the emu info’s menu, does DK1.1 support this?

                                Thanks a lot for the image, nice to have the confidence that you can load it onto a clone without the fear of it being destroyed by malicious software.

                                Comment

                                Working...