All of lore.kernel.org
 help / color / mirror / Atom feed
From: mikeH <mikeH@notnowlewis.co.uk>
To: Adrian Bunk <bunk@fs.tum.de>
Cc: Anton Altaparmakov <aia21@cantab.net>, linux-kernel@vger.kernel.org
Subject: Re: linux 2.5.16 and VIA Chipset
Date: Sat, 18 May 2002 18:42:12 +0100	[thread overview]
Message-ID: <3CE69274.7010801@notnowlewis.co.uk> (raw)
In-Reply-To: <Pine.NEB.4.44.0205181706400.21287-100000@mimas.fachschaften.tu-muenchen.de>


Yeah, I have both these options enabled, but the config option is not 
appearing (and I have had it running fine in the 2.4 series ;).
The only mention of ACPI in .config is

# ACPI Support
#
#CONFIG_ACPI is not set

otherwise there is no mention. When I put that to


# ACPI Support
#
CONFIG_ACPI=y

make dep && make bzImage
results in
make CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.5.16/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer 
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 
-march=i686 -malign-functions=4  " -C  arch/i386/kernel
make[1]: Entering directory `/usr/src/linux-2.5.16/arch/i386/kernel'
gcc -D__KERNEL__ -I/usr/src/linux-2.5.16/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer 
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 
-march=i686 -malign-functions=4    -DKBUILD_BASENAME=acpi  -c -o acpi.o 
acpi.c
acpi.c:53: parse error before `0'
acpi.c: In function `acpi_get_interrupt_model':
acpi.c:498: `ACPI_INT_MODEL_IOAPIC' undeclared (first use in this function)
acpi.c:498: (Each undeclared identifier is reported only once
acpi.c:498: for each function it appears in.)
make[1]: *** [acpi.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.5.16/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2


I havent done anything like copying the old .config from my 2.4 series 
kernel, this was a clean
tar jxvf linux-2.5.16.tar.bz2 && cd linux-2.5.16 && make menuconfig

Have I missed a step thats been introduced in the 2.5 series? I've only 
run 2.2 and 2.4 before, but I was hoping 2.5 might have fixed some of 
the VIA issues.

mike

Adrian Bunk wrote:

>On Sat, 18 May 2002, Anton Altaparmakov wrote:
>
>  
>
>>At 13:47 18/05/02, mikeH wrote:
>>    
>>
>>>Apologies, on closer examination of the 2.4 and 2.5 dmesg, it hangs just
>>>before the
>>>ACPI is going to come up. However, there is no option for it in make
>>>menuconfig, and enabling it in .config breaks the compile.
>>>      
>>>
>>What do you mean there is no config option in menuconfig?!? I just checked
>>and there is "General options" ---> "ACPI Support" ---> "[ ] ACPI Support".
>>    
>>
>
>There are two options that are required and it might be that one of them
>is missing:
>
>1. "Code maturity level options" -> "Prompt for development and/or
>                                     incomplete code/drivers"
>2. "General setup" -> "Power Management support"
>
>Most likely the first one is the missing option (don't expect that the
>average user has activated CONFIG_EXPERIMENTAL).
>
>  
>
>>Best regards,
>>
>>         Anton
>>    
>>
>
>cu
>Adrian
>
>  
>




  reply	other threads:[~2002-05-18 17:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-18 10:16 linux 2.5.16 and VIA Chipset mikeH
2002-05-18 12:47 ` mikeH
2002-05-18 13:49   ` Anton Altaparmakov
2002-05-18 15:10     ` Adrian Bunk
2002-05-18 17:42       ` mikeH [this message]
2002-05-18 18:13         ` Anton Altaparmakov
2002-05-18 18:04           ` mikeH
2002-05-18 18:39             ` Anton Altaparmakov
2002-05-18 18:35               ` mikeH
     [not found] <Pine.NEB.4.44.0205181706400.21287-100000@mimas.fachschafte n.tu-muenchen.de>
2002-05-18 18:42 ` Anton Altaparmakov
2002-05-18 18:50   ` mikeH
2002-05-18 19:53   ` Adrian Bunk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CE69274.7010801@notnowlewis.co.uk \
    --to=mikeh@notnowlewis.co.uk \
    --cc=aia21@cantab.net \
    --cc=bunk@fs.tum.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.