

Code: Select all
IDE1 at 0x170-0x177,0x376 on IRQ 15
hda: max request size 128 KiB
Code: Select all
VP_IDE VIA vt8233a (rev 00) IDE UDMA 133 at PCI0000:00:11.1
So we have to enable APIC even if we don't want it?steel300 wrote:You need to enableIt's a new APIC thingCode: Select all
Processor type and features ---> [*] Local APIC support on uniprocessors [*] IO-APIC support on uniprocessors
You'er confusing APIC with ACPI. ACPI is the power interface, APIC is the interrupt controller. Every computer has the interrupt controller and it *MUST* be used. Before it was enabled by default, now it's now. I don't know why.Epyon wrote:So we have to enable APIC even if we don't want it?steel300 wrote:You need to enableIt's a new APIC thingCode: Select all
Processor type and features ---> [*] Local APIC support on uniprocessors [*] IO-APIC support on uniprocessors
Code: Select all
CC arch/i386/kernel/acpi/boot.o
arch/i386/kernel/acpi/boot.c: In Funktion »acpi_apic_setup«:
arch/i386/kernel/acpi/boot.c:581: Warnung: implicit declaration of function `clustered_apic_check'
arch/i386/kernel/acpi/boot.c:460: Warnung: unused variable `result'
LD arch/i386/kernel/acpi/built-in.o
Code: Select all
LD .tmp_vmlinux1
arch/i386/kernel/built-in.o(.text+0xd108): In function `acpi_apic_setup':
: undefined reference to `smp_found_config'
arch/i386/kernel/built-in.o(.text+0xd111): In function `acpi_apic_setup':
: undefined reference to `clustered_apic_check'
make: *** [.tmp_vmlinux1] Fehler 1

Code: Select all
Uncompressing linux ...Ok, booting kernel.I have the same issue. I'm still working a solution, but I'll let you know when I find one.mcoulman wrote:...and there she hangs.Code: Select all
Uncompressing linux ...Ok, booting kernel.
I'm running 2.6.3 rc1 love1 now, so I think this is just a matter of the config being hosed. I copied the config from 2.6.3 rc1 love1 to 2.6.3 love1 and did 'make oldconfig.'
FYI dual CPU Intel Pentium III (Katmai) stepping 03
SMP enabled.
Suggestions welcomed, TIA.
Code: Select all
drivers/built-in.o(.text+0x6dfa3): In function `rivafb_cursor':
: undefined reference to `move_buf_aligned'
drivers/built-in.o(.text+0x6dfcd): In function `rivafb_cursor':
: undefined reference to `move_buf_aligned'
make: *** [.tmp_vmlinux1] Error 1
Could you post your .config for me? Preferably on an off site link._Adik_ wrote:oops, it stops compiling... steel300, WTF?Code: Select all
drivers/built-in.o(.text+0x6dfa3): In function `rivafb_cursor': : undefined reference to `move_buf_aligned' drivers/built-in.o(.text+0x6dfcd): In function `rivafb_cursor': : undefined reference to `move_buf_aligned' make: *** [.tmp_vmlinux1] Error 1
here it is:steel300 wrote:Could you post your .config for me? Preferably on an off site link._Adik_ wrote:oops, it stops compiling... steel300, WTF?Code: Select all
drivers/built-in.o(.text+0x6dfa3): In function `rivafb_cursor': : undefined reference to `move_buf_aligned' drivers/built-in.o(.text+0x6dfcd): In function `rivafb_cursor': : undefined reference to `move_buf_aligned' make: *** [.tmp_vmlinux1] Error 1
I'm looking at it now. Thanks_Adik_ wrote:here it is:steel300 wrote:Could you post your .config for me? Preferably on an off site link._Adik_ wrote:oops, it stops compiling... steel300, WTF?Code: Select all
drivers/built-in.o(.text+0x6dfa3): In function `rivafb_cursor': : undefined reference to `move_buf_aligned' drivers/built-in.o(.text+0x6dfcd): In function `rivafb_cursor': : undefined reference to `move_buf_aligned' make: *** [.tmp_vmlinux1] Error 1
http://80.53.208.138/~adik/.config
Code: Select all
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-kernel/love-sources-2.6.3-r1 to /
>>> md5 src_uri ;-) linux-2.6.3.tar.bz2
>>> md5 src_uri ;-) 2.6.3-love1.patch.bz2
>>> Unpacking source...
>>> Unpacking linux-2.6.3.tar.bz2 to /var/tmp/portage/love-sources-2.6.3-r1/work
bzip2: Compressed file ends unexpectedly;
perhaps it is corrupted? *Possible* reason follows.
bzip2: Success
Input file = /usr/portage/distfiles/linux-2.6.3.tar.bz2, output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
>>> Unpacking 2.6.3-love1.patch.bz2 to /var/tmp/portage/love-sources-2.6.3-r1/work
mv: cannot stat `linux-2.6.3': No such file or directory
/usr/sbin/ebuild.sh: line 38: cd: /var/tmp/portage/love-sources-2.6.3-r1/work/linux-2.6.3-love1: No such file or directory
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN linux-2.6.3/Documentation/Changes linux-2.6.3-love1/Documentation/Changes
|--- linux-2.6.3/Documentation/Changes 2004-02-17 21:59:28.000000000 -0600
|+++ linux-2.6.3-love1/Documentation/Changes 2004-02-18 07:44:42.000000000 -0600
--------------------------
File to patch:Clear out distfiles and the files folder, then redigest and try again.GentooBox wrote:Code: Select all
Calculating dependencies ...done! >>> emerge (1 of 1) sys-kernel/love-sources-2.6.3-r1 to / >>> md5 src_uri ;-) linux-2.6.3.tar.bz2 >>> md5 src_uri ;-) 2.6.3-love1.patch.bz2 >>> Unpacking source... >>> Unpacking linux-2.6.3.tar.bz2 to /var/tmp/portage/love-sources-2.6.3-r1/work bzip2: Compressed file ends unexpectedly; perhaps it is corrupted? *Possible* reason follows. bzip2: Success Input file = /usr/portage/distfiles/linux-2.6.3.tar.bz2, output file = (stdout) It is possible that the compressed file(s) have become corrupted. You can use the -tvv option to test integrity of such files. You can use the `bzip2recover' program to attempt to recover data from undamaged sections of corrupted files. >>> Unpacking 2.6.3-love1.patch.bz2 to /var/tmp/portage/love-sources-2.6.3-r1/work mv: cannot stat `linux-2.6.3': No such file or directory /usr/sbin/ebuild.sh: line 38: cd: /var/tmp/portage/love-sources-2.6.3-r1/work/linux-2.6.3-love1: No such file or directory can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -urN linux-2.6.3/Documentation/Changes linux-2.6.3-love1/Documentation/Changes |--- linux-2.6.3/Documentation/Changes 2004-02-17 21:59:28.000000000 -0600 |+++ linux-2.6.3-love1/Documentation/Changes 2004-02-18 07:44:42.000000000 -0600 -------------------------- File to patch:
Thats what i get when i emerge love-sources.


Code: Select all
scourge linux # ls /usr/src/linux-2.6.3-love1/
COPYING
Makefile
... blablabla....
au88x0_a3d.c
au88x0_a3d.h
still same problem here... i had the same in rc3 too, if i remove floppy support from the kernel it hangs at the ide part.nervousfinger wrote:Hmmm, compiled 2 times and still doesn't work...
i've used my 2.6.3_rc1_love1 config and it stops while booting at "Floppy Drive(s) is fd(0) 1,44" or something like that...
is there a new setting i haven't used?