Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Trying to configure my DVD and have no /dev/dvd
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
esammons
n00b
n00b


Joined: 22 May 2003
Posts: 4

PostPosted: Thu May 22, 2003 3:06 pm    Post subject: Trying to configure my DVD and have no /dev/dvd Reply with quote

I am new to DVD configurations in Linux and would like to get my DVD RAM drive working. Upon booting I get the following message:

hdc: HL-DT-ST DVDRAM GMA-4020B, ATAPI CD/DVD-ROM drive

So clearly my DVDRAM device is detected at boot; however, it seems to register as a CD-ROM device. I get /dev/cdroms/cdrom0 and cdrom1 but I get no /dev/dvd.

Help!

Thanks! :?:
_________________
Eric Sammons
esammons@vt.edu
"Virtual" means never knowing where your next byte is coming from.
Back to top
View user's profile Send private message
duff
Guru
Guru


Joined: 19 Jun 2002
Posts: 466
Location: Clemson, SC

PostPosted: Thu May 22, 2003 6:18 pm    Post subject: Reply with quote

It's a link
Code:
# ln -s /dev/hdc /dev/dvd
Back to top
View user's profile Send private message
esammons
n00b
n00b


Joined: 22 May 2003
Posts: 4

PostPosted: Tue May 27, 2003 11:56 am    Post subject: Reply with quote

In playing around with the ln -s /dev/hdc /dev/dvd I found that in fact this did not work. I received the error Could not Stat /dev/dvd. However, when I created the following link;

Code:
ln -s /dev/cdroms/cdrom0 /dev/dvd


This worked and I am now able to watch movies via xine, mplayer, and ogle.

Thanks!
_________________
Eric Sammons
esammons@vt.edu
"Virtual" means never knowing where your next byte is coming from.
Back to top
View user's profile Send private message
elkan
n00b
n00b


Joined: 08 Nov 2002
Posts: 69

PostPosted: Tue May 27, 2003 2:24 pm    Post subject: Reply with quote

If I am right, your link will be away after a reboot.
To make sure the link will return, you can edit your /etc/devfsd.conf

mine:
Code:

..cut...

# Create /dev/dvd for the second cdrom drive
# (change 'cdroms/cdrom1' to suite your setup)
# NOTE: We add the fully qualified path here, else some apps
#       have problems to resolve the true device (drip comes to mind)
LOOKUP          ^dvd$           CFUNCTION GLOBAL mksymlink ${mntpnt}/cdroms/cdrom1 dvd
REGISTER        ^cdroms/cdrom1$  CFUNCTION GLOBAL mksymlink ${devpath} dvd
UNREGISTER      ^cdroms/cdrom1$  CFUNCTION GLOBAL unlink dvd

...cut...


Goodluck
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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