On 10/19/2009 07:12 AM, Gene Heskett wrote: > On Monday 19 October 2009, Chris Vine wrote: >> (If you are proposing that I should rebuild dmesg with a larger ring >> buffer, then no.) >> >> Chris >> > Chris, if its needed, then yes. Its a single entry in a 'make xconfig' and > rebuild & reboot.
Chris, from the lengths of the logs you posted, it looks as if your kernel is built with CONFIG_LOG_BUF_SHIFT=9. That is way too small for any meaningful debugging. Your computer has 1 GB RAM - it won't hurt to devote a bit more to the ring buffer. On my system with 3 GB RAM, I use 19. I got tired of wrap-arounds when I was trying to see the first oops message. In the short-tern, you can boot your existing kernel with a bigger log buffer by adding 'log_buf_len=131072' to the boot parameter line in GRUB. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
