Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lirc, dvb, bttv, emu401k, modules.conf, spdif



Hi,

I have been trying to configure rationally the loading and unloading of the
drivers in the correct order. I have a bt878, lirc with the hauppauge control,
the dvb, and a sblive card.

sound:
-I'm still bugged with emu401k problems (current releases do not play wav
audio).  So I resorted to using the alsa drivers, but the very latest release
of xawtv does include an audio module that does not like alsa at all.
So I'm back to the oss drivers, still no wav playing. has anyone solved that?

spdif:
I set up a cable between the dvb spdif & ground pins and the sblive spdif in #0
(it is of the "oem 1024" sort). no damn audio going that way, though. Any tricks
to enable this in the driver(s)? Anybody got it working?

dvb:
-All my attempts as getting the dvb drivers autoloading through conf.modules
instead of "make insmod" have been inconclusive: the drivers somehow load but
aren't functional.  -> ???

anyway, this is my current conf.modules. I'd appreciate feedback especially if
someone's got full loading of the dvb drivers this way:

----------------------------------
alias eth0 3c59x 
# oss modules
# currently pcm audio play is not workng with the OSS release
alias char-major-14 emu10k1
pre-install emu10k1 insmod soundcore
post-remove emu10k1 rmmod soundcore
#
# ALSA native device support
# works ok excepted for the alsa mixer. 
# use gmix with the OSS emulation instead
#
#alias char-major-116 snd 
#options snd snd_major=116 snd_cards_limit=1 
#alias snd-card-0 snd-card-emu10k1 
#options snd-card-emu10k1 snd_index=0 snd_id="SBLive" snd_index=0 snd_dac_frame_size=128 snd_adc_frame_size=64
#
# ALSA OSS/Free emulation
#alias char-major-14 soundcore 
#alias sound-slot-0 snd-card-0 
#alias sound-service-0-0 snd-mixer-oss 
#alias sound-service-0-1 snd-seq-oss 
#alias sound-service-0-3 snd-pcm-oss 
#alias sound-service-0-8 snd-seq-oss 
#alias sound-service-0-12 snd-pcm-oss 
#
# video stuff
#

alias char-major-81 videodev
#alias char-major-81-0 dvb

#pre-install dvb (/sbin/modprobe "saa7146_core" ; /sbin/modprobe "saa7146_v4l" ;  /sbin/modprobe "VES1893" ;  /sbin/modprobe "VES1820" ;)
#options saa7146_core mode=0

#post-install dvb (/sbin/insmod "tuner" ; /sbin/modprobe "msp3400" ; /sbin/ifconfig dvb0 192.168.4.1)

# bttv
#
alias char-major-81-1 bttv

pre-install bttv(/sbin/modprobe -k "tuner" ; /sbin/modprobe -k "msp3400")
options bttvradio=1 card=10 pll=1 gbuffers=8 
options tunertype=5
options msp3400 once=1 simple=1 mixer=1
#
post-remove bttv (/sbin/modprobe -r "tvaudio" ; /sbin/modprobe -r "tuner" ; /sbin/modprobe -r "msp3400")  
#
#
# I2c
alias char-major-89  i2c-dev
options i2c-core  i2c_debug=1
options i2c-algo-bit   bit_test=1
# 
#
#options msp3400 mixer=1
#
alias usb-interface usb-uhci
# 
# lirc driver
alias char-major-61 lirc_haup
pre-install lirc_haup (/sbin/modprobe -k "bttv")
post-remove lirc_haup (/sbin/modprobe -r "bttv")
#
---------------------------

Greetings,

Max


Home | Main Index | Thread Index