Bug 12436
Summary: | boot panic 2.6.29-rc1 ppc @ pci_map_rom | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Jeff Green (jeff) |
Component: | PPC-32 | Assignee: | Jonathan Nieder (jrnieder) |
Status: | RESOLVED CODE_FIX | ||
Severity: | high | CC: | jrnieder |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.29-rc1 (pmac32 default config) | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Jeff Green
2009-01-12 08:41:13 UTC
Seems to be related to second graphics card on the machine. Please see (end of): http://bugs.debian.org/490694 -jeff Hi Jeff, Sorry for the long silence. Now I'm in suspense: do you still have access to this hardware? Can you still reproduce the crashes on startup with a second video card? Did the behavior change at all in later versions, and what's the newest version you've tested? Any new weird symptoms? Curious, Jonathan From Jeff at [1]: > Well, I got a new flat-screen and hook it up, and it seems to work with > both cards in the machine. > > Here are the particulars: > > % uname -a > Linux naro 2.6.32-5-powerpc #1 Mon Jan 16 16:36:52 UTC 2012 ppc > GNU/Linux > > % lspci -tv > -+-[0002:21]-+-0b.0 Apple Computer Inc. UniNorth Internal PCI > | \-0f.0 Apple Computer Inc. UniNorth GMAC (Sun GEM) > +-[0001:10]-+-0b.0 Apple Computer Inc. UniNorth PCI > | \-0d.0-[11]--+-02.0 Adaptec AIC-7850 > | +-04.0 ATI Technologies Inc Rage 128 RE/SG > | +-07.0 Apple Computer Inc. KeyLargo Mac I/O > | +-08.0 Apple Computer Inc. KeyLargo USB > | +-09.0 Apple Computer Inc. KeyLargo USB > | \-0a.0 Texas Instruments TSB12LV23 IEEE-1394 > Controller \-[0000:00]-+-0b.0 Apple Computer Inc. UniNorth AGP > \-10.0 ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS > > So far nothing has shown up regarding the earlier fix I did to get the > 2.2 or maybe 2.4 kernel to work when I had a similar problem with it. > I'll keep looking. [1] http://bugs.debian.org/490694 (In reply to comment #3) > Well, I got a new flat-screen and hook it up, and it seems to work with > both cards in the machine. [...] > Linux naro 2.6.32-5-powerpc #1 Mon Jan 16 16:36:52 UTC 2012 ppc GNU/Linux Nice to hear. Would you be able to try e.g. a lenny livecd to confirm that the original bug is reproducible with this setup? (In reply to comment #4) > Nice to hear. Would you be able to try e.g. a lenny livecd to confirm that > the original bug is reproducible with this setup? Or to try v2.6.26 on squeeze, perhaps like this: # prerequisites apt-get install git-core build-essential # get the kernel git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git cd linux # configure it cp /boot/config-$(uname -r) .config; # current configuration make localmodconfig; # minimize configuration # build it git checkout v2.6.26 make silentoldconfig make; # optionally with -j<num> for parallel build fakeroot -u make deb-pkg # install and test dpkg -i ../<name of package> reboot Jeffrey Green wrote:
> Built both 5.0.0 and 5.0.9 install CDs. Both hung during boot. Messages
> regarding the graphics card a bit before the oops.
Good enough for me. :) Let's call this fixed.
|