Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 1 of 2 12 LastLast
Results 1 to 15 of 17

Thread: netid kildare ireland

  1. #1

    Title
    Member
    Join Date
    Apr 2016
    Posts
    38
    Thanks
    4
    Thanked 9 Times in 6 Posts

    netid kildare ireland

    have a recording off a usb tuner and pc just seeing if it helps to get netid for Kildare ireland
    Attached Files Attached Files

  2. #2
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,361
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    You must obtain a raw transport stream recording. Yours is a normal video file.

    What tuner are you using?

  3. #3

    Title
    Member
    Join Date
    Apr 2016
    Posts
    38
    Thanks
    4
    Thanked 9 Times in 6 Posts
    Quote Originally Posted by abu baniaz View Post
    You must obtain a raw transport stream recording. Yours is a normal video file.

    What tuner are you using?
    forgive me as I don't know what a raw transport steam is? lol how do I do that? will try get it done.
    the tuner is a opti-combo dvb-t2/c usb stick

  4. #4
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,361
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    There is nothing to forgive. Well done for stating something is not clear. Not many do.

    You would need to use dvbviewer software. I don't know if this will work with your card. We already have a recording from a legacy area. I would not like anyone to fork out money to buy software/hardware. Far easier to check an official receiver if you can find the menu

    I bought a Sundtek tuner. It can capture the raw stream data.
    Guide is here:
    http://www.world-of-satellite.com/sh...ream-Recording

    Alternatively, you can try using dvbsnoop on your receiver.

    install it with
    Code:
    opkg install dvbsnoop
    Tune to a cable channel preferably on the home transponder.
    Then run each of these commands one at a time. The data will be saved to the hdd.

    Code:
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x40 -m 0xFF -n 500 0x10 > /hdd/data-10-40.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x41 -m 0xFF -n 500 0x10 > /hdd/data-10-41.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x42 -m 0xFF -n 5 0x11   > /hdd/data-11-42.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x46 -m 0xFF -n 500 0x11 > /hdd/data-11-46.txt

    If you do not have a hdd mounted, use the following. Save to PC before running next one to avoid the flash memory getting full.
    Code:
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x40 -m 0xFF -n 500 0x10 > /tmp/data-10-40.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x41 -m 0xFF -n 500 0x10 > /tmp/data-10-41.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x42 -m 0xFF -n 5 0x11   > /tmp/data-11-42.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x46 -m 0xFF -n 500 0x11 > /tmp/data-11-46.txt

    Lraizer's cable plugin may work using first found. It does not place the channels into official bouquets though.
    http://www.world-of-satellite.com/sh...ts-E2-UK-Cable

  5. #5

    Title
    Member
    Join Date
    Apr 2016
    Posts
    38
    Thanks
    4
    Thanked 9 Times in 6 Posts
    Quote Originally Posted by abu baniaz View Post
    There is nothing to forgive. Well done for stating something is not clear. Not many do.

    You would need to use dvbviewer software. I don't know if this will work with your card. We already have a recording from a legacy area. I would not like anyone to fork out money to buy software/hardware. Far easier to check an official receiver if you can find the menu

    I bought a Sundtek tuner. It can capture the raw stream data.
    Guide is here:
    http://www.world-of-satellite.com/sh...ream-Recording

    Alternatively, you can try using dvbsnoop on your receiver.

    install it with
    Code:
    opkg install dvbsnoop
    Tune to a cable channel preferably on the home transponder.
    Then run each of these commands one at a time. The data will be saved to the hdd.

    Code:
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x40 -m 0xFF -n 500 0x10 > /hdd/data-10-40.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x41 -m 0xFF -n 500 0x10 > /hdd/data-10-41.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x42 -m 0xFF -n 5 0x11   > /hdd/data-11-42.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x46 -m 0xFF -n 500 0x11 > /hdd/data-11-46.txt

    If you do not have a hdd mounted, use the following. Save to PC before running next one to avoid the flash memory getting full.
    Code:
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x40 -m 0xFF -n 500 0x10 > /tmp/data-10-40.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x41 -m 0xFF -n 500 0x10 > /tmp/data-10-41.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x42 -m 0xFF -n 5 0x11   > /tmp/data-11-42.txt
    dvbsnoop -s sec -tn -timeout 3000 -ph 2 -pd 4 -f 0x46 -m 0xFF -n 500 0x11 > /tmp/data-11-46.txt

    Lraizer's cable plugin may work using first found. It does not place the channels into official bouquets though.
    http://www.world-of-satellite.com/sh...ts-E2-UK-Cable
    how long do I let them run for?
    kids want to watch tv lol

  6. #6
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,361
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    It should stop on each run within a few minutes. Othewise stop it manually after 5. "ctrl" & "c" will stop it

    do it when it is convenient

  7. #7

    Title
    Member
    Join Date
    Apr 2016
    Posts
    38
    Thanks
    4
    Thanked 9 Times in 6 Posts
    Quote Originally Posted by abu baniaz View Post
    It should stop on each run within a few minutes. Othewise stop it manually after 5. "ctrl" & "c" will stop it

    do it when it is convenient
    41/42/46 done
    40 is taking forever

    I got them to watch youtube

  8. #8
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,361
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    just stop it after 5 minutes.

  9. #9

    Title
    Member
    Join Date
    Apr 2016
    Posts
    38
    Thanks
    4
    Thanked 9 Times in 6 Posts
    Quote Originally Posted by abu baniaz View Post
    just stop it after 5 minutes.

    here ya go mate
    Attached Files Attached Files

  10. The Following User Says Thank You to delly2024 For This Useful Post:

    abu baniaz (12-12-16)

  11. #10
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,361
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    I have added two new regions that your debug log showed, 43219 and 43220. Please update the config files using the option in ABM menu.
    Before you try them, make a settings backup so you can revert if needed. Can you also upload the lamedb and lamedb5 files as attachments. You will find them in /etc/enigma2/

    If the new areas work, you will still experience this issue for time being
    http://www.world-of-satellite.com/sh...l=1#post416718

  12. The Following User Says Thank You to abu baniaz For This Useful Post:

    Bangord30 (15-12-16)

  13. #11

    Title
    Member
    Join Date
    Apr 2016
    Posts
    38
    Thanks
    4
    Thanked 9 Times in 6 Posts
    Quote Originally Posted by abu baniaz View Post
    I have added two new regions that your debug log showed, 43219 and 43220. Please update the config files using the option in ABM menu.
    Before you try them, make a settings backup so you can revert if needed. Can you also upload the lamedb and lamedb5 files as attachments. You will find them in /etc/enigma2/

    If the new areas work, you will still experience this issue for time being
    http://www.world-of-satellite.com/sh...l=1#post416718
    getting timeout for tuner lock
    IMG_20161215_205111.jpg
    Attached Files Attached Files

  14. #12
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,361
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    This post is just for notes. Ignore it.

    The transport streams/frequencies/transonders from the lamedb5 are:

    Code:
    t:ffff0000:0033:0601,c:442000:6875000:2:5:0:0:0
    t:ffff0000:0034:0601,c:458000:6875000:2:5:0:0:0
    t:ffff0000:0035:0601,c:388000:6875000:2:5:0:0:0
    t:ffff0000:0036:0601,c:450000:6875000:2:5:0:0:0
    t:ffff0000:0037:0601,c:410000:6875000:2:5:0:0:0
    t:ffff0000:003a:0601,c:324000:6875000:2:3:0:0:0
    t:ffff0000:003b:0601,c:396000:6875000:2:5:0:0:0
    t:ffff0000:003c:0601,c:364000:6887000:2:5:0:0:0
    t:ffff0000:003d:0601,c:418000:6875000:2:5:0:0:0
    t:ffff0000:0040:0601,c:514000:6875000:2:5:0:0:0
    t:ffff0000:0041:0601,c:522000:6875000:2:5:0:0:0
    t:ffff0000:0042:0601,c:530000:6875000:2:5:0:0:0
    t:ffff0000:0043:0601,c:538000:6875000:2:5:0:0:0
    t:ffff0000:0044:0601,c:466000:6875000:2:5:0:0:0
    t:ffff0000:0045:0601,c:562000:6875000:2:5:0:0:0
    t:ffff0000:0046:0601,c:474000:6875000:2:5:0:0:0
    t:ffff0000:0047:0601,c:546000:6875000:2:5:0:0:0
    t:ffff0000:0048:0601,c:554000:6875000:2:5:0:0:0
    t:ffff0000:0049:0601,c:570000:6875000:2:5:0:0:0
    t:ffff0000:004a:0601,c:578000:6875000:2:5:0:0:0
    t:ffff0000:004b:0601,c:586000:6875000:2:5:0:0:0
    t:ffff0000:004c:0601,c:594000:6875000:2:5:0:0:0
    t:ffff0000:0038:0601,c:348000:6887000:2:5:0:0:0
    t:ffff0000:0039:0601,c:356000:6887000:2:5:0:0:0
    t:ffff0000:003e:0601,c:339500:6887000:2:5:0:0:0
    t:ffff0000:003f:0601,c:372000:6887000:2:5:0:0:0

  15. #13
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,361
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    Download this file.
    Unzip/extract it.
    Transfer to /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/providers
    In ABM disable all other providers.
    Select Kildare lcnbat2

    Test one at a time. post back with which works best for you.
    Attached Files Attached Files

  16. #14

    Title
    Member
    Join Date
    Apr 2016
    Posts
    38
    Thanks
    4
    Thanked 9 Times in 6 Posts
    Quote Originally Posted by abu baniaz View Post
    Download this file.
    Unzip/extract it.
    Transfer to /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/providers
    In ABM disable all other providers.
    Select Kildare lcnbat2

    Test one at a time. post back with which works best for you.
    hi thanks all of them bring in the bouquests and all, but getting tuner failed on them the only ones that seem to work is rte1 hd ans sky sports mix.

    the funny thing is I got the netid of 43226 to work it brings in 174 tv channels and 31 radio channels they all work fine so think Kildare must be using that netid of 43226
    Attached Files Attached Files

  17. #15

    Title
    Member
    Join Date
    Apr 2016
    Posts
    38
    Thanks
    4
    Thanked 9 Times in 6 Posts
    ive run a new dvbsnoop on sky Disney hd
    Attached Files Attached Files

Page 1 of 2 12 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
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.