Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Configuring DVD playback
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
shai200
n00b
n00b


Joined: 17 Aug 2004
Posts: 73

PostPosted: Sat Mar 19, 2005 6:14 pm    Post subject: Configuring DVD playback Reply with quote

I cannot find a guide for DVD configuration for mplayer/xine. I don't really know how to create a symbolic link /dev/dvd that would point to my dvd player... can someone help me?

p.s. I know that you do it with an
Code:
ln
command but I'm not sure what exactly to point it to....
_________________
+++++++++++++++++++++++++++
"Same difference." - Jenny Fuchs
"I like to brag about my modesty."

"I am more than a feminist. Women actually excite me."
Back to top
View user's profile Send private message
Jerri
Guru
Guru


Joined: 03 Apr 2003
Posts: 353

PostPosted: Sat Mar 19, 2005 7:48 pm    Post subject: Reply with quote

Code:
ls -l /dev/cdrom*

/dev/cdroms:
total 0
lr-xr-xr-x  1 root root 33 Dec 31  1969 cdrom0 -> ../ide/host0/bus1/target0/lun0/cd
lr-xr-xr-x  1 root root 33 Dec 31  1969 cdrom1 -> ../ide/host0/bus1/target1/lun0/cd


in this case, my dvd player is cdrom1, so if I wanted to create a symbolic link (ie. /dev/dvd)
i would just do this:

Code:
ln -s /dev/ide/host0/bus1/target0/lun0/cd /dev/dvd
Back to top
View user's profile Send private message
Jerri
Guru
Guru


Joined: 03 Apr 2003
Posts: 353

PostPosted: Sat Mar 19, 2005 7:51 pm    Post subject: Reply with quote

one more thing.. this would probably fall under the multimedia forum.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum