Re: 2.6.8-rc4-mm1 doesn't boot

From: Adrian Bunk (bunk_at_fs.tum.de)
Date: 08/18/04

  • Next message: Andrew Morton: "Re: [patch] enums to clear suspend-state confusion"
    Date:	Wed, 18 Aug 2004 01:11:20 +0200
    To: Len Brown <len.brown@intel.com>
    
    

    On Fri, Aug 13, 2004 at 10:22:22PM -0400, Len Brown wrote:
    >...
    > Also, it would be helpful to see the lines with LNKD
    > in the dmesg for floppy enabled and floppy disabled cases --
    > a 2.6.7 vintage kernel should work fine:
    >
    > ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 *6 7 10 11 12 14 15)
    > ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 6

    I've used 2.6.8.1, and in both cases I got the following (in the enabled
    case, no floppy was actually present):

    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 *6 7 10 11 12 14 15)
    ...
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 6
    ACPI: PCI interrupt 0000:00:04.0[A] -> GSI 6 (level, low) -> IRQ 6

    > If you can also run acpidmp in both those scenarios
    > (any kernel version, ACPI enabled or disabled should do)
    > and send me the two output files, that would be great.
    >
    > thanks,
    > -Len
    >
    > ps. you can get acpidmp in /usr/sbin/ or from pmtools here
    > http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/

    It didn't compile for me:

    <-- snip -->

    ...
    gcc -Wall -fno-strength-reduce -fomit-frame-pointer -D__KERNEL__
    -DMODULE -I/usr/src/linux/include -Wall -Wno-unused -Wno-multichar -c
    -o pmtest.o pmtest.c
    In file included from /usr/include/asm/system.h:5,
                     from /usr/include/asm/processor.h:18,
                     from /usr/include/asm/thread_info.h:13,
                     from /usr/include/linux/thread_info.h:21,
                     from /usr/include/linux/spinlock.h:19,
                     from /usr/include/linux/capability.h:45,
                     from /usr/include/linux/sched.h:7,
                     from /usr/include/linux/module.h:10,
                     from pmtest.c:21:
    /usr/include/linux/kernel.h:72: error: parse error before "size_t"
    ...

    <-- snip -->

    cu
    Adrian

    -- 
           "Is there not promise of rain?" Ling Tan asked suddenly out
            of the darkness. There had been need of rain for many days.
           "Only a promise," Lao Er said.
                                           Pearl S. Buck - Dragon Seed
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Andrew Morton: "Re: [patch] enums to clear suspend-state confusion"