Size: 4564
Comment: some further (final) polishing around libdvdcss2; added regionset issue
|
Size: 4559
Comment: Typo
|
Deletions are marked like this. | Additions are marked like this. |
Line 21: | Line 21: |
WikiPedia:libdvdcss is required for the decryption of CSS protected-DVDs. This cannot be obtained from the Debian repositories due to the licence restrictions in various countries. Please also read the {{{/usr/share/doc/libdvdread4/README.css}}} file. | WikiPedia:libdvdcss is required for the decryption of CSS protected-DVDs. This cannot be obtained from the Debian repositories due to licence restrictions in various countries. Please also read the {{{/usr/share/doc/libdvdread4/README.css}}} file. |
Line 36: | Line 36: |
Some DVD players require the region to be set before they are able to play encrypted DVDs. This has to be done manually with DebianPkg:regionset. The man-pages provide help in choosing the propoer country-code. | Some DVD players require the region to be set before they are able to play encrypted DVDs. This has to be done manually with DebianPkg:regionset. The man-pages provide help in choosing the proper country-code. |
Translation(s): English - Français - Italiano
Devices
CD/DVD units are generally detected as /dev/sr*, where * is a number starting at 0. So your first drive will be /dev/sr0, second drive /dev/sr1, etc.
Symlinks /dev/cdrom, /dev/cdrw, /dev/dvd, or /dev/dvdrw (pointing to /dev/sr0) may also be created depending on the detected capabilities of your device.
DVD
You can use many video players on Debian to read video DVDs, including Xine (or players with a Xine backend, such as totem-xine) or MPlayer. Since most DVDs are protected by CSS (Content Scramble System) you will require the installation of libdvdread4:
# apt-get install libdvdread4
libdvdcss2
libdvdcss is required for the decryption of CSS protected-DVDs. This cannot be obtained from the Debian repositories due to licence restrictions in various countries. Please also read the /usr/share/doc/libdvdread4/README.css file.
There are various sources for libdvdcss2:
as deb directly from the project's homepage videolan: see http://download.videolan.org/debian/
compiled from source from videolan http://download.videolan.org/pub/libdvdcss/
- Read the file INSTALL and follow the instructions, e.g.
./configure --prefix=/usr make sudo make install
- Read the file INSTALL and follow the instructions, e.g.
from the unofficial repository deb-multimedia.org
setting the region
Some DVD players require the region to be set before they are able to play encrypted DVDs. This has to be done manually with regionset. The man-pages provide help in choosing the proper country-code.
CD
CDROM
Beware! Much of this is old information. In the age of devfs and udev (or kernel version 2.6), you may not even have an (eg.) /dev/hdc if your drive isn't in the machine when you boot. As of Sarge, they're intended to be used as so:
(1) infidel /home/keeling_ ls -al /media total 4 drwxr-xr-x 4 root root 1024 2005-11-08 15:49 . drwxr-xr-x 23 root root 1024 2005-11-03 19:24 .. lrwxrwxrwx 1 root root 6 2005-11-03 18:12 cdrom -> cdrom0 drwxr-xr-x 2 root root 1024 2005-11-03 18:12 cdrom0 lrwxrwxrwx 1 root root 6 2005-11-08 15:49 cdrom1 -> cdrom0 lrwxrwxrwx 1 root root 7 2005-11-03 18:12 floppy -> floppy0 drwxr-xr-x 2 root root 1024 2005-11-03 18:12 floppy0
Furthermore, use of SCSI emulation drivers for ATAPI interfaces is deprecated. Instead, you can (and should) use the correct device name directly:
wodim speed=8 dev=/dev/hdc -eject -tao -data /scratch/iso/track_01.img
Detecting and mounting
Use to detect your CD/DVD units:
wodim -scanbus
To check which special file /dev/cdrom is a symlink to (i.e. /dev/sr0, /dev/hdc or /dev/scd0), type:
ls -al /dev/cdrom*
Users need to be members of the "cdrom" group to use an optical device on Debian.
You can allow any user mount cdrom adding to fstab:
/dev/cdrom /mnt/auto/cdrom iso9660 noauto,users,ro 0 0
You can see if fstab points to the right device typing:
dmesg | grep ATAPI
FAQ
4GB per File limitation
Writing file larger than 4GB on an iso-9660 dvd is tricky (read wikipedia). The easiest way might be to use UDF.
Debian's mkisofs (genisoimage) might be limited to 4GB (read this).
Converting DVD
http://lucasmanual.com/mywiki/DVD9toDVD5 Dual layer (9G) Video DVD into single layer DVD (4.7G)
http://lucasmanual.com/mywiki/DVD9toAVI Convert DVD Video into AVI file.
See also
?CD/DVD Burner
External links
http://www.yolinux.com/TUTORIALS/LinuxTutorialSysAdmin.html#MOUNTCD
http://www.justlinux.com/nhf/Hardware/Adding_an_IDE_CD-Writer_to_Linux.html
http://www.tldp.org/HOWTO/CDROM-HOWTO/ The Linux CD-ROM HowTo
http://www.tldp.org/HOWTO/Hardware-HOWTO/cdrom.html Compatibility HowTo
http://www.tldp.org/HOWTO/Filesystems-HOWTO-8.html 9660 FileSystem.
http://www.tldp.org/HOWTO/Bootdisk-HOWTO/cd-roms.html Bootable CD-ROM HowTo