I have problems with my cdrom drive. Was able to install Kubuntu Gutsy 7.1 from my cdrom drive but now it can not find it. Tried music, dvd, data - nothing! Have gone over the forum but have not found a solution. Any help appriciated.
Announcement
Collapse
No announcement yet.
cdrom no such device
Collapse
This topic is closed.
X
X
-
Re: cdrom no such device
I wouldn't just yet.
What was the result of the command hwinfo --cdrom? Did you get this:
The program 'hwinfo' is currently not installed. You can install it by typing:
sudo apt-get install hwinfo
bash: hwinfo: command not found
Code:sudo lshw -html > my-hardware.html
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: cdrom no such device
Well, we know the cdrom exists and works (or did) as you used it to install Kubuntu. Have you run the other command I suggested? And as long as we're at it, in a console, type:
Code:cat /etc/fstab && groups
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: cdrom no such device
Have done what you suggested, thanks!
fred@freddy:~$ cat /etc/fstab && groups
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /media/cdrom0 iso9660 defaults,loop 0 0
# /dev/sda1
UUID=155f2da7-c2e2-4c6c-8fcd-3b01e9c97d32 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda5
UUID=6be33493-3044-4e9a-b2c1-8c73a405795a none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
fred adm dialout cdrom floppy audio dip video plugdev scanner lpadmin admin netdev powerdev
fred@freddy:~$
- Top
- Bottom
Comment
-
Re: cdrom no such device
Not much different in your cdrom entry in fstab from mine, but it is a bit different. Hmm.
Open Konqueror and type /etc in the location bar. Scroll down to the fstab file. Right-click it and select Actions | Edit as Root and change:
/dev/scd0 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: cdrom no such device
Thanks for that but unfortunately it made no difference.
My fstab is now:
fred@freddy:~$ cat /etc/fstab && groups
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /media/cdrom0 iso9660 defaults,loop 0 0
# /dev/sda1
UUID=155f2da7-c2e2-4c6c-8fcd-3b01e9c97d32 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda5
UUID=6be33493-3044-4e9a-b2c1-8c73a405795a none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
fred adm dialout cdrom floppy audio dip video plugdev scanner lpadmin admin netdev powerdev
fred@freddy:~$
- Top
- Bottom
Comment
-
Re: cdrom no such device
Does the cdrom open and close properly? When you do put a cd in it, does anything happen? Any pop-up windows? Any cdrom icon show up on the desktop? Is the drive visible in System Menu | Storeage Media?Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: cdrom no such device
What does K Menu | System Settings | Advanced | Disk & Filesystems show? Is the cdrom listed? If it is, click the Administrator Mode button, click on the cdrom entry and click Modify
What is listed for Mount Permission:
When you click on Advanced... are all items checked?Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: cdrom no such device
Originally posted by freddyThe html file for " sudo lshw -html > my-hardware.html" has no information about the cdrom.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment