Re: Penelope builds a kernel

David Woodhouse (dwmw2@infradead.org)
Tue, 15 Jan 2002 13:28:58 +0000


esr@thyrsus.com said:
> If Penelope learns from the README file that all *she* has to do is
> type "configure; make" to build a kernel that supports her hardware,
> she can apply that MEMS card patch and build with confidence that the
> effort is unlikely to turn into an infinite time sink.

> Autoconfigure saves the day again. That guy in the penguin T-shirt
> might even be impressed...

Bzzt. The PCMCIA card in question wasn't plugged in at the time so didn't
get enabled, and autoconfigure didn't realise that the software for it
actually needed CONFIG_NETLINK_DEV even though it wasn't in use at the time.

The sensible all-modules-under-the-sun vendor kernel had netlink_dev
available though, just in case. But when she calls the support person who's
responsible for the pre-installed Linux on her workstation and she
admits that she compiled her own kernel, she gets told to go away.

Pity the people who wrote the driver didn't use the saner approach:
make -C /lib/modules/`uname -r`/kernel SUBDIRS=`pwd` modules

--
dwmw2

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/