Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > Alpha, Beta & Snapshots Discussions (Fedora 10 Only)
FedoraForum Search

Forgot Password? Join Us!

Alpha, Beta & Snapshots Discussions (Fedora 10 Only) Post Development Version comments and questions that don't belong in Bugzilla here. These posts will be moved or deleted once the Final version is released

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24th November 2008, 01:01 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
How do I install Kaffeine or VLC in F10 Preview?

OK, I'm in a fix here, need to play some disney cartoons this afternoon on a laptop here which I am booting from a F10 Preview USB stick. Now usually I' just enable livna and do

Code:
yum install kaffeine xine-lib*
or 'yum install vlc' to get the media players set up. But in F10 preview I've enabled rpmfusion rawhide repos and it doesn't work (Well, it installs but neither vlc or kaffeine play anything)

what am I doing wrong?? i know the final is released tomorrow, but I need this working today, cheers

Code:
[root@localhost ~]# yum repolist
Loaded plugins: refresh-packagekit
repo id              repo name                                status  
rawhide              Fedora - Rawhide - Developmental package enabled :  11,416
rpmfusion-free-rawhi RPM Fusion for Fedora 9.93 - Free - Rawh enabled :     324
rpmfusion-nonfree-ra RPM Fusion for Fedora 9.93 - Non-Free -  enabled :     142
repolist: 11,882
  #2  
Old 24th November 2008, 01:37 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by sideways View Post
OK, I'm in a fix here, need to play some disney cartoons this afternoon on a laptop here which I am booting from a F10 Preview USB stick. Now usually I' just enable livna and do

Code:
yum install kaffeine xine-lib*
or 'yum install vlc' to get the media players set up. But in F10 preview I've enabled rpmfusion rawhide repos and it doesn't work (Well, it installs but neither vlc or kaffeine play anything)

what am I doing wrong?? i know the final is released tomorrow, but I need this working today, cheers

Code:
[root@localhost ~]# yum repolist
Loaded plugins: refresh-packagekit
repo id              repo name                                status  
rawhide              Fedora - Rawhide - Developmental package enabled :  11,416
rpmfusion-free-rawhi RPM Fusion for Fedora 9.93 - Free - Rawh enabled :     324
rpmfusion-nonfree-ra RPM Fusion for Fedora 9.93 - Non-Free -  enabled :     142
repolist: 11,882
All your release files are out of date

Code:
[leigh@localhost ~]$ yum repolist
Loaded plugins: refresh-packagekit
repo id              repo name                                status  
adobe-linux-i386     Adobe Systems Incorporated               enabled :      17
fedora               Fedora 10 - x86_64                       enabled :  14,303
fusion               Compiz Fusion repository                 enabled :      45
livna-development    Livna for Fedora Core 10 - x86_64 - Deve enabled :       5
qbittorrent          qbittorrent Fusion repository            enabled :       2
rpmfusion-free       RPM Fusion for Fedora 10 - Free          enabled :     356
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Update enabled :       0
rpmfusion-nonfree    RPM Fusion for Fedora 10 - Nonfree       enabled :     137
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Upd enabled :       0
updates              Fedora 10 - x86_64 - Updates             enabled :  14,303
repolist: 29,168
[leigh@localhost ~]
Code:
[leigh@localhost ~]$ rpm -qa |grep release
rpmfusion-free-release-10-1.noarch
fedora-release-notes-10.0.0-1.noarch
fedora-release-10-1.noarch
qbittorrent-release-1-1.noarch
livna-release-9.90-1.noarch
rpmfusion-nonfree-release-10-1.noarch
compiz-fusion-release-1-6.noarch
adobe-release-i386-1.0-1.noarch
[leigh@localhost ~]$




Try

Code:
su
yum update rpmfusion* fedora-release
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5

Last edited by leigh123linux; 24th November 2008 at 01:57 PM.
  #3  
Old 24th November 2008, 02:14 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
cheers leigh, I was using old rpmfusion rpms stored on the usb stick so that was worth a try, I updated the fedora release via yum as you suggested, then to install rpmfusion I used:

Code:
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
Then did 'yum install kaffeine xine-lib-extras*'

It still didn't play any videos, in the end I had to copy the all-* codecs pack from http://www.mplayerhq.hu/MPlayer/releases/codecs/ to /usr/lib/codecs. I don't recall having to do this before.

I wonder if the xine-lib-nonfree codecs pack from livna has not been fully transferred to xine-lib-extras* in rpmfusion?

Well, I hope it will be easier in the final release tomorrow
  #4  
Old 24th November 2008, 02:16 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try ( xine-lib-nonfree has been renamed for rpmfusion )

Code:
su
yum install xine-lib-extras-freeworld
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
  #5  
Old 24th November 2008, 02:54 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
Quote:
Originally Posted by leigh123@linux View Post
Try ( xine-lib-nonfree has been renamed for rpmfusion )

Code:
su
yum install xine-lib-extras-freeworld
Yeah, I installed both xine-lib-extras and xine-lib-extras-freeworld, but it still won't play any videos. I spoke too soon about the mplayer codecs fixing the problem, it only fixed for one obscure divx encoded file I had.

I'm not sure what else to try.

I'm giving up on this now, I remembered the password for the windows (urgh) login on the laptop so I'll have to use that (I'll wash myself well tonight)
  #6  
Old 24th November 2008, 03:00 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by sideways View Post
Yeah, I installed both xine-lib-extras and xine-lib-extras-freeworld, but it still won't play any videos. I spoke too soon about the mplayer codecs fixing the problem, it only fixed for one obscure divx encoded file I had.

I'm not sure what else to try.

I'm giving up on this now, I remembered the password for the windows (urgh) login on the laptop so I'll have to use that (I'll wash myself well tonight)

Code:
yum install vlc
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
  #7  
Old 24th November 2008, 03:19 PM
nick.stumpos's Avatar
nick.stumpos Offline
Registered User
 
Join Date: Feb 2005
Location: Lansing, Mi
Age: 28
Posts: 2,222
when all else fails compile mplayer from source and gett the all codecs, works *almost* everytime. that things seems to play everything
__________________
As always
Love, Life, Loyalty, Wisdom, Knowledge, And Understanding
FC6: Common Questions answered
  #8  
Old 25th November 2008, 10:23 AM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
Would you believe the problem was selinux related (aargh), I think this problem persists in the final release too,

Code:
yum install vlc
Code:
vlc -vvv -no-plugin-cache
....
[00000001] main libvlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/demux/libavformat_plugin.so' (/usr/lib/sse2/libavcodec.so.51: cannot restore segment prot after reloc: Permission denied)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/video_filter/libpostproc_plugin.so' (/usr/lib/sse2/libavutil.so.49: cannot restore segment prot after reloc: Permission denied)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/video_filter/libswscale_plugin.so' (/usr/lib/sse2/libavutil.so.49: cannot restore segment prot after reloc: Permission denied)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/codec/libavcodec_plugin.so' (/usr/lib/sse2/libavutil.so.49: cannot restore segment prot after reloc: Permission denied)
....

disable selinux enforcing mode to fix

Code:
setenforce 0
  #9  
Old 25th November 2008, 11:06 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by sideways View Post
Would you believe the problem was selinux related (aargh), I think this problem persists in the final release too,

Code:
yum install vlc
Code:
vlc -vvv -no-plugin-cache
....
[00000001] main libvlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/demux/libavformat_plugin.so' (/usr/lib/sse2/libavcodec.so.51: cannot restore segment prot after reloc: Permission denied)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/video_filter/libpostproc_plugin.so' (/usr/lib/sse2/libavutil.so.49: cannot restore segment prot after reloc: Permission denied)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/video_filter/libswscale_plugin.so' (/usr/lib/sse2/libavutil.so.49: cannot restore segment prot after reloc: Permission denied)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/codec/libavcodec_plugin.so' (/usr/lib/sse2/libavutil.so.49: cannot restore segment prot after reloc: Permission denied)
....

disable selinux enforcing mode to fix

Code:
setenforce 0
I never run selinux with rawhide or release versions
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
 

Tags
f10, install, kaffeine, preview, vlc

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
F11 Preview, no active network after install bababooey182 Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 10 8th May 2009 01:43 AM
Fedora 11 Preview FGLRX ATI Install crash ap90033 Hardware & Laptops 0 6th May 2009 09:02 PM
[Fedora Preview] can't mount image during install trueblue Alpha - Beta (Fedora 9 Only) 3 20th April 2008 06:29 PM


Current GMT-time: 08:22 (Tuesday, 21-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