On Thu, Jan 20, 2000 at 11:28:45PM +0100, Ingo Molnar wrote:
> 
> On Thu, 20 Jan 2000, Brendan Miller wrote:
> 
> > > After it says "Loaded 3 symbols from 2 modules.", it looks as if there's a
> > > bunch missing up until the "601 MB" which is my hda.  All that stuff
> > > about the SMP hardware, the buggy CMD640 interface, etc. is missing.
> > > I took a closer look on the screen as it flies by, and it's there, but
> > > not in the log as above.  Anyone know why?
> 
> increase kernel/printk.c LOG_BUF_LEN to 4 times its current value. (it has
> to be power of 2)
> 

Didn't do it.  I changed LOG_BUF_LEN from 16384 to 65536.  I got:

Jan 20 14:17:09 krypton syslogd 1.3-3: restart.
Jan 20 14:17:10 krypton kernel: klogd 1.3-3, log source = /proc/kmsg started.
Jan 20 14:17:10 krypton kernel: Inspecting /boot/System.map
Jan 20 14:17:11 krypton kernel: Loaded 6812 symbols from /boot/System.map.
Jan 20 14:17:11 krypton kernel: Symbols match kernel version 2.2.14.
Jan 20 14:17:11 krypton kernel: Loaded 3 symbols from 2 modules.
Jan 20 14:17:11 krypton kernel: ve
                                ^^?
Jan 20 14:17:11 krypton kernel: hdb: WDC AC22100H, ATA DISK drive
Jan 20 14:17:11 krypton kernel: hdc: FX820S, ATAPI CDROM drive
Jan 20 14:17:11 krypton kernel: hdd: NEC CD-ROM DRIVE:252, ATAPI CDROM drive

You can see it starts in the middle of disk detection.

I then changed LOG_BUF_LEN to 131072:

Jan 20 14:23:52 krypton syslogd 1.3-3: restart.
Jan 20 14:23:53 krypton kernel: klogd 1.3-3, log source = /proc/kmsg started.
Jan 20 14:23:53 krypton kernel: Inspecting /boot/System.map
Jan 20 14:23:54 krypton kernel: Loaded 6812 symbols from /boot/System.map.
Jan 20 14:23:54 krypton kernel: Symbols match kernel version 2.2.14.
Jan 20 14:23:54 krypton kernel: Loaded 3 symbols from 2 modules.
Jan 20 14:23:54 krypton kernel: - noisy kbd cable?
                                ^^
Jan 20 14:23:54 krypton kernel: hda: ST3630A, ATA DISK drive
Jan 20 14:23:54 krypton kernel: hdb: WDC AC22100H, ATA DISK drive

A coupel more lines, but in the middle of the noisy keyboard cable 
message...  Nowhere is all that cool APIC/MP boot stuff...

Brendan
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to