Re: [lfs-support] usb mouse connects=disconnects repeatedly

2012-03-12 Thread Andrew Benton
On Mon, 12 Mar 2012 02:19:57 + Martins Gulbis l...@tentyten.com wrote: I started with the config used for the ubuntu system running on my system and ran make oldconfig. Currently under USB support I have the following included: Support for Host-side USB USB verbose debug

Re: [lfs-support] usb mouse connects=disconnects repeatedly

2012-03-12 Thread Martins Gulbis
On 3/12/2012 2:38 AM, Andrew Benton wrote: Don't have both OHCI and UHCI, use one or the other. Most systems use UHCI, try disabling OHCI. Andy When I have only UHCI enabled, it still acts the same. I have also tried only OHCI enabled, UHCI disabled. There were no connect-disconnect events,

Re: [lfs-support] usb mouse connects=disconnects repeatedly

2012-03-12 Thread Juan Alberto Regalado Galván
Martins, Maybe you could try to disable EHCI. By the way, I forgot to tell you. You could stop all those kernel messages with: dmesg -n1 or: echo 1 /proc/sys/kernel/printk or in LFS you can make this permanent by seting LOGLEVEL=1 in the file /etc/sysconfig/console or in /etc/sysconfig/rc.site.

Re: [lfs-support] usb mouse connects=disconnects repeatedly

2012-03-12 Thread Aleksandar Kuktin
On Sun, 11 Mar 2012 14:45:02 -0700 Martins Gulbis l...@tentyten.com wrote: Well, I bought and installed a new mouse. NO CHANGE. One interesting thing that I did notice though is that the disconnects/re-connects occur almost exactly every 60 seconds. I am not sure what to make of that. I am

Re: [lfs-support] usb mouse connects=disconnects repeatedly

2012-03-12 Thread Martins Gulbis
On 3/12/2012 8:07 AM, Juan Alberto Regalado Galván wrote: Martins, Maybe you could try to disable EHCI. By the way, I forgot to tell you. You could stop all those kernel messages with: dmesg -n1 or: echo 1 /proc/sys/kernel/printk or in LFS you can make this permanent by seting LOGLEVEL=1 in

Re: [lfs-support] usb mouse connects=disconnects repeatedly

2012-03-12 Thread Juan Alberto Regalado Galván
Martins, I guess I would use dmesg -n1 right after logging in, or better yet include it in ..bash_rc or .bash_profile., correct? I could better set the variable LOGLEVEL=1 in the file /etc/sysconfig/console or in /etc/sysconfig/rc.site which has the same effect as dmesg -n1. About the error

Re: [lfs-support] usb mouse connects=disconnects repeatedly

2012-03-12 Thread Martins Gulbis
On 3/12/2012 9:35 AM, Aleksandar Kuktin wrote: Just a check, did you try the mouse with some other distro? You mentioned Ubuntu, does Ubuntu (or whatever) have the same problem? I have never had a problem with or have I seen any messages about the usb mouse with ubuntu Mar tins --