From: Chuck Ebbert <cebbert@redhat.com>
To: Jan Engelhardt <jengelh@computergmbh.de>
Cc: corentincj@iksaif.net, sziwan@users.sourceforge.net,
acpi4asus-user@lists.sourceforge.net,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Oops on rmmod asus_acpi
Date: Wed, 27 Jun 2007 15:41:45 -0400 [thread overview]
Message-ID: <4682BD79.8080904@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0706272113120.11120@fbirervta.pbzchgretzou.qr>
On 06/27/2007 03:16 PM, Jan Engelhardt wrote:
> Hi,
>
>
>
> modprobe asus_acpi
> rmmod asus_acpi
>
> is all that is needed to trigger an Oops in 2.6.22-rc6 (x86).
> If you need more info, please let me know, thanks.
>
> Note that the machine is not ASUS at all (vmware).
> (But suse_factory loads asus_acpi anyway -wtf?!)
Probably just like Fedora 6: rc.sysinit has:
# Initialize ACPI bits
if [ -d /proc/acpi ]; then
for module in /lib/modules/$unamer/kernel/drivers/acpi/* ; do
module=${module##*/}
module=${module%.ko}
modprobe $module >/dev/null 2>&1
done
fi
next prev parent reply other threads:[~2007-06-27 19:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-27 19:16 Oops on rmmod asus_acpi Jan Engelhardt
2007-06-27 19:41 ` Chuck Ebbert [this message]
2007-06-27 20:15 ` Chuck Ebbert
2007-06-27 20:17 ` Jan Engelhardt
2007-06-28 7:55 ` Dmitry Monakhov
2007-06-30 9:26 ` Andrew Morton
2007-10-12 20:53 ` oops " Jan Engelhardt
2007-10-12 21:07 ` Andrew Morton
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=4682BD79.8080904@redhat.com \
--to=cebbert@redhat.com \
--cc=acpi4asus-user@lists.sourceforge.net \
--cc=corentincj@iksaif.net \
--cc=jengelh@computergmbh.de \
--cc=linux-kernel@vger.kernel.org \
--cc=sziwan@users.sourceforge.net \
/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