Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: xine-vdr issues issues..



Hi,

mike lewis wrote:

*ANY* Ideas are welcome.  I have reached a stone wall here, it simply
does not work, and I quite painfully have no idea what to do next..
It seems to me that input_vdr doesn't get loaded for any reason. If you had X11 then xine --verbose=2 would show you all loaded plugins but --verbose is not available in fbxine.

Try the following:

strace -o strace.log -f -- fbxine ...

This will log all kernel calls (stat, open, read, ...) into strace.log. Then have a look into the file and locate "inp_vdr", e. g.

5408 stat64("/soft/xine-lib-cvs/lib/xine/plugins/1.0.0/xineplug_inp_vdr.so", {st_mode=S_IFREG|0755, st_size=67770, ...}) = 0
5408 open("/soft/xine-lib-cvs/lib/xine/plugins/1.0.0/xineplug_inp_vdr.so", O_RDONLY) = 4
5408 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\35\0\000"..., 512) = 512
5408 fstat64(4, {st_mode=S_IFREG|0755, st_size=67770, ...}) = 0
5408 old_mmap(NULL, 27064, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x404c3000
5408 madvise(0x404c3000, 27064, MADV_SEQUENTIAL|0x1) = 0
5408 old_mmap(0x404c9000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 0x5000) = 0x404c9000
5408 close(4) = 0

Make shure that the correct location is used for the stat64() call and that the file get's loaded. You might also want to check the beginning of strace.log. Make shure that the first line addresses the correct fbxine binary.

Bye.
--
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@gmx.de




Home | Main Index | Thread Index