On 30-Jan-02, Alan Buxey wrote: > --------8< cut here-------8<------------ > # i2c > alias char-major-89 i2c-dev > options i2c-core i2c_debug=1 > options i2c-algo-bit bit_test=1 > > # bttv > alias char-major-81 bttv > alias char-major-81-0 bttv > options bttv radio=2 card=10 bttv_verbose=1 > options msp3400 debug=2 once=1 simple=1 dolby=1 > pre-install bttv modprobe -k btaudio; modprobe -k msp3400; > modprobe -k tuner > #LIRC - the Infra-Red Controller > alias char-major-61 lirc_haup > --------8< cut here-------8<------------ > > so...does this mean I cant use my soundcard at the same time or do > I have to initialise the ALSA system BEFORE running the TVCard system?
You definitely need to have ALSA modprobe first. Try building the BT848 mixer module (tvmixer.o) and the BT848 audio capture module (btaudio.o) and modprobing those as well. Set "options tvmixer devnr=2" to make sure everything gets a valid mixer device. gmix will then pick up all three mixers, which makes life very nice. :) > anyway, off to listen to some net-broadcast streams for a while whilst > pondering the best way to get the sound system initialized upon bootup modprobe all the ALSA modules at bootup, then do an "alsactl restore" at the end of your startup sequence. (I'm not using kmod, so I don't know whether it might accidentally remove the ALSA modules at an inconvenient time. There's probably a way to prevent that, but I don't know it.) Hope this helps... -- Adam Jones ([EMAIL PROTECTED])(http://www.yggdrasl.demon.co.uk/) .oO("i already got in trouble with that ok?" ) PGP public key: http://www.yggdrasl.demon.co.uk/pubkey.asc _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user