LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to check dvdrom driver on SLES 11 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-check-dvdrom-driver-on-sles-11-a-784826/)

B-Boy 01-26-2010 07:13 AM

How to check dvdrom driver on SLES 11
 
Hi

How do I check what driver my dvdrom is using in SLES11 the reason for this is I need to find that driver and compile it for SLES9.

thorkelljarl 01-26-2010 07:32 AM

A terminal...

The command "lsmod" will tell you what module is loaded for your system hardware. Look down the list for the module for the CD/DVD.

B-Boy 01-26-2010 08:07 AM

Quote:

Originally Posted by thorkelljarl (Post 3840916)
A terminal...

The command "lsmod" will tell you what module is loaded for your system hardware. Look down the list for the module for the CD/DVD.

I tried that abd this is the output
Code:

ide_cd_mod,sr_mod

thorkelljarl 01-26-2010 08:54 AM

sr_mod on mine too..

That is the usual module for a CD/DVD. The two drives on my system, one of them a DVD-RW, both connected as PATA, use that module.

B-Boy 01-27-2010 01:32 AM

So where do I this module sr_mod ?

thorkelljarl 01-27-2010 04:31 AM

sr_mod...

If the question is where can one find this module, the answer is that it is part of the kernel, and should be available as source code from the kernel project. However, it might be among the support resources from Novell that are part of SLES/SLED or openSUSE.


All times are GMT -5. The time now is 08:09 AM.