View previous topic :: View next topic |
Author |
Message |
asterix404 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 05 Nov 2004 Posts: 213
|
Posted: Tue Jan 18, 2005 4:03 am Post subject: Installing DVD and CDRW drives |
|
|
Hey, I just decdied to put my full effort towards linux and break off from winsuck. I would like to know how to get my dvd and cdrw to work though, mplayer is compliaing abuot a lack of something called /dev/dvd but /mnt/cdroms/cdrom1 which is my dvd is recognized. Are there any ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gentoo_dude l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Homer.jpg)
Joined: 08 May 2004 Posts: 645 Location: Washington, DC
|
Posted: Tue Jan 18, 2005 4:38 am Post subject: |
|
|
Create a symling between /dev/dvd and /dev/cdroms/cdrom1
Code: | ln -fs /dev/cdroms/cdrom1 /dev/dvd |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|