Re: Disable USB Input Messages

2010-09-15 Thread Estevao B. K.
On 09/15/2010 02:57 AM, Estevao B. K. wrote:
 Hello! So, I don't know if it's a LFS-stable or LFS-dev problem, since
 I'm trying 6.7-rc1, but always when Linux detects a USB device
 connecting or disconnecting, a message prints on my screen warning about
 it.

 Problem is, always when I move my mouse, it's being detected as
 disconnected from an address and reconnected to another, so it floods my
 screen with messages about my USB mouse being disconnected and reconnected.

 I have already searched the list archives, and I've found solutions for
 problems when booting, but this is a run-time problem.

 Does anyone have a solution?

 I'd be very grateful, it's impossible to use my new LFS this way...

 Thanks!

Oh, and before anyone asks, no, I haven't enabled USB verbose debug 
messages or USB announce new devices on kernel:

USB_DEBUG=n
USB_ANNOUNCE_NEW_DEVICES=n
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Disable USB Input Messages

2010-09-15 Thread William Immendorf
On Wed, Sep 15, 2010 at 12:57 AM, Estevao B. K.
icmp.request.li...@gmail.com wrote:
 Hello! So, I don't know if it's a LFS-stable or LFS-dev problem, since
 I'm trying 6.7-rc1, but always when Linux detects a USB device
 connecting or disconnecting, a message prints on my screen warning about it.

 Problem is, always when I move my mouse, it's being detected as
 disconnected from an address and reconnected to another, so it floods my
 screen with messages about my USB mouse being disconnected and reconnected.

 I have already searched the list archives, and I've found solutions for
 problems when booting, but this is a run-time problem.

 Does anyone have a solution?

 I'd be very grateful, it's impossible to use my new LFS this way...
Try adding LOGLEVEL=1 to /etc/sysconfig/console and rebooting. After
doing that, all of the kernel messages will only show up in the logs.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


use grub to set the boot process problem

2010-09-15 Thread hu yaohui
Hi all,
i met a problem when i want to boot my lfs.Here is the problem:
when i want to test the configuration like 8.4.3. Testing the
Configuration do. i get the following problem
snip
root:/# /sbin/reboot
WARNING: could not determine runlevel - doing soft reboot
  (it's better to use shutdown instead of reboot from the command line)
shutdown: /dev/initctl: No such file or directory
init: /dev/initctl: No such file or directory
root:/#
snip/
i build the lfs through a vm with fedora on esx. and i dont have a blank
floppy disk, i tried to boot it through usb, but the vm
in the esx cannot detect the usb. so i want to follow some other guy's idea
add the startup in my host os. my lfs on /dev/sdb1,
so i add the following in my host /boot/grub/menu.lst
snip
title GNU/Linux LFS 6.6
root (hd1,1)
kernel /boot/vmlinux-2.6.32.8-lfs-6.6 root=/dev/sdb1 ro
snip
when i saved this boot from host, i get error 17 cannot find the disk.
could anybody tell me are there any other methods to boot my new build lfs.
Thanks a lot!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


RE: Disable USB Input Messages

2010-09-15 Thread Gastón Cadenasso

 Date: Wed, 15 Sep 2010 02:57:41 -0300
 From: icmp.request.li...@gmail.com
 To: lfs-support@linuxfromscratch.org
 Subject: Disable USB Input Messages
 
 Hello! So, I don't know if it's a LFS-stable or LFS-dev problem, since 
 I'm trying 6.7-rc1, but always when Linux detects a USB device 
 connecting or disconnecting, a message prints on my screen warning about it.
 
 Problem is, always when I move my mouse, it's being detected as 
 disconnected from an address and reconnected to another, so it floods my 
 screen with messages about my USB mouse being disconnected and reconnected.
 
 I have already searched the list archives, and I've found solutions for 
 problems when booting, but this is a run-time problem.
 
 Does anyone have a solution?
 
 I'd be very grateful, it's impossible to use my new LFS this way...
 
 Thanks!
 -- 
 http://linuxfromscratch.org/mailman/listinfo/lfs-support
 FAQ: http://www.linuxfromscratch.org/lfs/faq.html
 Unsubscribe: See the above information page

You can try doing this in console... 'dmesg -n1'
  -- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Disable USB Input Messages

2010-09-15 Thread Estevao B. K.
On 09/15/2010 08:18 AM, William Immendorf wrote:
 On Wed, Sep 15, 2010 at 12:57 AM, Estevao B. K.
 icmp.request.li...@gmail.com  wrote:
 Hello! So, I don't know if it's a LFS-stable or LFS-dev problem, since
 I'm trying 6.7-rc1, but always when Linux detects a USB device
 connecting or disconnecting, a message prints on my screen warning about it.

 Problem is, always when I move my mouse, it's being detected as
 disconnected from an address and reconnected to another, so it floods my
 screen with messages about my USB mouse being disconnected and reconnected.

 I have already searched the list archives, and I've found solutions for
 problems when booting, but this is a run-time problem.

 Does anyone have a solution?

 I'd be very grateful, it's impossible to use my new LFS this way...
 Try adding LOGLEVEL=1 to /etc/sysconfig/console and rebooting. After
 doing that, all of the kernel messages will only show up in the logs.



Worked! Thank you very much! =)
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page