topic title: dual dvd drives
Posts: 1,081
OU812
Joined: 29 Sep 2007
#1
Hello. I have two dvd drives. I want to rip audio cds, but I have two problems:

1. The second drive is slow - it seems like it is ripping the cd in chunks. I've tested two cds under two apps and the performance is the same.
2. The first drive doesn't seem to recognize audio cds - it has no problem with dvds and data discs.

I'm thinking this is more of debian issue, but I don't know how to fix it. Any ideas? Thanks.

john
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#2
From the ubuntu wiki.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_speed_up_CD.2FDVD-ROM"
linktext was:"http://ubuntuguide.org/wiki/Ubuntu:Feis ... .2FDVD-ROM"
====================================
" onclick="window.open(this.href);return false
Optical Drives

How to speed up CD/DVD-ROM

* Read #General Notes

e.g. Assumed that /dev/cdrom is the location of CD/DVD-ROM

Code: Select all

sudo hdparm -d1 /dev/cdrom
sudo cp /etc/hdparm.conf /etc/hdparm.conf_backup
gksudo gedit /etc/hdparm.conf
* Append the following lines at the end of file

Code: Select all

/dev/cdrom {
    dma = on
}
* Save the edited file
Just might help.
Posts: 1,081
OU812
Joined: 29 Sep 2007
#3
Thanks. It helped, but not in terms of speed. It did help it a bit, however: now when the cd door opens, it doesn't close immediately. Thanks for tyring.

john