LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-25-2005, 07:36 PM   #1
endfx
Member
 
Registered: May 2003
Location: Canada
Distribution: Debian
Posts: 105

Rep: Reputation: 15
DVD RW device not detected


I have a DVD-RW as the secondary master (would be /dev/hdc) and a DVD ROM as secondary slave (hdd). Now the DVD ROM drive (/dev/hdd) gets detected just fine.

The DVD-RW device is not detected, i.e. /dev/hdc is not being created.

I know the device works as it works in Windows XP, and it has worked with previous installs of linux.

The device is a LG DVD-RW.
uname -a: Linux debian 2.6.8-1-386 #1 Thu Nov 25 04:24:08 UTC 2004 i686 GNU/Linux

I'm really stuck. I've tried compiling and using newer kernels, but get the same problem.
I've tried passing: /dev/hdc=ide-cd as a boot parameter, with no luck.

I don't see how this could be a kernel issue though, I mean its just creating a device, it shouldn't need any fancy modules for that, should it?


Any ideas?
 
Old 08-26-2005, 02:59 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
What does "dmesg | grep -i dvd" output?
 
Old 08-26-2005, 06:12 AM   #3
minrich
Member
 
Registered: Aug 2003
Location: Isles of Man & Wight
Distribution: See signature
Posts: 548

Rep: Reputation: 40
What have you got in your /etc/fstab?
 
Old 08-27-2005, 09:15 AM   #4
endfx
Member
 
Registered: May 2003
Location: Canada
Distribution: Debian
Posts: 105

Original Poster
Rep: Reputation: 15
mike@debian:~$ dmesg | grep -i dvd
hdd: SAMSUNG DVD-ROM SD-616Q, ATAPI CD/DVD-ROM drive
hdd: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)



fstab:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 /home ext3 defaults 0 2
/dev/hda4 none swap sw 0 0
/dev/hdd /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/sda1 /media/usb vfat rw,user,noauto 0 0
/dev/hda1 /media/ntfs ntfs ro,user,noauto 0 0
/dev/hdb2 /media/shared vfat uid=1000,gid=root,rw 0 0

I don't think it is the fstab file as fstat needs a device before it can mount anything.
The device is not being created at all.
 
Old 08-27-2005, 10:37 AM   #5
minrich
Member
 
Registered: Aug 2003
Location: Isles of Man & Wight
Distribution: See signature
Posts: 548

Rep: Reputation: 40
I would suggest that you add a line in /etc/fstab:

/dev/hdc /media/cdrom2 iso9660 rw,user,noauto 0 0

I don't know how up-to-date you man pages are but you should read man mount(8) since my SuSE help man pages go into great detail of the options for mounted devices.
 
Old 08-27-2005, 05:11 PM   #6
endfx
Member
 
Registered: May 2003
Location: Canada
Distribution: Debian
Posts: 105

Original Poster
Rep: Reputation: 15
I added

/dev/hdc /media/cdrom2 iso9660 rw,user,noauto 0 0

to /etc/fstab.

That didn't help. It's still looking for a device that doesn't exist.
 
Old 08-27-2005, 06:44 PM   #7
minrich
Member
 
Registered: Aug 2003
Location: Isles of Man & Wight
Distribution: See signature
Posts: 548

Rep: Reputation: 40
i think you have to mount it: [put a disk in the drive first, and allow it to spin-up]

mount /dev/hdc /media/cdrom2

then:

mount

which should report all the mounted drives.

Incidentally, when you have a cd in this 'invisible' drive what is the output of: cat /etc/mtab ?
 
Old 10-09-2005, 12:57 PM   #8
matersci
LQ Newbie
 
Registered: Sep 2005
Location: Greece
Distribution: Suse 9.3
Posts: 3

Rep: Reputation: 0
Exactly the same problem here. Everything was OK but now my NEC 2500 is no detected.
If I put a disk in the drive and type mount I get

/dev/hdc on /media/dvdrecorder type subfs (ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)

but I cant use the drive.

Any ideas?

fstab:


/dev/hdb3 / reiserfs acl,user_xattr 1 1
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hda5 /windows/D vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/hdb5 /windows/E vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/hdb2 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/dvd /media/dvd subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/dvdrecorder /media/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0



Running SuSE 9.3



Thanks
 
Old 10-09-2005, 11:14 PM   #9
minrich
Member
 
Registered: Aug 2003
Location: Isles of Man & Wight
Distribution: See signature
Posts: 548

Rep: Reputation: 40
matersci

What does your mtab show? You may need to insert a dvd into the drive for it to turn up. Do you have suseplugger active on your taskbar?
 
Old 10-10-2005, 04:48 AM   #10
matersci
LQ Newbie
 
Registered: Sep 2005
Location: Greece
Distribution: Suse 9.3
Posts: 3

Rep: Reputation: 0
Drive had a disk in and susuplugger was running. I found the solution, i only had to change boot options from bios and set first hd and then CD drive (!!!!). Now it is OK.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
network device only half detected Wolfy Linux - Hardware 6 07-17-2004 01:45 AM
Coudn't open DVD device: /dev/dvd eboggess Linux - Laptop and Netbook 3 10-18-2003 06:02 PM
DVD device not detected sumanjay Slackware 1 07-23-2003 09:24 PM
DVD-ROM not detected CD-RW mistaken as CD-ROM Device DarkXtar Slackware 21 06-02-2003 07:58 PM
Redhat 8.0 disabling a device that was automatically detected tedjw Linux - Hardware 8 05-07-2003 11:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration