lkml.org 
[lkml]   [2007]   [Jun]   [27]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 27 Jun 2007 15:41:45 -0400
FromChuck Ebbert <>
SubjectRe: Oops on rmmod asus_acpi
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
-
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/
\
 
 \ /
  Last update: 2007-06-27 19:45    [from the cache]
©2003-2008