From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 9 11:15:25 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA56D16A400 for ; Sun, 9 Apr 2006 11:15:25 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5A743D45 for ; Sun, 9 Apr 2006 11:15:25 +0000 (GMT) (envelope-from usleepless@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so684875nzf for ; Sun, 09 Apr 2006 04:15:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mHZTkdnNT2EskosZyRRjmkEso9sqzJGymrVnJWVg94GmkGaI7ZJgMVS4IYhHa8Eh0wAxsTzKjkhI2U7Q/1s1daub5wJN84kBurLn4TKX8rTKJDSzRnsU46lQ1tPpIZ39wVjmF/J3fM5+7wb1zfMIgo4+miR3woBhNj2YOJcFB0Y= Received: by 10.36.177.8 with SMTP id z8mr2135537nze; Sun, 09 Apr 2006 04:15:24 -0700 (PDT) Received: by 10.36.157.10 with HTTP; Sun, 9 Apr 2006 04:15:24 -0700 (PDT) Message-ID: Date: Sun, 9 Apr 2006 13:15:24 +0200 From: usleepless@gmail.com To: "Erin E Conn" In-Reply-To: <44384540.4080206@nc.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44384540.4080206@nc.rr.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: cxm0: unknown tuner code 0x63 - workaround? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2006 11:15:25 -0000 > I tried adding a case for it in cxm_eeprom.c as was suggested for > another user in the archives, but all that did was silence the > complaining that the tuner code was unknown; the device still failed to > attach. at which line did you add your case statement? this approach worked for my "unsupported tuner". according to ivtv-sources, you have a { TUNER_TCL_2002N, "TCL 2002N 5H"= } let me check which comes closest, hmm have you tried putting your case statement directly above the 0x55? ( and then fallthrough... ) if that still fails, you will have to analyze ivtv to find the differences for you tuner. regards, usleep