diff options
author | Gerd Knorr <devnull@localhost> | 2004-12-09 12:51:35 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-12-09 12:51:35 +0000 |
commit | 17d7470d78bd886cab06e6f0848bac4ac8edf1db (patch) | |
tree | 2e681fb9a605d3e2ba2feb0007aec272c8833431 /v4l/scripts | |
parent | 39aa684c82354e2c6c357eed2fd37c38f29c461f (diff) | |
download | mediapointer-dvb-s2-17d7470d78bd886cab06e6f0848bac4ac8edf1db.tar.gz mediapointer-dvb-s2-17d7470d78bd886cab06e6f0848bac4ac8edf1db.tar.bz2 |
- work on dvb pll stuff.
- misc dvb updates.
- pinnacle 300i stuff (not working yet).
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/update | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index 91244a6c3..d2a64d716 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -29,7 +29,6 @@ xrmmod cx8802 xrmmod cx8801 xrmmod cx8800 xrmmod cx88xx -xrmmod cx22702 # saa7134 xrmmod saa7134-dvb @@ -40,6 +39,11 @@ xrmmod saa7134 xrmmod dvb_ttpci xrmmod saa7146_vv +# dvb +xrmmod cx22702 +xrmmod mt352 +xrmmod dvb-pll + # common xrmmod btcx-risc xrmmod ir-common @@ -67,8 +71,9 @@ xinsmod video-buf debug=0 xinsmod btcx-risc debug=0 xinsmod ir-common debug=1 repeat=0 xinsmod tuner debug=0 -xinsmod tda9887 debug=0 +xinsmod tda9887 debug=0 port2=0 xinsmod msp3400 debug=0 +xinsmod dvb-pll debug=0 # bttv xinsmod ir-kbd-i2c debug=0 @@ -85,11 +90,12 @@ xinsmod cx8802 xinsmod cx88-blackbird # saa7134 -xinsmod saa7134 audio_debug=0 i2c_scan=1 $saopt +xinsmod saa7134 audio_debug=0 i2c_scan=0 i2c_debug=1 $saopt xinsmod saa7134-empress # dvb stuff xinsmod cx22702 debug=0 +xinsmod mt352 debug=0 xinsmod video-buf-dvb xinsmod cx88-dvb xinsmod saa7134-dvb |