From owner-freebsd-multimedia Sun Sep 10 8:16:58 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mailrouter1.strath.ac.uk (orkney.cc.strath.ac.uk [130.159.248.40]) by hub.freebsd.org (Postfix) with ESMTP id 87D0D37B42C for ; Sun, 10 Sep 2000 08:16:55 -0700 (PDT) Received: from m657-mp1-cvx1c.edi.ntl.com ([62.253.14.145] helo=cs.strath.ac.uk) by mailrouter1.strath.ac.uk with esmtp (Exim 3.12 #2) id 13Y8qS-0006px-00; Sun, 10 Sep 2000 16:16:36 +0100 Message-ID: <39BBA652.447F8902@cs.strath.ac.uk> Date: Sun, 10 Sep 2000 16:18:42 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Christian.Gusenbauer@netway.at Cc: Randall Hopper , multimedia@FreeBSD.ORG Subject: Re: One more time: fxtv and audio problems References: <00090907485300.00322@bones.my.domain> <20000910084002.A1300@nc.rr.com> <00091017021600.00346@bones.my.domain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Christian > I tested all these settings and combinations without success. Basically, I > think the problem is, that the TV card doesn't output sound, the soundcard > seems to work properly. I'd agree. There was a warning in the DMESG about your tuner not being detected properly and it defaulted to an NTSC type. You are the first person to have a Hauppauge card with the all new Temic tuner on and I've not checked the data sheets for this tuner yet to see how I must drive it. (it is probably a Philips clone) So, can you try something for me please. Can you edit bktr_card.c Look for these lines case 0x1d: case 0x23: select_tuner( bktr, PHILIPS_PALI ); goto checkDBX; and change it to this case 0x1d: case 0x23: case 0x2c: select_tuner( bktr, PHILIPS_PALI ); goto checkDBX; and recompile the kernel. Let me know what happens. Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message