From owner-freebsd-multimedia Wed Apr 25 16: 3:38 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id 5694C37B424; Wed, 25 Apr 2001 16:03:32 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id QAA12803; Wed, 25 Apr 2001 16:03:02 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [162.62.64.10]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id PAA24163; Wed, 25 Apr 2001 15:53:45 -0700 (PDT) Received: from btcexc01.btc.adaptec.com (btcexc01 [162.62.147.10]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id RAA05298; Wed, 25 Apr 2001 17:02:59 -0600 (MDT) Received: by btcexc01.btc.adaptec.com with Internet Mail Service (5.5.2650.21) id ; Wed, 25 Apr 2001 17:03:00 -0600 Message-ID: From: "Long, Scott" To: "'Bjarne Wichmann Petersen '" , "'FreeBSD-multimedia '" , "'FreeBSD-questions '" Subject: RE: xine segfaults. Date: Wed, 25 Apr 2001 17:02:58 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----Original Message----- From: Bjarne Wichmann Petersen To: FreeBSD-multimedia; FreeBSD-questions Sent: 4/25/01 4:07 PM Subject: xine segfaults. > Xine segfaults on me, and I have no clue to what's up. Anyone here with a > clue? Welcome to the wonderfull world of Xine. I've given up on it for a while in order to regain some sanity. The basic reason that xine sucks is that there are abuses of the local stack all over the place, which is a no-no in FreeBSD when using pthreads. > I've compiled and installed the "captain css" plugin. The problem with this 'plugin' is that it replaces the /input directory and squashes all of the fixes that I put into /input/dvd_udf.c. Captain CSS hasn't bothered to update his 'plugin' in to what's in the xone CVS in quite some time. You can try copying in the official dvd_udf.c into the CSS plugin and see if that helps. In any case it's pretty gross. > Then I read dmesg: > acd0: READ_BIG - ILLEGAL REQUEST asc=6f ascq=03 error=04 This is normal. > pid 342 (xine), uid 1000: exited on signal 11 (core dumped) And so is this, unfortunatley. > On a side note I'd like to activate DMA on the drive. I've put > hw.ata.atapi_dma=1 into sysctl.conf but it still shows up as 0. Should I > insert hw.atamode=dma,dma,dma,dma instead? Put the hw.ata.atapi_dma=1 line into /boot/loader.conf. sysctl.conf doesn't get run until after all the devices have been probed. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message