Opened 18 years ago

Closed 18 years ago

#623 closed patch (fixed)

6200ch crashes in systems where node 1 is not defined

Reported by: wagspat@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords: 6200ch firewire
Cc: Ticket locked: no

Description

I've a motorola 6200 cable box and use 6200ch to change channels over firewire, however, on my system the device node is node 2, not 1, and when it tries to probe node 1 the program dies. I've attached a small patch to fix this problem and move the program over to using getopt for added ease of parsing command line arguments.

Attachments (1)

6200ch-nodeid.patch (1.9 KB) - added by wagspat@… 18 years ago.
patch to implement nodeid selection for ticket #623

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by wagspat@…

Attachment: 6200ch-nodeid.patch added

patch to implement nodeid selection for ticket #623

comment:1 Changed 18 years ago by anonymous

Summary: 6200ch doesn't systems where node 1 in not defined6200ch crashes in systems where node 1 is not defined

comment:2 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [7836]) Closes #623, by applying workaround patch.

This just allows you to set set the start of the scan for 1394 avc devices on a different node on the command line. This works around a problem probing some devices resulting in a crash. Before this patch you had to change a define in 6200.c to avoid scanning other nodes.

Note: See TracTickets for help on using tickets.