diff options
author | Gerd Knorr <devnull@localhost> | 2004-10-11 13:45:51 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-10-11 13:45:51 +0000 |
commit | 10a75fb37fbb1ab822371d834328d87a8409ff23 (patch) | |
tree | 16771aae63cf043f537945f068234c837e207080 /v4l/scripts | |
parent | b5cc9df47c0f31bde79d05b4cd3e0d8c115155f9 (diff) | |
download | mediapointer-dvb-s2-10a75fb37fbb1ab822371d834328d87a8409ff23.tar.gz mediapointer-dvb-s2-10a75fb37fbb1ab822371d834328d87a8409ff23.tar.bz2 |
- some powermanagement stuff.
- misc minor fixes.
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/update | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index 69bb0ac8f..da75ec8bc 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -52,13 +52,14 @@ xrmmod tda9887 ########################################################################## # reload +sync; sleep 1; + # common v4l2basic -xinsmod video-buf debug=0 xinsmod btcx-risc debug=0 xinsmod ir-common debug=0 repeat=0 -xinsmod tuner debug=0 -xinsmod tda9887 debug=0 +xinsmod tuner debug=1 +xinsmod tda9887 debug=1 xinsmod msp3400 debug=0 # bttv @@ -69,7 +70,7 @@ test -f ir-kbd-gpio.ko && xinsmod ir-kbd-gpio debug=0 # cx88 xinsmod cx22702 debug=0 -xinsmod cx88xx core_debug=0 audio_debug=0 i2c_debug=0 i2c_scan=1 +xinsmod cx88xx core_debug=0 audio_debug=1 i2c_debug=1 i2c_scan=1 xinsmod cx8800 video_debug=0 xinsmod cx8801 xinsmod cx8802 |