On Sun, 2003-08-03 at 15:21, Vivek Shankar wrote:
> I'm following instructions from http://xtrinsic.com/geek/articles/acpi.html
>
> when i run make bzImage i get this:
>
Are you starting with your current config and just adding ACPI? You need
to make sure that works before you fine tune.
If that
I'm following instructions from http://xtrinsic.com/geek/articles/acpi.html
when i run make bzImage i get this:
/usr/src/linux-2.4-acpi/include/asm/processor.h:267:1: warning: this is the
location of the previous definition
base.c: In function `is_devfsd_or_child':
base.c:1417: structure has no
I have the source code in /usr/src/linux-2.4.7-10 dir.
I do
make xconfig and do all the checkouts to a minimum.
make dep
make clean
make bzImage
make modules
make install
make modules_install
cp ./arch/i386/boot/bzImage /boot/vmlinuz-2.4.7-10
lilo
reboot
and it didnt work.
Have I missed something