diff options
author | Gerd Knorr <devnull@localhost> | 2005-01-03 17:46:20 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-01-03 17:46:20 +0000 |
commit | ffcbf041671a32397d423b067ac1f4cd871fd9b7 (patch) | |
tree | 9f632c82f8cfc554d595fbfb05b3b067e8b35283 /v4l/scripts/update | |
parent | fa178869c7f6ebc68f1b012c9ae65f352801850d (diff) | |
download | mediapointer-dvb-s2-ffcbf041671a32397d423b067ac1f4cd871fd9b7.tar.gz mediapointer-dvb-s2-ffcbf041671a32397d423b067ac1f4cd871fd9b7.tar.bz2 |
- FUSIONHDTV fix from Christopher Pascoe.
Diffstat (limited to 'v4l/scripts/update')
-rw-r--r-- | v4l/scripts/update | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index 14b977776..8ac84be67 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -4,7 +4,7 @@ set -e case "`hostname --short`" in eskarina) - btopt="card=10" +# btopt="card=10" # btopt="card=6 remote=1" ;; bogomips) @@ -92,7 +92,7 @@ xinsmod cx8802 xinsmod cx88-blackbird # saa7134 -xinsmod saa7134 audio_debug=0 i2c_scan=0 i2c_debug=0 $saopt +xinsmod saa7134 audio_debug=0 i2c_scan=0 i2c_debug=0 oss=1 $saopt xinsmod saa7134-empress # dvb stuff |