Bug 285511 - udev-171-r1 breaks dvb/kaffeine
Summary: udev-171-r1 breaks dvb/kaffeine
Status: RESOLVED INTENTIONAL
Alias: None
Product: kaffeine
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Mauro Carvalho Chehab
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 20:43 UTC by Volker Hemmann
Modified: 2017-10-04 09:04 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Hemmann 2011-11-01 20:43:19 UTC
Version:           1.2.2 (using KDE 4.7.2) 
OS:                Linux

when upgrading to udev-171-r1 kaffeine stops working. It can not find the device anymore.

See this bug on b.g.o:
https://bugs.gentoo.org/show_bug.cgi?id=372489

Reproducible: Always

Steps to Reproduce:
have udev 168 installed
install kaffeine
use it successfully
update to udev-171
kaffeine stops working with this message:
Can not open dvb/adapter0/frontend0


Expected Results:  
kaffeine should be able to open the device.

OS: Linux (x86_64) release 3.0.7
Compiler: x86_64-pc-linux-gnu-gcc
Comment 1 Johannes Huber 2012-02-09 21:34:33 UTC
ping
Comment 2 Martin Blumenstingl 2012-06-28 11:45:22 UTC
Also happens here.
The errno when opening the frontend is EAGAIN.
Waiting a few seconds and trying to switch the channel again fixes it for me (until the next channel switch).

Other dvb-apps (scan, w_scan and vlc) are working fine for me.

udev 185
latest kaffeine from git
kernel 3.4.4
Comment 3 Andreas K. Huettel 2013-03-09 21:28:32 UTC
I'm copying here what one of our Gentoo users posted:

Bernd Raschke 2013-01-26 14:45:26 CET
Had the same bug, fought like hell with my kernel, udev and the usb-stick.
Turns out, the problem is neither, but Kaffeine. For some reason after
scanning for dvb-Adapters it suddenly decides to open dvb/adapter0/frontend0.
So
$ cd /dev
$ kaffeine
 - works
and
$ cd 
$ ln -s /dev
$ kaffeine
 - works too.

I suspect kaffeine for some reasons cuts off the mount point which didn't
exist before i upgraded udev (at least i guess).
Comment 4 Mauro Carvalho Chehab 2016-06-06 00:20:06 UTC
This bug is too old, for a version < 1.3. Closing it, as the latest version is 2.0.1, and lots of things changed since version 1.2.x, including the usage of VLC as video display backend, support for DVB-T2 and ISDB-T via libVLC, etc.

You may check on the upstream version and see if the bug was solved. The README file contains instructions about how to compile it. You can find it at our git repository: 

https://quickgit.kde.org/?p=kaffeine.git 

If you find similar issues with version 2.0.1, please re-open.