Jump to content

Where is /dev/dvd?


santner
 Share

Recommended Posts

First of all, Totem player like a CHAMP. :D First time using it and WOW, are you kidding me?

 

Moving on, I just installed my new DVD-RW drive and xine and mplayer won't play my dvd's. Both error out because I don't have a dvd device file. Anyone know how to setup /dev/dvd/ properly? :help:

Link to comment
Share on other sites

your dvdrw is probably being listed as a cdrom, such as:

/dev/cdrom0

or

/dev/cdrom1

depending on how many cdroms you have, and which one it is on the ide cable. just change the players configuration to look at the correct /dev/cdrom, it's easier than trying to set up /dev/dvd.

Link to comment
Share on other sites

/dev/dvd is just a link to the actual device file. If you can load regular data cds and view the contents in konqueror, your new drive should be listed in /etc/fstab. Post the file so I can get the right /dev/cdrom* but basically you just create a link to /dev/cdrom*. Sometimes the drive will be listed as /dev/hdx where "x" is usually a,b,c,d. It's obvious from the fstab line which one is a cd drive if you know what to look for.

 

Once you determine the device file for your new drive, you create your /dev/dvd link by opening a console and running:

 

$ su

<enter root password>

# ln -s /dev/<hdx or cdrom*> /dev/dvd

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...