kernel panic with notebook Amilo Xa 2528 P5811 kernel 2.6.24

Bug #189368 reported by benje
18
Affects Status Importance Assigned to Milestone
Linux
Fix Released
High
linux (Ubuntu)
Fix Released
Medium
Andy Whitcroft

Bug Description

Binary package hint: linux-source-2.6.24

        gutsy original => no cd-rom + slow => set noapic => speed but no cd-rom
 netboot gutsy => no cd-rom + slow => set noapic => speed but no cd-rom
 netboot gutsy + noapic => no cd-rom => (not critical) => install ~ok ( + apt-get ubuntu-desktop)
 boot install => no cd-rom + no sound + no wifi + no irda => see http://forum.ubuntu-fr.org/viewtopic.php?pid=1447462 => sound ok

 boot 2.6.24 => kernel panic => noapic => boot ok
 boot 2.6.24 => no cd-rom + no sound + no wifi + no irda
  =>recompil 2.6.24
  without ide generic support "Device Drivers ---> ATA/ATAPI/MFM/RLL support IDE --> generic/default IDE chipset support IDE_GENERIC ? set to no " (for cdrom detect)
  and set processor model to opteron "Processor type and features ---> Processor family ---> Opteron/Athlon64/Hammer/K8 MK8" (for noapic no more needed )
  see http://forum.ubuntu-fr.org/viewtopic.php?pid=1447462 (for sound)

current working kernel:
lsb:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"

uname -a : Linux amilo 2.6.24-rc8 #1 SMP PREEMPT Tue Feb 5 01:57:34 CET 2008 i686 GNU/Linux

dpkg -l PKGNAME | cat :
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Nom Version Description
+++-===================-==============-====================
ii linux-source-2.6.24 2.6.24-5.8 Linux kernel source for version 2.6.24 with Ubuntu patches

Tags: cft-2.6.27
Revision history for this message
benje (benhaim-jerome) wrote :
Revision history for this message
benje (benhaim-jerome) wrote :
Revision history for this message
benje (benhaim-jerome) wrote :
Revision history for this message
benje (benhaim-jerome) wrote :
Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Thanks Benje. I'm reassigning to the kernel team (I think you have already been in contact with Amit already). Thanks.

Changed in linux:
assignee: nobody → ubuntu-kernel-team
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
patco (colet-patrice) wrote :

 Hello, with chanhging two options in the ubuntu-2.6.24-19-generic kernel

CONFIG_IDEPCI_SHARE_IRQ is not set

CONFIG_BLK_DEV_AMD74XX=m

and blacklist pata_amd

the DVD works, using Hardy.

Revision history for this message
patco (colet-patrice) wrote :
Revision history for this message
patco (colet-patrice) wrote :
Revision history for this message
patco (colet-patrice) wrote :

the kernel is running with no option in menu.lst

Revision history for this message
benje (benhaim-jerome) wrote :

we made a 32 rt kernel , headers and alsa package
you can find it at the adress http://cereli.org/sites/cereli/fichier/distrib/ubuntu/noyau/
this could be long to download (personnal connection)
hope this will help you there the .config and the patch file

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the upcoming Intrepid Ibex 8.10 release. As a result, the kernel team would appreciate it if you could please test this newer 2.6.27 Ubuntu kernel. There are one of two ways you should be able to test:

1) If you are comfortable installing packages on your own, the linux-image-2.6.27-* package is currently available for you to install and test.

--or--

2) The upcoming Alpha5 for Intrepid Ibex 8.10 will contain this newer 2.6.27 Ubuntu kernel. Alpha5 is set to be released Thursday Sept 4. Please watch http://www.ubuntu.com/testing for Alpha5 to be announced. You should then be able to test via a LiveCD.

Please let us know immediately if this newer 2.6.27 kernel resolves the bug reported here or if the issue remains. More importantly, please open a new bug report for each new bug/regression introduced by the 2.6.27 kernel and tag the bug report with 'linux-2.6.27'. Also, please specifically note if the issue does or does not appear in the 2.6.26 kernel. Thanks again, we really appreicate your help and feedback.

Revision history for this message
patco (colet-patrice) wrote :

I've tried 2.6.27 kernel, it freeze at 1s with following message:
[quote]clocksource tsc unstable (delta=-266260856ns)[/quote]

with acpi=off, I get a kernel panic after 10s

and with acpi=off noapic, the system boots but freezes just after gnome is loaded

with acpi=off noapic pci=routeirq I get the following dmesg

Revision history for this message
patco (colet-patrice) wrote :

I've blacklisted pata_amd and used the same kernel options to make the attached dmesg

Revision history for this message
Remy LABENE (remy-labene) wrote :
Changed in linux:
status: Unknown → Confirmed
Changed in linux:
status: Confirmed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote : Kernel team bugs

Per a decision made by the Ubuntu Kernel Team, bugs will longer be assigned to the ubuntu-kernel-team in Launchpad as part of the bug triage process. The ubuntu-kernel-team is being unassigned from this bug report. Refer to https://wiki.ubuntu.com/KernelTeamBugPolicies for more information. Thanks.

Revision history for this message
Andy Whitcroft (apw) wrote :

According to the upstream bug this is fixed by the upstream commit below. This commit appeared in v2.6.28 and therefore should be in the current Jaunty kernels already:

  commit 6636487e8dc49a1c43fed336bdc4a2f3d7ce6881
  Author: Bartlomiej Zolnierkiewicz <email address hidden>
  Date: Tue Dec 2 20:40:03 2008 +0100

    amd74xx: workaround unreliable AltStatus register for nVidia controllers

    It seems that on some nVidia controllers using AltStatus register
    can be unreliable so default to Status register if the PCI device
    is in Compatibility Mode. In order to achieve this:

    * Add ide_pci_is_in_compatibility_mode() inline helper to <linux/ide.h>.

    * Add IDE_HFLAG_BROKEN_ALTSTATUS host flag and set it in amd74xx host
      driver for nVidia controllers in Compatibility Mode.

    * Teach actual_try_to_identify() and drive_is_ready() about the new flag.

    This fixes the regression caused by removal of CONFIG_IDEPCI_SHARE_IRQ
    config option in 2.6.25 and using AltStatus register unconditionally when
    available (kernel.org bugs #11659 and #10216).

    [ Moreover for CONFIG_IDEPCI_SHARE_IRQ=y (which is what most people
      and distributions use) it never worked correctly. ]

    Thanks to Remy LABENE and Lars Winterfeld for help with debugging the proble

    More info at:
    http://bugzilla.kernel.org/show_bug.cgi?id=11659
    http://bugzilla.kernel.org/show_bug.cgi?id=10216

    Reported-by: Remy LABENE <email address hidden>
    Tested-by: Remy LABENE <email address hidden>
    Tested-by: Lars Winterfeld <email address hidden>
    Acked-by: Borislav Petkov <email address hidden>
    Signed-off-by: Bartlomiej Zolnierkiewicz <email address hidden>

Changed in linux (Ubuntu):
assignee: nobody → Andy Whitcroft (apw)
status: Triaged → In Progress
Revision history for this message
Andy Whitcroft (apw) wrote :

Already fixed in Jaunty. Closing the development task FIX RELEASED

Changed in linux (Ubuntu):
status: In Progress → Fix Released
Changed in linux:
importance: Unknown → High
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.