From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 24 20:45:19 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 687FF16A4C8 for ; Tue, 24 Oct 2006 20:45:19 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id B662E43D49 for ; Tue, 24 Oct 2006 20:45:16 +0000 (GMT) (envelope-from usleepless@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1447217uge for ; Tue, 24 Oct 2006 13:45:15 -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=CwroZ767v0ki/u70bZeE+hzQjuSSat0RPsGJDC+qh643ELBMZMwniXhb1IQ8KlOtloPSiUYgID+iIgU6GRqFqXLD5906ug36dwHuz5iyzasJVuXXv8+ouWGrRMEcioj+d+Y0bS1t/eMQW5a0I3eLaifBbDKF6uqGrp2IvZCJ6qQ= Received: by 10.78.166.7 with SMTP id o7mr9898283hue; Tue, 24 Oct 2006 13:45:15 -0700 (PDT) Received: by 10.78.124.8 with HTTP; Tue, 24 Oct 2006 13:45:15 -0700 (PDT) Message-ID: Date: Tue, 24 Oct 2006 22:45:15 +0200 From: usleepless@gmail.com To: "Mark Busby" In-Reply-To: <20061024203356.93719.qmail@web81212.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061024203356.93719.qmail@web81212.mail.mud.yahoo.com> Cc: freeb list Subject: Re: pvrxxx msg 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: Tue, 24 Oct 2006 20:45:19 -0000 Mark, the good news is: you have installed the driver correctly. now we will fix your tuner. On 10/24/06, Mark Busby wrote: > sorry, I was using tail. > Oct 24 14:04:56 saturn kernel: cxm0: MPEG Coder> mem 0xc8000000-0xcbffffff irq 17 a > Oct 24 14:04:56 saturn kernel: cxm_iic0: iTVC15 / iTVC16 I2C controller> on cxm0 > Oct 24 14:04:56 saturn kernel: iicbb0: bit-banging driver> on cxm_iic0 > Oct 24 14:04:56 saturn kernel: iicbus0: bus> on iicbb0 master-only > Oct 24 14:04:56 saturn kernel: tuner code 99 > Oct 24 14:04:56 saturn kernel: cxm0: unknown tuner > code 0x63 > Oct 24 14:04:56 saturn kernel: tuner_type = -1 > Oct 24 14:04:56 saturn kernel: cxm0: could not > initialize tuner > Oct 24 14:04:56 saturn kernel: iicbus0: detached > Oct 24 14:04:56 saturn kernel: iicbb0: detached > Oct 24 14:04:56 saturn kernel: cxm_iic0: detached > Oct 24 14:04:56 saturn kernel: device_attach: cxm0 > attach returned 6 > > It's a Hauppauge WinTV PVR 150. > I'm going to deinstall & clean the /usr/src and try > from scratch again. Could be a bad patch, I hope. are you able to edit c-source? 1. cd to /usr/ports/multimedia/pvrxxx 2. rm work/.build 3. vi work/dev/cxm/cxm_eeprom.c 4. search for "TCL" and make it look like this: case 0x63: case 0x55: /* TCL 2002N-6A */ 5. make reinstall -DFORCE_PKG_REGISTER and reload the module. let me/us know. actually your tuner was reported as missing from the driver earlier: it is time for an update for the port. regards, usleep