[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Adding DVD hardware



I am trying to add a Sony DVD player to my Debian machine. I am having 
problems getting things to work. I have the following entries:

donald@hotbox:~$ dmesg | grep -i cd
hdb: CD-RW IDE5232, ATAPI CD/DVD-ROM drive
hdc: GCR-8523B, ATAPI CD/DVD-ROM drive
hdd: DVD-ROM DDU1622, ATAPI CD/DVD-ROM drive
hdb: attached ide-cdrom driver.
hdb: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.12
hdc: attached ide-cdrom driver.
hdc: ATAPI 52X CD-ROM drive, 128kB Cache, DMA
hdd: attached ide-cdrom driver.
ehci_hcd 00:10.3: VIA Technologies, Inc. USB 2.0
ehci_hcd 00:10.3: irq 5, pci mem e097d000
ehci_hcd 00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4
donald@hotbox:~$


 /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda1       /               ext3    defaults,errors=remount-ro 0       1
/dev/hda5       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   iso9660 ro,user,noauto  0       0
/dev/hdb        /media/cdrom1   iso9660 ro,user,noauto  0       0
/dev/hdd        /media/cdrom2   iso9660 ro,user,noauto  0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0

donald@hotbox:~$ cat /proc/sys/dev/cdrom/info
CD-ROM information, Id: cdrom.c 3.12 2000/10/18

drive name:            		 hdd     hdc     hdb
drive speed:           		 47      52      52
drive # of slots:     		 1       1       1
Can close tray:       	 	 1       1       1
Can open tray:          	 1       1       1
Can lock tray:          	 	 1       1       1
Can change speed:      	 1       1       1
Can select disk:       		 0       0       0
Can read multisession: 	 1       1       1
Can read MCN:          	 1       1       1
Reports media changed:  1       1       1
Can play audio:         	1       1       1
Can write CD-R:        	 	0       0       1
Can write CD-RW:        	0       0       1
Can read DVD:           	1       0       0
Can write DVD-R:        	0       0       0
Can write DVD-RAM:      	0       0       0

What am I missing? I have looked at man fstab and could find no help.I could 
find no ref. to this in the HOWTO's. If I physically remove cdrom0 and insert 
dvd, all is well. But I would really like to have cdrom0, cdrom1, dvd. Can 
anyone direct me to the correct reference or help file for this matter.

Thank you in advance for your time and effort.
Don



Reply to: