Tags: unix,dvd

Sort by: Date / Title /

  1. 1 year ago by grummfy and saved by 1 other
    The cd or dvd reader was mounted on /dev/cdrom
    
        sudo hdparm -d1 /dev/cdrom
        sudo cp /etc/hdparm.conf /etc/hdparm.conf_backup
        sudo gedit /etc/hdparm.conf
    
    Add in this file, the following lines :
    /dev/cdrom {
        dma=on
    }

First / Previous / Next / Last / Page 1 of 1 (1 posteets)