From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 23 14:00:56 2007 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 47E7116A420 for ; Thu, 23 Aug 2007 14:00:56 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 1D92513C474 for ; Thu, 23 Aug 2007 14:00:56 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so364787rvb for ; Thu, 23 Aug 2007 07:00:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OVgE7eVIvIPAJ7XmQ/GXVyfTymKlEOsCx6qXoYFQxgG55yLB23DcI3zfgUPXws98dGpndrRgvvjeYPzAtkMIkUhB3EnQrb5FyKBzqZfr1CT+E3+AmVotDvdhL6XixtAz5JgCUFXeKpM9lXqla50ShJDPBShLHfHYUuucdH/NR98= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=da/OvbCYj8C1OnzqgprIsTh8ujVy3X2gVEL8u+wCIEnK30PPWNUPYhAPh/hKxP1ukfjfih+n8GUGYoSSrR+rBgm445w+fOztrgRdeo2BlLKLu1oFMYEC2Do4Gqo08BMbOGpLN1NO7waHqNfUuTyv0eVtJ7odkiLjMyDsmMCZyX0= Received: by 10.114.109.1 with SMTP id h1mr2134747wac.1187877623938; Thu, 23 Aug 2007 07:00:23 -0700 (PDT) Received: by 10.114.192.19 with HTTP; Thu, 23 Aug 2007 07:00:23 -0700 (PDT) Message-ID: Date: Thu, 23 Aug 2007 16:00:23 +0200 From: usleepless@gmail.com To: "=?ISO-8859-1?Q?Arne_W=F6rner?=" In-Reply-To: <252752.89977.qm@web30309.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <252752.89977.qm@web30309.mail.mud.yahoo.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: ports/pvr250 / Hauppauge PVR250 on ECS K7VMM+ 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, 23 Aug 2007 14:00:56 -0000 On 8/23/07, Arne W=F6rner wrote: > --- Arne W=F6rner wrote: > > Will try freebsd's 7CUR soon... :-) > > > Ur pvrxxx port (I downloaded it from the URL u mentioned some days ago) d= oesnt > crash on 7CUR (I had to do some changes, because it didnt compile... The = return > type of cxm_intr_fast() should be int and the function where cxm_intr_fas= t is a > parameter needs a ",0" after cxm_intr_fast, because it has a new paramete= r > now)... ok, good to know, thanks. > But it still stalls (i checked with CTRL+T and saw, that no blocks r read > anymore) as soon as I start to read from /dev/ad0 permanently (dd if=3D/d= ev/ad0 > of=3D/dev/null)... what kind of disk is this? > Furthermore "pvr250-setchannel -t -m 4 9" crashes the box (somehow > cxm_tuner_select_channel_set() tries to write to address 0x4 with instruc= tion > movl %eax[4],eax or so)... tune by the frequency ( ie 217.75 ). leave out "-t -m 4" ( should be initialized properly on module load ). > What else can I try? i dunno. there seems to be something funny going on between your capturecard and your harddisk. i can't troubleshoot that from here. i would probably try to find out if there is a firmware update for your motherboard, switching disks, writing to a network share instead of local disk... etc. post the console-messages of the cxm-driver on module-load please. regards, usleep