Linux Input/HID development
 help / color / mirror / Atom feed
From: Jonathan Nieder <jrnieder@gmail.com>
To: sebastien.dinot@free.fr
Cc: Alan Stern <stern@rowland.harvard.edu>,
	linux-usb@vger.kernel.org, linux-input@vger.kernel.org
Subject: Re: Mouse and keyboard freeze on Ivy Bridge platform
Date: Wed, 3 Oct 2012 12:44:02 -0700	[thread overview]
Message-ID: <20121003194402.GB23195@elie.Belkin> (raw)
In-Reply-To: <Pine.LNX.4.44L0.1210031028130.1441-100000@iolanthe.rowland.org>

Alan Stern wrote:
> On Wed, 3 Oct 2012 sebastien.dinot@free.fr wrote:

>> I am encountering random keyboard and mouse freezes which can only be
>> resolved by a hard reset (by pushing the power switch of the computer
>> case).
[...]
> Please build a kernel with CONFIG_USB_DEBUG enabled.  When a hang
> occurs, get a list of hang tasks (Alt-SysRq-w probably won't work, but
> "echo w >/proc/sysrq-trigger" from a network login should).  Then send
> the dmesg output

Sebastien: for reference, here's a way to build a kernel with
CONFIG_USB_DEBUG enabled.

	# prerequisites
	apt-get install git build-essential

	# get the kernel history, if you don't already ahve it
	git clone \
	  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

	# configure
	cd linux
	cp /boot/config-$(uname -r) .config; # current configuration
	scripts/config --disable DEBUG_INFO
	make localmodconfig; # optional: minimize configuration
	scripts/config --enable USB_DEBUG

	# build, test
	make deb-pkg; # can use -j<num> for parallel build
	dpkg -i ../<name of package>; # as root
	reboot

Thanks,
Jonathan

  reply	other threads:[~2012-10-03 19:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <551981935.271757401.1349247690620.JavaMail.root@zimbra59-e10.priv.proxad.net>
     [not found] ` <551981935.271757401.1349247690620.JavaMail.root-J/s0bdte1BApj9y2c1zofRh1pbbyJDp15NbjCUgZEJk@public.gmane.org>
2012-10-03  7:40   ` Mouse and keyboard freeze on Ivy Bridge platform sebastien.dinot-GANU6spQydw
     [not found]     ` <181608016.271891744.1349250048886.JavaMail.root-J/s0bdte1BApj9y2c1zofRh1pbbyJDp15NbjCUgZEJk@public.gmane.org>
2012-10-03 14:40       ` Alan Stern
2012-10-03 19:44         ` Jonathan Nieder [this message]
     [not found]           ` <20121003194402.GB23195-fcEM2ccDkbL2nhBuCrrZHw@public.gmane.org>
2012-10-04 19:09             ` Sébastien Dinot
     [not found] <20121004194347.GB6927@dinot.net>
     [not found] ` <20121004194347.GB6927-RqwYBe9jBbFeoWH0uzbU5w@public.gmane.org>
2012-10-04 20:59   ` Alan Stern
2012-10-04 21:36 Bug#689368: " Sébastien Dinot
2012-10-05 14:23 ` Alan Stern
2012-10-17 20:13   ` Sébastien Dinot
2012-10-17 20:54     ` Jonathan Nieder
     [not found]       ` <20121017205401.GF12456-fcEM2ccDkbL2nhBuCrrZHw@public.gmane.org>
2012-10-17 21:12         ` Sébastien Dinot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121003194402.GB23195@elie.Belkin \
    --to=jrnieder@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=sebastien.dinot@free.fr \
    --cc=stern@rowland.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox