Subject: Re: cdplay don't work
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: current-users
Date: 01/10/2002 11:47:26
bouyer@antioche.eu.org said:
> > > cd1(trm0:0:1:0):  Check Condition on CDB: 0x08 00 00 00 01 00
> > >     SENSE KEY:  Illegal Request
> > >      ASC/ASCQ:  Illegal Mode For This Track
> > > 
> > > cd1: dos partition I/O error 

fwiw, I always get this console message if the cd device is opened
and there is an audio CD inserted. Harmless, cdplay works anyway.
It's obvious where it comes from: the cd driver calls cdgetdisklabel()
on any first open(), even for the raw partition.
If it really has to be avoided, perhaps the TOC should be read first?
The original problem seems to be another one, however.

best regards
Matthias