public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Galevsky <galevsky@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] make oldconfig behaviour
Date: Sat, 16 Jun 2007 18:50:50 +0200	[thread overview]
Message-ID: <d5cfc3af0706160950j15db76ar1a683abdbd393e96@mail.gmail.com> (raw)

Hi all,

I faced an ethernet driver miss during my kernel configuration,
because I had a wrong idea of what 'make oldconfig' did. I thought the
oldconfig target build up a new .config file starting from the
/proc/config.gz one then asking for new options.

But It was not the case here:

sd-4421 linux-2.6.20-gentoo-r8 # gunzip -c /proc/config.gz | grep VIA
CONFIG_MVIAC3_2=y
CONFIG_BLK_DEV_VIA82CXXX=y
CONFIG_SCSI_SATA_VIA=y
CONFIG_VIA_RHINE=y
# CONFIG_VIA_RHINE_MMIO is not set
# CONFIG_VIA_RHINE_NAPI is not set
CONFIG_VIA_VELOCITY=y
CONFIG_HW_RANDOM_VIA=y
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m
# CONFIG_SENSORS_VIA686A is not set

sd-4421 linux-2.6.20-gentoo-r8 # make mrproper oldconfig
[snip]

sd-4421 linux-2.6.20-gentoo-r8 # grep VIA .config
# CONFIG_MVIAC3_2 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
CONFIG_SATA_VIA=y
# CONFIG_PATA_VIA is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_HW_RANDOM_VIA=y
# CONFIG_AGP_VIA is not set
# CONFIG_SOUND_VIA82CXXX is not set

So, I did not build up the VIA RHINE and VELOCITY drivers.
Now I have to build my conf again since the whole configuration may
not suit what I was looking for.

Anyone to tell me what oldconfig target does ?


Many thanks for your support,

Gal'
-- 
gentoo-user@gentoo.org mailing list



             reply	other threads:[~2007-06-16 16:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-16 16:50 Galevsky [this message]
2007-06-16 17:09 ` [gentoo-user] Re: make oldconfig behaviour Alexander Skwar
2007-06-16 17:48   ` Galevsky

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=d5cfc3af0706160950j15db76ar1a683abdbd393e96@mail.gmail.com \
    --to=galevsky@gmail.com \
    --cc=gentoo-user@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