From owner-freebsd-ports Fri Apr 5 20:06:07 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA03121 for ports-outgoing; Fri, 5 Apr 1996 20:06:07 -0800 (PST) Received: from birk04.studby.uio.no (birk04.studby.uio.no [129.240.214.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA03114 for ; Fri, 5 Apr 1996 20:06:02 -0800 (PST) Received: (from aagero@localhost) by birk04.studby.uio.no (8.7.5/sendmail95) id GAA00711; Sat, 6 Apr 1996 06:05:41 +0200 (MET DST) Date: Sat, 6 Apr 1996 06:05:41 +0200 (MET DST) Message-Id: <199604060405.GAA00711@birk04.studby.uio.no> From: "Åge Røbekk" To: deischen@iworks.InterWorks.org CC: ports@freebsd.org In-reply-to: <9604051538.AA15603@iworks.InterWorks.org> (deischen@iworks.InterWorks.org) Subject: Re: ANNOUNCE: xmcd v2.0 CD-audio player (fwd) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk | >Yep, ran the script and everything almost got installed correctly. The | >"deviceInterfaceMethod" was incorrectly set to "1" which is the | >"SunOS/Linux ioctl method". However, my CD drive is a SONY CDU33A, | >which might be causing the problems. |=20 | Yeah, maybe that could cause the problem. The deviceInterfaceMethod | should be set to 2 (FreeBSD ioctl method) for your CD-ROM drive, right? In xmcd, these "features" will _not_ work with the cdu33a: 1) skip to next track 2) get toc 3) playing for more than 57 seconds (therefore no track warp) 4) fast forward 5) displaying time in rest-of-disc format (gives segfault) 6) any volume setting control (known deficiency of the cdu3?a drives) I've not tried changing the settings in the rscd0c config file, but these problems seem to be of another nature. The "more than 57 seconds" problem is that sound playback stops exactly after 56 =BD seconds, at least the 10 or so times I checked. No idea why. | I'm all SCSI here, so I don't have anything similar I could test with. | If you can figure something out by looking at the source code and come | up with a patch, I'll be happy to build you another one to try. I got hold of a SCSI drive myself, and everything worked just fine. The "cdcontrol" program does not work with the scd drive either. Perhaps someone should take a look at the kernel driver, but thats another problem. -aage