Re: cdrom errors with 2.0.31-pre7

Gerd Knorr (kraxel@goldbach.isdn.cs.tu-berlin.de)
Fri, 22 Aug 1997 19:35:22 +0200


>Yes I did enable 'em... [and dcca2wav works;)]
>hmm... it would be nice if the kernel told us WHICH ioctl is "ILLEGAL" ;)

There is a #define DEBUG you can turn on in drivers/scsi/sr_vendor.c
And adding

print_sense("sr", SCpnt); /* handy for debugging */

after that printk about the illegal request (it is in sr_ioctl.c)
prints some more (hopefully useful) informations.

Gerd