Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Replaced cdrw with dvdrw - configure?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
calicoman
Apprentice
Apprentice


Joined: 18 Feb 2004
Posts: 171

PostPosted: Wed Jan 05, 2005 8:25 pm    Post subject: Replaced cdrw with dvdrw - configure? Reply with quote

When I replaced my cd writer with a dvd burner I did not change either my fstab or devfsd.conf. I can play cdroms, play streaming video with mplayer, have burned the Gentoo iso (although it finished with an error eventhough the simulated run was ok), but so far have not been able to play a regular dvd with mplayer. Since mplayer looks for /dev/dvd which I don't have, I am wondering if I have to reconfigure either fstab/devfsd.conf or both to create the device dvd. If so, do I have to configure cdrom0 to /dev/dvd or create 2 entries for cdrom0, one pointing to /dev/cdrom and one pointing to /dev/dvd. Incidentally, I have read man mplayer - sure is a lot of stuff there
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54304
Location: 56N 3W

PostPosted: Wed Jan 05, 2005 8:36 pm    Post subject: Reply with quote

calicoman,

/dev/dvd is a symbolic link to your actual dvd device file.
Use
Code:
mplayer -dev-device /dev/cdrom dvd://1

Or out the new dvd device in the mpaly config file, or create the symbolic link.

Like music CDs movie dvds are not mouted to play them.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
soya
Guru
Guru


Joined: 29 Jan 2004
Posts: 429

PostPosted: Wed Jan 05, 2005 8:36 pm    Post subject: Reply with quote

you only have to edit your fstab so all point are ok.

/dev/hdX /mnt/dvd

or

/dev/cdroms/cdromX /mnt/dvd

Then just make a symlink

ln -sf /dev/hdX /dev/dvd

or

ln -sf /dev/cdroms/cdromX /mnt/dvd

With this and then configuring every program, sghould be ok. You may also want to add "dvd" and "dvdr" to your USE flag and recompile your programs with dvd support. In mplayer you may also need some codecs support.
_________________
Si el tonto te alaba laméntalo, si el listo te censura piénsalo.
Back to top
View user's profile Send private message
calicoman
Apprentice
Apprentice


Joined: 18 Feb 2004
Posts: 171

PostPosted: Wed Jan 05, 2005 9:59 pm    Post subject: Replaced cdrw with dvdrw - configure?[Solved] Reply with quote

Thanks for the quick replies to my questions. Will change configs as suggested.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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