Fedora Linux Support Community & Resources Center
  #1  
Old 7th July 2007, 04:35 AM
m0dY Offline
Registered User
 
Join Date: Apr 2007
Posts: 6
New Fedora 7 kaffeine rpm built without DVB support ?!

Hello,

Looks like the new kaffeine rpm's for the Fedora 7 release is built without DVB support, anybody having same issue before reporting.
Reply With Quote
  #2  
Old 7th July 2007, 08:27 AM
Finalzone's Avatar
Finalzone Online
Community Manager
 
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,365
You should get livna repository to add more functionality for kaffeine. The version you installed does not include any proprietary codecs.
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
Reply With Quote
  #3  
Old 8th July 2007, 03:22 AM
m0dY Offline
Registered User
 
Join Date: Apr 2007
Posts: 6
Well,

I have the livna repo enabled but i don't think livna include any kaffeine pkgs.

As you can see here http://livna-dl.reloumirrors.net/fedora/7/i386/
Reply With Quote
  #4  
Old 18th July 2007, 03:13 PM
anonymouse Offline
Registered User
 
Join Date: Jul 2005
Location: London
Posts: 64
There seems to be a bug in the current Fedora 7 kernel which prevents some DVB cards working. My Conexant-based PCI card does not work with F7, but does with FC6 (apart from one recent kernel). However, my Freecom DVB-T stick does work. Kaffeine only shows the DVB option if a DVB card is present and working - it does work OK for me in F7.
Reply With Quote
  #5  
Old 19th July 2007, 11:08 AM
welshmike Offline
Registered User
 
Join Date: Jul 2007
Posts: 6
Question Freecom DVT-B USB problems on FC 6

Problem now resolved with thanks to anonymouse. Please see my post at 04:10 PM PDT today.

Quote:
Originally Posted by anonymouse
There seems to be a bug in the current Fedora 7 kernel which prevents some DVB cards working. My Conexant-based PCI card does not work with F7, but does with FC6 (apart from one recent kernel). However, my Freecom DVB-T stick does work. Kaffeine only shows the DVB option if a DVB card is present and working - it does work OK for me in F7.
I'm a newbie to GNU/Linux and am detemined to escape from the future of Microsoft Windows. So I'm gradually making sure that everything I have been able to do on XP I can do on Fedora Core before I dump Redmond forever.
Progress thus far has been quite good with FC 6 despite this old dog having to lean new tricks!
My progress in getting to receive Freeview TV with my Freecom DVB-T USB stick is currently stuck.
Thus far:
1 Downloaded firmware dvb-usb-wt220u-02.fw from http://www.linuxtv.org/downloads/firmware/
2. yum install kaffeine (which also installed xine)

Kaffeine recognises the USB stick and I have tuned into the uk-rowridge channels.
When I attempt to view a channel I get:
> 07:02:31 PM: xine: couldn't find demux for >/root/.kaxtv1.ts<
> 07:02:31 PM: xine: found input plugin : file input plugin
> 07:02:26 PM: video_decoder: no plugin available to handle 'XviD'
> 07:02:26 PM: xine: found demuxer plugin: AVI/RIFF demux plugin
> 07:02:26 PM: xine: found input plugin : file input plugin
> 07:02:10 PM: xine: couldn't find demux for >/root/.kaxtv.ts<
> 07:02:10 PM: xine: found input plugin : file input plugin
> 07:02:10 PM: video_decoder: no plugin available to handle 'XviD'
> 07:02:10 PM: xine: found demuxer plugin: AVI/RIFF demux plugin
> 07:02:10 PM: xine: found input plugin : file input plugin"

I've seen several postings on the web from people who have this unresolved problem.

Please please is there someone who can tell me how to overcome this problem? ... in simple terms please.

Many thanks in advance.

Welshmike

Last edited by welshmike; 19th July 2007 at 04:14 PM.
Reply With Quote
  #6  
Old 19th July 2007, 12:58 PM
anonymouse Offline
Registered User
 
Join Date: Jul 2005
Location: London
Posts: 64
It looks like the DVB-T stick is installed correctly, otherwise kaffeine wouldn't show you any DVB options. I think the problem is that you don't have the right audio and video decoders installed. These are covered by various patents and so are not included in the Fedora distribution.

However - this is easily fixed. Go to http://rpm.livna.org/rlowiki/ and get the Fedora Core 6 repository RPM via the link on the front page. Then, as root, run:

Code:
rpm -Uvh <name of file.rpm>
...or you can probably just double click on the file if you don't fancy the command line stuff. :-) This enables yum to see a repository called "Livna" that contains various packages not included in the main Fedora distribution for legal reasons.

Now you should be able to run:

Code:
yum install xine-lib-extras-nonfree
which will install the necessary audio and video decoders and demuxs, and you should be able to use kaffeine to watch DVB-T channels!
Reply With Quote
  #7  
Old 19th July 2007, 01:54 PM
welshmike Offline
Registered User
 
Join Date: Jul 2007
Posts: 6
Thanks anonymouse

I had already obtained the FC 6 repository RPM.

What is the name-of-file in rpm -Uvh <name-of-file.rpm> please?

I ran
yum install xine-lib-extras-nonfree
and got:
No Match for argument xine-lib-extras-nonfree
Nothing to do

Mike
Reply With Quote
  #8  
Old 19th July 2007, 02:33 PM
anonymouse Offline
Registered User
 
Join Date: Jul 2005
Location: London
Posts: 64
<name of file.rpm> is "livna-release-6.rpm" - you can get it here...

http://rpm.livna.org/livna-release-6.rpm

Then run:
Code:
rpm -Uvh livna-release-6.rpm
and finally:
Code:
yum install xine-lib-extras-nonfree
... which should now work.

Alternatively, to do it all in one go:
Code:
wget http://rpm.livna.org/livna-release-6.rpm
rpm -Uvh livna-release-6.rpm
yum install xine-lib-extras-nonfree

Last edited by anonymouse; 19th July 2007 at 05:19 PM.
Reply With Quote
  #9  
Old 19th July 2007, 04:10 PM
welshmike Offline
Registered User
 
Join Date: Jul 2007
Posts: 6
Smile

Many thanks anonymouse. All in one go did it.

I'm now viewing Freeview successfully using Kaffeine.

One more step away from the grip of Redmond.
Reply With Quote
  #10  
Old 19th July 2007, 05:20 PM
anonymouse Offline
Registered User
 
Join Date: Jul 2005
Location: London
Posts: 64
Great! Have fun. :-)
Reply With Quote
Reply

Tags
built, dvb, fedora, kaffeine, rpm, support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 10, kaffeine, and freecom DVB madsmaddad Using Fedora 2 9th February 2009 03:20 PM
Problem in Fedora 10 with Kaffeine and Dragon Player cola Using Fedora 3 15th December 2008 01:58 PM
Built in support for DLINK DWL-G630 wlan card. 4000xt Fedora Core 5 - Dev 0 19th December 2005 04:32 PM
mp4 support on kaffeine cathal Using Fedora 5 27th June 2005 01:37 AM


Current GMT-time: 05:42 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat