LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-30-2006, 12:43 AM   #1
dmorgan145
LQ Newbie
 
Registered: Apr 2006
Posts: 6

Rep: Reputation: 0
DVD drive not recognized


Just installed Slackware 10.2. Now I can't find my DVD drive anywhere. I am able to find my CD burner with no trouble. DVD drive was found with Ubuntu (Which I just got rid of) and DVD drive is found in the bios. I will give you any info needed. I am a noob and someone just needs to tell me how to get the info. Thanks.
 
Old 04-30-2006, 01:46 AM   #2
ataraxia
Member
 
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296

Rep: Reputation: 30
Try "dmesg | grep -i dvd". You should see a couple of different devices, one of them will be the one you're looking for.
 
Old 04-30-2006, 02:06 AM   #3
dmorgan145
LQ Newbie
 
Registered: Apr 2006
Posts: 6

Original Poster
Rep: Reputation: 0
That command gave me absolutely nothing. I was able to "sort-of" mount /dev/hdc. I heard the drive spin but nothing else.... Any other suggestions?
 
Old 04-30-2006, 10:57 AM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,969
Blog Entries: 46

Rep: Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194
Quote:
Originally Posted by dmorgan145
That command gave me absolutely nothing. I was able to "sort-of" mount /dev/hdc. I heard the drive spin but nothing else.... Any other suggestions?
Hi,

Try ;

Code:
#dmesg |grep hd
Post the output!
 
Old 04-30-2006, 12:00 PM   #5
Linux~Powered
Member
 
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849

Rep: Reputation: 33
What does your /etc/fstab say? There should be two entries in there for your CD/DVD devices.
 
Old 04-30-2006, 03:54 PM   #6
dmorgan145
LQ Newbie
 
Registered: Apr 2006
Posts: 6

Original Poster
Rep: Reputation: 0
root@pos:~# dmesg | grep -i dvd
root@pos:~# #dmesg |grep hd
root@pos:~#

Got nothing ??
 
Old 04-30-2006, 03:56 PM   #7
dmorgan145
LQ Newbie
 
Registered: Apr 2006
Posts: 6

Original Poster
Rep: Reputation: 0
fstab looks like this:

/dev/sda2 swap swap defaults 0 0
/dev/sda1 / reiserfs defaults 1 1
/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
 
Old 04-30-2006, 08:25 PM   #8
connon
LQ Newbie
 
Registered: Apr 2006
Distribution: slack 10.2
Posts: 1

Rep: Reputation: 0
I too all, i have the same prob. from konsole i can read this:

bash-3.00# dmesg |grep hd
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hdaMA, hdbio
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdcMA, hddMA
hda: WDC WD200BB-77AUA1, ATA DISK drive
hdc: SAMSUNG CD-R/RW DRIVE SW-248B, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST DVDRAM GSA-4040B, ATAPI CD/DVD-ROM drive
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 39102336 sectors (20020 MB) w/2048KiB Cache, CHS=2434/255/63, UDMA(66)
hdc: attached ide-cdrom driver.
hdc: ATAPI 1X CD-ROM CD-R/RW drive, 8192kB Cache, UDMA(33)
hdd: attached ide-cdrom driver.
hdd: ATAPI 32X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
hda: hda1


and then this:

bash-3.00# dmesg | grep -i dvd
hdc: SAMSUNG CD-R/RW DRIVE SW-248B, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST DVDRAM GSA-4040B, ATAPI CD/DVD-ROM drive
hdd: ATAPI 32X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)

can you help me? sorry but i'm a VERY new user. tnx to all.
 
Old 05-01-2006, 06:09 AM   #9
justwantin
Member
 
Registered: Aug 2003
Location: Melbourne, Australia
Distribution: Slackware, Slackwarearm
Posts: 888

Rep: Reputation: 123Reputation: 123
Check dmesg, i.e. in a console run "dmesg | less" was your dvd drive found at boot? If so as what device?

For example my dvd is ide and at hdc. so it will be assigned as /dev/hdc. I can then create a dir in /mnt named /mnt/dvd and set up a line in my /etc/fstab with /dev/hdc to be mounted at /mnt/dvd.

I've found that in the past when I installed slack on a box with two cdrom drives or a cdrom and dvd drive that slack would set up the cd drive used for install as /mnt/cdrom but that I'd have to do the second one manually. Slack will also set up a /dev/cdrom pointing to /dev/hdX (if its ide).

Last edited by justwantin; 05-01-2006 at 06:12 AM.
 
Old 05-02-2006, 11:11 AM   #10
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,969
Blog Entries: 46

Rep: Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194Reputation: 3194
Quote:
Originally Posted by connon
I too all, i have the same prob. from konsole i can read this:

bash-3.00# dmesg |grep hd
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hdaMA, hdbio
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdcMA, hddMA
hda: WDC WD200BB-77AUA1, ATA DISK drive
hdc: SAMSUNG CD-R/RW DRIVE SW-248B, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST DVDRAM GSA-4040B, ATAPI CD/DVD-ROM drive
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 39102336 sectors (20020 MB) w/2048KiB Cache, CHS=2434/255/63, UDMA(66)
hdc: attached ide-cdrom driver.
hdc: ATAPI 1X CD-ROM CD-R/RW drive, 8192kB Cache, UDMA(33)
hdd: attached ide-cdrom driver.
hdd: ATAPI 32X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
hda: hda1


and then this:

bash-3.00# dmesg | grep -i dvd
hdc: SAMSUNG CD-R/RW DRIVE SW-248B, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST DVDRAM GSA-4040B, ATAPI CD/DVD-ROM drive
hdd: ATAPI 32X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)

can you help me? sorry but i'm a VERY new user. tnx to all.
Hi,

What is the output of your fstab?

Code:
cat /etc/fstab
Your drives are recognized at boot and the drivers attached.

Describe your problem!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
DVD Drive is not recognized after the install. SpoonXL Slackware - Installation 3 10-04-2005 03:54 PM
SATA Optical Drive (DVD Burner) not recognized squisher Linux - Hardware 5 04-05-2005 12:16 PM
cd and dvd drive not recognized by FC3/KDE ceolmor Linux - Hardware 2 03-29-2005 10:12 PM
DVD drive only recognized as CDROM general4172 Linux - Software 4 08-25-2003 04:18 PM
DVD drive only recognized as CDROM general4172 Linux - Hardware 2 08-25-2003 04:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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

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