Find the answer to your Linux question:
Page 2 of 5 FirstFirst 1 2 3 4 5 LastLast
Results 11 to 20 of 42
In the /etc/yum.repos.d/ folder you should have these files that deal with the RPM Fusion repositories. rpmfusion-free-rawhide.repo rpmfusion-free.repo rpmfusion-free-updates.repo rpmfusion-free-updates-testing.repo rpmfusion-nonfree-rawhide.repo rpmfusion-nonfree.repo rpmfusion-nonfree-updates.repo rpmfusion-nonfree-updates-testing.repo...
  1. #11
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570


    In the /etc/yum.repos.d/ folder you should have these files that deal with the RPM Fusion repositories.

    rpmfusion-free-rawhide.repo
    rpmfusion-free.repo
    rpmfusion-free-updates.repo
    rpmfusion-free-updates-testing.repo
    rpmfusion-nonfree-rawhide.repo
    rpmfusion-nonfree.repo
    rpmfusion-nonfree-updates.repo
    rpmfusion-nonfree-updates-testing.repo
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  2. #12
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,197
    Quote Originally Posted by waterhead View Post
    What do you get when you enter this commamd?
    Code:
    yum repolist
    You should get a list that includes these repositories.
    Code:
    rpmfusion-free                                       RPM Fusion for Fedora 10 - Free                                          enabled:    324
    rpmfusion-free-updates                               RPM Fusion for Fedora 10 - Free - Updates                                enabled:    968
    rpmfusion-nonfree                                    RPM Fusion for Fedora 10 - Nonfree                                       enabled:    142
    rpmfusion-nonfree-updates                            RPM Fusion for Fedora 10 - Nonfree - Updates                             enabled:    677
    HTML Code:
    [root@localhost ~]# yum repolist
    Loaded plugins: refresh-packagekit
    repo id                   repo name                              status
    fedora                    Fedora 10 - i386                       enabled: 11,416
    rpmfusion-free            RPM Fusion for Fedora 10 - Free        enabled:    324
    rpmfusion-free-updates    RPM Fusion for Fedora 10 - Free - Upda enabled:    968
    rpmfusion-nonfree         RPM Fusion for Fedora 10 - Nonfree     enabled:    142
    rpmfusion-nonfree-updates RPM Fusion for Fedora 10 - Nonfree - U enabled:    677
    updates                   Fedora 10 - i386 - Updates             enabled:  6,410
    repolist: 19,937
    [root@localhost ~]# 

  3. #13
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,197
    Quote Originally Posted by waterhead View Post
    In the /etc/yum.repos.d/ folder you should have these files that deal with the RPM Fusion repositories.

    rpmfusion-free-rawhide.repo
    rpmfusion-free.repo
    rpmfusion-free-updates.repo
    rpmfusion-free-updates-testing.repo
    rpmfusion-nonfree-rawhide.repo
    rpmfusion-nonfree.repo
    rpmfusion-nonfree-updates.repo
    rpmfusion-nonfree-updates-testing.repo
    HTML Code:
    [root@localhost yum.repos.d]# ls
    fedora-rawhide.repo          rpmfusion-free-updates.repo
    fedora.repo                  rpmfusion-free-updates-testing.repo
    fedora-updates.repo          rpmfusion-nonfree-rawhide.repo
    fedora-updates-testing.repo  rpmfusion-nonfree.repo
    rpmfusion-free-rawhide.repo  rpmfusion-nonfree-updates.repo
    rpmfusion-free.repo          rpmfusion-nonfree-updates-testing.repo
    [root@localhost yum.repos.d]# 

  4. #14
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    There is one other thing to check. Make sure that the non-free repo is enabled.

    rpmfusion-nonfree.repo:
    Code:
    [rpmfusion-nonfree]
    name=RPM Fusion for Fedora $releasever - Nonfree
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-$releasever&arch=$basearch
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    
    [rpmfusion-nonfree-debuginfo]
    name=RPM Fusion for Fedora $releasever - Nonfree - Debug
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/debug/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-debug-$releasever&arch=$basearch
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    
    [rpmfusion-nonfree-source]
    name=RPM Fusion for Fedora $releasever - Nonfree - Source
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/source/SRPMS/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-source-$releasever&arch=$basearch
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    rpmfusion-nonfree-updates.repo:
    Code:
    [rpmfusion-nonfree-updates]
    name=RPM Fusion for Fedora $releasever - Nonfree - Updates
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-$releasever&arch=$basearch
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    
    [rpmfusion-nonfree-updates-debuginfo]
    name=RPM Fusion for Fedora $releasever - Nonfree - Updates Debug
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/debug/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-debug-$releasever&arch=$basearch
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    
    [rpmfusion-nonfree-updates-source]
    name=RPM Fusion for Fedora $releasever - Nonfree - Updates Source
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/SRPMS/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-source-$releasever&arch=$basearch
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    You want the two highlighted in red to be "1", which means enabled.

    When I run this command:
    Code:
    su -c 'yum install broadcom-wl'
    This is what I get:
    Code:
    Loaded plugins: refresh-packagekit
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package broadcom-wl.noarch 0:5.10.91.9-1.fc10 set to be updated
    --> Processing Dependency: wl-kmod >= 5.10.91.9 for package: broadcom-wl-5.10.91.9-1.fc10.noarch
    --> Running transaction check
    ---> Package kmod-wl.i686 0:5.10.91.9-2.fc10.4 set to be updated
    --> Processing Dependency: kmod-wl-2.6.27.29-170.2.78.fc10.i686 >= 5.10.91.9-2.fc10.4 for package: kmod-wl-5.10.91.9-2.fc10.4.i686
    --> Running transaction check
    ---> Package kmod-wl-2.6.27.29-170.2.78.fc10.i686.i686 0:5.10.91.9-2.fc10.4 set to be updated
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    =============================================================================================================================================
     Package                                         Arch              Version                        Repository                            Size
    =============================================================================================================================================
    Installing:
     broadcom-wl                                     noarch            5.10.91.9-1.fc10               rpmfusion-nonfree-updates            9.2 k
    Installing for dependencies:
     kmod-wl                                         i686              5.10.91.9-2.fc10.4             rpmfusion-nonfree-updates            5.6 k
     kmod-wl-2.6.27.29-170.2.78.fc10.i686            i686              5.10.91.9-2.fc10.4             rpmfusion-nonfree-updates            543 k
    
    Transaction Summary
    =============================================================================================================================================
    Install      3 Package(s)
    Update       0 Package(s)
    Remove       0 Package(s)
    
    Total download size: 558 k
    Is this ok [y/N]:
    If you have the same repositories enabled, you should get the same thing.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  5. #15
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,197
    HTML Code:
    root@localhost yum.repos.d]# cat rpmfusion-nonfree.repo
    [rpmfusion-nonfree]
    name=RPM Fusion for Fedora $releasever - Nonfree
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-$releasever&arch=$basearch
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    
    [rpmfusion-nonfree-debuginfo]
    name=RPM Fusion for Fedora $releasever - Nonfree - Debug
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/debug/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-debug-$releasever&arch=$basearch
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    
    [rpmfusion-nonfree-source]
    name=RPM Fusion for Fedora $releasever - Nonfree - Source
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/source/SRPMS/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-source-$releasever&arch=$basearch
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    
    [root@localhost yum.repos.d]# yum install broadcom-wl
    Loaded plugins: refresh-packagekit
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package broadcom-wl.noarch 0:5.10.91.9-1.fc10 set to be updated
    --> Processing Dependency: wl-kmod >= 5.10.91.9 for package: broadcom-wl-5.10.91.9-1.fc10.noarch
    --> Running transaction check
    ---> Package kmod-wl.i686 0:5.10.91.9-2.fc10.4 set to be updated
    --> Processing Dependency: kmod-wl-2.6.27.29-170.2.78.fc10.i686 >= 5.10.91.9-2.fc10.4 for package: kmod-wl-5.10.91.9-2.fc10.4.i686
    --> Running transaction check
    ---> Package kmod-wl-2.6.27.29-170.2.78.fc10.i686.i686 0:5.10.91.9-2.fc10.4 set to be updated
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ================================================================================
     Package       Arch     Version               Repository                   Size
    ================================================================================
    Installing:
     broadcom-wl   noarch   5.10.91.9-1.fc10      rpmfusion-nonfree-updates   9.2 k
    Installing for dependencies:
     kmod-wl       i686     5.10.91.9-2.fc10.4    rpmfusion-nonfree-updates   5.6 k
     kmod-wl-2.6.27.29-170.2.78.fc10.i686
                   i686     5.10.91.9-2.fc10.4    rpmfusion-nonfree-updates   543 k
    
    Transaction Summary
    ================================================================================
    Install      3 Package(s)         
    Update       0 Package(s)         
    Remove       0 Package(s)         
    
    Total download size: 558 k
    Is this ok [y/N]:
    [
    Last edited by nujinini; 08-15-2009 at 05:09 AM. Reason: reformat

  6. #16
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,197
    HTML Code:
    Transaction Summary
    ================================================================================
    Install      3 Package(s)         
    Update       0 Package(s)         
    Remove       0 Package(s)         
    
    Total download size: 558 k
    Is this ok [y/N]: y
    Downloading Packages:
    (1/3): broadcom-wl-5.10.91.9-1.fc10.noarch.rpm           | 9.2 kB     00:01     
    (2/3): kmod-wl-5.10.91.9-2.fc10.4.i686.rpm               | 5.6 kB     00:00     
    (3/3): kmod-wl-2.6.27.29-170.2.78.fc10.i686-5.10.91.9-2. | 543 kB     00:13     
    --------------------------------------------------------------------------------
    Total                                            30 kB/s | 558 kB     00:18     
    warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID b1981b68
    rpmfusion-nonfree-updates/gpgkey                         | 1.7 kB     00:00     
    Importing GPG key 0xB1981B68 "RPM Fusion repository (Fedora - nonfree) <rpmfusion-buildsys@lists.rpmfusion.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-10-i386
    Is this ok [y/N]: y
    Running rpm_check_debug
    Running Transaction Test
    Finished Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing     : kmod-wl-2.6.27.29-170.2.78.fc10.i686-5.10.91.9-2.fc10.   1/3 
      Installing     : kmod-wl-5.10.91.9-2.fc10.4.i686                          2/3 
      Installing     : broadcom-wl-5.10.91.9-1.fc10.noarch                      3/3 
    
    Installed:
      broadcom-wl.noarch 0:5.10.91.9-1.fc10                                         
    
    Dependency Installed:
      kmod-wl.i686 0:5.10.91.9-2.fc10.4                                             
      kmod-wl-2.6.27.29-170.2.78.fc10.i686.i686 0:5.10.91.9-2.fc10.4                
    
    Complete!
    [root@localhost yum.repos.d]# 

  7. #17
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,197
    Quite strange, I still cannot connect to wireless

    I think I missed this one..

    HTML Code:
    [root@localhost ~]# cd /etc/yum.repos.d/ 
    [root@localhost yum.repos.d]# cat rpmfusion-nonfree-updates.repo
    [rpmfusion-nonfree-updates]
    name=RPM Fusion for Fedora $releasever - Nonfree - Updates
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-$releasever&arch=$basearch
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    
    [rpmfusion-nonfree-updates-debuginfo]
    name=RPM Fusion for Fedora $releasever - Nonfree - Updates Debug
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/debug/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-debug-$releasever&arch=$basearch
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    
    [rpmfusion-nonfree-updates-source]
    name=RPM Fusion for Fedora $releasever - Nonfree - Updates Source
    #baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/SRPMS/
    mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-source-$releasever&arch=$basearch
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
    
    [root@localhost yum.repos.d]# 

  8. #18
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,945
    Quote Originally Posted by nujinini View Post
    HTML Code:
    Transaction Summary
    ================================================================================
    Install      3 Package(s)         
    Update       0 Package(s)         
    Remove       0 Package(s)         
    
    Total download size: 558 k
    Is this ok [y/N]: y
    Downloading Packages:
    (1/3): broadcom-wl-5.10.91.9-1.fc10.noarch.rpm           | 9.2 kB     00:01     
    (2/3): kmod-wl-5.10.91.9-2.fc10.4.i686.rpm               | 5.6 kB     00:00     
    (3/3): kmod-wl-2.6.27.29-170.2.78.fc10.i686-5.10.91.9-2. | 543 kB     00:13     
    --------------------------------------------------------------------------------
    Total                                            30 kB/s | 558 kB     00:18     
    warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID b1981b68
    rpmfusion-nonfree-updates/gpgkey                         | 1.7 kB     00:00     
    Importing GPG key 0xB1981B68 "RPM Fusion repository (Fedora - nonfree) <rpmfusion-buildsys@lists.rpmfusion.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-10-i386
    Is this ok [y/N]: y
    Running rpm_check_debug
    Running Transaction Test
    Finished Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing     : kmod-wl-2.6.27.29-170.2.78.fc10.i686-5.10.91.9-2.fc10.   1/3 
      Installing     : kmod-wl-5.10.91.9-2.fc10.4.i686                          2/3 
      Installing     : broadcom-wl-5.10.91.9-1.fc10.noarch                      3/3 
    
    Installed:
      broadcom-wl.noarch 0:5.10.91.9-1.fc10                                         
    
    Dependency Installed:
      kmod-wl.i686 0:5.10.91.9-2.fc10.4                                             
      kmod-wl-2.6.27.29-170.2.78.fc10.i686.i686 0:5.10.91.9-2.fc10.4                
    
    Complete!
    [root@localhost yum.repos.d]# 
    Is this the output from your machine? It looks like it was successful, have you tried using the network tool to create a new wireless connection? Did you get an error?
    Can you post the output of:
    Code:
    ifconfig
    In your posts, can you try using the code tags instead of html tags, it's the icon that looks like a #
    Thanks.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this. and the Forum FAQS.

  9. #19
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,197
    Quote Originally Posted by MikeTbob View Post
    Is this the output from your machine? It looks like it was successful, have you tried using the network tool to create a new wireless connection? Did you get an error?
    Can you post the output of:
    Code:
    ifconfig
    In your posts, can you try using the code tags instead of html tags, it's the icon that looks like a #
    Thanks.
    Hello MikeTbob,

    Yes this output was from my machine.

    Here is the ifconfig
    Code:
    [jun@localhost ~]$ ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:1E:68:F0:BB:D7  
              inet addr:192.168.1.6  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::21e:68ff:fef0:bbd7/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:1275 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1425 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:997023 (973.6 KiB)  TX bytes:312015 (304.7 KiB)
              Interrupt:17 
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:800 (800.0 b)  TX bytes:800 (800.0 b)
    
    [jun@localhost ~]$

  10. #20
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    Did you reboot after installing the driver? The new wl module should load after a reboot. Post the output of this command.
    Code:
    lsmod
    If the wl module is not present, try loading it manually.
    Code:
    sudo modprobe wl
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Page 2 of 5 FirstFirst 1 2 3 4 5 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •