From owner-freebsd-usb@FreeBSD.ORG Fri Jul 23 07:07:04 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 85A0A1065676 for ; Fri, 23 Jul 2010 07:07:04 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 10BEF8FC12 for ; Fri, 23 Jul 2010 07:07:03 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=+aufMl16ZjoZikD717oZHt/II3iOLg17uabV0d0CmU0= c=1 sm=1 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=OjF59hhQLS5gMitrPnIA:9 a=KkCnoTxryErej9bOzowA:7 a=cG8SfEUsPQLt1maWavOTSBU4edEA:4 a=wPNLvfGTeEIA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 2543370; Fri, 23 Jul 2010 09:06:52 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 23 Jul 2010 09:04:03 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4C48A5E4.1090303@wanadoo.fr> <201007230903.20659.hselasky@c2i.net> In-Reply-To: <201007230903.20659.hselasky@c2i.net> 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: <201007230904.03335.hselasky@c2i.net> Cc: Nicolas 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: Fri, 23 Jul 2010 07:07:04 -0000 On Friday 23 July 2010 09:03:20 Hans Petter Selasky wrote: > On Thursday 22 July 2010 22:11:16 Nicolas wrote: > > Hi, > > > > I'm using FreeBSD-9 current and i have a strange problem with my usb > > hard drive. > > My logitech usb mouse is plugged in and when i plug my hdd, i have this > > message: > > > > ugen3.2: at usbus3 (disconnected) > > ums0: at uhub3, port 1, addr 2 (disconnected) > > ugen7.4: at usbus7 > > umass0: > > on usbus7 > > umass0: SCSI over Bulk-Only; quirks = 0x0000 > > umass0:2:0:-1: Attached to scbus2 > > da0 at umass-sim0 bus 0 scbus2 target 0 lun 0 > > da0: Fixed Direct Access SCSI-4 device > > da0: 40.000MB/s transfers > > da0: 114473MB (234441648 512 byte sectors: 255H 63S/T 14593C) > > GEOM: da0s1: geometry does not match label (64h,32s != 255h,63s). > > GEOM: ufsid/4c0e3769aa2965dbs1: geometry does not match label (64h,32s > > != 255h,63s). > > ugen3.2: at usbus3 > > ums0: on > > usbus3 ums0: 16 buttons and [XYZT] coordinates ID=0 > > pid 1843 (Xorg), uid 0: exited on signal 6 (core dumped) > > pid 1888 (polkit-gnome-authen), uid 92: exited on signal 4 (core dumped) > > > > My mouse disconnects itself then reconnect and Xorg crash. > > Someone have this problem ? > > I've also seen panics when inserting certain USB dongles. Probably there ^^^^ I mean segfaults in hald > are some bugs in the HAL layer. Maybe there is some missing information > about the USB device that makes it crash. > --HPS