Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm having problems getting my CD-RW/DVD drive to work correctly in 2.6.2
I've loaded the correct modules, I think, I'm unable to mount the drive. There is no /dev/cdrom. When I do an lsmod, it looks like the modules are installed.
I have a IDE CD-RW/DVD combo drive. It works correctly in 2.4.22 (with ide-scsi). Here is the lsmod for 2.6.2:
Is there a special way that I need to configure this kernel? I know that 2.6 moved away from ide-scsi for cd-rw's but that doesn't explain why it won't recignize the drive on boot.
I am really new to linux, so I cannot give too much detail. I have the same problem and found an earlier posting with a possible solution. Kernel 2.6.x no longer uses scsi emulation for the cd drive. The solution was to remove scsi emulation from the kernel and change the bootloader from "hdn=ide-scsi" to "hdn=ide-cd" or possibly to "hdn=ide-cdrom". I checked make menuconfig to see if I could remove scsi emulation there, but no luck. If you know how to do it, please let me know. Hope it works.
actually, I ended up fixing the problem. I had to recompile with IDE-CD as a module and disable ide-scsi. I also changed the kernel option to hdX=ide-cd
You *technically* don't need to remove ide-scsi if it's compiled as a module.
Try rmmod ide-scsi and then modprobe ide-cd.
When you change the kernel options, it should load ide-cd because you specified it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.