Results 1 to 6 of 6

Thread: Module cdrom not found

  1. #1
    Join Date
    Apr 2009
    Beans
    4
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Module cdrom not found

    Hi,

    I cannot mount my cdrom in Ubuntu 9.04.

    I am running the following kernel:
    Code:
    uname -a
    Linux amd-quad 2.6.28-13-generic #44-Ubuntu SMP Tue Jun 2 07:55:09 UTC 2009 x86_64 GNU/Linux
    and I see there is no cdrom directory in /lib/modules/2.6.28-13-generic/kernel/drivers/

    Thus I cannot modprobe the cdrom module:
    Code:
    modprobe cdrom
    FATAL: Module cdrom not found.
    I did not remove any packages in Ubuntu.
    What is wrong; is there a bug in 2.6.28-13?

  2. #2
    kevinlyfellow's Avatar
    kevinlyfellow is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Feb 2005
    Location
    California
    Beans
    918
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Module cdrom not found

    In ubuntu the cdrom drivers are built into the kernel and not as modules.

    If you are having issues, it looks like you aren't the only one.

    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/357148

  3. #3
    Join Date
    Apr 2009
    Beans
    4
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Module cdrom not found

    Quote Originally Posted by kevinlyfellow View Post
    In ubuntu the cdrom drivers are built into the kernel and not as modules.

    If you are having issues, it looks like you aren't the only one.

    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/357148
    Thanks. So it is a bug?

  4. #4
    kevinlyfellow's Avatar
    kevinlyfellow is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Feb 2005
    Location
    California
    Beans
    918
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Module cdrom not found

    I'm not entirely sure. If you have a cdrom drive and it's not working properly, you have a bug. But the missing module is not, it's just that the kernel team decided to build the driver directly into the kernel instead of having the driver as a module. This means that whenever the kernel is loaded, the driver should be in it. If it were a module, the kernel would load and then the module inserted at a later time.

  5. #5
    Join Date
    Apr 2009
    Beans
    4
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Smile Re: Module cdrom not found

    OK,

    I have looked inside my computer and there was no SATA cable connected to my CD-ROM.

    Sorry
    Thank for help, anyway.

  6. #6
    kevinlyfellow's Avatar
    kevinlyfellow is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Feb 2005
    Location
    California
    Beans
    918
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Module cdrom not found

    :-b

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
  •