Subject: SS5: playing audio cd
To: None <port-sparc@netbsd.org>
From: Chris Ampenberger <campenbe@amae.ne.mediaone.net>
List: port-sparc
Date: 02/20/2001 23:41:06
I tried to play an audio cd on a SS5 with xcdplayer. Installing and
running the binary packages leads to an error

	open: : No such file or directory

When I look at the code in pkgsrc, I see that it attempts to open
/dev/rcd0d and /dev/rmcd0d. This seems to conflict with cd(4), which says
the whole disk is at /dev/rcd0c. 

If I change the source to this, I get a long wait and then the following
messages from the kernel:

Feb 21 00:06:57 pytagoras /netbsd: cd0(esp0:6:0): max sync rate 4.23MB/s
Feb 21 00:06:57 pytagoras /netbsd: cd0(esp0:6:0): max sync rate 4.23MB/s
Feb 21 00:07:17 pytagoras /netbsd: cd0(esp0:6:0): esp0: timed out [ecb
0xf048b0d0 (flags 0x3, dleft 42, stat 0)], <state 4, nexus 0xf048b0d0, phase(l 3, c 3, p 3), resid 26, msg(q 0,o 0) >
Feb 21 00:07:17 pytagoras /netbsd: cd0(esp0:6:0): esp0: timed out [ecb
0xf048b0d0 (flags 0x3, dleft 42, stat 0)], <state 4, nexus 0xf048b0d0,
phase(l 3, c 3, p 3), resid 26, msg(q 0,o 0) >
Feb 21 00:07:19 pytagoras /netbsd: cd0(esp0:6:0): esp0: timed out [ecb 0xf048b0d0 (flags 0x43, dleft 42, stat 0)], <state 4, nexus 0xf048b0d0, phase(l 3, c 3, p 3), resid 26, msg(q 20,o 0) > AGAIN
Feb 21 00:07:19 pytagoras /netbsd: cd0(esp0:6:0): esp0: timed out [ecb
0xf048b0d0 (flags 0x43, dleft 42, stat 0)], <state 4, nexus 0xf048b0d0, phase(l 3, c 3, p 3), resid 26, msg(q 20,o 0) > AGAIN

The cdrom drive is a

cd0 at scsibus0 target 6 lun 0: <TOSHIBA, XM-4101TASUNSLCD, 1084> SCSI2
5/cdrom removable

Is there anything missing in the kernel configuration, is it an
unsupported cdrom drive?

Every idea is highly appreciated.

Thanks,
Chris