ubuntu can't see my other dvd rom

Asked by benita reed

hello, please help. i have 2 separate dvd burners but ubuntu could only detect one. even if i put a disc in the drive, nothing happens.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
benita reed
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

sudo lshw -C drive; sudo lshw -C disk; cat /etc/fstab

Thanks

Revision history for this message
benita reed (breed76) said :
#2

 *-disk
       description: ATA Disk
       product: ST3640323AS
       vendor: Seagate
       physical id: 0
       bus info: scsi@0:0.0.0
       logical name: /dev/sda
       version: CC1F
       serial: 9VK0HB3J
       size: 596GiB (640GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=000ee926
  *-cdrom:0
       description: DVD-RAM writer
       product: CDDVDW SH-S223B
       vendor: TSSTcorp
       physical id: 0.1.0
       bus info: scsi@0:0.1.0
       logical name: /dev/cdrom1
       logical name: /dev/cdrw1
       logical name: /dev/dvd1
       logical name: /dev/dvdrw1
       logical name: /dev/scd0
       logical name: /dev/sr0
       version: SB01
       capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
       configuration: ansiversion=5 status=nodisc
  *-cdrom:1
       description: DVD-RAM writer
       product: CDDVDW SH-S223F
       vendor: TSSTcorp
       physical id: 1
       bus info: scsi@1:0.0.0
       logical name: /dev/cdrom
       logical name: /dev/cdrw
       logical name: /dev/dvd
       logical name: /dev/dvdrw
       logical name: /dev/scd1
       logical name: /dev/sr1
       version: SB03
       capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
       configuration: ansiversion=5 status=nodisc
  *-disk
       description: ATA Disk
       product: ST3500630AS
       vendor: Seagate
       physical id: 0.0.0
       bus info: scsi@2:0.0.0
       logical name: /dev/sdb
       version: 3.AA
       serial: 6QG08KS1
       size: 465GiB (500GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=21152114
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=a8aa95c9-754d-48de-96f6-732757e450dd / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=e7d51167-72bc-425f-8a10-8656d012d743 none swap sw

Revision history for this message
benita reed (breed76) said :
#3

ty. that fixed it somehow