Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21st July 2009, 01:39 AM
lancedance Offline
Registered User
 
Join Date: Jan 2007
Location: Beijing, China
Age: 27
Posts: 131
system-release >= 11.90 is needed by rpmfusion-free-release-11.90-1.noarch

I am trying to installing the fgrlx driver, but I got this
Code:
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
error: Failed dependencies:
        system-release >= 11.90 is needed by rpmfusion-free-release-11.90-1.noarch
        system-release >= 11.90 is needed by rpmfusion-nonfree-release-11.90-1.noarch
what dose this mean? and what can I do?
Reply With Quote
  #2  
Old 21st July 2009, 01:43 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
You are trying to install the rpmfusion repositories for Fedora Rawhide (Fedora 12). You need to install the repos for Fedora 11. Looky here, http://rpmfusion.org/Configuration
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #3  
Old 21st July 2009, 01:55 AM
Demz
Guest
 
Posts: n/a
Code:
su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
install that one
Reply With Quote
  #4  
Old 21st July 2009, 02:00 AM
lancedance Offline
Registered User
 
Join Date: Jan 2007
Location: Beijing, China
Age: 27
Posts: 131
Quote:
Originally Posted by glennzo View Post
You are trying to install the rpmfusion repositories for Fedora Rawhide (Fedora 12). You need to install the repos for Fedora 11. Looky here, http://rpmfusion.org/Configuration
I have follow the instruction to do, but see my code
Code:
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
warning: /var/tmp/rpm-tmp.7WjQeo: Header V3 DSA signature: NOKEY, key ID 49c8885a
warning: /var/tmp/rpm-tmp.xPVzn2: Header V3 DSA signature: NOKEY, key ID b1981b68
Preparing...                ########################################### [100%]
   1:rpmfusion-free-release ########################################### [ 50%]
   2:rpmfusion-nonfree-relea########################################### [100%]
[root@darkstar wuchi]# yum  install kmod-fglrx xorg-x11-drv-fglrx xorg-x11-drv-fglrx-libs.i386
Loaded plugins: presto, protectbase, refresh-packagekit
1 packages excluded due to repository protections
Setting up Install Process
No package kmod-fglrx available.
No package xorg-x11-drv-fglrx available.
No package xorg-x11-drv-fglrx-libs.i386 available.
Nothing to do
What I have miss? Thank you for your help
Reply With Quote
  #5  
Old 21st July 2009, 02:50 AM
lancedance Offline
Registered User
 
Join Date: Jan 2007
Location: Beijing, China
Age: 27
Posts: 131
I am using the one you post
Code:
[root@darkstar yum.repos.d]# rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
warning: /var/tmp/rpm-tmp.odGTAu: Header V3 DSA signature: NOKEY, key ID 49c8885a
warning: /var/tmp/rpm-tmp.d3mayO: Header V3 DSA signature: NOKEY, key ID b1981b68
Preparing...                ########################################### [100%]
   1:rpmfusion-free-release ########################################### [ 50%]
   2:rpmfusion-nonfree-relea########################################### [100%]
[root@darkstar wuchi]# yum  install kmod-fglrx xorg-x11-drv-fglrx xorg-x11-drv-fglrx-libs.i386
Loaded plugins: presto, protectbase, refresh-packagekit
0 packages excluded due to repository protections
Setting up Install Process
No package kmod-fglrx available.
No package xorg-x11-drv-fglrx available.
No package xorg-x11-drv-fglrx-libs.i386 available.
Nothing to do
It's still the same.
Reply With Quote
  #6  
Old 21st July 2009, 03:08 AM
Demz
Guest
 
Posts: n/a
if im right one of those packages is now called a catalyst now so you may need to look that one up.. im not sure what one it is since i dont use ATI crap
Reply With Quote
  #7  
Old 21st July 2009, 03:15 AM
lancedance Offline
Registered User
 
Join Date: Jan 2007
Location: Beijing, China
Age: 27
Posts: 131
Quote:
Originally Posted by Demz View Post
if im right one of those packages is now called a catalyst now so you may need to look that one up.. im not sure what one it is since i dont use ATI crap
There are no any sh**t called catalyst. just let it be. I am wondering the fglrx is removed from the repo. thank yo all the same.

Last edited by lancedance; 21st July 2009 at 03:22 AM.
Reply With Quote
  #8  
Old 21st July 2009, 03:59 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
The ATI video drivers do not yet work with F11 kernels, so NO: there are no *fglrx* nor *catalyst* packages yet in RPMFusion.

In future: please state your goal/target clearly at the beginning, when you ask your question, and provide as much info as possible, to assist others who are trying to answer you, so that they can reply with intelligent answers and without wasting their (or your) time.

Thanks,
V
Reply With Quote
Reply

Tags
>, 1190, needed, systemrelease

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
Public key for rpmfusion-nonfree-release-11-1.noarch.rpm is not installed manuleka Installation and Live Media 13 15th June 2009 11:33 PM
Public key of rpmfusion-nonfree-release-11-1.noarch.rpm pretz Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 12 1st June 2009 11:42 AM
FYI:after fedora-release-11-1.noarch, nomorerawhide SlowJet Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 5 14th May 2009 10:44 PM
livna-release-7.92-0.1test.noarch.rpm for F8 test 3 leigh123linux Using Fedora 2 30th October 2007 05:22 PM


Current GMT-time: 11:20 (Thursday, 23-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