fedora 15の32ビットを使っているのであるが、/var/log/messagesを見ると、
Feb 5 13:28:14 chaos kernel: [ 2.605027] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 5 13:28:14 chaos kernel: [ 2.606995] ata6.00: ATAPI: PIONEER DVD-RW DVR-216L, 8.09, max UDMA/\
66
Feb 5 13:28:14 chaos kernel: [ 7.607035] ata6.00: qc timeout (cmd 0xef)
Feb 5 13:28:14 chaos kernel: [ 7.607040] ata6.00: failed to set xfermode (err_mask=0x4)
Feb 5 13:28:14 chaos kernel: [ 7.912026] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 5 13:28:14 chaos kernel: [ 17.913116] ata6.00: qc timeout (cmd 0xef)
Feb 5 13:28:14 chaos kernel: [ 17.913121] ata6.00: failed to set xfermode (err_mask=0x4)
Feb 5 13:28:14 chaos kernel: [ 17.913160] ata6: limiting SATA link speed to 1.5 Gbps
Feb 5 13:28:14 chaos kernel: [ 17.913163] ata6.00: limiting speed to UDMA/66:PIO3
Feb 5 13:28:14 chaos kernel: [ 18.218026] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
Feb 5 13:28:14 chaos kernel: [ 28.219029] ata6.00: qc timeout (cmd 0xef)
Feb 5 13:28:14 chaos kernel: [ 28.219034] ata6.00: failed to set xfermode (err_mask=0x4)
Feb 5 13:28:14 chaos kernel: [ 28.219072] ata6.00: disabled
Feb 5 13:28:14 chaos kernel: [ 28.219079] ata6: hard resetting link
Feb 5 13:28:14 chaos kernel: [ 28.524027] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
Feb 5 13:28:14 chaos kernel: [ 28.524032] ata6: EH complete
のようにデバイスとしては使わないと言っている(disabled)。
そこで、CDの転送モード設定が失敗した時にブートパラメータにirqpollを追加する
のようにパラメータを以下のように追加した。
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/sda3
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.41.10-3.fc15.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.41.10-3.fc15.i686.PAE ro root=UUID=23339247-3c70-4e2e-9e76-a104f9b1453f rd\
_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet\
irqpoll
initrd /initramfs-2.6.41.10-3.fc15.i686.PAE.img
title Fedora (2.6.41.9-1.fc15.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.41.9-1.fc15.i686.PAE ro root=UUID=23339247-3c70-4e2e-9e76-a104f9b1453f rd_\
NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet \
irqpoll
initrd /initramfs-2.6.41.9-1.fc15.i686.PAE.img
title Fedora (2.6.41.4-1.fc15.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.41.4-1.fc15.i686.PAE ro root=UUID=23339247-3c70-4e2e-9e76-a104f9b1453f rd_\
NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.41.4-1.fc15.i686.PAE.img
[root@chaos log]#
するとOK。/var/log/messagesには、
Feb 5 13:39:11 chaos kernel: [ 2.202027] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 5 13:39:11 chaos kernel: [ 2.204057] ata6.00: ATAPI: PIONEER DVD-RW DVR-216L, 8.09, max UDMA66
Feb 5 13:39:11 chaos kernel: [ 2.206463] ata6.00: configured for UDMA/66
という変化があり、確かに転送モードの設定をしなくなって、かつ利用可能になった。
CDDBを使うCD Ripperソフトである、Asunderというものをつかった画面が以下のものである。











