public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rémi Cardona" <remi@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Re: Packages up for grabs due lack of time
Date: Mon, 18 Feb 2013 22:02:25 +0100	[thread overview]
Message-ID: <1361221345.32748.20.camel@exos> (raw)
In-Reply-To: <20130217224748.1f224b5c@caribou.gateway.2wire.net>

Le dimanche 17 février 2013 à 22:47 -0600, Ryan Hill a écrit :
> Even after you do that it's hard to figure out what firmware files you actually
> need.  I know I need iwl6000 firmware for Intel Ultimate-N 6300 wifi, but
> linux-firmware contains:
> 
> iwlwifi-6000-4.ucode
> iwlwifi-6000g2a-5.ucode
> iwlwifi-6000g2a-6.ucode
> iwlwifi-6000g2b-5.ucode
> iwlwifi-6000g2b-6.ucode
> 
> Are these different versions?  Different cards?  Which do I need?

Good kernel modules *should* export needed firmwares as module
parameters. You *should* then be able to query it with modinfo:

    modinfo <module> -F firmware

Note however that *lots* of modules (especially DVB, in my experience)
don't properly set those parameters and you're left grepping the source
code or dmesg to find which firmware you'll need...

Cheers,

Rémi



  parent reply	other threads:[~2013-02-18 21:02 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-16 13:08 [gentoo-dev] Packages up for grabs due lack of time Pacho Ramos
2013-02-16 13:38 ` Tom Wijsman
2013-02-16 13:41 ` Aaron Bauman
2013-02-16 13:44 ` Diego Elio Pettenò
2013-02-16 13:59   ` Peter Stuge
2013-02-16 14:00     ` Samuli Suominen
2013-02-16 14:10     ` Diego Elio Pettenò
2013-02-16 15:08       ` Ulrich Mueller
2013-02-16 15:14         ` Rick "Zero_Chaos" Farina
2013-02-16 16:13           ` Ulrich Mueller
2013-02-16 16:28             ` Mike Gilbert
2013-02-16 17:35               ` Ulrich Mueller
2013-02-16 18:40                 ` Mike Gilbert
2013-02-16 15:18         ` Diego Elio Pettenò
2013-02-16 15:43       ` Peter Stuge
2013-02-17 17:40         ` Chí-Thanh Christopher Nguyễn
2013-02-18  4:47           ` [gentoo-dev] " Ryan Hill
2013-02-18 11:22             ` Maxim Kammerer
2013-02-18 13:11             ` Chí-Thanh Christopher Nguyễn
2013-02-18 21:02             ` Rémi Cardona [this message]
2013-02-16 14:41   ` [gentoo-dev] " Rick "Zero_Chaos" Farina
2013-02-16 14:42     ` Diego Elio Pettenò
2013-02-16 15:11       ` Ulrich Mueller
2013-02-17  5:06         ` Rick "Zero_Chaos" Farina
2013-02-17 10:04           ` [gentoo-dev] linux-firmware (was: Re: Packages up for grabs due lack of time) Ulrich Mueller
2013-02-19 14:18             ` [gentoo-dev] linux-firmware Rick "Zero_Chaos" Farina
2013-02-20  4:43               ` [gentoo-dev] linux-firmware Duncan
2013-02-20  6:03                 ` Alec Warner
2013-02-20  7:55                   ` Ulrich Mueller
2013-02-20  8:16                     ` Alec Warner
2013-02-20  9:09                       ` Ulrich Mueller
2013-02-20 16:19                     ` Rick "Zero_Chaos" Farina
2013-02-20 16:44                       ` Ulrich Mueller
2013-02-20 16:52                         ` Rick "Zero_Chaos" Farina
2013-02-20  8:37                 ` Peter Stuge
2013-02-20 12:02                 ` Rich Freeman
2013-02-20 12:10                   ` Tomáš Chvátal
2013-02-20 13:29                     ` Chí-Thanh Christopher Nguyễn
2013-02-20 13:31                       ` Diego Elio Pettenò
2013-02-20 13:17                   ` Diego Elio Pettenò
2013-02-20 16:03                     ` Rich Freeman
2013-02-20 16:10                       ` Diego Elio Pettenò
2013-02-20 18:22                       ` Greg KH
2013-02-20 18:25                         ` Peter Stuge
2013-02-20 18:43                           ` Greg KH
2013-02-20 18:51                             ` Diego Elio Pettenò
2013-02-21 17:26                               ` Greg KH
2013-02-21 17:44                                 ` Ian Stakenvicius
2013-02-21 18:33                                 ` Ulrich Mueller
2013-02-21 19:55                                   ` Greg KH
2013-02-21 20:44                                     ` Ulrich Mueller
2013-02-21 21:22                                       ` Rich Freeman
2013-02-21 22:44                                       ` Greg KH
2013-02-21 23:18                                         ` Rich Freeman
2013-02-22  1:54                                           ` David Abbott
2013-02-22 20:53                                           ` Roy Bamford
2013-02-21 22:16                                     ` Duncan
2013-02-20 16:28                     ` Peter Stuge
2013-02-20 16:37                       ` Diego Elio Pettenò
2013-02-20 16:45                       ` Alec Warner
2013-02-20 17:01                         ` Diego Elio Pettenò
2013-02-20 19:18                           ` Chí-Thanh Christopher Nguyễn
2013-02-20 17:17                         ` Rich Freeman
2013-02-20 17:25                           ` Alec Warner
2013-02-20 17:28                             ` Rich Freeman
2013-02-20 17:32                               ` Diego Elio Pettenò
2013-02-20 17:42                                 ` Rich Freeman
2013-02-20 19:20                                   ` Chí-Thanh Christopher Nguyễn
2013-02-20 19:24                                     ` Rich Freeman
2013-02-20 19:40                                 ` Rick "Zero_Chaos" Farina
2013-02-17 10:05           ` [gentoo-dev] Packages up for grabs due lack of time Michał Górny
2013-02-17 10:09             ` Samuli Suominen
2013-02-17 11:42               ` Michał Górny
2013-02-18  5:25                 ` [gentoo-dev] " Ryan Hill
2013-02-17 17:35   ` [gentoo-dev] " Chí-Thanh Christopher Nguyễn
2013-02-16 21:45 ` Tim Harder
2013-02-18 10:43 ` Sven Eden
2013-02-18 13:23 ` Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1361221345.32748.20.camel@exos \
    --to=remi@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox