linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] linux-firmware: add MISSING file
@ 2013-01-12 22:39 Xose Vazquez Perez
  2013-01-12 23:09 ` richard -rw- weinberger
  0 siblings, 1 reply; 4+ messages in thread
From: Xose Vazquez Perez @ 2013-01-12 22:39 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, Daniel Drake, Ulrich Kunitz, David Woodhouse,
	Ben Hutchings, linux-wireless, linux-kernel

to document the reason why a firmware is not present

Cc: Daniel Drake <dsd@laptop.org>
Cc: Ulrich Kunitz <kune@deine-taler.de>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Ben Hutchings <ben@decadent.org.uk>
Cc: <linux-wireless@vger.kernel.org>
Cc: <linux-kernel@vger.kernel.org>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 MISSING | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 MISSING

diff --git a/MISSING b/MISSING
new file mode 100644
index 0000000..f228099
--- /dev/null
+++ b/MISSING
@@ -0,0 +1,20 @@
+             ***********
+             * MISSING *
+             ***********
+
+This file attempts to document the reason why a firmware is not present
+in this bundle.
+
+--------------------------------------------------------------------------
+
+Driver: zd1211rw -- ZyDAS/Atheros ZD1211/ZD1211B/AR5007UG wireless driver
+
+Trouble: Allegedly GPLv2, but no source visible. Found in hex form in the
+         vendor driver.
+
+URL: http://sf.net/projects/zd1211/files/
+
+Implication: CRITICAL, hardware undetected.
+
+--------------------------------------------------------------------------
+
-- 
1.7.11.7


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] linux-firmware: add MISSING file
  2013-01-12 22:39 [PATCH] linux-firmware: add MISSING file Xose Vazquez Perez
@ 2013-01-12 23:09 ` richard -rw- weinberger
  2013-01-14 22:55   ` Pavel Roskin
  0 siblings, 1 reply; 4+ messages in thread
From: richard -rw- weinberger @ 2013-01-12 23:09 UTC (permalink / raw)
  To: Xose Vazquez Perez
  Cc: Daniel Drake, Ulrich Kunitz, David Woodhouse, Ben Hutchings,
	linux-wireless, linux-kernel

On Sat, Jan 12, 2013 at 11:39 PM, Xose Vazquez Perez
<xose.vazquez@gmail.com> wrote:
> to document the reason why a firmware is not present
>
> Cc: Daniel Drake <dsd@laptop.org>
> Cc: Ulrich Kunitz <kune@deine-taler.de>
> Cc: David Woodhouse <dwmw2@infradead.org>
> Cc: Ben Hutchings <ben@decadent.org.uk>
> Cc: <linux-wireless@vger.kernel.org>
> Cc: <linux-kernel@vger.kernel.org>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> ---
>  MISSING | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 MISSING
>
> diff --git a/MISSING b/MISSING
> new file mode 100644
> index 0000000..f228099
> --- /dev/null
> +++ b/MISSING
> @@ -0,0 +1,20 @@
> +             ***********
> +             * MISSING *
> +             ***********
> +
> +This file attempts to document the reason why a firmware is not present
> +in this bundle.

>From the user's point of view this not really helpful.
Wouldn't a in-kernel table of known but missing firmware files make more sense?
The kernel could write a log like "Yeah, I know this firmware but
sadly I don't have it because of ..."

-- 
Thanks,
//richard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] linux-firmware: add MISSING file
  2013-01-12 23:09 ` richard -rw- weinberger
@ 2013-01-14 22:55   ` Pavel Roskin
  2013-01-21  1:31     ` Ben Hutchings
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Roskin @ 2013-01-14 22:55 UTC (permalink / raw)
  To: richard -rw- weinberger
  Cc: Xose Vazquez Perez, Daniel Drake, Ulrich Kunitz, David Woodhouse,
	Ben Hutchings, linux-wireless, linux-kernel

On Sun, 13 Jan 2013 00:09:46 +0100
richard -rw- weinberger <richard.weinberger@gmail.com> wrote:

> > +This file attempts to document the reason why a firmware is not
> > present +in this bundle.
> 
> From the user's point of view this not really helpful.
> Wouldn't a in-kernel table of known but missing firmware files make
> more sense? The kernel could write a log like "Yeah, I know this
> firmware but sadly I don't have it because of ..."

The firmware file may be absent on the system even if it's in the
linux-firmware tree.  Conversely, the firmware may be present on the
system but not in the linux-firmware tree.

The kernel doesn't know whether the firmware is missing due to
licensing issues or due to misconfiguration.  The kernel cannot know
that.  And I don't think the kernel should include as much information
as the MISSING file would include.

-- 
Regards,
Pavel Roskin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] linux-firmware: add MISSING file
  2013-01-14 22:55   ` Pavel Roskin
@ 2013-01-21  1:31     ` Ben Hutchings
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Hutchings @ 2013-01-21  1:31 UTC (permalink / raw)
  To: Pavel Roskin
  Cc: richard -rw- weinberger, Xose Vazquez Perez, Daniel Drake,
	Ulrich Kunitz, David Woodhouse, linux-wireless, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1976 bytes --]

On Mon, 2013-01-14 at 17:55 -0500, Pavel Roskin wrote:
> On Sun, 13 Jan 2013 00:09:46 +0100
> richard -rw- weinberger <richard.weinberger@gmail.com> wrote:
> 
> > > +This file attempts to document the reason why a firmware is not
> > > present +in this bundle.
> > 
> > From the user's point of view this not really helpful.
> > Wouldn't a in-kernel table of known but missing firmware files make
> > more sense? The kernel could write a log like "Yeah, I know this
> > firmware but sadly I don't have it because of ..."
> 
> The firmware file may be absent on the system even if it's in the
> linux-firmware tree.  Conversely, the firmware may be present on the
> system but not in the linux-firmware tree.
> 
> The kernel doesn't know whether the firmware is missing due to
> licensing issues or due to misconfiguration.  The kernel cannot know
> that.  And I don't think the kernel should include as much information
> as the MISSING file would include.

I can see some value in an index explaining where to get firmware,
whether it's available from the copyright holder or some licensee or
must be extracted from Windows drivers with a particular tool.

I'm not sure whether linux-firmware.git is the right place for that,
though.  Would distributions include this in their packages and would
users be able to find it there?  Would a wiki page be more useful?

Putting my Debian hat, I can say that we don't distribute any of the
older files that are 'GPL but no source visible', while we do distribute
some files not included in linux-firmware.git that require click-wrap
licences.  I also prune files that aren't referenced by the kernel
version in any current release.  So a file that says what's missing from
linux-firmware.git would not be that useful to Debian users, for
example.

Ben.

-- 
Ben Hutchings
Q.  Which is the greater problem in the world today, ignorance or apathy?
A.  I don't know and I couldn't care less.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-21  1:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-12 22:39 [PATCH] linux-firmware: add MISSING file Xose Vazquez Perez
2013-01-12 23:09 ` richard -rw- weinberger
2013-01-14 22:55   ` Pavel Roskin
2013-01-21  1:31     ` Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).