From owner-freebsd-usb@FreeBSD.ORG Sat Jul 24 11:15:38 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1214F1065679 for ; Sat, 24 Jul 2010 11:15:38 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swipnet.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 99F0D8FC13 for ; Sat, 24 Jul 2010 11:15:37 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=xxRjoFt8DhHHVGMoyrcA:9 a=eIh59dNV3ISXhSV1Qre12q4SGewA:4 a=wPNLvfGTeEIA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1027931906; Sat, 24 Jul 2010 13:15:35 +0200 From: Hans Petter Selasky To: Nicolas Date: Sat, 24 Jul 2010 13:12:34 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4C4AAE09.2020409@wanadoo.fr> In-Reply-To: <4C4AAE09.2020409@wanadoo.fr> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201007241312.34744.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: Mouse and HDD problem X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2010 11:15:38 -0000 On Saturday 24 July 2010 11:10:33 Nicolas wrote: > Hi Hans, > > Thanks for your response. > After some test, i confirm the problem comes from hal. > If i kill hald, plug my hdd then my mouse does not disconnect. > > Do you have an idea how to solve the problem ? > > Thank you in advance, > Nicolas. Run hald from gdb. Probably a NULL pointer. --HPS