LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-13-2004, 01:38 PM   #1
mehesque
Member
 
Registered: Oct 2003
Location: TX
Distribution: RH 8.0
Posts: 97

Rep: Reputation: 15
can't find dvd player


Hey, I'm runing rh9.0 and I can't seem to find my dvd player under /dev in order to mount it. I've done a kfind *dvd* and only came up with a few .bins, mans and icons.

Thanks.
 
Old 01-13-2004, 02:09 PM   #2
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
Hi,

fisrt of all: under /dev/xxx you will find something concerning your DVD DRIVE ...
The DVD PLAYER i would advice to look under www.mplayerhq.hu ....
what kind of hardware you have? cd burners, dvd players, how may hd's??
how your /etc/fstab looks like?
did you try /dev/hdd or /dev/hdc ? - considering what happens of 90% of the guys..
important informations to get the correct answer...

Regards

Slackie
 
Old 01-13-2004, 02:30 PM   #3
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
You could also type dmesg in command line and look for what it tells you (like hdc: some cd/dvd-rom atapi drive)--obviously it will look different, but that's just an example. Hope this helps.
 
Old 01-13-2004, 02:32 PM   #4
mehesque
Member
 
Registered: Oct 2003
Location: TX
Distribution: RH 8.0
Posts: 97

Original Poster
Rep: Reputation: 15
I'm not concerned with my dvd application--I cannot detect my hardware. There is nothing concerning my dvd rom under /dev which is leading me to believe it is a bigger problem than I thought.

As for my /etc/fstab, this is what I have.

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts guid=5, mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda6 swap swap defaults 0 0
/dev/vg01/1v_data /data ext3 defaults 1 2
/dev/fd0 /mnt/floppy auto noauto,owner,kudzo 0 0


As for my hardware, I have a dvdrom, cdrom, 2 hdds(120) and a zip drive.


What do you mean had I tried /dev/hdd or /dev/hdc?


Thanks.
 
Old 01-13-2004, 02:37 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
if your drive is on secondary master then it will be called /dev/hdc, if it is secondary slave it will be /dev/hdd (see the pattern: hda, hdb, hdc, hdd) just run "dmesg | grep -i dvd" that will print out any messages from your system log relating to a dvd drive, one of those is absolutsely guarenteed to tell you what the drive is called at some level.
 
Old 01-13-2004, 02:39 PM   #6
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
so, like Texicle said i suggest the output of dmesg ....

when i said hdc or hdd , i meant the "places" where usually people have their dvd players...
example :

hda - first HD
hdb - second HD
hdc - cdrom
hdd - DVD

or

hda - first HD
hdb - second HD
hdc - DVD
hdd - cdrom...

looking to your /etc/fstab we can see that is nothing concerning dvd ... means that mount /dev/hdc or /dev/hdd won't work..
we need to find where it is and the put the correct line in this file (fstab) ...
for that we need outputs ...

Regards,
slackie
 
Old 01-13-2004, 02:41 PM   #7
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
sorry,

acid_kewpie typed faster ...

as you saw..... his informations can clarify the problem better ....

Regards
 
Old 01-13-2004, 02:50 PM   #8
mehesque
Member
 
Registered: Oct 2003
Location: TX
Distribution: RH 8.0
Posts: 97

Original Poster
Rep: Reputation: 15
Thanks a lot for all of your input, it helped. I liked the dmesg command especially.

The dmesg didnt' catch either my hdc or hdd.

A few months back I got this dell with preloaded rh9.0 (I know, I know). I opened it up to look inside and ever since, the two times I've booted, it's given me an error.

"Secondary Hard Disk Drive 0 not found" and the same for HDD 1.

Any thoughts? I guess I'll open it back up and see if I could reset the roms and play around with the cords.

Thanks for your help.
 
Old 01-13-2004, 03:03 PM   #9
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
If you opened it up, and now can't find any thing on hdc or hdd, then you probably need to check your IDE cables and make sure they're securely attached to both the drives and the motherboard.

Hang in there, you'll be playing dvds in no time.
 
Old 01-13-2004, 03:19 PM   #10
mehesque
Member
 
Registered: Oct 2003
Location: TX
Distribution: RH 8.0
Posts: 97

Original Poster
Rep: Reputation: 15
Exactly right--it was a slightly disconnected IDE cable. This freaking dell has a swing case that if you crack it open farther than a foot it disconnects.

I ran into two other reoccuring errors while on shutdown and bootup though.

Thanks for your help.
 
Old 01-13-2004, 03:37 PM   #11
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
Talking

Well now that you've got your cables connected properly you should be much further on your way.

What errors are you getting now that you've connected them?
 
Old 01-13-2004, 03:53 PM   #12
mehesque
Member
 
Registered: Oct 2003
Location: TX
Distribution: RH 8.0
Posts: 97

Original Poster
Rep: Reputation: 15
On bootdown I get a firewall problem

I missed the front of the error but this is what I caught "123 ip tables: Bad rule ( does a matching rule exist in that chain?)"

For some reason I have to keep flushing my iptables, "iptables -F" in order for them to flow properly, like once a month.



On bootup I get a reoccuring /dev/null problem.

http://www.linuxquestions.org/questi...hreadid=134456



These are both issues that I've been trying to deal with for a little while.
 
Old 01-13-2004, 04:02 PM   #13
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
I see. Well, since you've got other threads going for those, we'll keep this thread related to your DVD/CD-ROM drives so as to not touch on spamming.

I'll have a look at your other threads and see if I might be able to help.
 
  


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
which DVD player can play DVD from hard drive *and* support DVD Menu ? tho_x_tran Linux - Software 16 11-16-2006 02:00 PM
9.1: Pleezee find me a working DVD player? 44179 SUSE / openSUSE 2 01-22-2005 12:14 AM
LG DVD-ROM DRD-8160B not recognized as DVD player on FC2 Wise_Fox Linux - Hardware 1 08-24-2004 12:13 PM
How come dvd player sound works but cd player doesn't? Magus67 Linux - Hardware 9 04-19-2004 04:31 PM
new dvd player, linux cant find it! vance Linux - Hardware 3 06-07-2002 02:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:26 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