From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-97814-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MOcrz-00027X-JO
	for garchives@archives.gentoo.org; Wed, 08 Jul 2009 19:31:55 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 35880E0763;
	Wed,  8 Jul 2009 19:31:54 +0000 (UTC)
Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.148])
	by pigeon.gentoo.org (Postfix) with ESMTP id 1915BE0763
	for <gentoo-user@lists.gentoo.org>; Wed,  8 Jul 2009 19:31:54 +0000 (UTC)
Received: by qw-out-1920.google.com with SMTP id 4so2297411qwk.10
        for <gentoo-user@lists.gentoo.org>; Wed, 08 Jul 2009 12:31:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=aUEA9h4pluPAptsbehHkHc/KUtUJa1wlELoftlRYFu8=;
        b=VP2ZseDUT7s5xDhei5JlBxROXtt2EWAE0Xt/JF2vdEI8k71upwTZUQwKoozaeYv/x/
         P8uhWAK2Qtg0zOdAH6VyuY2vYiHxSk3m8xdKwBQHrOh85uYwJdh261ZtLP3QMp2CerJJ
         U1M9BPGmTJWojmIuMUj6/tFztpD5udeno9hz8=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=O+9WaGiznoszs8T8X5o1Sjk9nFXzJ2kYzEw7qM+F2ZO1zDspyyQyntmP9INILWRpEm
         37+0pS24RgTHcqLob3XJD1gNTLSx3f56OA7TpqLcYJEpY3GDMrCxX0cVF8HuUnakTBnT
         pa+qd57HcEygQU9J0rmQO+B1TNQ9goU/2Ezew=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.231.37.141 with SMTP id x13mr3663906ibd.39.1247081513582; Wed, 
	08 Jul 2009 12:31:53 -0700 (PDT)
In-Reply-To: <h32q9h$e6c$1@ger.gmane.org>
References: <a0811460907081127x30373ccfu34ae032d6d62918b@mail.gmail.com>
	 <h32q9h$e6c$1@ger.gmane.org>
Date: Wed, 8 Jul 2009 13:31:53 -0600
Message-ID: <a0811460907081231u1dbe0f71y690040a079af6451@mail.gmail.com>
Subject: Re: [gentoo-user] Re: [OT] eee PC crashes on shutdown.
From: Maxim Wexler <maxim.wexler@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 753069b8-588a-40f0-815d-aebb1ce98b5d
X-Archives-Hash: 7ec3db4c1853c565a6b1d59ebe027d84

> The very first thing to try is to change your /etc/conf.d/alsasound so
> that it has these two lines:
>
> # Deprecated options:
> # Upstream feels, and we wholehartedly agree, that this was a silly idea
> UNLOAD_ON_STOP="no"
> KILLPROC_ON_STOP="no"
>
> May not help, but that change should be made in any case.
>

Definitely related to alsa. I deleted alsasound from runlevel boot(why
does the doc insist on putting it there?) and it shutdown normally.
And why the huge raft of drivers for such simple hardware, just two
ports? My desktop has all the bells and whistles and doesn't use half
the drivers of the little netbook

UPDATE Just rebooted and ran lsmod. The modules with the string
'_hda_' in the middle are still loaded. Some of the others, like
'snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device' are gone. Except
for 'snd_pcm, snd_timer, snd'; they're still loaded. The logic, if
any, of what's going on escapes me. If I turned off alsa in rc-update
why should it still load some of the modules. They're not it
modules.autoload.d.

mw