Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189783 - media-libs/xine-lib-1.1.7 can't open dvb:// device
Summary: media-libs/xine-lib-1.1.7 can't open dvb:// device
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-22 06:32 UTC by merkel
Modified: 2007-09-04 12:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description merkel 2007-08-22 06:32:38 UTC
DVB-T-USB-Device can be played by
mplayer, but not by xine or gxine. The plugin xineplug_inp_dvb.so tries
to open /dev/dvb/adapter0/video0 which does not exist (should be dvr0).
Creating it doesn't help, since xine-lib tries to open READ+WRITE (EOPNOTSUPP) instead of READONLY.
open("/dev/dvb/adapter0/video0", O_RDWR|O_LARGEFILE) = -1 EOPNOTSUPP (Operation not supported)

Reproducible: Always




2.6.22-gentoo-r1
Device: Cinergy T²
Manufacturer: TerraTec GmbH
Module: cinergyT2

Might be considered as kernel bug in the module, but I think xine-lib
should never open a video device as write.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2007-09-03 11:40:18 UTC
Try with 1.1.8, it has some dvb fixes.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-09-04 12:28:44 UTC
1.1.8 ChangeLog:

* Allow the DVB input plugin to timeout if it is receiving no signal.

please try, and reopen if it still fails