forked from ljalves/linux_media
-
Notifications
You must be signed in to change notification settings - Fork 81
DVB T T2 C hybrid cards
HenkPoley edited this page Apr 29, 2020
·
11 revisions
Changing between dvb systems on hybrid cards.
Debian 8 Jessie (2015) and higher; Ubuntu 16.04 and later (at least up to 20.04):
apt-get install dvb-tools
Arch:
$ sudo pacman -S v4l-utils
To choose European DVB-C (USA is Annex B)
dvb-fe-tool --set-delsys=DVBC/ANNEX_A
To see what delivery system you can choose from with your card
$ dvb-fe-tool
[..]
Supported delivery systems:
DVBT
DVBT2
[DVBC/ANNEX_A]
ISDBT
DVBC/ANNEX_B
To work with different adapter and frontend hardware (e.g. /dev/dvb/adapter{A}/frontend{F}
):
$ dvb-fe-tool -a {A} -f {F}