From owner-freebsd-questions@FreeBSD.ORG Wed Sep 6 10:36:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF7016A4DF for ; Wed, 6 Sep 2006 10:36:38 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq3.groni1.gr.home.nl (smtpq3.groni1.gr.home.nl [213.51.130.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1B643D46 for ; Wed, 6 Sep 2006 10:36:37 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.130.189] (port=49017 helo=smtp2.groni1.gr.home.nl) by smtpq3.groni1.gr.home.nl with esmtp (Exim 4.30) id 1GKukc-0004vV-Q7; Wed, 06 Sep 2006 12:35:22 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.221.74]:64797 helo=desktop.homenet) by smtp2.groni1.gr.home.nl with esmtp (Exim 4.30) id 1GKukh-0006gy-2V; Wed, 06 Sep 2006 12:35:27 +0200 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Wed, 6 Sep 2006 12:36:33 +0200 User-Agent: KMail/1.9.3 References: <1157512143.941.5.camel@chaucer.jeays.ca> In-Reply-To: <1157512143.941.5.camel@chaucer.jeays.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609061236.34004.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: Mike jeays Subject: Re: KBTV setup problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 10:36:38 -0000 Are you by chance attempting to use bktr's MSP for sound (kernel option)? That's not supported by kbtv (unless someone who has a card to reproduce this writes the code), only wiring through the soundcard. HTH, Dan On Wednesday 06 September 2006 05:09, Mike jeays wrote: > Has anyone else encountered this problem with KBTV? Note that the line > showing the mixer channel seems to lack an entry. > > chaucer 501 /usr/home/mike # btsetup > btsetup> show > BKTR - BrookTree/Conexant BT8x8 based cards > =================================================================== > BKTR MODULE LOADED........... Yes > BKTR DEVICE PERMISSIONS...... OK > BKTR CAPTURE CHIP............ BrookTree 878 > BKTR TV CARD................. Hauppauge WinCast/TV > BKTR TUNER TYPE.............. Philips NTSC > > SAA - Philips SAA713x based cards > =================================================================== > SAA MODULE LOADED............ No > SAA DEVICE PERMISSIONS....... Not OK > > PWC - Philips and compatible USB webcams > =================================================================== > PWC MODULE LOADED............ No > PWC DEVICE PERMISSIONS....... Not OK > > SOUND - Sound card and tuner sound wiring > =================================================================== > SND MODULE LOADED............ Yes > AUDIO CHIP................... CMedia CMI8738 > MIXER CHANNEL FOR TV......... > btsetup> quit > > chaucer 502 /usr/home/mike # kbtv > kbtv: WARNING: KLocale: trying to look up "" in catalog. Fix the program > Traceback (most recent call last): > File "./kbtv_application.py", line 136, in ? > mainwindow = KbtvPart(player) > File "/usr/local/share/apps/kbtv/kbtv_part.py", line 118, in __init__ > self.extendToolbar() > File "/usr/local/share/apps/kbtv/kbtv_part.py", line 389, in > extendToolbar > self.toolbarwidget = KbtvToolbarWidget(self, tb) > File "/usr/local/share/apps/kbtv/kbtv_toolbar.py", line 48, in > __init__ > self.mixerchan = bthardware.MIXER_CHANNEL_NAMES.index(mchan) > ValueError: list.index(x): x not in list