From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 7 May 1998 10:43:04 +0100 From: miller@hamnavoe.demon.co.uk miller@hamnavoe.demon.co.uk Subject: [9fans] Installing plan9 Topicbox-Message-UUID: 78c46dca-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19980507094304.rBqvOcVS-XtoOfQLhD0sZWSAYJgI0_7CcwiCBh-XG0s@z> The message > cmd=00, lastcmd=A0 cdsize count 14, status 0x50, error 0x00 probably means that an ATAPI cd-rom is returning 14 bytes of data instead of 18 to a Creqsense command. That's what my Mitsumi FX400 does. You can make the message go away by changing if(cp->count != 18){ /* ?Mitsumi? */ to if(cp->count != 18 && cp->count != 14){ in devata.c (it doesn't seem to do any harm). -- Richard Miller