From owner-freebsd-questions@FreeBSD.ORG Sun Mar 23 09:36:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 347DA1065672 for ; Sun, 23 Mar 2008 09:36:10 +0000 (UTC) (envelope-from n.kobschaetzki@googlemail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id E57C28FC14 for ; Sun, 23 Mar 2008 09:36:09 +0000 (UTC) (envelope-from n.kobschaetzki@googlemail.com) Received: by py-out-1112.google.com with SMTP id u52so3250785pyb.10 for ; Sun, 23 Mar 2008 02:36:09 -0700 (PDT) Received: by 10.35.30.8 with SMTP id h8mr6197793pyj.21.1206264969345; Sun, 23 Mar 2008 02:36:09 -0700 (PDT) Received: from mars.universe ( [85.178.199.14]) by mx.google.com with ESMTPS id a2sm7108212pyi.12.2008.03.23.02.36.07 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 23 Mar 2008 02:36:08 -0700 (PDT) Date: Sun, 23 Mar 2008 10:36:05 +0100 From: Niels Kobschaetzki To: freebsd-questions@freebsd.org Message-Id: <20080323103605.6f4860dd.n.kobschaetzki@googlemail.com> In-Reply-To: <20080321151709.GB47510@home.mehulved.org> References: <47E4F80E.8060607@googglemail.com> <20080321125319.GA47510@home.mehulved.org> <20080321151709.GB47510@home.mehulved.org> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: mplayer-problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2008 09:36:10 -0000 On Fri, 21 Mar 2008 20:47:09 +0530 Mehul Ved wrote: > On Sat, Mar 22, 2008 at 03:06:22PM +0100, Niels Kobschaetzki wrote: > > Now the video plays but the output looks scrambled and mplayer tells > > me that my machine is too slow. But even on a P3 1 GHz DVDs should > > run???especially when DivX and co can be decoded w/out any problems. > > Any ideas? > > Is the media fine? I have had this many times with bad media, improperly > encoded files and I believe low RAM, too. The media is fine, low RAM could be it but I think that sound would be choppy, too would'nt it? In /var/log/messages I get a lot of the following and I guess that that is the culprit: Mar 23 10:30:09 mars kernel: acd0: FAILURE - REPORT_KEY ILLEGAL REQUEST asc=0x6f ascq=0x04 Mar 23 10:30:09 mars kernel: ata1: FAILURE - non aligned DMA transfer attempted Mar 23 10:30:09 mars kernel: acd0: setting up DMA failed Mar 23 10:30:09 mars kernel: ata1: FAILURE - non aligned DMA transfer attempted Mar 23 10:30:09 mars kernel: acd0: setting up DMA failed Mar 23 10:30:29 mars kernel: acd0: FAILURE - REPORT_KEY ILLEGAL REQUEST asc=0x6f ascq=0x04 Mar 23 10:30:29 mars kernel: ata1: FAILURE - non aligned DMA transfer attempted Mar 23 10:30:29 mars kernel: acd0: setting up DMA failed Mar 23 10:30:29 mars kernel: ata1: FAILURE - non aligned DMA transfer attempted Mar 23 10:30:29 mars kernel: acd0: setting up DMA failed I have no real idea what to do and Google just gives me, that it seems to be a problem of FreeBSD 7 - some other dude seems to have it, too but no problems on FreeBSD6.x Niels