Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gentoo-sources-2.6.35-r12 causes kernel panic
Date: Mon, 29 Nov 2010 12:54:43
Message-Id: AANLkTikxD7+3XxnO4wU7MZ9bmKHYccb5g-aVp1by81zn@mail.gmail.com
In Reply to: Re: [gentoo-user] gentoo-sources-2.6.35-r12 causes kernel panic by Mick
1 On 29 November 2010 10:30, Mick <michaelkintzios@×××××.com> wrote:
2 > On Monday 29 November 2010 09:01:37 Neil Bothwick wrote:
3 >> On Mon, 29 Nov 2010 08:30:46 +0000, Mick wrote:
4 >> > $ cat /usr/src/linux/.config | grep -i CONFIG_ATA
5 >> > # CONFIG_ATALK is not set
6 >> > # CONFIG_ATA_OVER_ETH is not set
7 >> > CONFIG_ATA=y
8 >> > # CONFIG_ATA_NONSTANDARD is not set
9 >> > # CONFIG_ATA_VERBOSE_ERROR is not set
10 >> > CONFIG_ATA_ACPI=y
11 >> > # CONFIG_ATA_SFF is not set
12 >>
13 >> This one may be the cause, I've needed to set it on several machines to
14 >> avoid just what you're seeing.
15 >
16 > Aha!!  I couldn't see it because I had not enabled "ATA BMDMA support"  - it's
17 > compiling now.
18 >
19 > Thank you all for your help!
20
21 Ughh! Spoke too soon. :-(
22
23 The older PIII machine still crashes in the same manner. This is what
24 I have configured:
25
26 $ cat /usr/src/linux/.config | grep -i CONFIG_ATA
27 # CONFIG_ATALK is not set
28 # CONFIG_ATA_OVER_ETH is not set
29 CONFIG_ATA=y
30 # CONFIG_ATA_NONSTANDARD is not set
31 # CONFIG_ATA_VERBOSE_ERROR is not set
32 CONFIG_ATA_ACPI=y
33 CONFIG_ATA_SFF=y
34 CONFIG_ATA_BMDMA=y
35 CONFIG_ATA_PIIX=y
36 CONFIG_ATA_GENERIC=y
37
38 Also,
39
40 CONFIG_SATA_PMP=y
41
42 CONFIG_PATA_ISAPNP=y
43
44 CONFIG_PATA_ACPI=y
45 CONFIG_PATA_LEGACY=y
46
47 This is what this old machine contains:
48
49 # lspci
50 00:00.0 Host bridge: Intel Corporation 82830 830 Chipset Host Bridge (rev 04)
51 00:01.0 PCI bridge: Intel Corporation 82830 830 Chipset AGP Bridge (rev 04)
52 ...
53 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 42)
54 00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 02)
55 00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 Controller (rev 02)
56
57 I should be able to get onto the P4 later on and see if the problem
58 persists there too.
59 --
60 Regards,
61 Mick

Replies

Subject Author
Re: [gentoo-user] gentoo-sources-2.6.35-r12 causes kernel panic Dale <rdalek1967@×××××.com>