[EMAIL PROTECTED] wrote: >Hey, >I'm helping a friend with his Linux installation and he's trying to get >Ogle set upand running into some issues. I'm not sure what his errors mean so I've >includedthem below in case any of you has any insight. Thanks! > >[paul@st04_057 paul]$ ogle >Note[ogle_ctrl]: ogle 0.8.2 >Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_gui with pid 5445 >Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_nav with pid 5446 >Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_mpeg_ps with pid 5447 >Debug[ogle_ctrl]: Started /usr/lib/ogle/ogle_vout with pid 5448 >libdvdread: Can't stat /dev/dvd >No such file or directory >vm: faild to open/read the DVD >Debug[ogle_ctrl]: child: 5446 exited with 1 >Debug[ogle_ctrl]: pid: 5446 exited with status: 1 >Debug[ogle_ctrl]: child: 5448 killed >Debug[ogle_ctrl]: pid: 5448 terminated on signal: 2 >Debug[ogle_ctrl]: child: 5447 killed >Debug[ogle_ctrl]: pid: 5447 terminated on signal: 2 >Debug[ogle_ctrl]: child: 5445 killed >Debug[ogle_ctrl]: pid: 5445 terminated on signal: 2 >Debug[ogle_ctrl]: removing shmid: 63635461 >Note[ogle_ctrl]: exiting > > > > >------------------------------------------------------------------------ > >Want to buy your Pack or Services from MandrakeSoft? >Go to http://www.mandrakestore.com > Sheesh
you don't have /dev/dvd defined find out which one it is hda is primary master hdb is primary slave hdc is secondary master and so on watch the BIOS screen at boot-up or go to the BIOS to find where the DVD drive is. Then... (example given for hdc) OPen terminal window $ su password(give the root password) # ln -s /dev/hdc /dev/dvd Then it will work Civileme
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
