OK, so I recently had to reinstall Kubuntu 8.10
Since then, I've not been able to use my DVD drives. I have two - one DVD-ROM and one DVD-RW. Neither of them seem to be available.
Inserting an audio CD into them does nothing. K3B tells me that there are no CD/DVD drives installed.
Running lspci at the command line brings up:
This doesn't seem to make mention of any DVD drives attached. Am I right in thinking that it should show up under lspci?
I googled a whole bunch of pages and found some info, none of which worked. For what it's worth, my fstab looks like this below - but the caveat here is that I have already changed the line associated with the CD-ROM device (although it only shows one of them!) and it still doesn't work.
Can anyone tell me what it should read like? And what should it read as if I have two devices, as I do?
Firstly I'd like to get the two drives correct in fstab. Then I'd like to see if they work from there. I know that the DVD drives work - since I used (at least) one of them to install the operating system only six weeks ago! Prior to that, they were in use every day! Working fine...
Both DVD drives are IDE drives, both internal. Any comments are greatly appreciated.
Thanks,
Bag.
Since then, I've not been able to use my DVD drives. I have two - one DVD-ROM and one DVD-RW. Neither of them seem to be available.
Inserting an audio CD into them does nothing. K3B tells me that there are no CD/DVD drives installed.
Running lspci at the command line brings up:
Code:
@kubuntu-desktop:~$ lspci 00:00.0 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a1) 00:01.0 ISA bridge: nVidia Corporation MCP55 LPC Bridge (rev a2) 00:01.1 SMBus: nVidia Corporation MCP55 SMBus (rev a2) 00:01.2 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a2) 00:02.0 USB Controller: nVidia Corporation MCP55 USB Controller (rev a1) 00:02.1 USB Controller: nVidia Corporation MCP55 USB Controller (rev a2) 00:04.0 IDE interface: nVidia Corporation MCP55 IDE (rev a1) 00:05.0 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) 00:05.1 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) 00:06.0 PCI bridge: nVidia Corporation MCP55 PCI bridge (rev a2) 00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2) 00:08.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2) 00:0b.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0c.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0d.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0e.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0f.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 01:00.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61) 01:00.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61) 01:00.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 63) 01:00.3 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306 Fire II IEEE 1394 OHCI Link Layer Controller (rev 46) 01:02.0 SCSI storage controller: Adaptec AHA-2930CU (rev 03) 06:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GS] (rev a1)
I googled a whole bunch of pages and found some info, none of which worked. For what it's worth, my fstab looks like this below - but the caveat here is that I have already changed the line associated with the CD-ROM device (although it only shows one of them!) and it still doesn't work.
Code:
/etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda3 UUID=0ec4a1a4-e177-469d-9f47-ad43b9622ec1 / ext3 relatime,errors=remount-ro 0 1 # /dev/sda1 UUID=cfedab95-2785-4835-9bd4-4fc4ba5b9bd2 /boot ext3 relatime 0 2 # /dev/sdb1 UUID=95f5caf8-1521-4e60-817d-120ac0a68a81 /common ext3 relatime 0 2 # /dev/sda7 UUID=75560e4e-d0c6-4809-a98b-494149cdd5ab /distros ext3 relatime 0 2 # /dev/sda8 UUID=3767ad4e-bffd-453e-94d1-41b5e414e875 /home ext3 relatime 0 2 # /dev/sda6 UUID=692cd76f-8b58-4024-8e66-a91be3f9c531 /restore ext3 relatime 0 2 # /dev/sda5 UUID=9a8a19b9-c97c-47ee-bf25-6cc237bc4c07 /tmp ext3 relatime 0 2 # /dev/sda2 UUID=bdfb2c72-3923-4ac3-94b3-9607a7727cc8 none swap sw 0 0 /dev/hda /media/cdrom0 udf,iso9660 user,auto,exec,utf8 0 0
Can anyone tell me what it should read like? And what should it read as if I have two devices, as I do?
Firstly I'd like to get the two drives correct in fstab. Then I'd like to see if they work from there. I know that the DVD drives work - since I used (at least) one of them to install the operating system only six weeks ago! Prior to that, they were in use every day! Working fine...
Both DVD drives are IDE drives, both internal. Any comments are greatly appreciated.
Thanks,
Bag.
Comment