b43-dev.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: "Michael Büsch" <mb@bu3sch.de>
To: b43-dev@lists.infradead.org
Subject: unable to write flashrom, functionality broken?
Date: Thu, 03 Feb 2011 23:49:50 +0100	[thread overview]
Message-ID: <1296773390.9535.13.camel@maggie> (raw)
In-Reply-To: <20110203223430.18158.qmail@stuge.se> (sfid-20110203_233436_872866_FFFFFFFFAF4E58C5)

On Thu, 2011-02-03 at 23:34 +0100, Peter Stuge wrote: 
> Michael B?sch wrote:
> > > Well something is causing the failure and if the ubuntu/linux code- 
> > > base wasn't such a mess I'd go through and fix it myself.
> > 
> > I'm wondering to what mess you are referring.
> 
> For someone whose only exposure to Linux is picking up a Ubuntu CD
> a Linux system as a whole is a horrible mess. Part of it is the fact
> that so many different components (packages if you like) are
> involved, and there's no way to document all of that so well in a
> single page executive summary, rather it's more like a week
> curriculum.

I'm not convinced that this is due to the Linux architecture
or a lack of its documentation.
You're simply unaware of the basic Unix tools that help you find
what you are searching for. Luckily the tool to find something
is called "find".

mb at maggie:~/develop/git/wireless-testing$ find . -name '*sprom*'
./include/config/ssb/sprom.h
./drivers/ssb/sprom.o
./drivers/ssb/sprom.c
./drivers/ssb/.sprom.o.cmd
./arch/mips/include/asm/mipsprom.h

You'll note that this pretty generic "find" run on the _whole_ Linux
kernel yields exactly one .c source file. And guess what, it's the one
you're looking for ;)

> It's very easy to explain the neccessary parts to someone skilled,
> it's also easy to discover independently for the skilled person, but
> doing that discovery alone will take a long time.

Searching the kernel source tree for the term "sprom" isn't rocket
science and doesn't consume much of your valuable time. q.e.d.

If you still think that there's a lack of documentation, please
contribute to the Linux wireless documentation wiki. I'd be happy to
see you share your knowledge with newbies.

-- 
Greetings Michael.

  reply	other threads:[~2011-02-03 22:49 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-01 11:23 unable to write flashrom, functionality broken? Dale Walsh
2011-02-01 12:51 ` Rafał Miłecki
2011-02-01 12:57 ` Ehud Gavron
2011-02-01 16:28 ` Larry Finger
2011-02-02  7:50   ` Dale Walsh
2011-02-03  3:27     ` Larry Finger
2011-02-03 11:49       ` Dale Walsh
2011-02-03 11:59         ` Michael Büsch
2011-02-03 12:27           ` Dale Walsh
2011-02-03 22:06             ` Michael Büsch
2011-02-03 22:34               ` Peter Stuge
2011-02-03 22:49                 ` Michael Büsch [this message]
2011-02-03 23:47                   ` Peter Stuge
2011-02-04  0:29                     ` Michael Büsch
2011-02-04  1:16                       ` Peter Stuge
2011-02-04  3:14                       ` Dale Walsh
2011-02-04  5:49                         ` richardvoigt at gmail.com
2011-02-04 12:06                           ` Dale Walsh
2011-02-04 12:21                             ` Michael Büsch
2011-02-04 21:38                               ` Dale Walsh
2011-02-04 22:22                                 ` Ehud Gavron
2011-02-04 22:26                                 ` Michael Büsch
2011-02-04 22:29                                 ` Rafał Miłecki
2011-02-04 11:20                         ` Michael Büsch
2011-02-04 12:17                           ` Dale Walsh
2011-02-04 16:55                             ` Michael Büsch
2011-02-03 23:36               ` Dale Walsh
2011-02-03 23:49                 ` Peter Stuge
2011-02-04  0:17                 ` Michael Büsch

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=1296773390.9535.13.camel@maggie \
    --to=mb@bu3sch.de \
    --cc=b43-dev@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).