sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #52480
Re: Hvordan får jeg oprettet /dev/dvd
1. make a link in the /dev directory "ln -s cdrom dvd
2. dowload libdvdread libdvdnav & xine-dvdnav
You ahve to install libdvdread before libdvdnav and xine-dvdnav, it
would not hurt to install libdvdcss2-1.2.1-1plf.i586.rpm first.
You might get an error when you install xine-dvdnav...this one.
Could not run DVDNAV test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding DVDNAV or finding the wrong
*** version of DVDNAV. If it is not finding DVDNAV, you'll need to set
your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to
point
*** to the installed location Also, make sure you have run ldconfig if
that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it,
although
*** you may also be able to get things to work by modifying
LD_LIBRARY_PATH
***
Then do this....
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
That should be it.....
L.
http://www.dtek.chalmers.se/groups/dvd/downloads.shtml
http://dvd.sourceforge.net/xine-howto/en_GB/html/howto-3.html
On Tue, 2002-06-18 at 11:52, Hans Christian Studt wrote:
> Hej,
>
> Jeg kunne godt tænke mig at se om "xine" kan afspille en af mine DVD'er
> men jeg får følgende fejl :
>
> input_dvd: unable to open dvd drive (/dev/dvd): Ingen sådan fil eller
> filkatalog
>
> - og JA jeg har et dvd-drev, og det bliver mounted som /dev/cdrom hvis
> jeg indsætter en CD-ROM.
>
> ------------------------ /etc/fstab ------------------------------
> LABEL=/ / ext3 defaults 1 1
> LABEL=/boot /boot ext3 defaults 1 2
> LABEL=/tmp /tmp ext3 defaults 1 3
> LABEL=/user /user ext3 defaults 1 4
> #
> none /proc proc defaults
> 0 0
> none /dev/shm tmpfs defaults
> 0 0
> none /dev/pts devpts gid=5,mode=620
> 0 0
> #
> /dev/hdb7 swap swap defaults
> 0 0
> #
> /dev/hda1 /mnt/win450_c1 vfat defaults
> 0 0
> /dev/hda2 /mnt/win450_c2 vfat defaults
> 0 0
> /dev/hdb3 /mnt/win450_d1 vfat defaults
> 0 0
> /dev/hda5 /mnt/win450_e1 vfat defaults
> 0 0
> #
> /dev/fd0 /mnt/floppy auto noauto,owner
> 0 0
> #
> /dev/cdrom /mnt/cdrom iso9660
> noauto,owner,kudzu,ro 0 0
> /SWAP swap swap defaults 0 0
> /dev/cdrom1 /mnt/cdrom1 iso9660
> noauto,owner,kudzu,ro 0 0
> ----------------------------------------------------------
>
> ----------------------- xine -----------------------------
> This is xine (X11 gui) - a free video player v0.9.8
> (c) 2000, 2001 by G. Bartsch and the xine project team.
> Built with xine library 0.9.8 [Thu 14 Mar 2002 10:35:25]-[gcc version
> 2.96 20000731 (Red Hat Linux 7.2 2.96-107)]-[Linux 2.4.9-21smp i686].
> Found xine library version: 0.9.8 (0.9.8).
> Display is not using Xinerama.
> video_out_xv: using Xv port 55 from adaptor NV Video Overlay for
> hardware colorspace conversion and scaling.
> video_out_xv: double buffering mode = 1
> video_out_xv: port attribute XV_COLORKEY value is 66046
> video_out_xv: port attribute XV_AUTOPAINT_COLORKEY value is 1
> video_out_xv: port attribute XV_BRIGHTNESS value is 0
> video_out_xv: port attribute XV_CONTRAST value is 4096
> video_out_xv: port attribute XV_SATURATION value is 4096
> video_out_xv: port attribute XV_HUE value is 0
> video_out_xv: this adaptor supports the yuy2 format.
> video_out_xv: this adaptor supports the yv12 format.
> load_plugins: video output plugin Xv successfully loaded.
> audio_oss_out: Opening audio device...
> audio_oss_out: using device >/dev/dsp<
> audio_oss_out: using SNDCTL_DSP_GETODELAY
> audio_oss_out : supported modes are mono stereo
> load_plugins: audio output plugin oss successfully loaded.
> xine_init entered
> xine: using SSE optimized memcpy()
> load_plugins: input plugin found : CDA
> load_plugins: input plugin found : DVD
> load_plugins: input plugin found : file
> load_plugins: input plugin found : HTTP
> load_plugins: input plugin found : TCP
> load_plugins: input plugin found : RTP
> load_plugins: input plugin found : stdin_fifo
> load_plugins: input plugin found : VCD
> load_plugins: demux plugin found : AVI
> load_plugins: demux plugin found : CDA
> load_plugins: demux plugin found : MPEG
> load_plugins: demux plugin found : MPGAUDIO
> load_plugins: demux plugin found : MPEG_BLOCK
> load_plugins: demux plugin found : MPEG_ELEM
> load_plugins: demux plugin found : MPEG_PES
> load_plugins: demux plugin found : MPEG_TS
> load_plugins: demux plugin found : OGG
> load_plugins: demux plugin found : QUICKTIME
> audio decoder plugin found : a/52dec
> video decoder plugin found : mpeg2dec
> audio decoder plugin found : dts
> video decoder plugin found : ffmpeg video decoder
> audio decoder plugin found : lpcm
> audio decoder plugin found : mad
> spu decoder plugin found : spucc
> spu decoder plugin found : spudec
> spu decoder plugin found : sputext
> video decoder plugin found : videofill
> audio decoder plugin found : vorbis
> video decoder plugin found : vfw (win32) video decoder
> audio decoder plugin found : vfw (win32) audio decoder
> xine_init returning
> input_dvd: unable to open dvd drive (/dev/dvd): Ingen sådan fil eller
> filkatalog
> -----------------------------------------------------
> --
> Mvh Hans Christian Studt mailto:hcstudt@xxxxxxxx http://hc.studt.dk
> If Windows XP is the answer, Then you didn't understand the question.
> Linux information
> http://linux.studt.dk
>
>
>
References