Modify

Ticket #5061 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Ability to choose Multiple Frontends

Reported by: lennon@… Owned by: danielk
Priority: minor Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

At the moment mythtv will only allow you to choose /dev/dvb/adapterX/frontend0. (X=0,1,......etc)

There are a few devices such as the HVR4000 and HVR3000 and others which have multiple frontends (frontend0 = DVB-S and frontend1 = DVB-T)

at the moment you have to link to to another adapter which is a big hack such as:

#mkdir /dev/dvb/adapter1 #ln -s /dev/dvb/adapter0/frontend1 /dev/dvb/adapter1/frontend0 #ln -s /dev/dvb/adapter0/net1 /dev/dvb/adapter1/net0 #ln -s /dev/dvb/adapter0/dvr1 /dev/dvb/adapter1/dvr0 #ln -s /dev/dvb/adapter0/demux1 /dev/dvb/adapter1/demux0

Attachments

multiple-dvb-frontends.patch (28.9 KB) - added by Paul Kendall <paul@…> 4 years ago.
Patch for multiple DVB frontends for 0.21-fixes (16973)
multiple-dvb-frontends-trunk.patch (28.8 KB) - added by Paul Kendall <paul@…> 4 years ago.
Patch for multiple DVB frontends for trunk

Change History

Changed 4 years ago by Paul Kendall <paul@…>

Patch for multiple DVB frontends for 0.21-fixes (16973)

Changed 4 years ago by Paul Kendall <paul@…>

Patch for multiple DVB frontends for trunk

comment:1 Changed 4 years ago by Paul Kendall <paul@…>

I have tested this patch on the 0.21 fixes branch and made minor modifications for the patch to apply to trunk. What this patch does is store the frontend device name in the database, rather than just 0, 1 etc and in the CardUtil? class it replaces 'frontend' with the appropriate device being asked for. All the other changes are around making the integers into strings. This makes the DVB code more like the other devices in that it uses device names/paths now.

comment:2 Changed 4 years ago by danielk

  • Owner changed from ijr to danielk
  • Status changed from new to assigned

comment:3 Changed 4 years ago by anonymous

I've tested these patches and personally work fine for me. any time frame in getting added to 0.21-fixes?

comment:4 Changed 4 years ago by danielk

  • Status changed from assigned to closed
  • Resolution set to fixed

(In [17832]) Fixes #5061. Adds support for multiple frontends per DVB adaptor.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.