From: Ken Moffat <[EMAIL PROTECTED]> >On Fri, Nov 09, 2007 at 08:26:46PM +0000, Chris wrote: >> So i booted my LFS for the first time and all was well except that everytime >> i >> press a key on my keyboard i get a hid-debug message that lists the key i >> just >> pressed. It does it everywhere, including at the logon prompt. I can still >> do >> things but i can't see what i have done since the debug messages fill the >> screen. Managed to get into Vi and it did it there to. Any ideas? >> Thanks >> Chris >> >Recompile the kernel, without CONFIG_HID_DEBUG. I guess you might >want to go back to chrooting from the host system while you do that.
OTH, if you need CONFIG_HID_DEBUG try this: Open /etc/rc.d/init.d/consolelog and look for the line at the top that sets LOGLEVEL. By default it's set to 7, if you set it to a lower value less kernel messages will be sent to the console. I set my mine to 3 to get rid of iptable log messages, a hancheck message that comes up everytime the laptop returns from standby and "lost synchronization" messages from the mouse pad. IMO, I think it should be set to a low value to start with. Before editing consolelog you can test different values by executing "dmesg -n $LOGLEVEL". Hope that helps, Walter __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page