Mailinglist Archive: opensuse-bugs (15113 mails)

< Previous Next >
[Bug 299891] Crash in early stage install
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 19 Sep 2007 13:06:15 -0600 (MDT)
  • Message-id: <20070919190616.02971CC792@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=299891#c38


Thomas Renninger <trenn@xxxxxxxxxx> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                                        |ASSIGNED
      Info Provider|j.reitsma@xxxxxxxxx                             |




--- Comment #38 from Thomas Renninger <trenn@xxxxxxxxxx>  2007-09-19 13:06:15 MST ---
Can you please attach acpidump output.
It could also be useful if you boot with CPUFREQ=off (this one should be your
preferred boot parameter for now and provide you most functionality -> all but
cpufreq).
Copy this code into a file and do a chmod 755 on the file and execute it:
---------------------------------------
#!/bin/bash

rmmod battery
rmmod thermal   (should not be loaded anyway)
logger XXXXXXXXXXX
echo 0x21F >/sys/modules/acpi/paramters/debug_level
modprobe processor
echo 0x3 >/sys/modules/acpi/paramters/debug_level
logger YYYYYYYYYYYY
---------------------------------------

Can you attach the output of /var/log/messages between XXXXXXXX and YYYYYYY,
pls.

Hmmm, before doing any of this, you shoul look out for a BIOS update, this
again looks like a BIOS issue.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >