diff options
author | Gerd Knorr <devnull@localhost> | 2004-08-25 14:47:53 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-08-25 14:47:53 +0000 |
commit | 6550ed72a57b714bfb1a718538d1fb5c542aa470 (patch) | |
tree | 7e7eb707f80203ecdb680cfd8b3d7ac4f2d3af11 /v4l/scripts | |
parent | f680c1f3f262eae1802d080db3eccee4f9da3f43 (diff) | |
download | mediapointer-dvb-s2-6550ed72a57b714bfb1a718538d1fb5c542aa470.tar.gz mediapointer-dvb-s2-6550ed72a57b714bfb1a718538d1fb5c542aa470.tar.bz2 |
- cx88: plenty of mpeg work. blackbird might even work with
some luck. dvb needs more work.
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/update | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index be4d8127f..97f1d5e03 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -23,6 +23,8 @@ xrmmod ir-kbd-i2c xrmmod bttv # cx88 +xrmmod cx88-dvb +xrmmod cx88-blackbird xrmmod cx8802 xrmmod cx8801 xrmmod cx8800 @@ -65,10 +67,12 @@ test -f ir-kbd-i2c.ko && xinsmod ir-kbd-i2c debug=0 test -f ir-kbd-gpio.ko && xinsmod ir-kbd-gpio debug=0 # cx88 -xinsmod cx88xx core_debug=0 -xinsmod cx8800 video_debug=0 audio_debug=0 +xinsmod cx88xx core_debug=0 audio_debug=0 +xinsmod cx8800 video_debug=0 xinsmod cx8801 xinsmod cx8802 +xinsmod cx88-blackbird +xinsmod cx88-dvb # saa7134 xinsmod saa7134 audio_debug=1 $saopt |