LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Creative DVD-ROM doesn't install (https://www.linuxquestions.org/questions/slackware-14/creative-dvd-rom-doesnt-install-130198/)

Joe_Bogarde 12-30-2003 07:33 PM

Creative DVD-ROM doesn't install
 
After installing slackware 9.1 my creative dvd drive doesn't show up /dev. Anyone know how to manually install or detect the drive?

tarballedtux 12-30-2003 08:29 PM

Do "dmesg | grep hd" and post the output here. That should tell you where it is on the IDE bus.

--tarballedtux

Joe_Bogarde 02-11-2004 05:27 AM

bash-2.05b# dmesg |grep hd
EXT3 FS on hda2, internal journal
NTFS-fs error (device hda1): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1.
NTFS-fs error (device hda1): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1.
NTFS-fs error (device hda1): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1.
bash-2.05b#

SailingGypsy 02-11-2004 06:14 PM

Is that DVD Drive a burner also, or just DVD-ROM ? Where is it installed ? (master or slave and what IDE chain?) Any other optical drives? (type and where installed)
What does your /etc/fstab say?

Regards...

Joe_Bogarde 02-11-2004 10:54 PM

The dvd is on /dev/hdb, which is not yet included in fstab. It is not a dvd burner.
My other optical drive is a cd burner it is located on /dev/hdc.

SailingGypsy 02-11-2004 11:09 PM

If it is /dev/hdb, make sure it is correctly jumpered as the slave on that primary IDE chain. Then you can just go to your /etc/fstab as root and add a line for it.

Eample:

/dev/hda3 swap swap defaults 0 0
/dev/hda2 / reiserfs defaults 1 1
/dev/cdrom /mnt/cdrom iso9660 noauto,user,exec 0 0
/dev/sr0 /mnt/cdrecorder auto noauto,user,exec 0 0
/dev/fd0 /mnt/floppy auto noauto,user,exec 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

My /dev/cdrom is actually my DVD. Once you have it in, just do a link from your /dev/hdb to your /dev/xxx on your fstab.

HTH

Regards...


All times are GMT -5. The time now is 01:38 PM.