From owner-freebsd-questions Tue Mar 21 13:33:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 00F1137BE58; Tue, 21 Mar 2000 13:33:32 -0800 (PST) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id QAA02675; Tue, 21 Mar 2000 16:33:17 -0500 (EST) Date: Tue, 21 Mar 2000 16:33:16 -0500 (EST) From: Daniel Eischen To: "Kenneth D. Merry" Cc: Mark Ovens , questions@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: SCSI errors from xmcd In-Reply-To: <20000321135046.A41348@panzer.kdm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 21 Mar 2000, Kenneth D. Merry wrote: > On Tue, Mar 21, 2000 at 20:15:29 +0000, Mark Ovens wrote: > > Since u/g to 4.0 I've had problems with audio CD players and my > > Toshiba XM6201 SCSI CD drive, cdcontrol and xmcd. Re-MAKEDEV'ing all > > the cd devices has got cdcontrol working but still xmcd (v2.6) > > doesn't. It all worked fine under 3.4-STABLE > > > > Starting it with ``-debug'' yields a constant (one every few seconds) > > stream of: > > > > SCSI CDB bytes (dev=/dev/rcd0c rw=0 to=20): > > 0000 00 00 00 00 00 00 -- -- -- -- -- -- -- -- -- -- ................ > > CD audio: SCSI command fault on /dev/rcd0c: > > Status=0x16 > > > > Is this because xmcd needs updating to work with the new CAM system, > > or something else? > > You need to recompile xmcd. Also be sure you have an imake that doesn't use cpp: strings /usr/X11R6/bin/imake | grep cpp /usr/libexec/cpp That would be wrong, and if you rebuilt xmcd with that imake it wouldn't work. To get xmcd to build correctly, set IMAKECPP=/usr/bin/cpp in your environment before building xmcd. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message