From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 3 22:54:41 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 C7FED1065675 for ; Thu, 3 Apr 2008 22:54:41 +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 868D58FC20 for ; Thu, 3 Apr 2008 22:54:41 +0000 (UTC) (envelope-from jeff@doeshosting.com) Received: (qmail 5875 invoked from network); 3 Apr 2008 14:54:04 -0800 Received: from you.cantbe.us (HELO ?127.0.0.1?) (jeff@doeshosting.com@8.10.120.61) by hemp.ircpimps.org with SMTP; 3 Apr 2008 14:54:04 -0800 In-Reply-To: References: <200804020250.m322o2H0084089@freefall.freebsd.org> <988B4C30-C985-4194-AC0F-1C6A18AE3E0E@doeshosting.com> <84CC803B-5D7F-4633-9764-C0ACEAD12035@doeshosting.com> Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jeff Date: Thu, 3 Apr 2008 18:54:12 -0400 To: usleepless@gmail.com X-Mailer: Apple Mail (2.753) Cc: freebsd-multimedia@freebsd.org 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 22:54:41 -0000 >> >> Thank you for the suggestion, unfortunately it did not change the >> result. >> Same error, same entry in syslog. > > have you tried capturing using the tuner? > > regards, > > usleep > Yes, here is how that went: [root@nfs ~]# cat /dev/cxm0 > test.mpg cat: /dev/cxm0: Device not configured Apr 3 09:59:20 nfs kernel: cxm0: video decoder isn't locked I decided to run trace on pvr250-setchannel, ktrace pvr250-setchannel -g 720x480 -s kdump -f ktrace.out I believe this is the relevant part, but what it is saying and how to fix is over my head: 83386 pvr250-setchannel CALL open(0x804915a,O_RDONLY,0x804914f) 83386 pvr250-setchannel NAMI "/dev/cxm0" 83386 pvr250-setchannel RET open 3 83386 pvr250-setchannel CALL ioctl(0x3,SERIAL_SETINVCLK,0xbfbfe8b4) 83386 pvr250-setchannel RET ioctl -1 errno 22 Invalid argument 83386 pvr250-setchannel CALL writev(0x2,0xbfbfe84c,0x4) 83386 pvr250-setchannel GIO fd 2 wrote 53 bytes "ioctl( tfd, METEORSINPUT ) failed.: Invalid argument I put the whole dump online at: http://www.ircpimps.org/fbsd7-pvr250- dump cheers, krzee