Project

General

Profile

Feature #164

Use adapters with multiple frontends

Added by Simon Liddicott - over 14 years ago. Updated about 12 years ago.

Status:
Rejected
Priority:
High
Assignee:
Category:
DVB
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Some dual tuner cards may have multiple devices on the same adapter, eg. adapter0 may have demux0, demux1, dvr0, dvr1, frontend0 and frontend1

Currently tvheadend only allows access to device 0 on each adapter, rather than noticing that there is actually more than one device on the adapter.


Files

tvheadend_multiadapter.patch (2.62 KB) tvheadend_multiadapter.patch Adds support for adapters with multiple frontends Simon Liddicott -, 2010-05-05 18:04
Screen.png (124 KB) Screen.png Luis Toubes, 2011-01-09 17:39

Related issues

Has duplicate Bug #374: Cine S2 only one tunerInvalid2011-02-06

Actions

History

#1

Updated by ukasz - over 14 years ago

until it is solved you can create directory in /dev/adapter1/ and then symlinks to /dev/adapter0/frontend1 /dev/asapter1/frontend0

#2

Updated by Simon Liddicott - over 14 years ago

This patch adds support for adapters with multiple frontends.

It doesn't address the display in the ui:

Hardware
Device path:
/dev/dvb/adapter0
Device name:
STV090x Multistandard

I would like it to display the path to the frontend rather than the adapter but I couldn't see where that data came from.

#3

Updated by Simon Liddicott - over 14 years ago

  • Status changed from New to Accepted
#4

Updated by barberio - over 14 years ago

This is a related issue that should probably be fixed during progress on handling multiple adapters.

At the moment, you'll end up with two identical "Adapter name" strings identifying the decices within Tvheadend. This will also happen with using two of the same kind of adapter, and dual headed adapters that report as two logical adapters.

The "Adapter name" strings generated should be unique, to avoid problems when configuring.

#5

Updated by Andreas Smas about 14 years ago

But is it possible to record from both frontends at the same time?

I believe there adapters which support multiple frontends (DVB-T and DVB-S) but only one can
be active at a single time?

#6

Updated by Simon Liddicott - about 14 years ago

My dual tuner cards Mystique Satix S2 Dual show as one adapter with two different frontends but both can be accessed and addressed simultaneously as though they were separate cards.

My patch above allows me to use them that way. It doesn't address the issue by barberio about the device naming. But for me that was minor as I could use my cards to their potential. I'd rename the cards in the DB so I knew which were which.

(ps. please don't wait until 3.0 to apply my patch :) )

#7

Updated by Luis Toubes almost 14 years ago

Hi there,

I compiled master branch from github with this patch, then in "Configuration > TV Adapters" only see one of the two frontends. Need to do something else? Another workaround to try config DVB-S and DVB-T.

My card is a Hauppauge HVR-4000 . http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-4000.

#8

Updated by Andreas Smas almost 14 years ago

  • Category changed from General to DVB
#9

Updated by Juanma Vioque over 13 years ago

I have the same card (Hauppauge HVR-4000) and exactly the same problem: only one frontend. If I could help at debugging...
Thanks a lot for your work.

#10

Updated by Simon Liddicott - over 13 years ago

I have since been using UDEV rules to symlink my frontends to new devices.

See my entry here:
http://www.linuxtv.org/wiki/index.php/Mystique_SaTiX-S2_Dual#Multiple_Frontends

#11

Updated by Adam Sutton about 12 years ago

  • Status changed from New to Rejected
  • Target version deleted (3.0)

Closing due to age and lack of input. But if your still interested please let me know and ideally submit pull request on github.

Adam

Also available in: Atom PDF