View previous topic :: View next topic |
Author |
Message |
cf25 Apprentice
Joined: 20 Jun 2002 Posts: 158
|
Posted: Wed Jul 03, 2002 4:52 am Post subject: dvd help |
|
|
so i emerged ogle and got all that fun stuff for my dvd player. well, i dont have a /dev/dvd and i am not sure how to go about getting it. i have a /mnt/cdrom and that is in my /etc/fstab. can someone help me? |
|
Back to top |
|
|
jimmybfan Tux's lil' helper
Joined: 03 Jul 2002 Posts: 100 Location: P-town
|
Posted: Wed Jul 03, 2002 5:04 am Post subject: |
|
|
you need to make a link.
su to root and
ln -s /dev/cdroms/cdrom0 /dev/dvd
this will create a symbolic link called dvd pointing to the first cdrom device on your system. If your dvd is the second device change to cdrom1 |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Wed Jul 03, 2002 5:41 am Post subject: |
|
|
No, don't make a link. It'll get destroyed once you reboot. Go into /etc/devfsd.conf and add a symlink there. Then, "killall -HUP devfsd" to reload your config, and you will suddenly have a symlink that doesn't go away. _________________ I don't believe in witty sigs. |
|
Back to top |
|
|
KiTaSuMbA Guru
Joined: 28 Jun 2002 Posts: 430 Location: Naples Italy
|
Posted: Wed Jul 03, 2002 6:02 pm Post subject: OR... |
|
|
you just configure ogle to look in /dev/cdroms/cdrom0 instead of /dev/dvd
At least that's what I did on vlc... _________________ Need to flame people LIVE on IRC? Join #gentoo-otw on freenode! |
|
Back to top |
|
|
slonocode Apprentice
Joined: 03 Jun 2002 Posts: 273
|
Posted: Wed Jul 03, 2002 6:02 pm Post subject: |
|
|
Look in your devfs.conf file and there should already be lines for making the link you want. You should only need to uncomment them as in remove the beginning # from the lines. |
|
Back to top |
|
|
cf25 Apprentice
Joined: 20 Jun 2002 Posts: 158
|
Posted: Wed Jul 03, 2002 6:02 pm Post subject: how? |
|
|
do i make that link in the same fasion that the previos post told me to, just in that file? |
|
Back to top |
|
|
abhishek Retired Dev
Joined: 28 Jun 2002 Posts: 393 Location: Los Angeles, CA
|
Posted: Wed Jul 03, 2002 8:09 pm Post subject: |
|
|
I thogut that now when u made links they stayed. Gentoo Desktop guide wrote: | If you're an X-configuring veteran, you may be used to making a symbolic link from your mouse device to /dev/mouse. Such symlinks used to be problematic with devfs, since they tended to go away after a reboot. Gentoo Linux now handles symbolic links in /dev correctly. Just make the /dev/mouse symlink using ln -s and it will be preserved upon rebooting. |
|
|
Back to top |
|
|
Disquiet n00b
Joined: 14 Jun 2002 Posts: 48 Location: Christchurch, New Zealand
|
Posted: Wed Jul 03, 2002 9:04 pm Post subject: |
|
|
I did a
ln -s /dev/cdroms/cdrom0 /dev/dvd
and it's still here after several reboots! |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Thu Jul 04, 2002 3:14 am Post subject: |
|
|
Disquiet wrote: | I did a
ln -s /dev/cdroms/cdrom0 /dev/dvd
and it's still here after several reboots! |
Are you not running devfs? _________________ I don't believe in witty sigs. |
|
Back to top |
|
|
jimmybfan Tux's lil' helper
Joined: 03 Jul 2002 Posts: 100 Location: P-town
|
Posted: Thu Jul 04, 2002 5:29 am Post subject: |
|
|
symbolic links now stay in /dev even when using devfs. forget when that was added but it's been a while |
|
Back to top |
|
|
|