I did,some say newest kernel 2.5.50 can solve all above hardware(intel board on board LAN and audio ) problem, so I download full tar.gz, choose what my hardware fit
make install
Use make-kpkg in the kernel-package package.
but it terminate with error
gcc -Wp,-MD,drivers/pci/.quirks.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -Iarch/i386/mach-generic -Iarch/i386/mach-defaults -nostdinc -iwithprefix include -DKBUILD_BASENAME=quirks -DKBUILD_MODNAME=quirks -c -o drivers/pci/quirks.o drivers/pci/quirks.c
drivers/pci/quirks.c: In function `quirk_ioapic_rmw':
drivers/pci/quirks.c:354: `sis_apic_bug' undeclared (first use in this function)
drivers/pci/quirks.c:354: (Each undeclared identifier is reported only once
drivers/pci/quirks.c:354: for each function it appears in.)
make[3]: *** [drivers/pci/quirks.o] Error 1
make[2]: *** [drivers/pci] Error 2
make[1]: *** [drivers] Error 2
make[1]: Leaving directory `/home/fsshl/linux-2.5.50'
make: *** [stamp-build] Error 2
www:/home/fsshl/linux-2.5.50#
if someone know it be modifed, please drop me a note where I can get the
fixed source.
it's on 2.5.50.ac-1 patched 2.5.50 from kernel.org
hihgly apprecaite
error happen, I justify one of it, first one, in linux-2.4.50/include/asm-i386/io_apic.h
containing sis_apic_bug not include its .h file
As Colin already said, if you can't handle this, you shouldn't be using 2.5 kernels. Some of them don't build, and many (most) have serious bugs that could cause data loss. If you want to go ahead with this, you'll have to get help from lkml, but be prepared to be thoroughly roasted.^also I have difficult(unsuccess) patch 2.5.50 I did gzip -cd patch-2.5.50-ac1.gz | patch -p0
s/0/1/
-rob
--
Sincere Eric
www.linuxspice.com
linux pc for sale
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]