From owner-freebsd-multimedia Mon Jun 15 05:25:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29040 for freebsd-multimedia-outgoing; Mon, 15 Jun 1998 05:25:42 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA29035 for ; Mon, 15 Jun 1998 05:25:39 -0700 (PDT) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 15 Jun 1998 8:25:10 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA24781; Mon, 15 Jun 98 08:25:05 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id IAA10817; Mon, 15 Jun 1998 08:24:49 -0400 Message-Id: <19980615082449.A10791@ct.picker.com> Date: Mon, 15 Jun 1998 08:24:49 -0400 From: Randall Hopper To: gmarco@giovannelli.it, multimedia@FreeBSD.ORG Subject: Re: fxtv and audio ... (Avermedia) Mail-Followup-To: gmarco@giovannelli.it, multimedia@FreeBSD.org References: <199806141552.RAA07122@sos.freebsd.dk> <3584CAB7.24C065C9@scotty.masternet.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <3584CAB7.24C065C9@scotty.masternet.it>; from Gianmarco Giovannelli on Mon, Jun 15, 1998 at 09:18:15AM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gianmarco Giovannelli: |> > > > Hmm. This looks dangerously like something Soren found out with his |> > > > Avermedia back in April. Try changing this line in brooktree848.c: |> > > > |> > > > { "IMS TV Turbo", /* the 'name' */ |> > > > NULL, /* the tuner */ |> > > > 0, /* dbx is optional */ |> > > > 0, |> > > > PFC8582_WADDR, /* EEProm type */ |> > > > (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */ |> > > > - { 0x01, 0x02, 0x01, 0x00, 1 } } /* audio MUX values */ |> > > > + { 0x0c, 0x00, 0x0b, 0x0b, 1 } }, /* audio MUX values */ | |Please commit as soon as possible, they work like a charm :-) Ok, cool. Glad that shot in the dark worked. What I mailed was the smallest hack-patch possible for you to test whether Soren's fix would work for you (since your card was being detected as an IMS TV Turbo for some reason. Really what needs to happen is we add another separate entry to the device table in addition to the IMS TV Turbo with the right values in it. Something more along the lines of Soren's original patch. |but the audio doesn't work the same. |Have I miss something ? |Any other succeded in playing audio with such board ? |I own an sb awe64, but the sound is off also if I attach a speaker |directly to the board itself in the audio out ... | |Obviusly the sound card works with other programs :-) | |snd0: |sbxvi0 at ? drq 5 on isa |snd0: |sbmidi0 at 0x330 on isa |snd0: |opl0 at 0x388 on isa |snd0: |awe0 at 0x620 on isa |awe0: |joy0 at 0x201 on isa |joy0: joystick | |(here is the output of the stock drivers...) Now you've confused me. Did the audio mux patch do anything for you or not? You say here your audio isn't working (?) It wasn't working before at all you said. Now you said it doesn't work the same (?) Also, I'm used to seeing two dmas and an IRQ in the soundcard dmesg output. Where are they? Have you jumped through the prerequisite PnP hoops, etc.? Also, I'm assuming the output of your video board is plugged into the line-input impedence input of your soundcard? Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message