Chris Gamble (cgamble@smartt.com)
Mon, 21 Feb 2000 21:35:46 -0800
> > - Which kernel
> 2.2.14
Shouldn't be a problem.
> > - Which modules you are using
> see below, anything else you need to know?
> alias char-major-116 snd
> alias sound-card-0 snd-emu10k1
> # TV
> alias char-major-81 videodev
> alias char-major-81-0 bttv
> pre-install bttv modprobe -k msp3400; modprobe -k tuner
> options bttv card=2
The above should work but make sure that your bttv card=x option is
correct. Card number 2 is for the old Hauppage driver (bt848) and the
new driver (bt878) is card number 10. Better yet just use card=0 for
auto-detect.
I use the following:
alias char-major-81 videodev
alias char-major-81-0 bttv
pre-install bttv modprobe -k msp3400; modprobe -k tuner
Do an lsmod and you should get:
Module Size Used by
bttv 33496 1 (autoclean)
tuner 2156 1 (autoclean)
msp3400 10304 1 (autoclean)
i2c 3712 3 (autoclean) [bttv tuner msp3400]
videodev 2432 2 (autoclean) [bttv]
eepro 12016 1 (autoclean)
opl3 11112 3
sb 34388 3
uart401 6064 3 [sb]
sound 57208 0 [opl3 sb uart401]
soundlow 224 0 [sound]
soundcore 2340 7 [msp3400 sb sound]
With of course different sound card stuff. **Note: i2c is very
important**
> > - Version of Kwintv used and from where
> 0.7.
Grab the latest easy to install rpm from:
ftp://rpmfind.net/linux/powertools/6.1/i386/kwintv-0.7.4-1.i386.rpm
> actually just realized I can remove the msp3400 driver as it never gets
> used....
The msp3400 should be required for audio from the tuner card. If you
get audio without it then you must have a different revision of the card
than I.
If you continue to have problems then you should rmmod all the
applicable modules and insert them in this order:
i2c
videodev
bttv
tuner
msp3400
After that, I have no idea.... You may have to sacrifice small farm
animals.
Good Luck,
Chris Gamble
cgamble@smartt.com
-- This message came to you via the Vancouver Linux Users Group mailing list. For unsubscription instructions do not email the list, but rather send mail to <vanlug-request@gweep.bc.ca>.
This archive was generated by hypermail 2.0b3 on Tue 22 Feb 2000 - 05:45:45