NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 7 8 9 10 11 … 34 Next »
Request for supporting Ceton devices on Linux

 
  • 0 Vote(s) - 0 Average
Request for supporting Ceton devices on Linux
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,157
Threads: 958
Joined: May 2006
#121
2020-04-02, 11:02 PM (This post was last modified: 2020-04-02, 11:02 PM by mvallevand.)
I have no explanation why the Ceton isn't working for you. I am assuming you aren't stopping opendct and you are giving it enough time to discover the devices. Previous logs where still initializing some thing.

In C:\ProgramData\OpenDCT\config\opendct.properties the author did recommend changing "error_videos_enabled=true to error_videos_enabled=false" because of issues with the Ceton tuner device. You can try stopping the server making the change and restarting the server giving it a few minutes to start up.

One final thing would be to send that file and I can compare it with mine.

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#122
2020-04-02, 11:49 PM
OpenDCT 0.5.29

Loaded Capture Devices:

DCT-Ceton InfiniTV PCIe (00-80-0d-5a) Tuner 1: Idle
DCT-Ceton InfiniTV PCIe (00-80-0d-5a) Tuner 2: Idle
DCT-Ceton InfiniTV PCIe (00-80-0d-5a) Tuner 3: Idle
DCT-Ceton InfiniTV PCIe (00-80-0d-5a) Tuner 4: Idle
DCT-Ceton InfiniTV PCIe (00-80-84-b9) Tuner 1: Idle
DCT-Ceton InfiniTV PCIe (00-80-84-b9) Tuner 2: Idle
DCT-Ceton InfiniTV PCIe (00-80-84-b9) Tuner 3: Idle
DCT-Ceton InfiniTV PCIe (00-80-84-b9) Tuner 4: Idle
DCT-Ceton InfiniTV PCIe (00-80-84-b9) Tuner 5: Idle
DCT-Ceton InfiniTV PCIe (00-80-84-b9) Tuner 6: Idle
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,157
Threads: 958
Joined: May 2006
#123
2020-04-03, 12:04 AM
Good the last logs you send me didn't go that far.

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#124
2020-04-03, 12:36 AM
latest


Attached Files
.zip   logs-20200402-2033.zip (Size: 703.41 KB / Downloads: 2)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,157
Threads: 958
Joined: May 2006
#125
2020-04-03, 12:44 AM
As I said before I need the opendct.log the extras logic seems to be working.

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#126
2020-04-03, 03:32 AM
latest


Attached Files
.zip   opendct.zip (Size: 3.77 KB / Downloads: 2)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,157
Threads: 958
Joined: May 2006
#127
2020-04-03, 09:01 AM
For the windows version if you are still using it could you enable the logging in opendct.bat by changing two lines so that they looks like this

set logfile=C:\Users\Public\NPVR-data\logs\opendct-%3.log rem set logfile=NUL

then try a test and send the error file C:\Users\Public\NPVR-data\logs\opendct78##.log file that the test creates.

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#128
2020-04-03, 01:01 PM
change this to this?


@echo off
set opendct=C:\Users\Public\NPVR-data\scripts\opendct.py
rem set logfile=C:\Users\Public\NPVR-data\logs\opendct-%3.log
set logfile=NUL
python %opendct% "START" %2 %1 %3 2> %logfile%
python %opendct% "GET_SIZE" %2 2>> %logfile%
python %opendct% "STOP" %2 2>> %logfile%


@echo off
set opendct=C:\Users\Public\NPVR-data\scripts\opendct.py
set logfile=C:\Users\Public\NPVR-data\logs\opendct-%3.log
rem set logfile=NUL
python %opendct% "START" %2 %1 %3 2> %logfile%
python %opendct% "GET_SIZE" %2 2>> %logfile%
python %opendct% "STOP" %2 2>> %logfile%
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,157
Threads: 958
Joined: May 2006
#129
2020-04-03, 01:07 PM
Yes.

Martin
run088
Offline

Member

us
Posts: 133
Threads: 1
Joined: Mar 2020
#130
2020-04-03, 02:40 PM
I looked and noticed one thing in this log. Ips should line up on the ceton cards

192.168.2.250/192.168.2.251
and
192.168.2.240/192.168.2.241

but I see this that shouldnt be happening

  InfiniTVCaptureDevice - Encoder Manufacturer: 'Ceton', Number: 2, Remote IP: '192.168.2.250', Local IP: '192.168.2.241', CableCARD: true, Lineup: 'dct_infinitv', Offline Scan Enabled: false, RTP Port: 8426
09:19:02.189 [cling-17] INFO  SageTVManager - The capture device 'DCT-Ceton InfiniTV PCIe (00-80-84-b9) Tuner 2' is ready.


and I see places 192.168.200.2 which would be the natural dhcp of the card.


Attached Files
.zip   opendct.zip (Size: 3.6 KB / Downloads: 1)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (29): « Previous 1 … 11 12 13 14 15 … 29 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get Hauppage firmware running on Linux Mint Higgo 9 442 2025-07-09, 07:50 AM
Last Post: Higgo
  Extras Tuners Not Loading on NextPVR 3.1 Linux Install Siftingice 1 80 2025-07-03, 12:12 AM
Last Post: mvallevand
  Extras Tuners Not Loading on NextPVR 3.1 Linux Install Siftingice 0 50 2025-07-03, 12:02 AM
Last Post: Siftingice
  Linux Command Line To Initiate SchedulesDirect EPG Update LinuxDVR 1 373 2025-04-13, 06:35 PM
Last Post: mvallevand
  Linux install failed -- permission denied? FrogFan 4 720 2025-03-26, 12:39 AM
Last Post: FrogFan
  Is there a 'recommended' version/release of Linux? Bobthegoldfish 1 490 2024-12-24, 12:28 AM
Last Post: mvallevand
  Downgrade on Linux eriberg 3 593 2024-09-04, 08:46 PM
Last Post: mvallevand
  Pi5 / Firefox 128.0 - ctrl key in devices screen does not work TheRealRoland 4 799 2024-08-02, 07:26 PM
Last Post: TheRealRoland
  linux mint 22 bccicone 2 666 2024-08-01, 10:10 PM
Last Post: bccicone
  Client Recommendations on Linux devarionarias 6 1,944 2024-06-18, 04:31 PM
Last Post: devarionarias

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode