Page 9 of 16 FirstFirst ... 4567891011121314 ... LastLast
Results 81 to 90 of 160
  1. Collapse Details
    #81
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,351
    Post Thanks / Like
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site
    It's what it says: You moved to satellite position 177W. I don't know of anything being there. Remove it from your antenna setup if it is unwanted.
    Reply With Quote
     

  2. Collapse Details
    #82
    Join Date
    Feb 2012
    Posts
    7,277
    Post Thanks / Like
    I wasn't moving to 177w (not even activated in the tuner setting), but 117w.

    Another error never displayed before:

    [Only registered and activated users can see links. ]

    Won't manual scan either, says scan error.

    Same with signal finder. says scan error.

    I guess something got corrupted..... will do a restore and rescan 81ku and 117ku and see if it occurs again.
    Reply With Quote
     

  3. Collapse Details
    #83
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,351
    Post Thanks / Like
    Try this one:

    [Only registered and activated users can see links. ]
    Reply With Quote
     

  4. Thanks eastof111 thanked for this post
  5. Collapse Details
    #84
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,351
    Post Thanks / Like
    Quote Originally Posted by eastof111 View Post
    After checking Satbeams, I was hoping I could lock this one in, but no go.... might try another day.

    [Only registered and activated users can see links. ]
    You need 2db more from somewhere. I managed to lock the thing using a 1.2 meter dish. Never been able to do that before. The FEC is down to 2/3 which helps the signal, but hurts the picture.

    [Only registered and activated users can see links. ]
    .
    .
    .
    Meine Dreambox One ist ein Stück Scheiße!.
    Reply With Quote
     

  6. Thanks eastof111 thanked for this post
  7. Collapse Details
    #85
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,351
    Post Thanks / Like
    For the command to blindscan, The SF8008 Supreme includes the orbit position. The SF8008 Does Not include the orbit position.I have set the SF8008 Supreme blindscan command to a hard code for the orbit that points to a location that does not exist. This was done because some Ku satellites were being blindscanned as c band satellites. The Ku frequencies that were found were being returned as junk c band frequencies. Hard coding the orbit to something that does not exist seems to have fixed the scan problem without effecting anything else. (This was discussed a bit earlier.)

    Orbit location for blindscan used to be important. Some information about it is still embedded in the code. Here is an example of remarks found in one of the scan files:

    Code:
    	if (m_flags & scanBlindSearch)
    	{
    		/*
    		 * NOTE: for blindscan, the initial list of transponders does not need to contain valid transponders.
    		 * Each of the provided transponders will be iterated (i.e. tuned with blindscan parameter) several times
    		 * until a tune failure occurs. Each time a blindscan tune iteration returns ok,
    		 * a new transponder has been found and will be scanned.
    		 * Each transponder in the initial transponder list causes a full blindscan iteration run.
    		 *
    		 * Some of the parameters of the initial transponders will be used for the blindscan,
    		 * but most will be ignored.
    		 *
    		 * For DVB-S, you need to provide a list of 4 transponders for each orbital position:
    		 * one for each polarity (H/V or L/R), one for each band (hi/lo).
    		 * The frequency defines the starting frequency within the desired band.
    		 * The symbolrate defines the frequency search range, in MHz (frequency / 1000).
    		 * The polarity defines on which polarity the search should run.
    		 * All remaining transponder parameters will be ignored.
    		 * So for each orbital position, 4 blindscan iteration runs will be done, one for each polarity/band 'quadrant'.
    		 *
    		 * For DVB-C, only one initial transponder has to be provided.
    		 * The frequency defines the start of the blindscan.
    		 * The symbolrate defines the frequency search range, in MHz (frequency / 1000000).
    		 *
    		 * For DVB-T, usually only one initial transponder has to be provided.
    		 * The frequency defines the start of the blindscan.
    		 * The bandwidth defines both the search step as well as the search bandwidth.
    		 */
    That stuff applied in 2005 or 2006. But I don't see it applying for us today because of the way the blindscan is more or less put into a binary file for satellite blindscan. Still though, It is interesting as to WHY the Supreme has orbit included in the command. You can't just delete the orbit either: The blindscan will crash if you do. But you can give it a bogus orbit location and "All Is Well..." Go figure.
    Reply With Quote
     

  8. Thanks eastof111, Megatron817 thanked for this post
    Likes Babadem liked this post
  9. Collapse Details
    #86
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,351
    Post Thanks / Like
    I am a creature of comfort, and enjoy having the files for all four slots available at all times in case I want to do something. A hack has been made that basically goes like this:
    if /media/usb/slot4.4 exists, then mount /dev/mmcblk0p16 /media/usb/slot4.

    This hack fails if either folder does not exist in the proper location.
    To use this hack make two folders on the SSD, named exacdtly slot4 and slot4.4
    REBOOT the Supreme, and you will find all four slots mounted in the slot 4 folder, whether they are empty or not.
    To end the hack, Delete the slot 4.4 folder and reboot. then delete the slot 4 folder.

    Note: If you delete the slot 4 folder while it is mounted, OR if you delete anything in the slot 4 folder, then whatever you deleted is gone! Speaking from experience here, as I deleted the slot 4 folder while it was mounted and lost everything I had. Just be careful if you use this hack. It is optional. Doesn't have to be used. But it is available if wanted.

    This hack uses about 1 GigaByte of space on my 1 TB SSD.

    [Only registered and activated users can see links. ]<------------------------>[Only registered and activated users can see links. ]
    Reply With Quote
     

  10. Thanks eastof111, Megatron817 thanked for this post
    Likes Babadem liked this post
  11. Collapse Details
    #87
    Join Date
    Feb 2012
    Posts
    7,277
    Post Thanks / Like
    Very nice.... beats multi-booting into different slots to compare, test, copy or transfer files between images.
    Reply With Quote
     

  12. Collapse Details
    #88
    Join Date
    Feb 2012
    Posts
    7,277
    Post Thanks / Like
    Quote Originally Posted by eastof111 View Post
    After checking Satbeams, I was hoping I could lock this one in, but no go.... might try another day.

    [Only registered and activated users can see links. ]
    Not there yet..... but getting closer....

    [Only registered and activated users can see links. ]
    Reply With Quote
     

  13. Likes el bandido liked this post
  14. Collapse Details
    #89
    Join Date
    Dec 2010
    Location
    Atlanta, Ga.
    Posts
    8,351
    Post Thanks / Like
    You have Lock! 7.2 db should play on that satellite. Your yellow button is active which means channels are available!
    Reply With Quote
     

  15. Collapse Details
    #90
    Join Date
    Feb 2012
    Posts
    7,277
    Post Thanks / Like
    Yes it locks for a few seconds only.... still need to tweak some more.

    [Only registered and activated users can see links. ]
    Reply With Quote
     

  16. Thanks el bandido thanked for this post
Page 9 of 16 FirstFirst ... 4567891011121314 ... LastLast

Posting Permissions

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