blob: ec77485024c2d07e4e9d0d12adac14730ffdc2c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
CONFIG_DVB
Support Digital Video Broadcasting hardware. User tools are available
for example from <http://www.linuxtv.org/>.
Enable this if you own a DVB adapter and want to use it or if you
compile Linux for a digital SetTopBox.
If unsure say N.
You might want add the following lines to your /etc/modules.conf or
(if you use debian) create a file called /etc/modutils/dvb containing
this:
alias char-major-250 dvb
alias dvb dvb-ttpci
below dvb-ttpci alps_bsru6 alps_bsrv2 \
grundig_29504-401 grundig_29504-491 \
ves1820
Debian users have to execute the update-modules script thenafter.
|