Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: cdrom not working in Xubuntu 12.10

  1. #1
    Join Date
    Jun 2013
    Beans
    7

    cdrom not working in Xubuntu 12.10

    Hello,

    I have just intalled Xubuntu 12.10 on an old Dell Latitude C610 laptop. It works great, except that I can't seem to make the cdrom work. I did search the web but was unable to find a solution. So now I am here, needing help.

    One interesting piece of information I got was the following:

    patrick@Serenity:/media$ wodim --devices
    wodim: Overview of accessible drives (1 found) :
    -------------------------------------------------------------------------
    0 dev='/dev/sg1' rwrw-- : 'SAMSUNG' 'CD-ROM SN-124'
    -------------------------------------------------------------------------
    And if I try to mount any of /dev/cdrom1, /dev/sr0 or /dev/sg1, I get the following:

    patrick@Serenity:/dev$ sudo mount /dev/sg1
    [sudo] password for patrick:
    mount: can't find /dev/sg1 in /etc/fstab or /etc/mtab

    Some more info that could be useful:


    • The /etc/fstab and /etc/mtab do not have a cdrom entry
    • I can see the following in /dev/:
      • /dev/cdrom1
      • /dev/sr0
      • /dev/sg1

    • The only thing appearing in /media/ is /media/floppy0 and /media/floppy (the funny thing is, I don't have a floppy on this laptop)
    • The cdrom eject button does not work
    • I don't see the cdrom even with a cd inserted
    • The cdrom eject button actually works before Xubuntu gets loaded (i.e. if I choose to boot from CD)


    Any help will be greatly appreciated.

    Thanks in advance!

  2. #2
    Join Date
    Apr 2013
    Location
    Guildford, UK
    Beans
    98
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: cdrom not working in Xubuntu 12.10

    Hi Hermenegilde,

    What is on the CD rom? Is it the CD you used to install Xubuntu? Are you sure you really installed it and didn't just "try Xubuntu"?

    If you installed it then during the installation you should have seen a prompt that said something along the lines of "installation complete. Remove CD from drive then press ENTER to continue", after which the computer reboots.

    I have a feeling you may have missed this, and when you boot the computer you're still booting from the CD, not from the newly installed Xubuntu on your hard drive.

    Have a look at your CD drive, it should have a small hole next to the eject button. Get a paperclip or something similar and push it in the hole, this will release the catch in the drive and eject the CD. Take the CD out and boot the computer.

    If Xubuntu is installed then it should boot up fine; if you were only "trying Xubuntu" by loading it into your RAM then you'll get Windows or whatever other OS was installed previously.

    Let us know what happens!

    Feathers

  3. #3
    Join Date
    Jun 2013
    Beans
    7

    Re: cdrom not working in Xubuntu 12.10

    Hi Feathers,

    I am booting Xubuntu from the hard-drive. I did try inserting a CD using a paperclip, thinking that maybe the CD drive would get recognize with a disk in, but nothing happened.


    P.S. Big fan of Wallace & Gromit

  4. #4
    Join Date
    Apr 2013
    Location
    Guildford, UK
    Beans
    98
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: cdrom not working in Xubuntu 12.10

    Glad to hear it! Cracks me up every time . Seemed appropriate for the forum, seeing as Feathers McGraw is a penguin...

    That's really strange, if you used the drive to install Xubuntu then it must have been working at the time

    Perhaps you're missing a driver. Are you dual booting? If so does the drive work properly under Windows? That would at least tell us it isn't a hardware problem.

    Feathers

  5. #5
    Join Date
    Jun 2013
    Beans
    7

    Re: cdrom not working in Xubuntu 12.10

    Yep, I just confirmed the drive is working properly. I booted using my Xubuntu CD without problem. So definitely not a hardware issue.

    As you said, I might be missing a driver. What I find strange is that I get the floppy drive icon on the desktop when I don't even have one on the laptop. Is it possible Xubuntu is confusing my cdrom for a floppy drive?

    Is there a way to verify my cdrom driver is installed properly?

  6. #6
    Join Date
    Apr 2013
    Location
    Guildford, UK
    Beans
    98
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: cdrom not working in Xubuntu 12.10

    Right, I've been rummaging on Google and have two things we can try...

    1) Try moving the CD drive after the hard drive in the BIOS boot order.

    If that doesn't work, then:

    2) open the file /etc/fstab and comment out the lines relating to your CD drives

    i.e.
    Code:
    sudo leafpad /etc/fstab
    add a # at the start of the lines with cdrom in them

    Also, just out of interest if you open something like VLC can you navigate to the CD drive and get it to play the disk?

    Feathers

  7. #7
    Join Date
    Jun 2013
    Beans
    7

    Re: cdrom not working in Xubuntu 12.10

    Hi Feathers,

    1) That's how I was already setup. So doesn't seem to be that.

    2) I don't have a line for my cdrom in /etc/fstab. Here is what it looks like:

    patrick@Serenity:~$ cat /etc/fstab
    # /etc/fstab: static file system information.
    #
    # Use 'blkid' 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=8e9d5408-e0d9-4458-95c0-2f9bd9627a6c / ext4 errors=remount-ro 0 1
    # swap was on /dev/sda5 during installation
    UUID=de1faef6-8ae0-42fa-886a-d5662e6b6c1a none swap sw 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
    patrick@Serenity:~$


    While playing around a bit, trying what you suggested with using an app to try and access the CD, I was finally able to access the content of a music disk. Here is what I did, step by step:

    1- I inserted a music CD in the drive using a paper clip.
    2- I commented out the floppy line in /etc/fstab (as mentioned previously, I am having doubt about my system mixing up the cdrom for a floppy, and since I didn't have a cdrom line, thought why not comment out the floppy instead).
    3- I rebooted.
    4- The CD icon appeared on the desktop and I was able to access the content.

    Now, the thing is, after ejecting the CD and re-inserting it, nothing happened. So I tried pushing the eject button on the drive itself, and that got Parole to launch with an error: "GStreamer backend error Could not open CD device for reading.". But then, the CD icon re-appears on the desktop.

    After that, I removed the "#" in front of the floppy line in /etc/fstab, rebooted, and still got the same behavior, with the eject button bringing up Parole.

    It kindda looks like a driver issue to me since closing the drive with a disk in doesn't get it to start reading, and the button doesn't eject the disk, but acts like closing the tray instead. What do you think?

  8. #8
    Join Date
    Apr 2013
    Location
    Guildford, UK
    Beans
    98
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: cdrom not working in Xubuntu 12.10

    Hmm

    This thread: <here> for xubuntu 12.10 suggests that installing "udisks2" helped someone mount an external hard drive.

    Worth a shot but I'm just guessing now

    Feathers

  9. #9
    Join Date
    Jun 2013
    Beans
    7

    Re: cdrom not working in Xubuntu 12.10

    It looks like I already have udisks2 installed if I look in the Ubuntu Software Center.

    I did run a few udisks commands in a terminal window to see if I could eject or mount using that, but both failed:

    patrick@Serenity:~$ udisks --mount /dev/sr0
    Mount failed: Error mounting: mount: no medium found on /dev/sr0

    patrick@Serenity:~$ udisks --eject /dev/sr0
    Eject failed: Error ejecting: eject exited with exit code 1: eject: unable to eject, last error: Inappropriate ioctl for device


    Any other idea?

  10. #10
    Join Date
    Apr 2013
    Location
    Guildford, UK
    Beans
    98
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: cdrom not working in Xubuntu 12.10

    Sorry, I'm all out of ideas

    This may be what's causing the problem, but the thread doesn't provide a solution

    Hopefully someone else who actually knows what they're talking about can help you!

    Feathers

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •