From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 3 03:37:59 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC192106564A for ; Thu, 3 Apr 2008 03:37:59 +0000 (UTC) (envelope-from jeff@doeshosting.com) Received: from hemp.ircpimps.org (hemp.ircpimps.org [66.11.114.212]) by mx1.freebsd.org (Postfix) with ESMTP id 774A28FC24 for ; Thu, 3 Apr 2008 03:37:58 +0000 (UTC) (envelope-from jeff@doeshosting.com) Received: (qmail 40933 invoked from network); 2 Apr 2008 19:37:28 -0800 Received: from you.cantbe.us (HELO ?127.0.0.1?) (jeff@doeshosting.com@8.10.120.61) by hemp.ircpimps.org with SMTP; 2 Apr 2008 19:37:28 -0800 Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: References: <200804020250.m322o2H0084089@freefall.freebsd.org> <988B4C30-C985-4194-AC0F-1C6A18AE3E0E@doeshosting.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <84CC803B-5D7F-4633-9764-C0ACEAD12035@doeshosting.com> Content-Transfer-Encoding: 7bit From: Jeff Date: Wed, 2 Apr 2008 23:37:33 -0400 To: freebsd-multimedia@freebsd.org X-Mailer: Apple Mail (2.753) Subject: Re: PVR-250 on freebsd 7.0-release 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: Thu, 03 Apr 2008 03:37:59 -0000 On Apr 2, 2008, at 11:37 AM, usleepless@gmail.com wrote: > On Wed, Apr 2, 2008 at 5:57 AM, Jeff wrote: >> Hey list, >> >> I am trying to get my old Hauppauge WinTV PVR-250 working on >> freebsd 7 >> (recently updated RELENG_7_0). >> I only want this for s-video in, from my dvd changer. I do not >> require >> audio (which goes to my stereo system) or cable (I do not watch >> tv). This >> seems like a very simple setup, but I am having problems that I >> cannot >> figure out from google. I have read quite a few helpful messages >> about this >> driver on this list, which is why I have joined and am trying here. >> >> I have X running, I am using John Wehle's driver from multimedia/ >> pvr250 >> which is loaded: >> >> iicbb0: on cxm_iic0 >> iicbus0: on iicbb0 master-only >> iicsmb0: on iicbus0 >> smbus0: on iicsmb0 >> smb0: on smbus0 >> iic0: on iicbus0 >> cxm0: Temic 4036 FY5 tuner >> cxm0: SAA7115 rev 1 video decoder >> cxm0: MSP3435G-B6 audio decoder >> cxm0: IR Remote >> cxm0: [GIANT-LOCKED] >> cxm0: [ITHREAD] >> cxm0: encoder firmware version 0x2050032 >> cxm0: decoder firmware version 0x2020023 >> >> when I try pvr250-setchannel -s it says: >> ioctl( tfd, METEORSINPUT ) failed.: Invalid argument >> >> and outputs the following to syslog: >> cxm0: video decoder failed to lock >> >> I have the s-video cable connected and the dvd changer is playing >> a dvd. I >> also plugged in the coaxial cable even though I do not care if I >> get that >> working or not. I currently have the onboard audio disabled in >> the bios >> because I do not plan on using it, but since I am not getting a >> message >> about the audio decoder I figure that is not important. >> >> Help and/or advice is much appreciated. >> >> Thank you, >> -krzee > > i had some hunches, read cxm.c, please try: > > pvr250-setchannel -g 720x480 ( or if you are in PAL landd, 576 > instead of 480) > and then, > pvr250-setchannel -s > > let us know. > > regards, > > usleep > Thank you for the suggestion, unfortunately it did not change the result. Same error, same entry in syslog. -krzee