Jump to content

abnersnell

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by abnersnell

  1. I have an HDHomerun Prime Cable Card with Comcast.  I have installed the 4.0.5 Stable version of this Docker and created a custom mux file.  76 muxes are added, 536 services created.  EPG is setup with Webgrabplus and Schedules Direct.  I am trying to map services to channels.  I receive the following "No access" error repeatedly in the debug log:

     

    service_mapper: checking Comcast/243MHz/{PMT:56}

    service_mapper: waiting for input

    mpegts: 243MHz in Comcast - tuning on HDHomeRun ATSC Tuner #0 (192.168.1.133)

    tvhdhomerun: tuning to auto:243000000

    subscription: 00E8: "service_mapper" subscribing to service "Comcast/243MHz/{PMT:52}", weight: 7, adapter: "HDHomeRun ATSC Tuner #2 (192.168.1.133)", network: "Comcast", mux: "243MHz", client="service_mapper"

    subscription: 00E8: service instance is bad, reason: No access

    subscription: 00E8: No input source available for subscription "service_mapper" to service "Comcast/243MHz/{PMT:52}" in mux "243MHz in Comcast"

    subscription: 00E8: "service_mapper" unsubscribing, client="service_mapper"

    service_mapper: Comcast/243MHz/{PMT:52}: failed [err No access]

     

    Any help would be greatly appreciated.  Thanks in advance!

  2. Thanks for the quick response.

     

    I forced the copy option by not assigning anything to the slot of the 1.5tb drive I removed and starting the array.  Stopped the array and assigned the old parity drive to the open slot and was presented the copy option.

     

    Everything looks great on the 2tb data disk(former parity).  New parity drive looks great and parity check was humming along until 2tb mark.

  3. I performed the following steps:

     

    1.  Performed parity check with zero errors.

    2.  Removed 1.5tb data disk and added new 3tb disk.

    3.  Assigned new 3tb disk as Parity.

    4.  Assigned old parity 2tb in missing slot for 1.5tb drive removed in step 2.

    5.  Copy option - copy parity to new 3tb parity drive

    6.  Data rebuild for 2tb drive.

    7.  Parity check (correcting) slowed at 2tb mark and reported millions of sync errors. Zero errors before 2tb.

     

    Smart report no errors all drives.  Syslog attached. 

     

    I did not pre-clear new parity disk.

     

    Any thoughts as to why I now see sync errors would be greatly appreciated.

     

    Unraid 6.0.1

    unraid-syslog-20150818-1857.zip

  4. I have been using the Version 6 plugin of Dropbox and it has been working perfectly.  This morning I upgraded to Unraid 6.0 Beta 10 and received the following message on the Dropbox plugin screen under the online version section:

     

    Warning: mkdir(): File exists in /usr/local/emhttp/plugins/plgMan/plugin on line 146 2014.09.18

     

    Just wanted to make you aware of it.

     

    Thanks for all of your hard work on these plugins.

     

    Abner

  5. I am running several docker apps - Sabnzbd, sickbeard, couch potato, Plex, plexwatch and Dropbox.

     

    I also have a cache pool using btrfs.

     

    When Dropbox is enabled, cache drives remain active along with any array drives I have media on for syncing with Dropbox.  The webgui for unraid becomes very slow to respond, it does eventually respond.  After sometime, cache drives eventually heat up and case fans become louder than usual to compensate.

     

    As soon as I disable dropbox docker app, everything goes back to normal. 

     

    Any advice or thoughts would be greatly appreciated.

  6. latest XMLTV

    https://dl.dropbox.com/u/49442039/xmltv-0.5.63-i486-1_W-W%28full%29.txz

     

    dont forget install perl package ;)

     

    Thanks Piotrasd!  I used the xmltv package above and 5.10.1 Perl Package so to be honest I wasnt sure what it did or where it even installed.  The only thing I was certain of was /usr/bin contained all of the tv_* scripts once it was installed.

     

    I will research how to add Perl modules to Unraid, more concerned about getting Perl modules to persist after each reboot. 

     

    Thanks again!

     

    UPDATE: SUCCESS with XMLTV once additional Perl Packages were installed.  No more mc2xml for me, all XMLTV grabbers appear correctly in Tvheadend Internal Grabber drop-down.  I use tv_grab_na_dd once configured from the commandline works like a charm.  Now I just need HDHomerun Prime Cable Card Support.  :D

  7. I already have Perl 5.16 installed and the xmltv package from W-W installed...

     

    I tried using W-W xmltv package also and apparently it has Perl dependencies I was not able to resolve using 5.10.0 or 5.10.1 Perl Packages for Unraid.

     

    If you look at /usr/lib/perl5/vendor_perl, you will notice XMLTV installed in 5.12.3 sub-directory.  For me this directory wasn't included in my PERL5LIB path to begin with.  Even adding the path, other dependencies prevented me from ever getting it to work.  I resorted to mc2xml and tv_grab_file with Schedules Direct.

     

     

  8. I performed the following steps below in an attempt to use my HDHomerun Prime(Cable Card) with Tvheadend.  Three HDHomerun adapters appeared correctly in Tvheadend.  I created a Network based on ATSC and it identified 157 muxes and 553 services.  However not one service has a name.

     

    I did find the following: http://sourceforge.net/apps/trac/dvbhdhomerun/ticket/12 that included patches for HDHomerun Prime Cable Card support in dvbhdhomerun.  Can a version of dvbhdhomerun with these patches be included for Unraid?  Maybe Kidcastro can help here?  I will test, test, test.

     

    Steps:

     

    1. Installed bzroot and bzimage files for unRAID 5.0 that have been compiled with the media tree modules Reply #737 - https://www.dropbox.com/s/j5jq9oe0yzef9gb/unraid_5.0_media_all.zip

     

    2. HDHomerun drivers Reply #586 - userhdhomerun.zip & dvbhdhomerun.zip

     

    dvbhdhomerun contains the following:

     

    [1313CFCF-0]

    tuner_type=ATSC

    [1313CFCF-1]

    tuner_type=ATSC

    [1313CFCF-2]

    tuner_type=ATSC

     

    3. Tvheadend plugin Reply #818 - https://dl.dropboxusercontent.com/u/17326625/tvheadend-0.6.plg

     

    4. Added lines to go script -

     

    ln -s /boot/custom/dvbhdhomerun /etc/dvbhdhomerun

    ln -s /boot/custom/userhdhomerun /usr/bin/userhdhomerun

    modprobe dvb_hdhomerun && sleep 10 && /usr/bin/userhdhomerun &

    sleep 20 && sudo -u root tvheadend -c /mnt/cache/.custom/tvheadend -u root -g video -f 2>&1 >/dev/null

     

    Thanks to:

     

    Piotrasd

    KidCastro

    Mettbrot

    Balthazar

    Mack

  9. Can someone confirm if the latest efforts support HDHomerun Prime with Cable Card(copy freely) and TVHeadEnd?

     

    I have followed this for awhile and originally got everything working for regular channels but could not get scrambled channels working even though they were copy freely. 

     

    Thanks for everyone's efforts!

     

    Abner

  10. I had visited this thread early on and was successful with Tvheadend and unRaid for all of my unencrypted channels but didn't have any luck with encrypted copy-freely channels.  I use Comcast CableCard with HDHomerun Prime, are all of the channels available with the latest efforts?

     

    Thanks!

×
×
  • Create New...