newnigma2-image-dm8000-v2.3

    • zum thema newcs+mpcs+cccam: habe es gerade erfolgreich getestet (image 2.3 ohne updates). ich musste statt sci0 (unterer slot) den oberen (sci1) nutzen, da ansonsten cccam den slot "wegnimmt". dann funktioniert es aber gut (inkl. emms). super!

      Sumisu
    • Meine CF-Karte bringt mich noch zum Wahnsinn:

      Meine fstab:
      rootfs / auto defaults 1 1
      proc /proc proc defaults 0 0
      devpts /dev/pts devpts mode=0620,gid=5 0 0
      usbdevfs /proc/bus/usb usbfs defaults 0 0
      /dev/mtdblock/2 /boot jffs2 ro 0 0
      tmpfs /var tmpfs defaults 0 0
      tmpfs /tmp tmpfs defaults 0 0
      /dev/discs/disc0/part1 /media/hdd auto defaults 0 0
      /dev/scsi/host0/bus0/target0/lun1/part1 /media/cf auto defaults 0 0

      Die Karte ist mit ext3 formatiert und wird nach manuellem Mounten mit "mount /dev/scsi/host0/bus0/target0/lun1/part1 /media/cf" auch wunderbar eingebunden.

      Nach nem Neustart ist die Karte aber immer wieder weg.
      Hat vielleicht jemand nen Tip für mich?
    • ich fühle mit Dir :)

      im Flash: experimental-dm8000_20081210.nfi
      dann BA installiert: enigma2-plugin-extensions-barryallen_4.6.52_mipsel.ipk
      auf CF-Karte das Newnigma 2.3 und jetzt wird die CF-Karte immer erkannt...
      die Picons und LCD-Picons sind jetzt immer da...

      Jetzt habe ich das nächste Problem nun wird mein Smargo nicht erkannt...

      wenn ich Newnigma im Flash habe dann klappt das mit dem Smargo...

      Mfg
    • Original von alexander33
      bei läuft bis jetzt alles fast alles super auser VLC, kann leider nicht mehr auf den Server zugreifen


      alles richtig eingestellt? VLC am PC gestartet? Bei mir läuft es ohne Probleme.
    • 1.
      from where i can execute selfdefined commands at boot like

      Quellcode

      1. [ ! -e /usr/bin ] && mkdir /usr/bin
      2. [ ! -e /usr/keys ] && mkdir /usr/keys
      3. [ ! -e /usr/script ] && mkdir /usr/script
      4. [ ! -e /var/bin ] && ln -s /usr/bin /var/
      5. [ ! -e /var/keys ] && ln -s /usr/keys /var/
      6. [ ! -e /var/script ] && ln -s /usr/script /var/
      7. # second gateway
      8. route add host_xxx.dyndns.tv gw 10.0.10.253 &
      that commands works from /usr/bin/enigma2.sh and /etc/init.d/bootup, but that files time at time are owerwrote by onlineupdate

      2.
      why deleted bouquets "userbouquet.favourites.tv" and "userbouquet.favourites.radio" comes back after restart dream
      dm7080sstt; 2x dm8000sstt; dm7020s <- Diseq1x4 <- 3x Diseq1x10 <-
      Dishes:
      1.8m 36E;28E;23E;19E;16E;13E;7E
      1.6m 42E;36E
      1.0m 10/9E;5E;1W;8W
      1.0m 15W;22W;30W
      1.1m 4/5W;12W;18W;24W
      1.1m 53E;60E
      1.0m 75E
      TVs: Philips 46pfl9707s; Philips 42pfl9703h
    • Originally posted by MartiniB
      1.
      from where i can execute selfdefined commands at boot like

      The Folders are all there, so you didnt need to make them self.
      But for your route add the best way is to put this script to /etc/init.d and then make some ln to the runlevel. For example see how we start the softcam.

      Originally posted by MartiniB2.
      why deleted bouquets "userbouquet.favourites.tv" and "userbouquet.favourites.radio" comes back after restart dream

      It seems that enigma2 checks at start the existiing of this bouquets, if not enigma2 create them. I dont know exactly why.



      @RoyalFalcon:
      Auf welchen Fix wartest du denn speziell? Die bootlogo Geschichte bekommen wir über ein Onlineupdate leider nicht gefixt. Wie du ja selber mitlesen konntest funktioniert dies bei den meisten Leuten, warum es bei manchen nicht funktioniert bleibt uns ein Rätsel. Das einzige was wir im Interesse eines stabilen Images anbieten können ist in Zukunft keine Bootlogos mehr im Onlineupdate anzubieten.
      Bei den bootlogos über das Onlineupdate handelt es sich ja schließlich nur um ein "nice to have Feature"
    • DANKE Nightman, but

      > The Folders are all there, so you didnt need to make them self.
      not all, like /var/bin and /var/script

      > .. and then make some ln to the runlevel.
      sorry, what/where is runlevel? from which file i can call selfdefined script and which wont be owerwrote by onlineupdate

      > For example see how we start the softcam.
      that also for me is enigma, where Newnigma2 save information about which /usr/script/?????_cam.emu must be started at boot
      whit creating my own emu start scripts i havent problems
      /usr/script/camd3_cam.emu

      Shell-Script

      1. #!/bin/sh
      2. ########################################
      3. ###### ######
      4. ### ###
      5. ########################################
      6. # EMUNAME is only Display name for EMU Menu
      7. EMUNAME="Camd3 902"
      8. # Set parsing camd for CA OSD
      9. # values are "gbox","mgcamd","evocamd","cccam"
      10. CANAME="cccam"
      11. # Set /tmp/ecm.info file delay for CA OSD
      12. # values are "200","300","400","500","600","700","800","900","1000"
      13. ECMINFODELAY="500"
      14. case "$1" in
      15. *st*)
      16. /usr/script/camd3_cam.sh "$1" &
      17. ;;
      18. *)
      19. "$0" stop &
      20. exit 1
      21. ;;
      22. esac
      23. exit 0
      Alles anzeigen

      /usr/script/camd3_cam.sh

      Shell-Script

      1. #!/bin/sh
      2. #
      3. # kill copyes of self
      4. #
      5. foo="$0"
      6. crntNameExt=${foo##*/}
      7. #pids=`pidof $crntNameExt| sed -e s/$crntpid//`
      8. pids=`ps| grep $crntNameExt| grep -v grep| grep -v $$| sed -e 's/ [a-z].*$//g'`
      9. if [ -n "$pids" ]; then
      10. kill -9 $pids>/dev/null
      11. fi
      12. CAMNAME="Camd3.904+au_script"
      13. USERNAME="Camd┬▓-3.904+au_script"
      14. START_TIME=3
      15. STOPP_TIME=2
      16. ZAPTIME=3
      17. DVBSET=3
      18. CAMID=0300
      19. BINNAME="camd3"
      20. BINNAME2="pcamd"
      21. BinPATH="/usr/bin/"
      22. ShPATH="/usr/script/"
      23. KeysPATH="/usr/keys/"
      24. INFOFILE="ecm.info"
      25. INFOFILELINES=
      26. STARTBEFORE=$ShPATH"camd3_startbefore.sh"
      27. AUTOUPDATE=1
      28. #end
      29. kill_self () {
      30. pids=`pidof $BINNAME $BINNAME2`
      31. if [ -n "$pids" ]; then
      32. kill -9 $pids>/dev/null
      33. fi
      34. }
      35. start_if_not_found () {
      36. while true
      37. do
      38. pids=`pidof $BINNAME`
      39. if [ ! -n "$pids" ]; then
      40. chmod +x "$BinPATH$BINNAME" "$BinPATH$BINNAME2"
      41. echo !!! process "$BINNAME" not found !!!
      42. rm -f "$BinPATH$BINNAME".config "$BinPATH$BINNAME".*ers "$BinPATH$BINNAME".ke* "$BinPATH$BINNAME".map "$BinPATH$BINNAME".ignore
      43. ln -s "$KeysPATH$BINNAME".config "$BinPATH$BINNAME".config
      44. if [ -f "$KeysPATH$BINNAME".ServersC3 ]; then
      45. ln -s "$KeysPATH$BINNAME".ServersC3 "$BinPATH$BINNAME".servers
      46. else
      47. ln -s "$KeysPATH$BINNAME".servers "$BinPATH$BINNAME".servers
      48. fi
      49. ln -s "$KeysPATH$BINNAME".keys "$BinPATH$BINNAME".keys
      50. ln -s "$KeysPATH$BINNAME".users "$BinPATH$BINNAME".users
      51. ln -s "$KeysPATH$BINNAME".ignorelist "$BinPATH$BINNAME".ignore
      52. ln -s "$KeysPATH$BINNAME".maplist "$BinPATH$BINNAME".map
      53. "$BinPATH$BINNAME" "$BinPATH$BINNAME".config &
      54. fi
      55. #"$BinPATH$BINNAME2" -ecminfo>/tmp/"$INFOFILE"
      56. sleep 5
      57. done
      58. }
      59. case "$1" in
      60. start)
      61. #$ShPATH"SetAudio_Left-Right_userscript.sh" &
      62. if [ -f "$STARTBEFORE" ]; then
      63. chmod +x "$STARTBEFORE"
      64. "$STARTBEFORE" start &
      65. sleep 3
      66. fi
      67. echo "[SCRIPT] $1: $CAMNAME"
      68. if [ "$AUTOUPDATE" = "1" ]; then
      69. chmod +x "$ShPATH"camd3_update.sh
      70. "$ShPATH"camd3_update.sh &
      71. fi
      72. start_if_not_found
      73. ;;
      74. restart)
      75. if [ -f "$STARTBEFORE" ]; then
      76. echo "[SCRIPT] stop: $STARTBEFORE"
      77. "$STARTBEFORE" stop &
      78. fi
      79. echo "[SCRIPT] $1: $CAMNAME"
      80. "$BinPATH$BINNAME2" -kill &
      81. sleep 2
      82. kill_self
      83. $0 start &
      84. ;;
      85. restart0)
      86. echo "[SCRIPT] $1: $CAMNAME"
      87. "$BinPATH$BINNAME2" -kill &
      88. sleep 2
      89. kill_self
      90. if [ "$AUTOUPDATE" = "1" ]; then
      91. "$ShPATH"camd3_update.sh &
      92. fi
      93. start_if_not_found
      94. ;;
      95. stop)
      96. if [ -f "$STARTBEFORE" ]; then
      97. echo "[SCRIPT] stop: $STARTBEFORE"
      98. "$STARTBEFORE" stop &
      99. fi
      100. echo "[SCRIPT] $1: $CAMNAME"
      101. "$BinPATH$BINNAME2" -kill &
      102. sleep 2
      103. killall -9 camd3_update.sh &
      104. kill_self
      105. #rm -f /tmp/$INFOFILE
      106. ;;
      107. *)
      108. $0 stop &
      109. exit 1
      110. ;;
      111. esac
      112. exit 0
      Alles anzeigen
      dm7080sstt; 2x dm8000sstt; dm7020s <- Diseq1x4 <- 3x Diseq1x10 <-
      Dishes:
      1.8m 36E;28E;23E;19E;16E;13E;7E
      1.6m 42E;36E
      1.0m 10/9E;5E;1W;8W
      1.0m 15W;22W;30W
      1.1m 4/5W;12W;18W;24W
      1.1m 53E;60E
      1.0m 75E
      TVs: Philips 46pfl9707s; Philips 42pfl9703h
    • Originally posted by MartiniB
      not all, like /var/bin and /var/script

      This Folders are old,and not needed anymore. All Aplications like camd3 and so on will look in /usr/bin and /usr/script.
      Dont use old style stuff.
      If you have no experience in Linux and runlevel then call your script from .emu script, this should be a functional and easy way.
    • Softwareaktualisierung hat bei mir auch problemlos funktioniert...

      Newnigma2 ist das erste Image seit langem, das mir auf Anhieb so gut gefällt, und möglicherweise mein bisheriges Lieblingsimage an der Spitze ablösen wird. :blumen2:
      ---
      mfG.
      cds1968