DVD/CD RW under debian (2.6 kernel)

This is a shortened version of udev and DVD/CD RW under debian unstable for non-udev systems.

To get CD and DVD burning running under debian on a 2.6.x kernel

Under 2.6 ide-scsi (SCSI emulation) is deprecated. It's recommended to use ide-cd instead.

So - you need to make sure you're using ide-cd. Any references to ide-scsi need to be removed from lilo (and grub if that required the references).

Make sure that ide-cd is loaded (modprobe ide-cd) - you may want to add it to /etc/modules

Now - make sure that your /dev directory is correctly set up

For example on my box:


$ ls -l /dev/cd* /dev/dvd* /dev/hdc
lrwxrwxrwx 1 root root 3 Jan 4 08:10 /dev/cdrom -> hdc
lrwxrwxrwx 1 root root 3 Jan 4 08:10 /dev/cdrw -> hdc
lrwxrwxrwx 1 root root 3 Jan 4 08:10 /dev/dvd -> hdc
brw-rw---- 1 root cdrom 22, 0 Jan 4 08:10 /dev/hdc

Now - to use cdrecord - I use

cdrecord dev=/dev/cdrw /path/to/image.iso

Note - due to some access problems in the kernel - I use this via sudo.

Edit: Merged both articles into one and placed it on Debian Administration

Technorati Tags:Technorati Tags:

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong> <font> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <strike> <caption>
  • Lines and paragraphs break automatically.
  • Replace [debbug:xxxxx] with a link to the relevant debian bug.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Insert Flickr images: [flickr-photo:id=230452326,size=s] or [flickr-photoset:id=72157594262419167,size=m].
  • You may link to Gallery2 items on this site using a special syntax.
  • Insert Google Map macro.
  • Images can be added to this post.
  • You can link nodes to other nodes using the following syntax:
    [node:node_id,param_1="val1",param_2="val2"]

More information about formatting options