CDROM/DVDROM drives on SATA IDE = no DMA
- From: "Marcelo Magno T. Sales" <marcelo.sales@xxxxxxxxxxxxxxx>
- Date: Thu, 25 May 2006 09:14:07 -0300
Hi,
I have several desktop machines and notebooks which have CDROM / DVDROM
connected to IDE SATA interfaces and they all have DMA disabled. Every time
the CDROM/DVDROM drives are accessed, the computers slow down a lot and
become almost unusable till it's finished. hdparm shows:
[marcelo.sales@sf002698 ~]$ /sbin/hdparm /dev/dvd
/dev/dvd:
IO_support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 0 (off)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
HDIO_GETGEO failed: Inappropriate ioctl for device
When I try to enable DMA using hdparm, I get:
[root@sf002698 ~]# hdparm -d1 /dev/dvd
/dev/dvd:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)
Checking the config file for the stock kernel installed in these machines, I
see:
[marcelo.sales@sf002698 ~]$ grep _BLK_ /boot/config-$(uname -r) | grep SATA
# CONFIG_BLK_DEV_IDE_SATA is not set
I assume this is the reason why I can't turn on DMA, am I right? I believe
many, many people shall suffer from this problem too. Should I open an RFE
asking to enable this in the next kernel or is there a specific reason for
not enabling this in the stock kernels? I hope I'll not need to recompile the
kernel and install it in all these machines just because of this :)
Thanks,
Marcelo
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: CDROM/DVDROM drives on SATA IDE = no DMA
- From: Brian Millett
- Re: CDROM/DVDROM drives on SATA IDE = no DMA
- Prev by Date: Re: cups relaying remote broadcasts to a local subnet
- Next by Date: Re: Eclipse - how to get plugins using FC5 eclipse
- Previous by thread: FC5 & IBM xSeries 100
- Next by thread: Re: CDROM/DVDROM drives on SATA IDE = no DMA
- Index(es):
Relevant Pages
|