View previous topic :: View next topic |
Author |
Message |
Raybdbomb n00b

Joined: 28 May 2004 Posts: 48
|
Posted: Thu Jul 29, 2004 2:22 am Post subject: IO-APIC + timer doesn't work! |
|
|
I'm getting a problem when trying to boot 2004.2 amd64 witha custom kernel. I followed the install guide pretty much exactly and the following is the error I'm getting:
Code: |
CPU0: AMD Athlon(tm) 64 Processor 2800+ stepping 08
per-cpu timeslice cutoff: 511.81 usecs.
task migration cache decay timeout: 1 msecs.
Only one processor found.
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 pin1=2 pin2=-1
..MP-BIOS bug: 8254 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ... failed.
timer doesn't work through IO-APIC - disabling NMI Watchdog!
...trying to set up timer as Virtual Wire IRQ... failed.
...trying to set up timer as ExtINT IRQ... failed :(.
Kernel panic: IO-APIC + timer doesn't work! pester mingo@redhat.com
|
and it freezes at that.
any ideas what's causing or a fix? _________________ http://raybdbomb.com
Last edited by Raybdbomb on Thu Jul 29, 2004 2:50 pm; edited 1 time in total |
|
Back to top |
|
 |
Raybdbomb n00b

Joined: 28 May 2004 Posts: 48
|
Posted: Thu Jul 29, 2004 3:12 am Post subject: |
|
|
looks like no solution anywhere on the 'internet', so i guess i just reboot, reformat and retry. hopefully it doesn't come back
the weird thing is that it booted up once, and i had to change a grub.conf line and rebooted and i got this... but i changed it back and still wouldn't work.
weird indeed _________________ http://raybdbomb.com |
|
Back to top |
|
 |
u2mike Apprentice

Joined: 06 Nov 2003 Posts: 209
|
Posted: Thu Jul 29, 2004 5:27 am Post subject: |
|
|
Try enabling hpet, and try getting rid of apic |
|
Back to top |
|
 |
Raybdbomb n00b

Joined: 28 May 2004 Posts: 48
|
|
Back to top |
|
 |
Raybdbomb n00b

Joined: 28 May 2004 Posts: 48
|
Posted: Thu Jul 29, 2004 5:37 am Post subject: |
|
|
in the kernel?
i've got the linux-2.6.7-gentoo-r11 kernel... and i don't see that option anywhere _________________ http://raybdbomb.com |
|
Back to top |
|
 |
u2mike Apprentice

Joined: 06 Nov 2003 Posts: 209
|
Posted: Thu Jul 29, 2004 6:30 am Post subject: |
|
|
Both in processor type and features |
|
Back to top |
|
 |
Raybdbomb n00b

Joined: 28 May 2004 Posts: 48
|
Posted: Thu Jul 29, 2004 2:45 pm Post subject: |
|
|
ok it's definitely not in 'make menuconfig' so i found 3 options in the .config file. i edit them manually:
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
i commented all of those lines, then run "make && make modules_install" and i look at the .config and they're uncommented... what the hell _________________ http://raybdbomb.com |
|
Back to top |
|
 |
u2mike Apprentice

Joined: 06 Nov 2003 Posts: 209
|
Posted: Thu Jul 29, 2004 5:17 pm Post subject: |
|
|
Its required by another option thats activated then. You could try deleting the .config file, then run menuconfig and stick to the defualt config, besides drivers, FS and processor type and other stuff you need. See if its different. It could be that you need it for the AMD64, I have no experience so...
But what about the HPET timer? Its sopposed to be in processor type and features as well. Another idea is to try a different kernel. What version are you using right now?
Finally you should try pestering mingo@redhat.com, they might know whats going on. |
|
Back to top |
|
 |
DaMightyWhightyMan Tux's lil' helper

Joined: 16 Feb 2004 Posts: 116
|
Posted: Wed Aug 04, 2004 7:06 am Post subject: |
|
|
I'm having the same problem. A Solution would be nice : ) |
|
Back to top |
|
 |
Raybdbomb n00b

Joined: 28 May 2004 Posts: 48
|
Posted: Sun Aug 08, 2004 5:13 am Post subject: |
|
|
to be honest i'm not 100% sure what I did, i didn't control the variables very well.
i changed a bunch of settings in that section of menuconfig... and it worked _________________ http://raybdbomb.com |
|
Back to top |
|
 |
|