* Pentium mobo fails on upgrade from 2.2 to 2.4
@ 2002-03-09 13:45 Dale Amon
2002-03-09 18:59 ` Alan Cox
0 siblings, 1 reply; 4+ messages in thread
From: Dale Amon @ 2002-03-09 13:45 UTC (permalink / raw)
To: linux-kernel
I wonder if anyone has any ideas how I might dig
out what is going on. Here's the situation. I have
an old machine:
processor : 0
vendor_id : GenuineIntel
cpu family : 5
model : 2
model name : Pentium 75 - 200
stepping : 12
cpu MHz : 133.637
fdiv_bug : no
hlt_bug : no
sep_bug : no
f00f_bug : yes
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr mce cx8
bogomips : 266.24
with
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: Intel 82437VX Triton II (rev 2).
Medium devsel. Master Capable. Latency=32.
Bus 0, device 7, function 0:
ISA bridge: Intel 82371SB PIIX3 ISA (rev 1).
Medium devsel. Fast back-to-back capable. Master Capable. No bursts.
Bus 0, device 7, function 1:
IDE interface: Intel 82371SB PIIX3 IDE (rev 0).
Medium devsel. Fast back-to-back capable. Master Capable. Latency=32.
I/O at 0xf000 [0xf001].
Bus 0, device 18, function 0:
Ethernet controller: 3Com 3C905B 100bTX (rev 48).
Medium devsel. IRQ 10. Master Capable. Latency=32. Min Gnt=10.Max Lat=10.
I/O at 0x6000 [0x6001].
Non-prefetchable 32 bit memory at 0xe0804000 [0xe0804000].
Bus 0, device 19, function 0:
VGA compatible controller: Matrox Millennium (rev 1).
Medium devsel. Fast back-to-back capable. IRQ 11.
Non-prefetchable 32 bit memory at 0xe0800000 [0xe0800000].
Prefetchable 32 bit memory at 0xe0000000 [0xe0000008].
It runs happily under 2.2.18. I've confirmed that I can
rebuild the existing kernel with the existing .config. It
boots fine.
I have so far failed to get a boot of any 2.4 kernel
on this box. I've tried 18,17 and 6. I've tried it with
a make oldconfig of the 2.2.18 as-is (well, plus the
IDE); I've done paired down configs; I've made it
no-module. I've been running trials on the machine
as a background task for nearly a week with no joy.
Oh, yea, I've tried upgraded and downgraded binutils;
I've tried selecting 3 different processor types on
the 2.4.17 kernel build, including 586.
The biggest problem is I get no indication of what
is going wrong. The kernel loads... and I get chucked
back to a BIOS boot up screen.
The farthest I've gotten was with 2.4.6, which got so
far as to print one line from the booting kernel and
then lock up until I did a pushbutton RESET.
Advice on how to proceed would be much welcome. I've
run across some hard cases over the years, but at least
they gave me something to go on.
If any one is interested I can send the various .config
files, but I thought I'd not add clutter until someone
actually expresses and interest.
--
------------------------------------------------------
Nuke bin Laden: Dale Amon, CEO/MD
improve the global Islandone Society
gene pool. www.islandone.org
------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Pentium mobo fails on upgrade from 2.2 to 2.4
2002-03-09 13:45 Pentium mobo fails on upgrade from 2.2 to 2.4 Dale Amon
@ 2002-03-09 18:59 ` Alan Cox
2002-03-11 12:06 ` Dale Amon
0 siblings, 1 reply; 4+ messages in thread
From: Alan Cox @ 2002-03-09 18:59 UTC (permalink / raw)
To: Dale Amon; +Cc: linux-kernel
> Advice on how to proceed would be much welcome. I've
> run across some hard cases over the years, but at least
> they gave me something to go on.
kdb is probably your best bet. Serial console might actually reveal stuff
too. Also ensure you have APM off and see what occurs if you use mem=16M
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Pentium mobo fails on upgrade from 2.2 to 2.4
2002-03-09 18:59 ` Alan Cox
@ 2002-03-11 12:06 ` Dale Amon
2002-03-12 1:13 ` Dale Amon
0 siblings, 1 reply; 4+ messages in thread
From: Dale Amon @ 2002-03-11 12:06 UTC (permalink / raw)
To: Alan Cox, George Bonser, Mark Hahn; +Cc: Dale Amon, linux-kernel
Thanks to all who replied and offered suggestions.
Although the suggestions themselves didn't solve
the problem, they eventually led me to it by
suggesting that the BIOS was indeed faulty.
It appears that it was turned on in my 2.2.18 kernel
and it worked fine; but when I updated with oldconfig
it brought the old settings across. I assumed that
because the feature worked in the old kernel on that
MoBo, it was okay and the board didn't have the listed
chip sets anyway.
When at wits end, I disabled it anyway, just because
it said "buggy BIOS".
That solved the problem. So I'm sorted.
Does anyone keep track of what MoBo/chipset and
kernel major version combinations have finicky
config requirements? I'd be happy to supply whatever
info you need.
--
------------------------------------------------------
Nuke bin Laden: Dale Amon, CEO/MD
improve the global Islandone Society
gene pool. www.islandone.org
------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Pentium mobo fails on upgrade from 2.2 to 2.4
2002-03-11 12:06 ` Dale Amon
@ 2002-03-12 1:13 ` Dale Amon
0 siblings, 0 replies; 4+ messages in thread
From: Dale Amon @ 2002-03-12 1:13 UTC (permalink / raw)
To: Dale Amon, Alan Cox, George Bonser, Mark Hahn, linux-kernel
On Mon, Mar 11, 2002 at 12:06:31PM +0000, Dale Amon wrote:
> It appears that it was turned on in my 2.2.18 kernel
Hmmm, seems I left something out. The "it" was
CONFIG_IDEDMA_AUTO
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-03-12 1:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-09 13:45 Pentium mobo fails on upgrade from 2.2 to 2.4 Dale Amon
2002-03-09 18:59 ` Alan Cox
2002-03-11 12:06 ` Dale Amon
2002-03-12 1:13 ` Dale Amon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox