Re: SCSI errors from xmcd

2000-03-21 Thread Kenneth D. Merry

On Tue, Mar 21, 2000 at 20:15:29 +, 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):
 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.

Ken
-- 
Kenneth Merry
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SCSI errors from xmcd

2000-03-21 Thread Kenneth D. Merry

On Tue, Mar 21, 2000 at 20:57:17 +, Mark Ovens wrote:
 On Tue, Mar 21, 2000 at 01:50:46PM -0700, Kenneth D. Merry wrote:
  On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote:
   Is this because xmcd needs updating to work with the new CAM system,
   or something else?
  
  You need to recompile xmcd.
  
 
 In that case I need to wait for the package to be updated. xmcd needs
 Motif, which I don't have, so I use the binary package.

There's an xmcd package for 4.0 here:

ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/i386/packages-4.0-release/audio/xmcd-2.6.tgz

What package are you waiting for?

Ken
-- 
Kenneth Merry
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SCSI errors from xmcd

2000-03-21 Thread Mark Ovens

On Tue, Mar 21, 2000 at 02:02:57PM -0700, Kenneth D. Merry wrote:
 On Tue, Mar 21, 2000 at 20:57:17 +, Mark Ovens wrote:
  On Tue, Mar 21, 2000 at 01:50:46PM -0700, Kenneth D. Merry wrote:
   On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote:
Is this because xmcd needs updating to work with the new CAM system,
or something else?
   
   You need to recompile xmcd.
   
  
  In that case I need to wait for the package to be updated. xmcd needs
  Motif, which I don't have, so I use the binary package.
 
 There's an xmcd package for 4.0 here:
 
 ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/i386/packages-4.0-release/audio/xmcd-2.6.tgz
 
 What package are you waiting for?
 

This one I guess :). Just d/l it and installed it; works a treat.
Thanks.

FWIW, I got the original from
ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/packages/audio/



 Ken
 -- 
 Kenneth Merry
 [EMAIL PROTECTED]
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-questions" in the body of the message

-- 
Seminars, n.:
   From "semi" and "arse", hence, any half-assed discussion.

  FreeBSD - The Power To Serve http://www.freebsd.org
  My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:[EMAIL PROTECTED] http://www.radan.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SCSI errors from xmcd

2000-03-21 Thread Daniel Eischen

On Tue, 21 Mar 2000, Kenneth D. Merry wrote:
 On Tue, Mar 21, 2000 at 20:15:29 +, 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):
  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
[EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SCSI errors from xmcd

2000-03-21 Thread Mark Ovens

On Tue, Mar 21, 2000 at 01:50:46PM -0700, Kenneth D. Merry wrote:
 On Tue, Mar 21, 2000 at 20:15:29 +, 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):
  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.
 

In that case I need to wait for the package to be updated. xmcd needs
Motif, which I don't have, so I use the binary package.

Thanks for the quick response.

 Ken
 -- 
 Kenneth Merry
 [EMAIL PROTECTED]

-- 
Seminars, n.:
   From "semi" and "arse", hence, any half-assed discussion.

  FreeBSD - The Power To Serve http://www.freebsd.org
  My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:[EMAIL PROTECTED] http://www.radan.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SCSI errors from xmcd

2000-03-21 Thread Andy Sparrow

Your message dated: Tue, 21 Mar 2000 20:57:17 GMT

  Is this because xmcd needs updating to work with the new CAM system,
  or something else?
 
 You need to recompile xmcd.
 

In that case I need to wait for the package to be updated. xmcd needs
Motif, which I don't have, so I use the binary package.

I find a lot of stuff which "needs" Motif (including 'xmcd') builds and 
works just great with Lesstif, and there's a port for that. You might like
to set 'HAVE_MOTIF=yes' manually in '/etc/make.conf' after installing. :-)


Something else that sometimes causes problems might be having old-as-dirt 
libraries kicking around from aeons ago - sometimes these seem to get used 
if they're present on the system, and not much cleans them out except
operator intervention...


Cheers,

AS



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message