LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Dell Inspiron 6000 - Cannot find DVD drive (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/dell-inspiron-6000-cannot-find-dvd-drive-448892/)

Chryzmo 05-26-2006 06:13 PM

Dell Inspiron 6000 - Cannot find DVD drive
 
Hey all,

I was just trying to finish configuring Debian on my Inspiron 6000. I upgraded my kernel to the 2.6.14.2 kernel and applied a patch that should fix an issue with DVD viewing being choppy.

This made my hard drive partitions become /dev/sda*. I thought my CD-RW/DVD drive should be /dev/sr0. However, if I try to view a DVD in Xine or mount a data CD, I am told that /dev/sr0 is not a valid block device.

Is there a way I can probe the possible devices to find out what my DVD drive is named? So far I have tried:

/dev/hdc
/dev/hdc1
/dev/sr0
/dev/sr1
/dev/sg0

I am not seeing anything else in /dev/ that would be my DVD drive.

Any suggestions would be appreciated.

Thanks,
Chris

slackie1000 05-27-2006 10:56 AM

hi there,
you could try something like
Code:

dmesg | grep dev
regards,
slackie1000

Chryzmo 05-28-2006 09:53 PM

Thanks for the suggestion. I actually figured it out. Due to the SATA DVD drive, I had to use a kernel patch to get DMA working on the drive. After applying the patch, I had to pass a command to GRUB, which I forgot to do. Once I fixed this it all worked perfectly.

Thanks though :-),
Chris

kdogksu 08-13-2006 03:52 PM

I have been trying to solve the DVD-choppiness problem off and on for a couple months. Chryzmo (or anyone) would you mind posting some information on the Kernel patch that you used and the command passed to Grub (I assume a kernel boot option)? It would be much appreciated.

Thanks!


All times are GMT -5. The time now is 03:16 AM.