public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Aunt Tillie builds a kernel (was Re: ISA hardware discovery -- the elegant solution)
@ 2002-01-14 21:08 Dave Jones
  0 siblings, 0 replies; 102+ messages in thread
From: Dave Jones @ 2002-01-14 21:08 UTC (permalink / raw)
  To: Linux Kernel Mailing List

On Mon, Jan 14, 2002 at 03:38:44PM -0500, Eric S. Raymond wrote:

 > Right now, neither lsmod nor the boot time messages  necessarily give you that
 > information.

 One of the great things about Linux (or at least I think so) kernel
 is it's incredibly verbose startup.
 If you have a configured network, boot messages WILL tell you
 what driver is controlling that card.  If built as a module
 lsmod WILL tell you.

 > /var/log/dmesg contains no message from the NIC on my motherboard.

 Then that's a driver issue. What NIC ?

 > And going from the driver to the config symbol isn't trivial even
 > if you *have* the lsmod or dmesg information.

 Then we need better descriptions in the CML2 rules.

 > And anyway there are settings you can't even recover by looking at the
 > hardware, such as whether KHTTPD or BSD process accounting were turned
 > on.

 ls /proc/sys/net/khttpd
 ls /proc/sys/kernel/acct

 > Sure, Melvin could remember a whole bunch of state, or a whole bunch
 > of rules for reconstructing it. But isn't sweating that kind of detail
 > exactly what *computers* are for?

 If Melvin really does have a mind like a sieve,he'd  put .config
 somewhere sensible after building a kernel.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs


^ permalink raw reply	[flat|nested] 102+ messages in thread
* RE: ISA hardware discovery -- the elegant solution
@ 2002-01-14 11:17 Michael Lazarou (ETL)
  2002-01-14 16:11 ` Eric S. Raymond
  0 siblings, 1 reply; 102+ messages in thread
From: Michael Lazarou (ETL) @ 2002-01-14 11:17 UTC (permalink / raw)
  To: 'esr@thyrsus.com', Linux Kernel List

> -----Original Message-----
> From: Eric S. Raymond [mailto:esr@thyrsus.com]
> Subject: ISA hardware discovery -- the elegant solution
> 
> 
> I've been thinking about the hardware-discovery problem for 
> ISA devices,
> and there may be an elegant solution.  It will take a number 
> of small changes
> to the kernel sources, however.
> 
> The kernel's device drivers have, of course, to include probe
> routines, and those hard-compiled in typically log the presence of
> their hardware to /var/log/mesg when it loads.  By scanning that
> file, we in effect get to use those probes.

Doesn't this mean that you would need a fully functional kernel
before you get to run the autoconfigurator?

Michael

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

end of thread, other threads:[~2002-01-16 21:40 UTC | newest]

Thread overview: 102+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.fslncfv.r6o11i@ifi.uio.no>
     [not found] ` <fa.hqe5uev.c60cjs@ifi.uio.no>
2002-01-15 13:00   ` Aunt Tillie builds a kernel (was Re: ISA hardware discovery -- the elegant solution) Giacomo Catenazzi
2002-01-15 13:57     ` Alan Cox
2002-01-15 14:02       ` Giacomo Catenazzi
2002-01-16 10:56         ` Horst von Brand
2002-01-15 18:40       ` [lkml] " Ian Soboroff
2002-01-15 19:06         ` Chris Friesen
2002-01-14 21:08 Dave Jones
  -- strict thread matches above, loose matches on Subject: below --
2002-01-14 11:17 ISA hardware discovery -- the elegant solution Michael Lazarou (ETL)
2002-01-14 16:11 ` Eric S. Raymond
2002-01-14 16:59   ` Eli Carter
2002-01-14 17:52     ` Aunt Tillie builds a kernel (was Re: ISA hardware discovery -- the elegant solution) Eric S. Raymond
2002-01-14 18:34       ` Alan Cox
2002-01-14 18:26         ` Eric S. Raymond
2002-01-14 18:55           ` Charles Cazabon
2002-01-14 13:32             ` Rob Landley
2002-01-14 18:54             ` Eric S. Raymond
2002-01-14 14:28               ` Rob Landley
2002-01-14 22:34                 ` Eric S. Raymond
2002-01-14 23:02                   ` Bruce Harada
2002-01-14 15:39                     ` Rob Landley
2002-01-15  2:22                       ` Bruce Harada
2002-01-15 13:27                         ` Rob Landley
2002-01-15  0:46                     ` H. Peter Anvin
2002-01-15 12:29                     ` Andrew Pimlott
2002-01-15 14:28                       ` Bruce Harada
2002-01-15 17:04                       ` Thomas Duffy
2002-01-15 18:19                         ` Marco Colombo
2002-01-15 18:52                           ` Richard B. Johnson
2002-01-15 19:15                             ` Manuel McLure
2002-01-15 19:28                             ` Marco Colombo
2002-01-15 20:13                               ` Richard B. Johnson
2002-01-15 20:30                                 ` Manuel McLure
2002-01-15 20:41                                 ` arjanv
2002-01-15 20:56                                   ` Richard B. Johnson
2002-01-15 21:27                                   ` Marco Colombo
2002-01-15 21:29                                 ` Alan Cox
2002-01-15 19:55                             ` Alan Cox
2002-01-15 20:59                               ` David Woodhouse
2002-01-16 14:53                             ` Horst von Brand
2002-01-16 13:57                         ` Horst von Brand
2002-01-16 10:42                       ` Horst von Brand
2002-01-15 13:53                     ` David Woodhouse
2002-01-14 23:26                   ` Alan Cox
2002-01-15  2:06                     ` Eric S. Raymond
2002-01-15 21:08                       ` Horst von Brand
2002-01-15  0:09                   ` Mark Hahn
2002-01-15  9:14                   ` Sean Hunter
2002-01-15 16:36                     ` Rob Landley
2002-01-14 19:29               ` Tom Rini
2002-01-14 19:29               ` Eli Carter
2002-01-14 19:45               ` Dave Jones
2002-01-14 19:52               ` Charles Cazabon
2002-01-15 11:00               ` Horst von Brand
2002-01-14 19:00           ` Alan Cox
2002-01-14 18:44             ` Eric S. Raymond
2002-01-14 19:14               ` Alan Cox
2002-01-14 19:34                 ` Tom Rini
2002-01-14 18:59             ` Larry McVoy
2002-01-14 19:02           ` arjan
2002-01-14 19:50             ` Eric S. Raymond
2002-01-14 13:01               ` gmack
2002-01-14 14:43               ` Rob Landley
2002-01-14 20:26               ` Charles Cazabon
2002-01-14 20:19                 ` Eric S. Raymond
2002-01-14 20:49                   ` Dave Jones
2002-01-14 20:55                   ` Brian Gerst
2002-01-14 21:21                   ` Alan Cox
2002-01-15 11:40                 ` David Woodhouse
2002-01-14 20:30               ` Justin Carlson
2002-01-15  1:30                 ` Tom Rini
2002-01-15 22:46                   ` Alex Bligh - linux-kernel
2002-01-15 22:56                     ` Tom Rini
2002-01-16  4:09                     ` Eric S. Raymond
2002-01-14 20:37               ` Dave Jones
2002-01-14 20:38                 ` Eric S. Raymond
2002-01-14 22:07                   ` Jeff Garzik
2002-01-14 22:18                     ` Dave Jones
2002-01-14 22:36                       ` Jeff Garzik
2002-01-14 22:18                   ` Reid Hekman
2002-01-14 23:30                     ` Timothy Covell
2002-01-14 21:05               ` Hugh Dickins
2002-01-14 21:15               ` Alan Cox
2002-01-14 22:08                 ` Eric S. Raymond
2002-01-14 23:03                   ` Alan Cox
2002-01-14 22:41                     ` Eric S. Raymond
2002-01-14 23:27                       ` Alan Cox
2002-01-15  1:21                         ` Eric S. Raymond
2002-01-15 12:31                         ` Marco Colombo
2002-01-15 22:17                 ` Alex Bligh - linux-kernel
2002-01-15 23:22                   ` Tom Rini
2002-01-16 10:49                     ` Keith Owens
2002-01-15 11:53               ` T. A.
2002-01-15 13:53               ` Horst von Brand
2002-01-14 19:28           ` Ben Collins
2002-01-14 22:41           ` Tom Gilbert
2002-01-14 18:38       ` Dave Jones
2002-01-14 18:53         ` Larry McVoy
2002-01-14 20:50           ` Henrique de Moraes Holschuh
2002-01-15 19:34             ` Horst von Brand
2002-01-15 21:38           ` Alex Bligh - linux-kernel
2002-01-15 23:44             ` Rob Landley
2002-01-16 14:33               ` Alex Bligh - linux-kernel
2002-01-16 13:05                 ` Rob Landley
2002-01-16 15:27             ` Horst von Brand
2002-01-15 10:05       ` Horst von Brand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox