Opened 16 years ago

Closed 16 years ago

#4217 closed defect (worksforme)

Cannot configure correct device with multiple identical Hauppage cards

Reported by: reinke@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: 0.20.2
Severity: medium Keywords:
Cc: Ticket locked: no

Description

If you have multiple encoder cards of the same type (in this case, two Hauppage 350's), autodetection of the device name prevents one from correctly specifying the device file using mythtv-setup.

Specifically, adding the first card and configuring works fine. When adding the second card and specifying /dev/video1 and saving, the device is automatically changed to /dev/video0 (looks like it picks up the first probed Hauppage instead of the manually specified second Hauppage card and did a nasty override the dev!).

Fix was to go into the mysql 'capturecard' table and manually set the videodev column to /dev/video1 after which everything else worked just fine.

Change History (1)

comment:1 Changed 16 years ago by danielk

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.