![]() |
|
|||
|
|
||||
|
||||||
![]() |
|
|
LinkBack | Thread Tools |
dw version 3 neutrino Details »»
|
||||||||||||||||||||||||||||
-------------------------------------
VM Scanning fixed (thanks to cydine) ------------------------------------- 7 day EPG (experimental) (thanks to freddyfrog, paphosal) By default this is off to turn it on blue blue 5 select Cable sectionsd reboot the box then blue blue 2 green To add /remove channels for 7 day epg blue blue 2 yellow If you select a 7day epg setting with the sat sectionsd setting on then you will get no EPG ------------------------------------------ there are 4 seperate images depending on remote layout, it's easier than keep swapping neutrino's and cleaner. ------------------------------------------------- The DigitalWorldZ Menu has been moved to the Blue button menu to keep in line with current dbox2 releases ------------------------------------------------- We no long use /var/etc/init to start programs on bootup we now use /var/etc/init.d/start_neutrino the tuxbox standard ------------------------------------------------- Known issues Still no component on video output CCcam still doesnt work (still trying) ------------------------------------------------- The DW team would like to say thanks to cydine, freddyfrog, paphosal, lraizer, Renwich, the tuxbox boys and everyone else who has made this image possible. Download Now
Show Your Support
|
||||||||||||||||||||||||||||
| The Following 14 Users Say Thank You to scruff1963 For This Useful Post: | Derekwd (02-04-2010), fairbird (27-05-2010), humforce (03-05-2010), LraiZer (02-04-2010), Magnu420 (02-04-2010), mept1 (03-05-2010), PaphosAL (02-04-2010), philg (02-06-2010), renwich (02-04-2010), steve82 (02-05-2010), stranger_x (20-12-2010), Tyke (03-04-2010), verad8 (17-01-2012), wiz569 (02-04-2010) |
| Comments |
|
|
#12 (permalink) |
|
Developer
UkCvs Senior Member
Join Date: Nov 2008
Posts: 209
iTrader: (0)
Casino cash: $104800
Thanks: 210
Thanked 319 Times in 111 Posts
Nominated 2 Times in 1 Post
TOTW/F/M Award(s): 1Groans: 0
Groaned at 0 Times in 0 Posts
|
make sure that your not selecting flash erase as this is not good.
otherwise can't think what is going wrong ? |
|
|
|
|
|
#13 (permalink) |
|
Nagging Old Git
Team-UkCvs Senior Member
Join Date: Aug 2008 Location: A park bench, near you
Age: 75
Posts: 2,975
iTrader: (0)
Casino cash: $813060
Thanks: 2,495
Thanked 1,531 Times in 836 Posts
Nominated 2 Times in 2 Posts
TOTW/F/M Award(s): 2Groans: 1
Groaned at 0 Times in 0 Posts
|
Oh yeah, and after you click the [Flash] button. the next dialogue box asks you a Yes / No question - also to do with Erase. Make sure you click [No] or [Nein] to this.
Another thing to note: You must initially power the DM off at the mains, then remove the scart and the ethernet cables, then connect the null-modem cable. Start DreamUP and click [Connect] - then power the box ON when it tells you to. ![]() @Scruff: We really must find a way of getting Editable SquashFS via Ubuntu working with this, m8. I've been trying for 2 days solid, using your 2009 instructions on DWZ. If the dm500 had an LCD, it would be saying Kein System LOL! Tearing me hair out. Wondering if a different version of mksquashfs holds the answer? Cheers- AL
Last edited by PaphosAL; 06-05-2010 at 08:48 AM.. |
|
|
|
|
|
#14 (permalink) | |
|
Developer
UkCvs Senior Member
Join Date: Oct 2008
Posts: 876
iTrader: (0)
Casino cash: $283440
Thanks: 328
Thanked 1,464 Times in 657 Posts
Nominated 16 Times in 5 Posts
TOTW/F/M Award(s): 5Groans: 0
Groaned at 0 Times in 0 Posts
|
Quote:
|
|
|
|
|
| The Following User Says Thank You to LraiZer For This Useful Post: | PaphosAL (06-05-2010) |
|
|
#15 (permalink) |
|
Developer
UkCvs Senior Member
Join Date: Oct 2008
Posts: 876
iTrader: (0)
Casino cash: $283440
Thanks: 328
Thanked 1,464 Times in 657 Posts
Nominated 16 Times in 5 Posts
TOTW/F/M Award(s): 5Groans: 0
Groaned at 0 Times in 0 Posts
|
in the squazma script file in squazma-tools you would probably need to change OR add this code to detect the squashfs location specific for a dreambox image instead of a dbox image.
Code:
if [ "`dd if=$SRCF bs=1 skip=1179648 count=4`" = "sqsh" ]; then echo "$SRCF : found SQUASHFS partition" DSTF=$SRCF.squazma echo "$DSTF : stripping flfs(0<0x120000) partition" dd if=$SRCF of=$DSTF bs=512 skip=2304 ./unsquazma $DSTF rm -f $DSTF fi done a quick test with the above script mod using the dw3.0 image and it finds the squashfs partition in the dreambox image ok but will not extract the image contents for editing as it gives a filesystem version miss match. Code:
dev@ukcvs:~/tuxbox/dream/squazma-tools$ ./squazma dm500.img +-----------------------------------------------------------------------+ | SQUAZMA-TOOLS by LraiZer - (tuxbox squashfs-lzma image modding tools) | +-----------------------------------------------------------------------+ | SYNTAX: ./squazma [ -c | squashfs-lzma image file ] | | | | ./squazma -c | | creates squashfs-lzma root partition image from squashfs-root folder. | | | | ./squazma root-mtd1.img | | extracts the squashfs-lmza root partition from a root partition file. | | | | ./squazma neutrino-squashfs-img2x | | extracts the squashfs-lzma root partition from a complete image file. | | auto stripping of flfs(0<0x20000) partition from squashfs-lzma image, | | before extracting squashfs-lzma root partition from standard images. | +-----------------------------------------------------------------------+ 4+0 records in 4+0 records out 4 bytes (4 B) copied, 0.000161307 s, 24.8 kB/s 4+0 records in 4+0 records out 4 bytes (4 B) copied, 0.000207855 s, 19.2 kB/s 4+0 records in 4+0 records out 4 bytes (4 B) copied, 9.7648e-05 s, 41.0 kB/s dm500.img : found SQUASHFS partition dm500.img.squazma : stripping flfs(0<0x120000) partition 13568+0 records in 13568+0 records out 6946816 bytes (6.9 MB) copied, 0.24253 s, 28.6 MB/s Reading endian SQUASHFS filesystem on dm500.img.squazma Major/Minor mismatch, filesystem on dm500.img.squazma is (2:1) I only support Squashfs 3.0 filesystems! Later releases will support older Squashfs filesystems dev@ukcvs:~/tuxbox/dream/squazma-tools$ Last edited by LraiZer; 06-05-2010 at 11:11 PM.. |
|
|
|
| The Following User Says Thank You to LraiZer For This Useful Post: | PaphosAL (07-05-2010) |
|
|
#16 (permalink) |
|
Nagging Old Git
Team-UkCvs Senior Member
Join Date: Aug 2008 Location: A park bench, near you
Age: 75
Posts: 2,975
iTrader: (0)
Casino cash: $813060
Thanks: 2,495
Thanked 1,531 Times in 836 Posts
Nominated 2 Times in 2 Posts
TOTW/F/M Award(s): 2Groans: 1
Groaned at 0 Times in 0 Posts
|
Glad to see you have the bit between your teeth on this, LraiZer! But we're in great danger of hijacking Scruff's image thread here, m8.
Shall we wait and see if Scruff is happy to continue this topic in here, or would rather we move the relevant posts above over to your original squazma-tools thread, and carry on with it there? I''m sure Scruff will want to see a solution for this as well (not that I'm suggesting it's a bug in his fine image, coz it isn't!). Meanwhile, I googled an interesting read here - which points us to the fact that this incompatibility is mebee kernel related. Have a gander, m8. The DW3 Neutrino and SS4.1 Enigma for DM500 I've been messing with are both Kernel 2.6.9 - which suggests that it might be the wrong mksquashfs tool in use. Cheers- AL
|
|
|
|
|
|
#17 (permalink) |
|
Developer
UkCvs Senior Member
Join Date: Nov 2008
Posts: 209
iTrader: (0)
Casino cash: $104800
Thanks: 210
Thanked 319 Times in 111 Posts
Nominated 2 Times in 1 Post
TOTW/F/M Award(s): 1Groans: 0
Groaned at 0 Times in 0 Posts
|
It is a special mksquashfs for the dreambox it is in a linux that has compiled a dreambox image it is in /tuxbox-cvs/root/cdk/bin and called /mksquashfs-dream. I just rename to mksquashfs and put a copy on my desktop.
If your using this image then blue, blue, yellow, yellow,blue,green will make a root.tar for you (thanks to cryogenics for his code) I have attached the required mksquashfs if you wish to play, any finished image must not be larger than 5111808 bytes or it will not work. |
|
|
|
| The Following User Says Thank You to scruff1963 For This Useful Post: | PaphosAL (07-05-2010) |
|
|
#18 (permalink) |
|
Junior Member
UkCvs Newbie
Join Date: May 2010
Posts: 1
iTrader: (0)
Casino cash: $5300
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
|
follow the inst properly they work
|
|
|
|
|
|
#19 (permalink) |
|
Moderator
UkCvs Senior Member
Join Date: Sep 2008
Posts: 349
iTrader: (0)
Casino cash: $146080
Thanks: 104
Thanked 378 Times in 170 Posts
Nominated 10 Times in 3 Posts
TOTW/F/M Award(s): 2Groans: 0
Groaned at 0 Times in 0 Posts
|
I have no DM Box but a mate is struggling to set-up scanning for cable.
How do you set my location on this Image to have the VM scanning for UK Cable? |
|
|
|
|
|
#20 (permalink) |
|
Developer
UkCvs Senior Member
Join Date: Nov 2008
Posts: 209
iTrader: (0)
Casino cash: $104800
Thanks: 210
Thanked 319 Times in 111 Posts
Nominated 2 Times in 1 Post
TOTW/F/M Award(s): 1Groans: 0
Groaned at 0 Times in 0 Posts
|
it should be
blue blue 2 red or if he knows his details menu service service scan scan-modes change scam-mode to Network ID then set the settings. |
|
|
|
| The Following User Says Thank You to scruff1963 For This Useful Post: | pt-1 (08-05-2010) |
|
|
#21 (permalink) |
|
Junior Member
UkCvs Newbie
Join Date: May 2010 Age: 36
Posts: 7
iTrader: (0)
Casino cash: $7800
Thanks: 1
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
|
Hello I´m a newbie, here so sorry for my maybe stupid questions.
I´m currently a gemini-user with my dreambox(es). I got several ones running and I now like to try Neutrino on my DM 500. Working with Gemini 4.7 you can choose either what remote you want to use. I normally prefer to get the one from my my 7025 ... Question : Will this be possible. Can I change the layout of the remote ? The 2nd more important reason to change the image is I want to try if it´s possible now to use NFS for recording & playbalck. At the moment I got massive problem with my NAS connections using Gemini. With a Qnap TS-459 & TS-859 it´s not possible to get smooth connection for recording over NAS. Maybe Neutrino is better choice for this type of boxes --- with my DboxII I was always satisfied with Neutrino. Cheers Andy |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|