|
Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Ceton tuner failing daily
I had an issue where my ceton usb 4 would work but then would not work. I would get the recording conflicts for ~500 shows.
I ended up getting it going but thought I should share what the trip. If I rebooted it would work for a while, one day-ish. unplugging the tuner did the same thing. I thought my power supply was failing, happened before. so I replaced it. sadly the issue remained. I found that there was a driver issue with the device, it would show in the device manager as having an issue. This is where I took a detour, had I looked into it more I would have seen that it had an error code 43 in the properties of the tuner, which I just had to uninstall the drivers and reinstall. been solid since, (a few days at this point, but great none the less) Instead I started treating the symptom. I found that if I disabled the device and reenabled it, everything worked , for a while. at least it let me keep the thing going until I got annoyed enough to fix it properly. I found some batch commands that allowed me to automate the enabling and disabling of the hardware in device manager and then add to task scheduler to make sure it was working at key times in the day. part 1 run as elevated batch probable source, had for too long to remember https://gist.github.com/Maximus5/a7fb0a11b3c33e5d96b0 my batch from this Code:
@echo off :: BatchGotAdmin :------------------------------------- REM --> Check for permissions >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" REM --> If error flag set, we do not have admin. if '%errorlevel%' NEQ '0' ( echo Requesting administrative privileges... goto UACPrompt ) else ( goto gotAdmin ) :UACPrompt echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" "%temp%\getadmin.vbs" exit /B :gotAdmin if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" ) pushd "%CD%" CD /D "%~dp0" "c:\Dis Re enable Tuner.bat" and the last line calls a second batch file PART 2 file named and located "c:\Dis Re enable Tuner.bat" change to what works for you. does the following steps 1 disable the tuner 2 stop the openDCT service 3 allow a few seconds for the previous steps to complete 4 enable the tuner 5 allow a few seconds... 6 start openDCT service but to get this going you will need to get the DEVCON command downloaded for your particular setup, once installed I searched and found the file in program files / window kits.... https://docs.microsoft.com/en-us/win...devtest/devcon file named and located "c:\Dis Re enable Tuner.bat" change to what works for you. Code:
"C:\Program Files (x86)\Windows Kits\10\Tools\x64\devcon" disable "@USB\VID_2432&PID_0AA2\5&10FDD118&0&3*" net stop opendct timeout 10 "C:\Program Files (x86)\Windows Kits\10\Tools\x64\devcon" enable "@USB\VID_2432&PID_0AA2\5&10FDD118&0&3*" timeout 4 net start opendct timeout 5 image attached hope this helps Mike |
#2
|
||||
|
||||
I realize that you have a USB version, but it's interesting to see this thread. About once every 1 to 4 weeks I have to reboot my SageTV server due to the Ceton 6 pcie card going flaky and stops responding. When I do so, I've found that I have to do a complete power down and let the machine completely discharge (turning off the power supply) and then start it up 'cold' so to speak. If I don't start the machine up cold, the Ceton won't come back to life.
I have an fan in the machine blowing outside air directly on that pcie card and that does keep it cool, but for some reason, it just craps out sometimes - never really tried to track it down. I've been waiting to see if Silicondust actually makes good on their 6-tuner Prime network thingy and I'll likely replace the Ceton with that. |
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
I had a Ceton card until last fall when it suddenly died. It was always dicey when I did a system restart as to whether the card would be working after the restart (unless I did the complete cold boot by turning it off and discharging the power supply). I bought a used Prime and it has been 100% solid. I really hope the Prime 6 is released (this year). It would be enough to let me get rid of my OTA tuners.
__________________
i5-6400, MSI B150M Micro ATX MB, 16GB DDR3 1600, 2 - WD Green 2TB SATA Drives, Lite-On SATA 4X Blu-ray Reader, Corsair 400W 80+ Power Supply, Silverstone Sugo SG02-BF MicroATX Case, Windows 10 (64), HDHR Dual X2, Quatro and Prime, 5 x HD300 + 2 x HD100 |
#5
|
|||
|
|||
Sorry to hear you all have issues. I have the 6 tuner ETH version (network connection) and it's been rock solid for years. Occasionally I have to restart the openDTC service, but never the ceton tuner.
__________________
i7-6700 server with about 10tb of space currently SageTV v9 (64bit) Ceton InfiniTV ETH 6 cable card tuner (Spectrum cable) OpenDCT HD-300 HD Extenders (hooked to my whole-house A/V system for synched playback on multiple TVs - great during a Superbowl party) Amazon Firestick 4k and Nvidia Shield using the MiniClient Using CQC to control it all |
#6
|
|||
|
|||
Quote:
Certainly something to check out when yours goes crazy.
__________________
Never be afraid to try something new. Remember: Amateurs...built the Ark. Professionals...built the Titanic |
#7
|
|||
|
|||
There are a number of things of which I wish I were not knowledgeable. The Ceton USB is one of them. I used to run one of them as part of my Windows setup, before I moved to Unraid.
Long story-short, I got on Ebay and bought a Ceton 6-ETH to replace it. What is the OP's operating system? If it's Windows 10, there's a problem that may be hobbling a solution. The USB tuner does not have drivers that were ever "officially" supported on Windows 10. When I did a rebuild I hit this issue like a brick wall and had to give up. I had the USB tuner working when I upgraded Windows from 7 to 10, but when I tried a clean build of 10, I could not get drivers to work. your mileage may vary. Hope some of this helps.
__________________
Server:UnRaid;2x Intel Xeon E5; SuperMicro moboard;Also:BM3000 w/ WMC; 2x Ceton ETH 6; OpenDCT SageTV Extender:3x HD200 1x HD300 1xFireTV Sage TV: 9.2 on Java 11, Standard STVi, Comskip Playback, Web Interface, 24 Hour Clock, SRE, Playon All in lovely Drexel Hill, PA |
#8
|
|||
|
|||
I know this is an old thread but I wanted to thank Guyyerix for the pairing suggestion. Came home from work and found both of my Cetons(4 and 6) could not get a signal. Called Comcast to re-pair them and everything is working again.
__________________
OS: Win 10 64bit / CPU: Intel Core i5-4690K MB: GIGABYTE GA-Z97X-UD3H-BK (rev. 1.0) PSU: Corasir RM850 RAM: CORSAIR XMS3 16GB 240-Pin (2x8gb) SSD: Samsung 860 EVO 1TB Ceton: Infinitv 4 & 6 / Hauppauge: Colossus 2 Raid Controller: StarTech PCI Express 4xSata Raid 0: 4 WD Black 4TB each |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Any issues using Ceton PCI Quad-tuner Card with Sagetv | rdefino | Hardware Support | 5 | 08-09-2013 12:37 AM |
Ceton InfiniTV 4 USB Tuner $268.99 at Newegg | sic0048 | The SageTV Community | 0 | 12-12-2011 09:30 AM |
SageDCT and Ceton CC tuner issue | crarbo1 | Hardware Support | 2 | 08-07-2011 09:58 AM |
Ceton Cable Card Tuner | bcjenkins | SageTV Linux | 2 | 08-01-2011 07:11 AM |
Tuner(s) Failing After Upgrade to 7 | lesbell | Hardware Support | 9 | 01-19-2011 04:19 PM |