Feature #164
Use adapters with multiple frontends
0%
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
Related issues
History
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
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.
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.
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?
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 )
Updated by Luis Toubes almost 14 years ago
- File Screen.png Screen.png added
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.
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.
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
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