Ubuntu – How to fix “Power calibration error” when trying to burn DVD

burningdvd

Ubuntu 12.04 LTS is not being able to burn any file to a DVD.

Every time I try to burn anything, it shows an error window and gives this error while burning:

scsi error on write(786,16):[3 73 03] Power calibration error

How can I fix this?

Best Answer

your drive dislikes the medium. You will have to use a different media product or a different drive.

Regrettably the brand name on the box tells few about the real manufacturerer and the product inside. You will have to guess. A bold and significant change should be a switch from DVD-R[W] to DVD+R[W], resp. vice versa.


The error message text stems from libburn. The code [3 73 03] was reported to it by the DVD drive. The problem is not specific to the operating system. Ubuntu's Linux kernel was only the messenger between libburn and drive.

"Power calibration error" is the human readable text that is registered in the MMC specification for that code. MMC-5 has about power calibration: "3.1.53 Optimum Power Calibration [...] OPC is a procedure performed by an optical storage device to calibrate laser power. Values from this calibration are used for subsequent write operations."

I.e. the burner did a few test writes on the medium and was not satisfied with the results.

Have a nice day :)

Thomas

Related Question