I need some help. I have a cd-rw/dvd-rom on my laptop
I downloaded ogle, ogle gui is not working right in sarge so I got rid
of it while I test out the access.
I have access to the CD-RW functions, so I know my scsi emulation is
working, I made a directory /dev/dvd and ln -sf to /dev/scd0.
I edited my fstab to add a dvd entry here is my fstab :
/# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump>
<pass>
/dev/hda2 / xfs defaults
0 0
/dev/hda5 none swap
sw 0 0
proc /proc proc
defaults 0 0
/dev/fd0 /floppy auto
user,noauto 0 0
/dev/scd0 /cdrom iso9660
ro,user,noauto 0 0
/dev/hda6 /home xfs defaults
0 0
/dev/scd0 /dvd
defaults,user,noauto,ro 0 0/
here is the ogle output:
/Note[ogle_ctrl]: ogle 0.8.4
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_cli with pid 2128
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_nav with pid 2129
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_vout with pid 2130
Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_mpeg_ps with pid 2131
Debug[ogle_vout]: CLK_TCK: 100
Debug[ogle_nav]: Opening DVD at "/dev/dvd"
libdvdread: Using libdvdcss version 1.2.1 for DVD access
/*/libdvdread: Couldn't find device name. / <--------------------*I
am sure this is the problem*
/libdvdread: Can't open file VIDEO_TS.IFO. / *But I am
not sure how to fix it
/vm: faild to read VIDEO_TS.IFO
Debug[ogle_ctrl]: child: 2129 exited with 1
Debug[ogle_ctrl]: pid: 2129 exited with status: 1
Debug[ogle_ctrl]: child: 2128 killed
Debug[ogle_ctrl]: pid: 2128 terminated on signal: 2
Debug[ogle_ctrl]: child: 2130 killed
Debug[ogle_ctrl]: pid: 2130 terminated on signal: 2
Debug[ogle_ctrl]: child: 2131 killed
Debug[ogle_ctrl]: pid: 2131 terminated on signal: 2
Debug[ogle_ctrl]: removing shmid: 3932166
Note[ogle_ctrl]: exiting
/
thanks for the help
Jeremy