diff options
author | Holger Wansing <holgerw@debian.org> | 2017-06-03 20:03:29 +0000 |
---|---|---|
committer | Holger Wansing <holgerw@debian.org> | 2017-06-03 20:03:29 +0000 |
commit | 2276696545f65169e73497b4ddae725784b60ead (patch) | |
tree | e5cbd2b8fdb42ecc70020f1b59c82f433341afcd | |
parent | 247ec8400d0a1cbe59a84da6137cc354d0110822 (diff) | |
download | installation-guide-2276696545f65169e73497b4ddae725784b60ead.zip |
Update documentation on device nodes for CD-ROM drives.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | en/boot-installer/trouble.xml | 12 |
2 files changed, 8 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 6ee7f555e..e1840901b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ installation-guide (2017XXXX) UNRELEASED; urgency=medium - * + [ Holger Wansing ] + * Update documentation on device nodes for CD-ROM drives. Closes: #864038 -- Samuel Thibault <sthibault@debian.org> Thu, 25 May 2017 13:58:43 +0200 diff --git a/en/boot-installer/trouble.xml b/en/boot-installer/trouble.xml index 84c3d46f8..df8c51d55 100644 --- a/en/boot-installer/trouble.xml +++ b/en/boot-installer/trouble.xml @@ -155,11 +155,11 @@ recognized. You should see something like (the lines do not necessarily have to be consecutive): <informalexample><screen> -Probing IDE interface ide1... -hdc: TOSHIBA DVD-ROM SD-R6112, ATAPI CD/DVD-ROM drive -ide1 at 0x170-0x177,0x376 on irq 15 -hdc: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33) -Uniform CD-ROM driver Revision: 3.20 +ata1.00: ATAPI: MATSHITADVD-RAM UJ-822S, 1.61, max UDMA/33 +ata1.00: configured for UDMA/33 +scsi 0:0:0:0: CD-ROM MATSHITA DVD-RAM UJ-822S 1.61 PQ: 0 ANSI: 5 +sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray +cdrom: Uniform CD-ROM driver Revision: 3.20 </screen></informalexample> If you don't see something like that, chances are the controller your CD-ROM @@ -172,7 +172,7 @@ using <command>modprobe</command>. Check that there is a device node for your CD-ROM drive under <filename>/dev/</filename>. In the example above, this would be -<filename>/dev/hdc</filename>. +<filename>/dev/sr0</filename>. There should also be a <filename>/dev/cdrom</filename>. </para></listitem> |