[Solved]Loss of Ceton after Awake from Sleep or Hibernation

Ask fellow members about Ceton's infiniTV tuners here.
Forum rules
Ceton no longer participate in this forum. Official support may still be handled via the Ceton Ticket system.
Post Reply
Texas-Guy

Posts: 2
Joined: Sun Aug 04, 2013 10:34 pm
Location:

HTPC Specs: Show details

[Solved]Loss of Ceton after Awake from Sleep or Hibernation

#1

Post by Texas-Guy » Sun Aug 04, 2013 11:08 pm

I have found a solution to the problem of loss of Ceton InfiniTV 4 USB connectivity after Windows 7 awakes from either Sleep or Hibernation. When a TV program is scheduled to awake from either Sleep or Hibernation to record TV, I discovered that for Windows 7, there is a loss of the Network Bridge which causes Ceton to malfunction. Automatic disabling and then enabling the Network Bridge corrects this problem.

Below you will find details of the steps required to: 1. Create the batch file required to disable and enable the network bridge, and 2. The procedure to create a scheduled task which will automatically execute the batch file by the event of waking from sleep or hibernation. These steps work like a charm and Ceton InfiniTV 4 USB users will no longer have Ceton InfiniTV 4 USB sleep and hibernation problems:

1. Create StopStartCeton.bat batch file with following two commands:

netsh interface set interface "Network Bridge" DISABLE
netsh interface set interface "Network Bridge" ENABLE

2. Copy and Paste the batch file, StopStartCeton.bat into Drive C:\.

3. Go to Administrative Tools -> Task Scheduler -> Right Click and Run as Administrator:

4. Create a Basic Task...

5. Name: StopStartCeton
Description: Disable & Enable the Network Bridge after awaking from sleep or hibernation
-> Next>

6. Task Trigger: When a specific event is logged
-> Next>

7. Log: System
Service: Power-Troubleshooter
Event: 1
-> Next>

8. Action: Start a program
-> Next>

9. Program/script: C:\StartStopCeton.bat
-> Next> -> Finish

Post Reply