Here is an email I stumbled across: ---] Jim, I guess I never saw your email. I also have an AverTV Stereo card which i bought from CompUSA. The problem with the card is that the bttv driver doesn't know the card. I even downloaded the latest version from http://www.bytesex.org/bttv and no success on autodetection. When I look at dmesg the card gets autodetected as card 13 and everything works except for the audio being the SAP channel. I didn't find any solutions anywhere but finally figured out that the audiomux settings for the autodetected card were to blame. Using bttools in Windows with the drivers installed I figured out that the correct setting to get stereo sound is 0xff44e. So: modprobe bttv audiomux=0xff44e For some reason it didn't seem to work from modules.autoload so I had to manually rmmod and modprobe every time. That gave me problems when I got the second card though because when you modprobe bttv it detects both cards and the other card didn't like the audiomux setting. My solution was to go to the bttv source (bttv-cards.c), change the first value in the audiomux array to 0xff44e, make, make install and modprobe bttv. Now everything works just fine without having to put any arguments on bttv. -Emil ---] I have recompiled the driver with the change to the audiomux and it seems to work for me. However, I am not sure what you mean by "digital" sound. I have been using the card with MythTV. Hope it helps. ---Dan On Fri, Apr 11, 2003 at 07:28:53PM +0200, avilella wrote: > Dears, > > I'm trying to get the sound working in my Avermedia AVerTV with the > msp34xx Stereo Nicam chip. > > Since I bought it I haven't been able to get the sound working. I can > see perfectly the image with the default configuration. Redhat9 > configures it automatically. But no sound. > > I have tried the configuration some of you send to the list, but I don't > get sound neither image: > > modules.conf > ------------ > alias usb-controller ehci-hcd > alias char-major-81 videodev > alias usb-controller1 usb-uhci > alias char-major-195 nvidia > > alias char-major-89 i2c-dev > options i2c-core i2c_debug=0 > options i2c-algo-bit bit_test=1 > alias char-major-81 videodev > alias char-major-81-0 bttv > options bttv card=6 audiomux=0x0e,0x04,0x08,0x04,0 gpiomask=0x0f > options tuner debug=0 type=2 > > alias sound-slot-0 via82cxxx_audio > post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L > >/dev/null 2>&1 || : > pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S > >/dev/null 2>&1 || : > /etc/modules.conf (END) > ------------ > > I'm sure that sound in the general is ok, but I tried to run xawtv with: > > xawtv -noxv > > or > > artsdsp xawtv > > Xawtv doesn't seem to have problems running but for a fonts warning: > > This is xawtv-3.81, running on Linux/i686 (2.4.20-8) > Warning: Cannot convert string > "-*-ledfixed-medium-r-semicondensed--39-*" to type FontStruct > > My local config is europe-west and PAL. > > > > > > lspci > ----------------- > 00:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video > Capture (rev 02) > Subsystem: Avermedia Technologies Inc AVerTV WDM Video Capture > Flags: bus master, medium devsel, latency 32, IRQ 10 > Memory at e8001000 (32-bit, prefetchable) [size=4K] > > 00:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture > (rev 02) > Subsystem: Avermedia Technologies Inc AVerTV WDM Audio Capture > Flags: bus master, medium devsel, latency 32, IRQ 10 > Memory at e8002000 (32-bit, prefetchable) [size=4K] > ----------------- > > > > -- > video4linux-list mailing list > Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/video4linux-list