What does it mean when I get a kernel message from the IDE CD-ROM driver like “hdxx: code: xx key: x asc: xx ascq: x”?
This is an status/error message from the IDE CD-ROM drive. By default the IDECD driver prints out the raw information instead of wasting kernel space with error messages. You can change the default to display the actual error messages by going into /usr/src/linux/drivers/block/ide-cd.c, changing the value of VERBOSE_IDE_CD_ERRORS to 1, and recompiling the kernel.
Related Questions
- What does it mean when I get a kernel message from the IDE CD-ROM driver like "hdxx: code: xx key: x asc: xx ascq: x"?
- What does the MPLAB IDE message "No installed HI-TECH compiler driver supports this device" mean?
- Has anyone successfully install Intel IDE bus master driver with Toshiba XM-6102B CD-ROM?