From owner-freebsd-usb@FreeBSD.ORG Sun Jun 3 11:20:14 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E82CD106566C for ; Sun, 3 Jun 2012 11:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D29ED8FC08 for ; Sun, 3 Jun 2012 11:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q53BKElF055306 for ; Sun, 3 Jun 2012 11:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q53BKEH1055305; Sun, 3 Jun 2012 11:20:14 GMT (envelope-from gnats) Date: Sun, 3 Jun 2012 11:20:14 GMT Message-Id: <201206031120.q53BKEH1055305@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: "Christopher J. Ruwe" Cc: Subject: Re: usb/167847: [ural] dlink dwl-122g e crashes(?) when trying wap2 crypto X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Christopher J. Ruwe" List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2012 11:20:15 -0000 The following reply was made to PR usb/167847; it has been noted by GNATS. From: "Christopher J. Ruwe" To: bug-followup@FreeBSD.org Cc: PseudoCylon Subject: Re: usb/167847: [ural] dlink dwl-122g e crashes(?) when trying wap2 crypto Date: Sun, 3 Jun 2012 13:15:34 +0200 I am most sorry to reply that late ... I was down with the flu last week and did not trust myself to be accurate ... I think the hardware issue you described has some other effect too, i.e., the devie does not properly initialize at boot. So, the scripts you provided me with do not work. What I need to do is unplug the dongle after boot and then execute the commands you gave to me manually. I have not tried to find out whether your scripts work _with_ the dongle-remove-step directly after boot. What works for me is a custom script with your commands in sequential order. Anyways, thank you very much for your helping me getting that donlge to work. Cheers, have a nice week, -- Christopher J. Ruwe TZ: GMT + 1h From owner-freebsd-usb@FreeBSD.ORG Sun Jun 3 22:29:55 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 942AC1065672; Sun, 3 Jun 2012 22:29:55 +0000 (UTC) (envelope-from ee@athyriogames.com) Received: from madonna.sslcatacombnetworking.com (madonna.sslcatacombnetworking.com [174.133.19.130]) by mx1.freebsd.org (Postfix) with ESMTP id 699D58FC0A; Sun, 3 Jun 2012 22:29:55 +0000 (UTC) Received: from c-98-206-215-156.hsd1.in.comcast.net ([98.206.215.156] helo=laptopv) by madonna.sslcatacombnetworking.com with esmtpa (Exim 4.69) (envelope-from ) id 1SbJCg-0005VZ-RT; Sun, 03 Jun 2012 17:23:19 -0500 From: "Engineering" To: "'Alexander Motin'" References: <201205280640.q4S6e6L0035127@freefall.freebsd.org> <201206011730.31081.hselasky@c2i.net> <027901cd4011$53ec4ff0$fbc4efd0$@com> <201206011823.30527.hselasky@c2i.net> <028301cd4019$69eafba0$3dc0f2e0$@com> <4FC9B8C9.9060103@FreeBSD.org> In-Reply-To: <4FC9B8C9.9060103@FreeBSD.org> Date: Sun, 3 Jun 2012 17:29:00 -0500 Message-ID: <03ae01cd41d8$47569390$d603bab0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac1Ai8JqGuUWwQcNQTuE7F9VZojGUQBBGKrg Content-Language: en-us X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - madonna.sslcatacombnetworking.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - athyriogames.com Cc: freebsd-usb@freebsd.org Subject: RE: Recommendations for programming HID in FreeBSD 9 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: Sun, 03 Jun 2012 22:29:55 -0000 >> if (id != 0) >> copyin(ugd->ugd_data,&id, 1); >> error = uhid_set_report(sc, ugd->ugd_report_type, id, >> NULL, ugd->ugd_data, imin(ugd->ugd_maxlen, size)); > >Hans is right. That code should do the trick. Last year I've fixed uhid >driver to handle multiple report IDs. Even user-level tools are able to >do it now. "id != 0" should be correct condition. According to HID spec, >if device has at least one non-zero report ID, report ID should be >included into any transfer. So now uhid driver assumes that report ID >should be in the first byte of request, if it found some non-zero ID in >descriptor. Thanks to all for your help, I have it working, and am very happy to be up to date in BSD. For the record, one of my HID had different report IDs AND different report sizes, so I had to add my hack to send the size for it to work correctly. The bonus with that is that my touchscreen, which has badly ported HID code from the original USB firmware, and does not correctly report its report sizes, can also work with uhid. Thanks again Sam From owner-freebsd-usb@FreeBSD.ORG Mon Jun 4 04:29:30 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3719106566C; Mon, 4 Jun 2012 04:29:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 87B988FC15; Mon, 4 Jun 2012 04:29:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q544TU2I025280; Mon, 4 Jun 2012 04:29:30 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q544TUYO025276; Mon, 4 Jun 2012 04:29:30 GMT (envelope-from miwi) Date: Mon, 4 Jun 2012 04:29:30 GMT Message-Id: <201206040429.q544TUYO025276@freefall.freebsd.org> To: miwi@FreeBSD.org, miwi@FreeBSD.org, freebsd-usb@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: usb/154753: [usbdevs] [patch] Support for Qualcomm USB modem/storage on LG phone 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: Mon, 04 Jun 2012 04:29:30 -0000 Synopsis: [usbdevs] [patch] Support for Qualcomm USB modem/storage on LG phone Responsible-Changed-From-To: miwi->freebsd-usb Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jun 4 04:29:30 UTC 2012 Responsible-Changed-Why: back to pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=154753 From owner-freebsd-usb@FreeBSD.ORG Mon Jun 4 04:29:33 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 518491065670; Mon, 4 Jun 2012 04:29:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 252798FC19; Mon, 4 Jun 2012 04:29:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q544TXcl025345; Mon, 4 Jun 2012 04:29:33 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q544TXUO025341; Mon, 4 Jun 2012 04:29:33 GMT (envelope-from miwi) Date: Mon, 4 Jun 2012 04:29:33 GMT Message-Id: <201206040429.q544TXUO025341@freefall.freebsd.org> To: miwi@FreeBSD.org, miwi@FreeBSD.org, freebsd-usb@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: usb/155663: [usbdevs] [patch] Add support for Supertop Nano 1GB USB stick 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: Mon, 04 Jun 2012 04:29:33 -0000 Synopsis: [usbdevs] [patch] Add support for Supertop Nano 1GB USB stick Responsible-Changed-From-To: miwi->freebsd-usb Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jun 4 04:29:32 UTC 2012 Responsible-Changed-Why: back to pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=155663 From owner-freebsd-usb@FreeBSD.ORG Mon Jun 4 04:29:35 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1BD6106564A; Mon, 4 Jun 2012 04:29:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B65B38FC08; Mon, 4 Jun 2012 04:29:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q544TZet025413; Mon, 4 Jun 2012 04:29:35 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q544TZuv025409; Mon, 4 Jun 2012 04:29:35 GMT (envelope-from miwi) Date: Mon, 4 Jun 2012 04:29:35 GMT Message-Id: <201206040429.q544TZuv025409@freefall.freebsd.org> To: miwi@FreeBSD.org, miwi@FreeBSD.org, freebsd-usb@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: usb/159611: [PATCH] USB stick extrememory Snippy needs quirks 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: Mon, 04 Jun 2012 04:29:36 -0000 Synopsis: [PATCH] USB stick extrememory Snippy needs quirks Responsible-Changed-From-To: miwi->freebsd-usb Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jun 4 04:29:35 UTC 2012 Responsible-Changed-Why: back to pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=159611 From owner-freebsd-usb@FreeBSD.ORG Mon Jun 4 04:29:38 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A7D7106566B; Mon, 4 Jun 2012 04:29:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DF258FC15; Mon, 4 Jun 2012 04:29:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q544Tcen025478; Mon, 4 Jun 2012 04:29:38 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q544Tcv6025474; Mon, 4 Jun 2012 04:29:38 GMT (envelope-from miwi) Date: Mon, 4 Jun 2012 04:29:38 GMT Message-Id: <201206040429.q544Tcv6025474@freefall.freebsd.org> To: miwi@FreeBSD.org, miwi@FreeBSD.org, freebsd-usb@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: usb/153599: [usbdevs] [patch] Feiya Elango USB MicroSD reader synchronize cache quirk 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: Mon, 04 Jun 2012 04:29:38 -0000 Synopsis: [usbdevs] [patch] Feiya Elango USB MicroSD reader synchronize cache quirk Responsible-Changed-From-To: miwi->freebsd-usb Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jun 4 04:29:37 UTC 2012 Responsible-Changed-Why: back to pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=153599 From owner-freebsd-usb@FreeBSD.ORG Mon Jun 4 08:21:20 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D92B1106564A for ; Mon, 4 Jun 2012 08:21:20 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 608638FC14 for ; Mon, 4 Jun 2012 08:21:20 +0000 (UTC) Received: by eeke49 with SMTP id e49so1550256eek.13 for ; Mon, 04 Jun 2012 01:21:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=nZ7KufHiiHOhdboExwW1Ac1qRf5JNONghT6iMU+Wjc8=; b=MLUbAUNhVJwidcZNxGFFIO9Q3wLNH96Zou1NaR4E9hg5bLCZugrAPwC6pQ1Mf0ZyOA tsdLCG3k9eV/nn623lQ0uMd86PM1Hzu1PGr6QD87NmWF/ogYS0PaETHRZxzwov45qX/J Y0P5+F8KxDFCz/RqlQK4GeAX5YVgYJIw3uq6vfAM0uN8ZSbl/wc0QCajEy+VzBYGeYRW qFiL68JTTRNgUfiUzwCkEccRwimSi1IAqFIPiuiZJWbIm3G7n6dZjnqHvQVzD/g5sN8W l3Tz/1Ua4kvW35oDMaFt+x7VXf9ygE080J+1LWIUKF6FH+k8X50RcwOUITOZzZjSYkSU 6DEA== Received: by 10.14.48.8 with SMTP id u8mr5078736eeb.128.1338798079320; Mon, 04 Jun 2012 01:21:19 -0700 (PDT) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua. [212.86.226.226]) by mx.google.com with ESMTPS id p41sm34497453eef.5.2012.06.04.01.21.15 (version=SSLv3 cipher=OTHER); Mon, 04 Jun 2012 01:21:18 -0700 (PDT) Sender: Alexander Motin Message-ID: <4FCC6FFA.3010904@FreeBSD.org> Date: Mon, 04 Jun 2012 11:21:14 +0300 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120328 Thunderbird/10.0.3 MIME-Version: 1.0 To: Engineering References: <201205280640.q4S6e6L0035127@freefall.freebsd.org> <201206011730.31081.hselasky@c2i.net> <027901cd4011$53ec4ff0$fbc4efd0$@com> <201206011823.30527.hselasky@c2i.net> <028301cd4019$69eafba0$3dc0f2e0$@com> <4FC9B8C9.9060103@FreeBSD.org> <03ae01cd41d8$47569390$d603bab0$@com> In-Reply-To: <03ae01cd41d8$47569390$d603bab0$@com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org Subject: Re: Recommendations for programming HID in FreeBSD 9 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: Mon, 04 Jun 2012 08:21:20 -0000 On 06/04/12 01:29, Engineering wrote: >>> if (id != 0) >>> copyin(ugd->ugd_data,&id, 1); >>> error = uhid_set_report(sc, ugd->ugd_report_type, id, >>> NULL, ugd->ugd_data, imin(ugd->ugd_maxlen, size)); >> >> Hans is right. That code should do the trick. Last year I've fixed uhid >> driver to handle multiple report IDs. Even user-level tools are able to >> do it now. "id != 0" should be correct condition. According to HID spec, >> if device has at least one non-zero report ID, report ID should be >> included into any transfer. So now uhid driver assumes that report ID >> should be in the first byte of request, if it found some non-zero ID in >> descriptor. > > Thanks to all for your help, I have it working, and am very happy to be up > to date in BSD. > > For the record, one of my HID had different report IDs AND different report > sizes, so I had to add my hack to send the size for it to work correctly. That should also work fine now. uhid driver only enforces maximal transfer sizes calculated from the descriptor. User can request smaller transfers, specifying size in ugd.ugd_maxlen field. Look at hid_(get|set)_report() functions in lib/libusbhid sources. > The bonus with that is that my touchscreen, which has badly ported HID code > from the original USB firmware, and does not correctly report its report > sizes, can also work with uhid. -- Alexander Motin From owner-freebsd-usb@FreeBSD.ORG Mon Jun 4 11:07:51 2012 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7CD11065687 for ; Mon, 4 Jun 2012 11:07:51 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BC1398FC1B for ; Mon, 4 Jun 2012 11:07:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q54B7p46017617 for ; Mon, 4 Jun 2012 11:07:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q54B7pqm017615 for freebsd-usb@FreeBSD.org; Mon, 4 Jun 2012 11:07:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Jun 2012 11:07:51 GMT Message-Id: <201206041107.q54B7pqm017615@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-usb@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-usb@FreeBSD.org 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: Mon, 04 Jun 2012 11:07:51 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/168551 usb Issues with embedded card reader (Laptop ASUS K43SJ) o usb/168132 usb [umass] MATSHITA memory card size reported wrong, moun o usb/167847 usb [ural] dlink dwl-122g e crashes(?) when trying wap2 cr o usb/167001 usb [USB] [PATCH] add support for Smart G2 64MB memory key o usb/166848 usb [umass] [patch] Buffalo RUF2 requires quirk o usb/165815 usb [usbdevs] [patch] add k3772z 3g modem support o usb/165163 usb [keyboard] The USB RF keyboard and mouse become non-re o usb/164058 usb [umass] Lexar 8GB USB flash drive doesn't work by defa f usb/163328 usb [usb] Support for Atheros USB abgn devices o kern/163091 usb [panic] Fatal trap 12: page fault while in kernel mode f usb/162306 usb usb devices cant get address asignation, no memories, o usb/162054 usb usbdump just hangs on 9.0-RC1 f usb/161793 usb poor EHCI usb2 i/o performance o usb/160436 usb ucom wedges machine on parity error ? o usb/160299 usb MicroSDHC-to-USB adapters do not work in FreeBSD 8.x o usb/160192 usb [install] Installation from USB-Stick doesn't find the o usb/159611 usb [PATCH] USB stick extrememory Snippy needs quirks o usb/159274 usb USB 3.0 Etron EJ168A does not work. f usb/159191 usb [fusefs-ntfs] write on fusefs-ntfs mounted partition r o usb/157376 usb LaCie USB disk not recognized o usb/157074 usb [boot] [usb8] vfs_mountroot_ask is called when no usb o usb/156898 usb [keyboard] usb keyboard does not work while boot (ps2 f usb/156735 usb Need Quirk for Goflex USB Disk Drives o usb/156725 usb USB stack stall cause complete system input loss o usb/156596 usb [ehci] Extremely high interrupt rate on ehci/uhci IRQ1 o usb/156000 usb rum(4) Fatal trap 18: integer divide fault while in ke f usb/155996 usb NanoBSD not booted as Disk o usb/155784 usb Problem with Transcend StoreJet 25M3 (2AJ1) on Asus M2 o usb/155663 usb [usbdevs] [patch] Add support for Supertop Nano 1GB US o usb/154753 usb [usbdevs] [patch] Support for Qualcomm USB modem/stora o usb/154506 usb [umass] Copying dir with large files makes FreeBSD loa o usb/154192 usb [umass] In Garmin Oregon GPS, only the first umass dev o i386/153851 usb [keyboard] keyboard issues on new Intel Mother boards. o usb/153703 usb [keyboard] My USB keyboard can not be used in 8-STABLE o usb/153609 usb [zyd] [panic] kernel: Fatal trap 12: page fault while o usb/153599 usb [usbdevs] [patch] Feiya Elango USB MicroSD reader sync o usb/153149 usb [umass] USB stick quirk regression [regression] o usb/152075 usb [usb8] [ehci] [request] Add quirk for CS5536 USB o usb/150892 usb [zyd] Whenever network contacted in any shape, way or o usb/150189 usb [run] [usb8] [patch] if_run appears to corrupt IP traf p usb/149764 usb [u3g] [patch] usbdevs update: Huawei K3765 3G modem o usb/149283 usb [uftdi] avrdude unable to talk to Arduino board (via u o usb/149162 usb [ural] ASUS WL-167g doesn't work in 8.1 (continue of 1 s usb/148702 usb [usb8] [request] IO DATA USB-RSAQ5 support on FreeBSD- o usb/148080 usb usbconfig(8) sometimes does not turn off the device o usb/147516 usb [umass] [usb67] kernel unable to deal with Olympus USB o i386/147475 usb [install] FreeBSD 8.x does not install on ASUS K8N4-E o usb/146840 usb [hang] FreeBSD 7.2 / 7.3 / 8.0 hang at startup after e o usb/146153 usb [axe] [usb8] Hosts in network doesn't receive any pack f usb/146054 usb [urtw] [usb8] urtw driver potentially out of date f usb/145513 usb [usb8] New USB stack: no new devices after forced usb p usb/145455 usb [usb8] [patch] USB debug support cannot be disabled o usb/145415 usb [umass] [usb8] USB card reader does not create slices a usb/145184 usb GENERIC can't mount root from USB on Asus EEE o usb/145165 usb [keyboard] [usb8] ukbd_set_leds_callback: error=USB_ER f kern/144938 usb [keyboard] [boot] Boot Failure with Apple (MB869LL/A) o usb/144387 usb [run] [panic] if_run panic o usb/144043 usb [umass] [usb8] USB DLT tape drive throws random errors a usb/143790 usb [boot] [cam] can not boot from usb hdd f usb/143620 usb [cdce] [usb8] the module if_cdce doesn't support my Op f usb/143294 usb [usb8] copying process stops at some time (10 - 50 sec o usb/143286 usb [ukbd] [usb8] [boot] boot failures on RELENG_8 system p usb/143186 usb [usbdevs] [usb8] [patch] add USB device IDs for Google a usb/143139 usb [umass] [usb8] [patch] Quirk for Century EX35SW4_SB4 J p usb/143045 usb [umass] [usb8] [patch] mounting Fujitsu 2600Z camera d o usb/142991 usb [uftdi] [usb67] [patch] Patch to add Crystalfontz 533 f usb/142989 usb [usb8] canon eos 50D attaches but detaches after few s f usb/142957 usb [umass] [usb8] [patch] patch for USB disk SYNCHRONIZE o usb/142719 usb [urtw] [usb8] AirLive WL-1600USB (RTL8187L chipset) fa o usb/142713 usb [usb67] [panic] Kernel Panik when connecting an IPhone f usb/142276 usb [umass] [usb8] Cache Synchronization Error with Olympu o usb/142229 usb [ums] [usb8] [hang] connecting a USB mouse to a Dell P f usb/141680 usb [uath] [usb8] Netgear WG111T not working with uath dri o usb/141664 usb [pcm] [usb8] Logitech USB microphone failure [regressi o usb/141474 usb [boot] [usb8] FreeBSD 8.0 can not install from USB CDR o usb/141327 usb [ukbd] [usb67] USB kbd not working with 7.1+PAE on IBM o usb/141212 usb [ukbd] [usb8] ukbd_set_leds_callback:700: error=USB_ER o kern/141011 usb [usb8] Encrypted root, geli password at boot; enter ke o usb/140920 usb [install] [usb8] USB based install fails on 8.0-RELEAS o usb/140893 usb [urtw] [usb8] WPA2 not working on rtl8187b o kern/140849 usb [ums] [usb8] USB mouse doesn't work under FreeBSD 8.0- a usb/140810 usb [uftdi] [usb8] 8.X copy and paste problem / tty overfl o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d o usb/140236 usb [msdosfs] [usb8] Labels wiped on external Journaled US o usb/140160 usb [usb8] [acpi] USB ports are no longer "active" after A s usb/139990 usb [panic] [patch] [usb67] Kernel frequently panics after o usb/139243 usb [uhci] [usb67] unplug prolific USB serial -> uhci_abor f usb/138882 usb [ohci] [panic] [usb67] Can't install FreeBSD 7.2 due t o usb/138798 usb [boot] [usb8] 8.0-BETA4 can't boot from USB flash driv o usb/138659 usb [usb8][uftdi] driver broken in RELENG_8/CURRENT o usb/138175 usb [usb67] [boot] System cannot boot, when USB reader wit o usb/138124 usb [snd_uaudio] [usb8] Axed uaudio functionality in the u o usb/138119 usb [usb67] [usb8] MultiBay CDROM (probably on USB bus) is f usb/137872 usb [usb67] [boot] slow booting on usb flash drive o usb/137806 usb [ukbd] [usb67] USB keyboard doesn't work until it's un o usb/137763 usb [usb67][ukbd] Logitech wireless keyboard media keys no o usb/137377 usb [usb8] request support for Huawei E180 o usb/137341 usb [usb8][rum] driver if_rum doesn't work at all and thro f usb/137190 usb [usb8][patch] inhibit spurious button releases for som o usb/137189 usb [usb8][patch] create and use sysctl nodes for HID repo p usb/137188 usb [usb8][patch] correctly handle USB report descriptors o usb/137129 usb [ums] [usb8] SteelSeries Ikari USB laser mouse not att o usb/135938 usb [aue] [usb67] aue driver only passes traffic in promis o usb/135542 usb [keyboard] boot loader does not work with a usb keyboa o usb/135206 usb machine reboots when inserted USB device f usb/135200 usb SAMSUNG i740 usb mass: Synchronize cache failed, statu o usb/134950 usb Lowering DTR for USB-modem via ubsa is not possible o usb/134299 usb Kernel Panic plugging in MF626 USB UMTS Stick u3g o usb/134193 usb System freeze on usb MP3 player insertion o usb/134085 usb [umass] Adding usb quirk for Sony USB flash drive o usb/133989 usb [usb8] [ukbd] USB keyboard dead at mountroot> prompt o usb/133712 usb [ural] [patch] RE: Fixed an issue with ural(4) that wa o usb/133390 usb umass crashes system in 7.1 when Olympus D-540 attache o usb/133296 usb [rum] driver not working properly in hostap mode o usb/132594 usb USB subsystem causes page fault and crashes o usb/132080 usb [patch] [usb] [rum] [panic] Kernel panic after NOMEM c o usb/132066 usb [ukbd] Keyboard failure USB keyboard DELL 760 o usb/132036 usb [panic] page fault when connecting Olympus C740 camera o usb/131583 usb [umass] Failure when detaching umass Device o usb/131576 usb [aue] ADMtek USB To LAN Converter can't send data o usb/131521 usb Registering Belkin UPS to usb_quirks.c o usb/131074 usb no run-time detection of usb devices plugged into exte o usb/130736 usb Page fault unplugging USB stick o usb/130230 usb [patch] [quirk] [usb67] [usb] [cam] [umass] Samsung El o usb/130208 usb Boot process severely hampered by umass0 error o usb/130122 usb [usb8] DVD drive detects as 'da' device f usb/129766 usb [usb] [panic] plugging in usb modem HUAWEI E226 panics o usb/129500 usb [umass] [panic] FreeBSD Crashes when connecting SanDis o usb/129311 usb [usb] [panic] Instant crash with an USB card reader s usb/128990 usb [usb] u3g does not handle RTS/CTS available on for exa o usb/128977 usb [usb67] [patch] uaudio is not full duplex p usb/128803 usb [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X2 o usb/128485 usb [umodem] [patch] Nokia N80 modem support o usb/128425 usb [umass] Cannot Connect Maxtor Onetouch 4 USB drive o usb/128418 usb [panic] [rum] loading if_rum causes panic, looks like o usb/127926 usb [boot] USB Timeout during bootup s usb/127453 usb [request] ubsa, uark, ubser, uftdi, and friends should o usb/127342 usb [boot] [panic] enabling usb keyboard and mouse support o usb/127248 usb [ucom] panic while uplcom devices attach and detach o usb/126884 usb [ugen] [patch] Bug in buffer handling in ugen.c o usb/126848 usb [usb]: USB Keyboard hangs during Installation o usb/126740 usb [ulpt] doesn't work on 7.0-RELEASE, 10 second stall be o usb/126519 usb [usb] [panic] panic when plugging in an iphone o kern/126396 usb [panic] kernel panic after unplug USB Bluetooth device o usb/125631 usb [ums] [panic] kernel panic during bootup while 'Logite o usb/125510 usb [panic] repeated plug and unplug of USB mass storage d f usb/125450 usb [panic] Removing USB flash card while being accessed c o usb/125088 usb [keyboard] Touchpad not detected on Adesso AKB-430UG U o usb/124980 usb [panic] kernel panic on detaching unmounted umass devi o kern/124777 usb [ucom] USB cua devices don't revert to tty devices whe o usb/124758 usb [rum] [panic] rum panics SMP kernel o usb/124708 usb [panic] Kernel panic on USB KVM reattach o kern/124130 usb [usb] gmirror fails to start usb devices that were pre o usb/123969 usb [usb] Supermicro H8SMi-2 usb problem: port reset faile o usb/123714 usb [usb] [panic] Panic when hald-storage-probe runs with o usb/123691 usb usbd(8): usbd hangs o usb/123690 usb [usb] [panic] Panic on USB device insertion when usb l o usb/123611 usb [usb] BBB reset failed, STALLED from Imation/Mitsumi U o usb/122992 usb [umass] [patch] MotoROKR Z6 Phone not recognised by um o usb/122936 usb [ucom] [ubsa] Device does not receive interrupt o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa s usb/122819 usb [usb67] [patch] Patch to provide dynamic additions to o usb/122813 usb [udbp] [request] udbp driver should be removed in favo o usb/122547 usb [ehci] USB Printer not being recognized after reboot o usb/122539 usb [ohci] [panic] AnyDATA ADU-E1000D - kernel panic: ohci o usb/122483 usb [panic] [ulpt] Repeatable panic in 7.0-STABLE o usb/122119 usb [umass] umass device causes creation of daX but not da o usb/121734 usb [ugen] ugen HP1022 printer device not working since up o usb/121708 usb [keyboard] nforce 650i mobo w/ usb keyboard infinite k o usb/121474 usb [cam] [patch] QUIRK: SAMSUNG HM250JI in LaCie usb hard o usb/121275 usb [boot] [panic] FreeBSD fails to boot with usb legacy s o usb/121169 usb [umass] Issues with usb mp3 player o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS f usb/120786 usb [usb] [panic] Kernel panic when forced umount of a det o usb/120729 usb [panic] fault while in kernel mode with connecting USB o usb/120321 usb [hang] System hangs when transferring data to WD MyBoo o usb/120283 usb [panic] Automation reboot with wireless keyboard & mou o usb/120034 usb [hang] 6.2 & 6.3 hangs on boot at usb0: OHCI with 1.5 o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch o usb/119633 usb [umass] umass0: BBB reset failed, IOERROR [regression] o usb/119509 usb [usb] USB flaky on Dell Optiplex 755 o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED [regress o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer o usb/118353 usb [panic] [ppp] repeatable kernel panic during ppp(4) se o usb/118141 usb [ucom] usb serial and nokia phones ucomreadcb ucomread o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o usb/118098 usb [umass] 6th gen iPod causes problems when disconnectin o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o usb/117946 usb [panic] D-Link DUB-E100 rev. B1 crashes FreeBSD 7.0-BE o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work o usb/117893 usb [umass] Lacie USB DVD writing failing o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o usb/117598 usb [snd_uaudio] [patch] Not possible to record with Plant o usb/117313 usb [umass] [panic] panic on usb camera insertion o usb/117200 usb [ugen] ugen0 prints strange string on attach if detach o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a p usb/116947 usb [ukbd] [patch] [regression] enable boot protocol on th o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o usb/115933 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o usb/114682 usb [umass] generic USB media-card reader unusable o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o usb/114068 usb [usb67] [usb8] [umass] [patch] Problem with connection o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff s usb/113060 usb [usb67] [ulpt] [patch] Samsung printer not working in o usb/110856 usb [usb67] [ugen] [patch] interrupt in msgs are truncated o usb/107827 usb [usb67] [ohci] [panic] ohci_add_done addr not found o usb/107388 usb [usb67] [usb8] [new driver] [patch] add utoppy device o usb/106041 usb [usb67] [usb8] [request] FreeBSD does not recognise Mu s usb/103917 usb [usb67] [uhub] USB driver reports "Addr 0 should never o usb/103418 usb [usb67] [usb8] [patch] [request] usbhidctl(8) add abil o usb/103046 usb [usb67] [ulpt] [patch] ulpt event driven I/O with sele o usb/100746 usb [usb67] [ukbd] system does not boot due to USB keyboar o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar o kern/99200 usb [usb67] SMP-Kernel crashes reliably when Bluetooth con o usb/98343 usb [boot] BBB reset failed errors with Creative Muvo MP3 o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 s usb/97286 usb [mouse] [request] MS Wireless Intellimouse Explorer 2. o usb/97175 usb [umass] [hang] USB cardreader hangs system o usb/96457 usb [umass] [panic] fatback on umass = reboot o usb/96381 usb [cam] [patch] add a quirk table entry for a flash ram o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync s usb/96120 usb [ums] [request] USB mouse not always detected s usb/95636 usb [umass] [boot] 5 minute delay at boot when using VT620 o usb/95562 usb [umass] Write Stress in USB Mass drive causes "vinvalb o usb/95037 usb [umass] USB disk not recognized on hot-plug. o usb/94897 usb [panic] Kernel Panic when cleanly unmounting USB disk o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o usb/94384 usb [panic] kernel panic with usb2 hardware o usb/93872 usb [cam] [patch] SCSI quirk required for ELTA 8061 OL USB o usb/93828 usb [ohci] [panic] ohci causes panic on boot (HP Pavillion o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o usb/92142 usb [uhub] SET_ADDR_FAILED and SHORT_XFER errors from usb o usb/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o usb/92052 usb [ulpt] usbd causes defunct process with busy file-hand o usb/91906 usb [ehci] [hang] FreeBSD hangs while booting with USB leg f usb/91896 usb camcontrol(8): Serial Number of USB Memory Sticks is n o usb/91811 usb [umass] Compact Flash in HP Photosmart 2610 return " o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o usb/91283 usb [boot] [regression] booting very slow with usb devices o usb/91238 usb [umass] USB tape unit fails to write a second tape fil o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o usb/89954 usb [umass] [panic] USB Disk driver race condition? o usb/88743 usb [hang] [regression] USB makes kernel hang at boot (reg o usb/88408 usb [axe] axe0 read PHY failed o usb/87648 usb [mouse] Logitech USB-optical mouse problem. f usb/87224 usb [usb] Cannot mount USB Zip750 o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o usb/86298 usb [mouse] Known good USB mouse won't work with correct s s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o usb/83863 usb [ugen] Communication problem between opensc/openct via o usb/83756 usb [ums] [patch] Microsoft Intellimouse Explorer 4.0A doe o usb/83504 usb [kernel] [patch] SpeedTouch USB stop working on recent o usb/82520 usb [udbp] [reboot] Reboot when USL101 connected o usb/82350 usb [ucom] [panic] null pointer dereference in USB stack o usb/81621 usb [ehci] [hang] external hd hangs under load on ehci o usb/80935 usb [uvisor] [patch] uvisor.c is not work with CLIE TH55. s usb/80777 usb [request] usb_rem_task() should wait for callback to c s usb/80776 usb [udav] [request] UDAV device driver shouldn't use usb_ o usb/80774 usb [patch] have "usbd_find_desc" in line with the other " o usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails f usb/80040 usb [sound] [hang] Use of sound mixer causes system freeze o usb/79723 usb [usb] [request] prepare for high speed isochronous tra o usb/78984 usb [umass] [patch] Creative MUVO umass failure f usb/77294 usb [ucom] [panic] ucom + ulpcom panic o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device f usb/76395 usb [uhci] USB printer does not work, usbdevs says "addr 0 s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for f usb/75705 usb [umass] [panic] da0 attach / Optio S4 (with backtrace) f usb/74771 usb [umass] [hang] mounting write-protected umass device a s usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL o usb/74211 usb [umass] USB flash drive causes CAM status 0x4 on 4.10R o usb/71417 usb [ugen] Cryptoflex e-gate USB token (ugen0) communicati o usb/71416 usb [ugen] Cryptoflex e-gate USB token (ugen0) detach is n o usb/71280 usb [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o usb/67301 usb [uftdi] [panic] RTS and system panic o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct o usb/63621 usb [umass] [panic] USB MemoryStick Reader stalls/crashes s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s s bin/57255 usb [patch] usbd(8) and multi-function devices s usb/52026 usb [usb] [request] umass driver support for InSystem ISD2 s usb/51958 usb [urio] [patch] update for urio driver o usb/40948 usb [umass] [request] USB HP CDW8200 does not work o usb/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem 300 problems total. From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 14:07:40 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CB8B106566B for ; Wed, 6 Jun 2012 14:07:40 +0000 (UTC) (envelope-from momchil@xaxo.eu) Received: from vps2.xaxo.eu (vps2.xaxo.eu [78.47.156.66]) by mx1.freebsd.org (Postfix) with ESMTP id 7350F8FC08 for ; Wed, 6 Jun 2012 14:07:38 +0000 (UTC) Received: from t61.xaxo.eu ([10.75.23.6]) by vps2.xaxo.eu (8.14.4/8.14.4) with ESMTP id q56CZ4R7065014; Wed, 6 Jun 2012 14:35:05 +0200 (CEST) (envelope-from momchil@xaxo.eu) Date: Wed, 06 Jun 2012 15:35:04 +0200 Message-ID: <86r4tsa7hz.wl%momchil@xaxo.eu> From: Momchil Ivanov To: freebsd-usb@freebsd.org MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: USB Problems with HDD on Freebsd 8 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: Wed, 06 Jun 2012 14:07:40 -0000 Hi, I have some troubles using my new USB HDD, it seems do die when I try to write some things on it with rsync, otherwise it works ok. Here is the log when it crashed and I tried to reinsert the USB cable several times, but it does not seem to get attached: ugen2.6: at usbus2 (disconnected) umass0: at uhub9, port 2, addr 6 (disconnected) (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): Invalidating pack GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=81920)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839189504, length=131072)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] g_vfs_done():ufs/storage[READ(offset=902839107584, length=81920)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839189504, length=131072)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=81920)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839189504, length=131072)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] g_vfs_done():ufs/storage[READ(offset=902839107584, length=81920)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839189504, length=131072)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=81920)] GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839189504, length=65536)] g_vfs_done():ufs/storage[READ(offset=902839107584, length=81920)]error = 6 g_vfs_done():ufs/storage[READ(offset=902839189504, length=65536)]error = 6 (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0xa, scsi status == 0x0 (da0:umass-sim0:0:0:0): removing device entry usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_STALLED, ignored) pid 2695 (zsh), uid 1005 inumber 116230002 on /mnt/storage: out of inodes Device storage went missing before all of the data could be written to it; expect data loss. usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) uhub_reattach_port: could not allocate new device usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_STALLED, ignored) usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) uhub_reattach_port: could not allocate new device usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, ignored) usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) uhub_reattach_port: could not allocate new device usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, ignored) usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) uhub_reattach_port: could not allocate new device usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, ignored) usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) uhub_reattach_port: could not allocate new device usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, ignored) usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) uhub_reattach_port: could not allocate new device I am using FreeBSD 8.2-STABLE i386 as of Tue Dec 27 17:01:47 CET 2011. Hope somebody can help me with this issue, I haven't seen it with my other USB HDDs. Note: Please CC me since I am not subscribed. Greetings, Momchil From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 15:38:57 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21A5A106566B for ; Wed, 6 Jun 2012 15:38:57 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id ED9CE8FC08 for ; Wed, 6 Jun 2012 15:38:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=Message-Id:From:Mime-Version:Date:Subject:To:Content-Type; bh=Dz24btw5FhRRZK8ca6TiHVReOxJeNuSwdGHeV8pFNks=; b=FwZvONjQfifz70YbTjwz1vEpGIWW0A2kZHlqEV97IOE7OtRa9QrE3ZIKJKkKXp5oYDyPOo6TffkuhP53LyY3JrDBvLMaAB8njgJqnMIAPEoby47VgD96603ziEI/BTjn; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1ScIJv-0004Rp-Ad for freebsd-usb@freebsd.org; Wed, 06 Jun 2012 10:38:56 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1338997125-26372-26371/5/39; Wed, 6 Jun 2012 15:38:45 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-usb@freebsd.org Date: Wed, 6 Jun 2012 10:38:44 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: User-Agent: Opera Mail/11.64 (FreeBSD) X-SA-Score: -1.0 Subject: usb power output issues 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: Wed, 06 Jun 2012 15:38:57 -0000 Hi all, I have a Dell OptiPlex 390. There are several in the office, but mine is the only one that runs FreeBSD. I'm currently running FreeBSD 9.0-STABLE #4 r234571, but this has happened on several previous builds as well. I've never run an 8.x branch on this hardware. Sometimes when I come into the office -- perhaps once a week -- I'll find that my nice keyboard has stopped functioning. My mouse always works, but the keyboard does not. I can plug in any USB keyboard and I see it recognized by reading the console messages, but they just don't work. The CapsLock, ScrollLock, Numlock, etc lights don't even turn on. I usually just reboot the computer and move on, but today this happened when I was on the phone with a customer so I knew I couldn't blame it on a screensaver or anything whacky like that. I ended up digging out a powered USB hub and plugging my keyboard into that. It started working as expected at this time. I am wondering if this is a known issue or if there is anything in the USB stack that could cause this behavior? My PC is currently in this state and I don't ever power it off, so if someone needs some USB diagnostics output I can provide that. This is not a debugging kernel so I can't get you any output from DDB at this time. tech304# usbconfig show_ifdrv ugen0.1: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen0.1.0: uhub0: ugen1.1: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen1.1.0: uhub1: ugen0.2: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen0.2.0: uhub2: ugen1.2: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen1.2.0: uhub3: ugen1.3: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen1.3.0: uhub5: ugen1.4: at usbus1, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON ugen1.4.0: ukbd0: ugen1.4.1: ums0: ugen1.5: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen1.5.0: uhub4: ugen1.6: at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON ugen1.6.0: ukbd1: ugen1.6.1: ums1: ugen1.6.2: uhid0: From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 15:53:24 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4B381065676 for ; Wed, 6 Jun 2012 15:53:24 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5272A8FC19 for ; Wed, 6 Jun 2012 15:53:24 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 285716262; Wed, 06 Jun 2012 17:53:16 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Wed, 6 Jun 2012 17:52:38 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <86r4tsa7hz.wl%momchil@xaxo.eu> In-Reply-To: <86r4tsa7hz.wl%momchil@xaxo.eu> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201206061752.38838.hselasky@c2i.net> Cc: Momchil Ivanov Subject: Re: USB Problems with HDD on Freebsd 8 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: Wed, 06 Jun 2012 15:53:25 -0000 On Wednesday 06 June 2012 15:35:04 Momchil Ivanov wrote: > Hi, > > I have some troubles using my new USB HDD, it seems do die when > I try to write some things on it with rsync, otherwise it works > ok. Here is the log when it crashed and I tried to reinsert the USB > cable several times, but it does not seem to get attached: > > ugen2.6: at usbus2 (disconnected) > umass0: at uhub9, port 2, addr 6 (disconnected) > (da0:umass-sim0:0:0:0): lost device > (da0:umass-sim0:0:0:0): Invalidating pack > GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, > length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: > g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > length=16384)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839107584, length=131072)] > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > length=16384)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839107584, length=131072)] > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > length=16384)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839107584, length=131072)] > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > length=16384)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839107584, length=131072)] > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > length=16384)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839107584, length=131072)] > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > length=16384)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839107584, length=131072)] > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > length=16384)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839107584, length=131072)] > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > length=16384)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839107584, length=131072)] > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > length=16384)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839107584, length=131072)] > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > length=16384)] g_vfs_done():ufs/storage[READ(offset=902839091200, > length=16384)]error = 6 GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839107584, length=131072)] GEOM_ELI: > g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, > length=131072)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839091200, length=16384)] > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, > length=131072)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839091200, length=16384)] > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, > length=81920)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839189504, length=131072)] GEOM_ELI: > g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] > g_vfs_done():ufs/storage[READ(offset=902839107584, length=81920)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839189504, length=131072)]error = > 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, > length=81920)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839189504, length=131072)] GEOM_ELI: > g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] > g_vfs_done():ufs/storage[READ(offset=902839107584, length=81920)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839189504, length=131072)]error = > 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, > length=81920)] GEOM_ELI: g_eli_read_done() failed > da0.eli[READ(offset=902839189504, length=65536)] > g_vfs_done():ufs/storage[READ(offset=902839107584, length=81920)]error = 6 > g_vfs_done():ufs/storage[READ(offset=902839189504, length=65536)]error = 6 > (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0xa, scsi > status == 0x0 (da0:umass-sim0:0:0:0): removing device entry > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_STALLED, > ignored) pid 2695 (zsh), uid 1005 inumber 116230002 on /mnt/storage: out > of inodes Device storage went missing before all of the data could be > written to it; expect data loss. usbd_req_re_enumerate: addr=5, set > address failed! (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 > (disconnected) > uhub_reattach_port: could not allocate new device > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_STALLED, > ignored) usbd_req_re_enumerate: addr=5, set address failed! > (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) > uhub_reattach_port: could not allocate new device > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, > ignored) usbd_req_re_enumerate: addr=5, set address failed! > (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) > uhub_reattach_port: could not allocate new device > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, > ignored) usbd_req_re_enumerate: addr=5, set address failed! > (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) > uhub_reattach_port: could not allocate new device > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, > ignored) usbd_req_re_enumerate: addr=5, set address failed! > (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) > uhub_reattach_port: could not allocate new device > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, > ignored) usbd_req_re_enumerate: addr=5, set address failed! > (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) > uhub_reattach_port: could not allocate new device > > > I am using FreeBSD 8.2-STABLE i386 as of Tue Dec 27 17:01:47 CET > 2011. Hope somebody can help me with this issue, I haven't seen it > with my other USB HDDs. > > Note: Please CC me since I am not subscribed. Hi, Is your HDD self-powered or USB powered? If a USB reset doesn't bring the device back, its firmware is most likely crashed and there is not much we can do about it, except throttling the data traffic on the BULK endpoints. Currently there is no userland option to enable throttling. Try: usbconfig -d X.Y reset --HPS From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 16:04:18 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24CB4106566C for ; Wed, 6 Jun 2012 16:04:18 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 6E5C08FC18 for ; Wed, 6 Jun 2012 16:04:17 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 283917951; Wed, 06 Jun 2012 17:59:09 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Wed, 6 Jun 2012 17:58:32 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201206061758.32133.hselasky@c2i.net> Cc: Subject: Re: usb power output issues 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: Wed, 06 Jun 2012 16:04:18 -0000 On Wednesday 06 June 2012 17:38:44 Mark Felder wrote: > Hi all, > > I have a Dell OptiPlex 390. There are several in the office, but mine is > the only one that runs FreeBSD. I'm currently running FreeBSD 9.0-STABLE > #4 r234571, but this has happened on several previous builds as well. I've > never run an 8.x branch on this hardware. > > Sometimes when I come into the office -- perhaps once a week -- I'll find > that my nice keyboard has stopped functioning. My mouse always works, but > the keyboard does not. I can plug in any USB keyboard and I see it > recognized by reading the console messages, but they just don't work. The > CapsLock, ScrollLock, Numlock, etc lights don't even turn on. I usually > just reboot the computer and move on, but today this happened when I was > on the phone with a customer so I knew I couldn't blame it on a > screensaver or anything whacky like that. I ended up digging out a powered > USB hub and plugging my keyboard into that. It started working as expected > at this time. Hi, Can you try pressing CTRL+ALT+F1, then CTRL+ALT+F9. Sometimes I see something similar, and switching back and forth between the console helps. > > I am wondering if this is a known issue or if there is anything in the USB > stack that could cause this behavior? My PC is currently in this state and > I don't ever power it off, so if someone needs some USB diagnostics output > I can provide that. This is not a debugging kernel so I can't get you any > output from DDB at this time. You can try to get dmesg, and also run: usbconfig dump_device_desc dump_curr_config_desc If your device times out on the command above, something is wrong in USB. Else it is a problem in the interaction with X11. FYI: CAPS-LOCK-LED and NUM-LOCK-LED are software controlled by the USB stack. > > > tech304# usbconfig show_ifdrv > ugen0.1: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) > pwr=SAVE > ugen0.1.0: uhub0: > ugen1.1: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) > pwr=SAVE > ugen1.1.0: uhub1: > ugen0.2: at usbus0, cfg=0 md=HOST spd=HIGH > (480Mbps) pwr=SAVE > ugen0.2.0: uhub2: addr 2> > ugen1.2: at usbus1, cfg=0 md=HOST spd=HIGH > (480Mbps) pwr=SAVE > ugen1.2.0: uhub3: addr 2> > ugen1.3: at usbus1, cfg=0 md=HOST spd=HIGH > (480Mbps) pwr=SAVE > ugen1.3.0: uhub5: 2.00/1.00, addr 3> > ugen1.4: at usbus1, cfg=0 > md=HOST spd=LOW (1.5Mbps) pwr=ON > ugen1.4.0: ukbd0: > ugen1.4.1: ums0: > ugen1.5: at usbus1, cfg=0 md=HOST spd=HIGH > (480Mbps) pwr=SAVE > ugen1.5.0: uhub4: 2.00/1.00, addr 5> > ugen1.6: at usbus1, cfg=0 md=HOST spd=FULL > (12Mbps) pwr=ON > ugen1.6.0: ukbd1: 6> > ugen1.6.1: ums1: > ugen1.6.2: uhid0: 6> --HPS From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 16:06:09 2012 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 EB52C106564A for ; Wed, 6 Jun 2012 16:06:09 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 802DD8FC16 for ; Wed, 6 Jun 2012 16:06:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:Cc:To:Content-Type; bh=JwY2+RhtZElD11VJF2YW4/YHfrXEOfnvCykZhSEruhQ=; b=j1pTZs5i3lSwQpjEC21N6Kk3+cos0o+tSRbAEYb62F2+yWgb37sKhyOPTUK4YeR3KoajhTrItJQA261Us3NePZzLRz3r/NHp/owdizKd1gBSYQ/rdSw7poRojkC1dEI3; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1ScIkE-0005Kv-1I; Wed, 06 Jun 2012 11:06:09 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1338998756-26372-26371/5/40; Wed, 6 Jun 2012 16:05:56 +0000 Content-Type: multipart/mixed; boundary=----------mejFyPHOeK7wrsZk6mP0b4 To: freebsd-usb@freebsd.org References: <201206061758.32133.hselasky@c2i.net> Date: Wed, 6 Jun 2012 11:05:56 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <201206061758.32133.hselasky@c2i.net> User-Agent: Opera Mail/11.64 (FreeBSD) X-SA-Score: -1.5 Cc: Subject: Re: usb power output issues 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: Wed, 06 Jun 2012 16:06:10 -0000 ------------mejFyPHOeK7wrsZk6mP0b4 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes On Wed, 06 Jun 2012 10:58:32 -0500, Hans Petter Selasky wrote: > > Hi, > > Can you try pressing CTRL+ALT+F1, then CTRL+ALT+F9. Sometimes I see > something > similar, and switching back and forth between the console helps. > The keyboard goes *completely* dead, so even switching VTs like that isn't possible. I worked around the issue by plugging in a powered USB hub. So currently if I plug in my keyboard directly, it won't work. > > You can try to get dmesg, and also run: > > usbconfig dump_device_desc dump_curr_config_desc > > If your device times out on the command above, something is wrong in > USB. Else > it is a problem in the interaction with X11. It doesn't appear to time out when I collect that info, and it can't be an X11 issue because I can kill X11 completely and the problem persists. > > FYI: CAPS-LOCK-LED and NUM-LOCK-LED are software controlled by the USB > stack. > I suspected as much. See attached. ------------mejFyPHOeK7wrsZk6mP0b4 Content-Disposition: attachment; filename=dmesg.txt Content-Type: text/plain; name=dmesg.txt Content-Transfer-Encoding: quoted-printable Copyright (c) 1992-2012 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 9.0-STABLE #8 r235057: Sat May 5 09:59:32 CDT 2012 root@tech304.office.supranet.net:/usr/obj/tank/svn/sys/GENERIC amd64 link_elf_obj: symbol ata_controlcmd undefined KLD file atapicam.ko - could not finalize loading CPU: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz (3093.04-MHz K8-class CPU) Origin =3D "GenuineIntel" Id =3D 0x206a7 Family =3D 6 Model =3D 2a = Stepping =3D 7 Features=3D0xbfebfbff Features2=3D0x1fbae3ff AMD Features=3D0x28100800 AMD Features2=3D0x1 TSC: P-state invariant, performance statistics real memory =3D 8589934592 (8192 MB) avail memory =3D 8192802816 (7813 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 2 cpu2 (AP): APIC ID: 4 cpu3 (AP): APIC ID: 6 ACPI Warning: 32/64X FACS address mismatch in FADT - 0xCF7E4E40/0x0000000= 0CF7E4D40, using 32 (20110527/tbfadt-517) ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) can't fetch resources for \\_SB_.MEM2 - AE_AML_INVALID_RESOURCE_TYPE cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 550 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 Event timer "HPET3" frequency 14318180 Hz quality 440 Event timer "HPET4" frequency 14318180 Hz quality 440 atrtc0: port 0x70-0x77 irq 8 on acpi0 atrtc0: Warning: Couldn't map I/O. Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 vgapci0: port 0x4000-0x407f mem 0xe3000000-0xe3f= fffff,0xd0000000-0xdfffffff,0xe0000000-0xe1ffffff irq 16 at device 0.0 = on pci1 nvidia0: on vgapci0 vgapci0: child nvidia0 requested pci_enable_io vgapci0: child nvidia0 requested pci_enable_io hdac0: mem 0xe4080000-0xe4083fff irq 17 = at device 0.1 on pci1 pci0: at device 22.0 (no driver attached) ehci0: mem 0xe4b40000-0xe4b403ff irq = 16 at device 26.0 on pci0 usbus0: EHCI version 1.0 usbus0 on ehci0 hdac1: mem 0xe4b30000-0xe4b33fff irq = 22 at device 27.0 on pci0 pcib2: irq 16 at device 28.0 on pci0 pci2: on pcib2 pcib3: irq 18 at device 28.2 on pci0 pci3: on pcib3 pcib4: irq 16 at device 28.4 on pci0 pci4: on pcib4 re0: port = 0x2000-0x20ff mem 0xe2b10000-0xe2b10fff,0xe2b00000-0xe2b03fff irq 16 at = device 0.0 on pci4 re0: Using 1 MSI-X message re0: ASPM disabled re0: Chip rev. 0x2c800000 re0: MAC rev. 0x00000000 miibus0: on re0 rgephy0: PHY 1 on = miibus0 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, = 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT= -FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master= , auto, auto-flow re0: Ethernet address: d0:67:e5:17:e1:32 ehci1: mem 0xe4b20000-0xe4b203ff irq = 17 at device 29.0 on pci0 usbus1: EHCI version 1.0 usbus1 on ehci1 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x50d0-0x50d7,0x50c= 0-0x50c3,0x50b0-0x50b7,0x50a0-0x50a3,0x5090-0x509f,0x5080-0x508f irq 18 = at device 31.2 on pci0 ata2: at channel 0 on atapci0 ata3: at channel 1 on atapci0 pci0: at device 31.3 (no driver attached) atapci1: port 0x5070-0x5077,0x506= 0-0x5063,0x5050-0x5057,0x5040-0x5043,0x5030-0x503f,0x5020-0x502f irq 18 = at device 31.5 on pci0 ata4: at channel 0 on atapci1 ata5: at channel 1 on atapci1 acpi_button0: on acpi0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: cannot reserve I/O port range ctl: CAM Target Layer loaded est0: on cpu0 p4tcc0: on cpu0 est1: on cpu1 p4tcc1: on cpu1 est2: on cpu2 p4tcc2: on cpu2 est3: on cpu3 p4tcc3: on cpu3 Timecounters tick every 1.000 msec vboxdrv: fAsync=3D0 offMin=3D0x208 offMax=3D0x53c hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 5 on hdaa0 hdacc1: at cad 1 on hdac0 hdaa1: at nid 1 on hdacc1 pcm1: at nid 5 on hdaa1 hdacc2: at cad 2 on hdac0 hdaa2: at nid 1 on hdacc2 pcm2: at nid 5 on hdaa2 hdacc3: at cad 3 on hdac0 hdaa3: at nid 1 on hdacc3 pcm3: at nid 5 on hdaa3 hdacc4: at cad 2 on hdac1 hdaa4: at nid 1 on = hdacc4 pcm4: at nid 28,31 and = 26 on hdaa4 pcm5: at nid 25 and 29,27 on = hdaa4 usbus0: 480Mbps High Speed USB v2.0 usbus1: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered ugen0.2: at usbus0 uhub2: = on usbus0 ugen1.2: at usbus1 uhub3: = on usbus1 ada0 at ata2 bus 0 scbus0 target 0 lun 0 ada0: ATA-7 SATA 1.x device ada0: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes) ada0: 286168MB (586072368 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 ada1 at ata5 bus 0 scbus3 target 0 lun 0 ada1: ATA-7 SATA 1.x device ada1: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes) ada1: 286168MB (586072368 512 byte sectors: 16H 63S/T 16383C) ada1: Previously was known as ad10 SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! uhub2: 4 ports with 4 removable, self powered uhub3: 6 ports with 6 removable, self powered ugen0.3: at usbus0 uhub4: = on usbus0 uhub4: MTT enabled ugen1.3: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 ums0: on usbus1 ums0: 3 buttons and [XYZ] coordinates ID=3D1 uhub4: 4 ports with 4 removable, self powered cd0 at ata3 bus 0 scbus1 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device=20 cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes= ) cd0: Attempt to query device size failed: NOT READY, Medium not present = - tray closed GEOM_MIRROR: Device mirror/swap launched (2/2). GEOM_MIRROR: Device mirror/root launched (2/2). Root mount waiting for: usbus0 ugen0.4: at usbus0 ukbd1: on = usbus0 kbd3 at ukbd1 ums1: on = usbus0 ums1: 16 buttons and [XYZT] coordinates ID=3D2 uhid0: on = usbus0 Trying to mount root from ufs:/dev/mirror/root [rw]... ZFS filesystem version 5 ZFS storage pool version 28 vboxnet0: Ethernet address: 0a:00:27:00:00:00 re0: promiscuous mode enabled ugen1.3: at usbus1 (disconnected) ukbd0: at uhub3, port 3, addr 3 (disconnected) ums0: at uhub3, port 3, addr 3 (disconnected) ugen1.3: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 ums0: on usbus1 ums0: 3 buttons and [XYZ] coordinates ID=3D1 ugen1.4: at usbus1 umass0: on usbus1 umass0: SCSI over Bulk-Only; quirks =3D 0x0100 umass0:5:0:-1: Attached to scbus5 ugen1.4: at usbus1 (disconnected) umass0: at uhub3, port 4, addr 4 (disconnected) ugen1.4: at usbus1 umass0: on usbus1 umass0: SCSI over Bulk-Only; quirks =3D 0x4100 umass0:5:0:-1: Attached to scbus5 (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0=20 (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI status: Check Condition (probe0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not = present) da0 at umass-sim0 bus 0 scbus5 target 0 lun 0 da0: Removable Direct Access SCSI-2 device=20 da0: 40.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present ugen1.4: at usbus1 (disconnected) umass0: at uhub3, port 4, addr 4 (disconnected) (da0:umass-sim0:0:0:0): lost device - 0 outstanding, 0 refs (da0:umass-sim0:0:0:0): removing device entry ugen1.4: at usbus1 umass0: on usbus1 umass0: SCSI over Bulk-Only; quirks =3D 0x4100 umass0:5:0:-1: Attached to scbus5 (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0=20 (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI status: Check Condition (probe0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not = present) da0 at umass-sim0 bus 0 scbus5 target 0 lun 0 da0: Removable Direct Access SCSI-2 device=20 da0: 40.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present ugen1.4: at usbus1 (disconnected) umass0: at uhub3, port 4, addr 4 (disconnected) (da0:umass-sim0:0:0:0): lost device - 0 outstanding, 0 refs (da0:umass-sim0:0:0:0): removing device entry ugen1.4: at usbus1 umass0: on usbus1 umass0: SCSI over Bulk-Only; quirks =3D 0x4100 umass0:5:0:-1: Attached to scbus5 (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0=20 (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI status: Check Condition (probe0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not = present) da0 at umass-sim0 bus 0 scbus5 target 0 lun 0 da0: Removable Direct Access SCSI-2 device=20 da0: 40.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present ugen1.4: at usbus1 (disconnected) umass0: at uhub3, port 4, addr 4 (disconnected) (da0:umass-sim0:0:0:0): lost device - 0 outstanding, 0 refs (da0:umass-sim0:0:0:0): removing device entry ugen0.5: at usbus0 umass0: on usbus0 umass0: SCSI over Bulk-Only; quirks =3D 0x0100 umass0:5:0:-1: Attached to scbus5 cd1 at umass-sim0 bus 0 scbus5 target 0 lun 0 cd1: Removable CD-ROM SCSI-0 device=20 cd1: 40.000MB/s transfers cd1: cd present [114272 x 2048 byte records] ugen0.5: at usbus0 (disconnected) umass0: at uhub4, port 1, addr 5 (disconnected) (cd1:umass-sim0:0:0:0): lost device (cd1:umass-sim0:0:0:0): removing device entry ugen0.5: at usbus0 umass0: on usbus0 umass0: SCSI over Bulk-Only; quirks =3D 0x0100 umass0:5:0:-1: Attached to scbus5 da0 at umass-sim0 bus 0 scbus5 target 0 lun 0 da0: Fixed Direct Access SCSI-4 device=20 da0: 40.000MB/s transfers da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C) fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8 ugen0.5: at usbus0 (disconnected) umass0: at uhub4, port 1, addr 5 (disconnected) (da0:umass-sim0:0:0:0): lost device - 0 outstanding, 0 refs (da0:umass-sim0:0:0:0): removing device entry linux: pid 98386 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 98455 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 98957 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 25326 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 25991 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 32033 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 32141 (npviewer.bin): syscall pipe2 not implemented linux: pid 72578 (operapluginwrapper.): syscall pipe2 not implemented pid 72578 (operapluginwrapper.), uid 1001: exited on signal 11 (core = dumped) re0: promiscuous mode disabled Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...0 0 0 0 done All buffers synced. GEOM_MIRROR: Device root: provider mirror/root destroyed. GEOM_MIRROR: Device root destroyed. GEOM_MIRROR: Device swap: provider mirror/swap destroyed. GEOM_MIRROR: Device swap destroyed. Uptime: 5d6h34m4s usbus0: Controller shutdown uhub0: at usbus0, port 1, addr 1 (disconnected) ugen0.2: at usbus0 (disconnected) uhub2: at uhub0, port 1, addr 2 (disconnected) ugen0.3: at usbus0 (disconnected) uhub4: at uhub2, port 2, addr 3 (disconnected) ugen0.4: at usbus0 (disconnected) ukbd1: at uhub4, port 2, addr 4 (disconnected) ums1: at uhub4, port 2, addr 4 (disconnected) uhid0: at uhub4, port 2, addr 4 (disconnected) usbus0: Controller shutdown complete usbus1: Controller shutdown uhub1: at usbus1, port 1, addr 1 (disconnected) ugen1.2: at usbus1 (disconnected) uhub3: at uhub1, port 1, addr 2 (disconnected) ugen1.3: at usbus1 (disconnected) ukbd0: at uhub3, port 3, addr 3 (disconnected) ums0: at uhub3, port 3, addr 3 (disconnected) usbus1: Controller shutdown complete Copyright (c) 1992-2012 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 9.0-STABLE #4 r234571: Tue May 22 14:15:22 CDT 2012 root@tech304.office.supranet.net:/usr/obj/usr/src/sys/GENERIC amd64 link_elf_obj: symbol ata_controlcmd undefined KLD file atapicam.ko - could not finalize loading CPU: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz (3093.04-MHz K8-class CPU) Origin =3D "GenuineIntel" Id =3D 0x206a7 Family =3D 6 Model =3D 2a = Stepping =3D 7 Features=3D0xbfebfbff Features2=3D0x1fbae3ff AMD Features=3D0x28100800 AMD Features2=3D0x1 TSC: P-state invariant, performance statistics real memory =3D 8589934592 (8192 MB) avail memory =3D 8192811008 (7813 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 2 cpu2 (AP): APIC ID: 4 cpu3 (AP): APIC ID: 6 ACPI Warning: 32/64X FACS address mismatch in FADT - 0xCF7E4E40/0x0000000= 0CF7E4D40, using 32 (20110527/tbfadt-517) ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) can't fetch resources for \\_SB_.MEM2 - AE_AML_INVALID_RESOURCE_TYPE cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 550 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 Event timer "HPET3" frequency 14318180 Hz quality 440 Event timer "HPET4" frequency 14318180 Hz quality 440 atrtc0: port 0x70-0x77 irq 8 on acpi0 atrtc0: Warning: Couldn't map I/O. Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 vgapci0: port 0x4000-0x407f mem 0xe3000000-0xe3f= fffff,0xd0000000-0xdfffffff,0xe0000000-0xe1ffffff irq 16 at device 0.0 = on pci1 nvidia0: on vgapci0 vgapci0: child nvidia0 requested pci_enable_io vgapci0: child nvidia0 requested pci_enable_io hdac0: mem 0xe4080000-0xe4083fff irq 17 = at device 0.1 on pci1 pci0: at device 22.0 (no driver attached) ehci0: mem 0xe4b40000-0xe4b403ff irq = 16 at device 26.0 on pci0 usbus0: EHCI version 1.0 usbus0 on ehci0 hdac1: mem 0xe4b30000-0xe4b33fff irq = 22 at device 27.0 on pci0 pcib2: irq 16 at device 28.0 on pci0 pci2: on pcib2 pcib3: irq 18 at device 28.2 on pci0 pci3: on pcib3 pcib4: irq 16 at device 28.4 on pci0 pci4: on pcib4 re0: port = 0x2000-0x20ff mem 0xe2b10000-0xe2b10fff,0xe2b00000-0xe2b03fff irq 16 at = device 0.0 on pci4 re0: Using 1 MSI-X message re0: ASPM disabled re0: Chip rev. 0x2c800000 re0: MAC rev. 0x00000000 miibus0: on re0 rgephy0: PHY 1 on = miibus0 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, = 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT= -FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master= , auto, auto-flow re0: Ethernet address: d0:67:e5:17:e1:32 ehci1: mem 0xe4b20000-0xe4b203ff irq = 17 at device 29.0 on pci0 usbus1: EHCI version 1.0 usbus1 on ehci1 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x50d0-0x50d7,0x50c= 0-0x50c3,0x50b0-0x50b7,0x50a0-0x50a3,0x5090-0x509f,0x5080-0x508f irq 18 = at device 31.2 on pci0 ata2: at channel 0 on atapci0 ata3: at channel 1 on atapci0 pci0: at device 31.3 (no driver attached) atapci1: port 0x5070-0x5077,0x506= 0-0x5063,0x5050-0x5057,0x5040-0x5043,0x5030-0x503f,0x5020-0x502f irq 18 = at device 31.5 on pci0 ata4: at channel 0 on atapci1 ata5: at channel 1 on atapci1 acpi_button0: on acpi0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: cannot reserve I/O port range ctl: CAM Target Layer loaded est0: on cpu0 p4tcc0: on cpu0 est1: on cpu1 p4tcc1: on cpu1 est2: on cpu2 p4tcc2: on cpu2 est3: on cpu3 p4tcc3: on cpu3 Timecounters tick every 1.000 msec vboxdrv: fAsync=3D0 offMin=3D0x1fc offMax=3D0x6d4 hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 5 on hdaa0 hdacc1: at cad 1 on hdac0 hdaa1: at nid 1 on hdacc1 pcm1: at nid 5 on hdaa1 hdacc2: at cad 2 on hdac0 hdaa2: at nid 1 on hdacc2 pcm2: at nid 5 on hdaa2 hdacc3: at cad 3 on hdac0 hdaa3: at nid 1 on hdacc3 pcm3: at nid 5 on hdaa3 hdacc4: at cad 2 on hdac1 hdaa4: at nid 1 on = hdacc4 pcm4: at nid 28,31 and = 26 on hdaa4 pcm5: at nid 25 and 29,27 on = hdaa4 usbus0: 480Mbps High Speed USB v2.0 usbus1: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered ugen0.2: at usbus0 uhub2: = on usbus0 ugen1.2: at usbus1 uhub3: = on usbus1 ada0 at ata2 bus 0 scbus0 target 0 lun 0 ada0: ATA-7 SATA 1.x device ada0: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes) ada0: 286168MB (586072368 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 ada1 at ata5 bus 0 scbus3 target 0 lun 0 ada1: ATA-7 SATA 1.x device ada1: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes) ada1: 286168MB (586072368 512 byte sectors: 16H 63S/T 16383C) ada1: Previously was known as ad10 SMP: AP CPU #2 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! Timecounter "TSC-low" frequency 12082178 Hz quality 1000 uhub2: 4 ports with 4 removable, self powered uhub3: 6 ports with 6 removable, self powered ugen0.3: at usbus0 uhub4: = on usbus0 ugen1.3: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 ums0: on usbus1 ums0: 3 buttons and [XYZ] coordinates ID=3D1 uhub4: 4 ports with 4 removable, self powered cd0 at ata3 bus 0 scbus1 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device=20 cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes= ) cd0: Attempt to query device size failed: NOT READY, Medium not present = - tray closed GEOM_MIRROR: Device mirror/swap launched (2/2). GEOM_MIRROR: Device mirror/root launched (2/2). Root mount waiting for: usbus0 ugen0.4: at usbus0 ukbd1: on = usbus0 Root mount waiting for: usbus0 Root mount waiting for: usbus0 Root mount waiting for: usbus0 Root mount waiting for: usbus0 Root mount waiting for: usbus0 kbd3 at ukbd1 ums1: on = usbus0 ums1: 16 buttons and [XYZT] coordinates ID=3D2 uhid0: on = usbus0 Trying to mount root from ufs:/dev/mirror/root [rw]... ZFS filesystem version 5 ZFS storage pool version 28 vboxnet0: Ethernet address: 0a:00:27:00:00:00 re0: promiscuous mode enabled linux: pid 1508 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 54488 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 54590 (npviewer.bin): syscall pipe2 not implemented linux: pid 36115 (opera:libflashp): syscall pipe2 not implemented linux: pid 36438 (opera:libflashp): syscall pipe2 not implemented re0: promiscuous mode disabled nvidia0: detached nvidia0: on vgapci0 vgapci0: child nvidia0 requested pci_enable_io vgapci0: child nvidia0 requested pci_enable_io linux: pid 12060 (operapluginwrapper.): syscall pipe2 not implemented re0: promiscuous mode enabled re0: promiscuous mode disabled nvidia0: detached nvidia0: on vgapci0 vgapci0: child nvidia0 requested pci_enable_io vgapci0: child nvidia0 requested pci_enable_io re0: promiscuous mode enabled linux: pid 23135 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 24818 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 37483 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 63220 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 63654 (operapluginwrapper.): syscall pipe2 not implemented re0: promiscuous mode disabled nvidia0: detached nvidia0: on vgapci0 vgapci0: child nvidia0 requested pci_enable_io vgapci0: child nvidia0 requested pci_enable_io nvidia0: detached Warning: memory type nvidia leaked memory on destroy (1 allocations, 64 = bytes leaked). nvidia0: on vgapci0 vgapci0: child nvidia0 requested pci_enable_io vgapci0: child nvidia0 requested pci_enable_io linux: pid 80403 (operapluginwrapper.): syscall pipe2 not implemented re0: promiscuous mode enabled linux: pid 62222 (operapluginwrapper.): syscall pipe2 not implemented re0: promiscuous mode disabled linux: pid 83101 (operapluginwrapper.): syscall pipe2 not implemented re0: promiscuous mode enabled linux: pid 96771 (operapluginwrapper.): syscall pipe2 not implemented re0: promiscuous mode disabled pid 26395 (VirtualBox), uid 1001: exited on signal 10 pid 26509 (VirtualBox), uid 1001: exited on signal 10 linux: pid 91293 (operapluginwrapper.): syscall pipe2 not implemented pid 91293 (operapluginwrapper.), uid 1001: exited on signal 11 (core = dumped) linux: pid 28854 (npviewer.bin): syscall pipe2 not implemented re0: promiscuous mode enabled Limiting closed port RST response from 220 to 200 packets/sec linux: pid 96010 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 2160 (operapluginwrapper.): syscall pipe2 not implemented ugen1.4: at usbus1 umass0: = on usbus1 umass0: SCSI over Bulk-Only; quirks =3D 0x4101 umass0:5:0:-1: Attached to scbus5 da0 at umass-sim0 bus 0 scbus5 target 0 lun 0 da0: Removable Direct Access SCSI-2 device=20 da0: 40.000MB/s transfers da0: 975MB (1996800 512 byte sectors: 64H 32S/T 975C) ugen1.4: at usbus1 (disconnected) umass0: at uhub3, port 4, addr 4 (disconnected) (da0:umass-sim0:0:0:0): lost device - 0 outstanding, 0 refs (da0:umass-sim0:0:0:0): removing device entry linux: pid 19767 (npviewer.bin): syscall pipe2 not implemented linux: pid 21385 (npviewer.bin): syscall pipe2 not implemented linux: pid 23420 (npviewer.bin): syscall pipe2 not implemented linux: pid 24247 (operapluginwrapper.): syscall pipe2 not implemented pid 29544 (xfce4-appfinder), uid 1001: exited on signal 11 (core dumped) re0: promiscuous mode disabled nvidia0: detached Warning: memory type nvidia leaked memory on destroy (50 allocations, = 3200 bytes leaked). nvidia0: on vgapci0 vgapci0: child nvidia0 requested pci_enable_io vgapci0: child nvidia0 requested pci_enable_io pid 38247 (operapluginwrapper.), uid 1001: exited on signal 11 (core = dumped) linux: pid 38290 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 93280 (npviewer.bin): syscall pipe2 not implemented linux: pid 65794 (operapluginwrapper.): syscall pipe2 not implemented linux: pid 51717 (npviewer.bin): syscall pipe2 not implemented pid 88000 (xfce4-appfinder), uid 1001: exited on signal 11 (core dumped) ugen1.3: at usbus1 (disconnected) ukbd0: at uhub3, port 3, addr 3 (disconnected) ums0: at uhub3, port 3, addr 3 (disconnected) ugen1.3: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 ums0: on usbus1 ums0: 3 buttons and [XYZ] coordinates ID=3D1 ugen1.3: at usbus1 (disconnected) ukbd0: at uhub3, port 3, addr 3 (disconnected) ums0: at uhub3, port 3, addr 3 (disconnected) ugen1.3: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 ums0: on usbus1 ums0: 3 buttons and [XYZ] coordinates ID=3D1 ugen1.4: at usbus1 ukbd2: on = usbus1 kbd4 at ukbd2 ugen1.3: at usbus1 (disconnected) ukbd0: at uhub3, port 3, addr 3 (disconnected) ums0: at uhub3, port 3, addr 3 (disconnected) ugen1.4: at usbus1 (disconnected) ukbd2: at uhub3, port 4, addr 4 (disconnected) ugen1.3: at usbus1 ukbd0: on = usbus1 kbd2 at ukbd0 ugen1.3: at usbus1 (disconnected) ukbd0: at uhub3, port 3, addr 3 (disconnected) ugen1.3: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 ums0: on usbus1 ums0: 5 buttons and [XYZ] coordinates ID=3D0 ugen1.3: at usbus1 (disconnected) ukbd0: at uhub3, port 4, addr 3 (disconnected) ums0: at uhub3, port 4, addr 3 (disconnected) ugen1.3: at usbus1 uhub5: = on usbus1 uhub5: 7 ports with 7 removable, self powered ugen1.4: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 ums0: on usbus1 ums0: 3 buttons and [XYZ] coordinates ID=3D1 ugen1.3: at usbus1 (disconnected) uhub5: at uhub3, port 3, addr 3 (disconnected) ugen1.4: at usbus1 (disconnected) ukbd0: at uhub5, port 5, addr 4 (disconnected) ums0: at uhub5, port 5, addr 4 (disconnected) ugen1.3: at usbus1 uhub5: = on usbus1 uhub5: 7 ports with 7 removable, self powered ugen1.4: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 ums0: on usbus1 ums0: 3 buttons and [XYZ] coordinates ID=3D1 ugen0.3: at usbus0 (disconnected) uhub4: at uhub2, port 2, addr 3 (disconnected) ugen0.4: at usbus0 (disconnected) ukbd1: at uhub4, port 2, addr 4 (disconnected) ums1: at uhub4, port 2, addr 4 (disconnected) uhid0: at uhub4, port 2, addr 4 (disconnected) ugen1.4: at usbus1 (disconnected) ukbd0: at uhub5, port 5, addr 4 (disconnected) ums0: at uhub5, port 5, addr 4 (disconnected) ugen1.4: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 ums0: on usbus1 ums0: 3 buttons and [XYZ] coordinates ID=3D1 ugen1.5: at usbus1 uhub4: = on usbus1 uhub4: 4 ports with 4 removable, self powered ugen1.6: at usbus1 ukbd1: on = usbus1 kbd3 at ukbd1 ums1: on = usbus1 ums1: 16 buttons and [XYZT] coordinates ID=3D2 uhid0: on = usbus1 ugen1.6: at usbus1 (disconnected) ukbd1: at uhub4, port 2, addr 6 (disconnected) ums1: at uhub4, port 2, addr 6 (disconnected) uhid0: at uhub4, port 2, addr 6 (disconnected) ugen1.6: at usbus1 ukbd1: on = usbus1 kbd3 at ukbd1 ums1: on = usbus1 ums1: 16 buttons and [XYZT] coordinates ID=3D2 uhid0: on = usbus1 linux: pid 99519 (operapluginwrapper.): syscall pipe2 not implemented ------------mejFyPHOeK7wrsZk6mP0b4 Content-Disposition: attachment; filename=usbconfig.txt Content-Type: text/plain; name=usbconfig.txt Content-Transfer-Encoding: quoted-printable ugen0.1: at usbus0, cfg=3D0 md=3DHOST spd=3DHIGH = (480Mbps) pwr=3DSAVE bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0200=20 bDeviceClass =3D 0x0009=20 bDeviceSubClass =3D 0x0000=20 bDeviceProtocol =3D 0x0001=20 bMaxPacketSize0 =3D 0x0040=20 idVendor =3D 0x0000=20 idProduct =3D 0x0000=20 bcdDevice =3D 0x0100=20 iManufacturer =3D 0x0001 iProduct =3D 0x0002 iSerialNumber =3D 0x0000 bNumConfigurations =3D 0x0001=20 Configuration index 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0002=20 wTotalLength =3D 0x0019=20 bNumInterfaces =3D 0x0001=20 bConfigurationValue =3D 0x0001=20 iConfiguration =3D 0x0000 bmAttributes =3D 0x0040=20 bMaxPower =3D 0x0000=20 Interface 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0009=20 bInterfaceSubClass =3D 0x0000=20 bInterfaceProtocol =3D 0x0000=20 iInterface =3D 0x0000 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0008=20 bInterval =3D 0x00ff=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 ugen1.1: at usbus1, cfg=3D0 md=3DHOST spd=3DHIGH = (480Mbps) pwr=3DSAVE bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0200=20 bDeviceClass =3D 0x0009=20 bDeviceSubClass =3D 0x0000=20 bDeviceProtocol =3D 0x0001=20 bMaxPacketSize0 =3D 0x0040=20 idVendor =3D 0x0000=20 idProduct =3D 0x0000=20 bcdDevice =3D 0x0100=20 iManufacturer =3D 0x0001 iProduct =3D 0x0002 iSerialNumber =3D 0x0000 bNumConfigurations =3D 0x0001=20 Configuration index 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0002=20 wTotalLength =3D 0x0019=20 bNumInterfaces =3D 0x0001=20 bConfigurationValue =3D 0x0001=20 iConfiguration =3D 0x0000 bmAttributes =3D 0x0040=20 bMaxPower =3D 0x0000=20 Interface 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0009=20 bInterfaceSubClass =3D 0x0000=20 bInterfaceProtocol =3D 0x0000=20 iInterface =3D 0x0000 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0008=20 bInterval =3D 0x00ff=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 ugen0.2: at usbus0, cfg=3D0 md=3DHOST = spd=3DHIGH (480Mbps) pwr=3DSAVE bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0200=20 bDeviceClass =3D 0x0009=20 bDeviceSubClass =3D 0x0000=20 bDeviceProtocol =3D 0x0001=20 bMaxPacketSize0 =3D 0x0040=20 idVendor =3D 0x8087=20 idProduct =3D 0x0024=20 bcdDevice =3D 0x0000=20 iManufacturer =3D 0x0000 iProduct =3D 0x0000 iSerialNumber =3D 0x0000 bNumConfigurations =3D 0x0001=20 Configuration index 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0002=20 wTotalLength =3D 0x0019=20 bNumInterfaces =3D 0x0001=20 bConfigurationValue =3D 0x0001=20 iConfiguration =3D 0x0000 bmAttributes =3D 0x00e0=20 bMaxPower =3D 0x0000=20 Interface 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0009=20 bInterfaceSubClass =3D 0x0000=20 bInterfaceProtocol =3D 0x0000=20 iInterface =3D 0x0000 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0001=20 bInterval =3D 0x000c=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 ugen1.2: at usbus1, cfg=3D0 md=3DHOST = spd=3DHIGH (480Mbps) pwr=3DSAVE bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0200=20 bDeviceClass =3D 0x0009=20 bDeviceSubClass =3D 0x0000=20 bDeviceProtocol =3D 0x0001=20 bMaxPacketSize0 =3D 0x0040=20 idVendor =3D 0x8087=20 idProduct =3D 0x0024=20 bcdDevice =3D 0x0000=20 iManufacturer =3D 0x0000 iProduct =3D 0x0000 iSerialNumber =3D 0x0000 bNumConfigurations =3D 0x0001=20 Configuration index 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0002=20 wTotalLength =3D 0x0019=20 bNumInterfaces =3D 0x0001=20 bConfigurationValue =3D 0x0001=20 iConfiguration =3D 0x0000 bmAttributes =3D 0x00e0=20 bMaxPower =3D 0x0000=20 Interface 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0009=20 bInterfaceSubClass =3D 0x0000=20 bInterfaceProtocol =3D 0x0000=20 iInterface =3D 0x0000 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0001=20 bInterval =3D 0x000c=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 ugen1.3: at usbus1, cfg=3D0 md=3DHOST = spd=3DHIGH (480Mbps) pwr=3DSAVE bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0200=20 bDeviceClass =3D 0x0009=20 bDeviceSubClass =3D 0x0000=20 bDeviceProtocol =3D 0x0002=20 bMaxPacketSize0 =3D 0x0040=20 idVendor =3D 0x1a40=20 idProduct =3D 0x0201=20 bcdDevice =3D 0x0100=20 iManufacturer =3D 0x0000 iProduct =3D 0x0001 iSerialNumber =3D 0x0000 bNumConfigurations =3D 0x0001=20 Configuration index 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0002=20 wTotalLength =3D 0x0029=20 bNumInterfaces =3D 0x0001=20 bConfigurationValue =3D 0x0001=20 iConfiguration =3D 0x0000 bmAttributes =3D 0x00e0=20 bMaxPower =3D 0x0032=20 Interface 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0009=20 bInterfaceSubClass =3D 0x0000=20 bInterfaceProtocol =3D 0x0001=20 iInterface =3D 0x0000 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0001=20 bInterval =3D 0x000c=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 Interface 0 Alt 1 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0001=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0009=20 bInterfaceSubClass =3D 0x0000=20 bInterfaceProtocol =3D 0x0002=20 iInterface =3D 0x0000 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0001=20 bInterval =3D 0x000c=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 ugen1.4: at usbus1, cfg=3D0 = md=3DHOST spd=3DLOW (1.5Mbps) pwr=3DON bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0110=20 bDeviceClass =3D 0x0000=20 bDeviceSubClass =3D 0x0000=20 bDeviceProtocol =3D 0x0000=20 bMaxPacketSize0 =3D 0x0008=20 idVendor =3D 0x04b4=20 idProduct =3D 0x0101=20 bcdDevice =3D 0x0001=20 iManufacturer =3D 0x0001 iProduct =3D 0x0002 iSerialNumber =3D 0x0000 bNumConfigurations =3D 0x0001=20 Configuration index 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0002=20 wTotalLength =3D 0x003b=20 bNumInterfaces =3D 0x0002=20 bConfigurationValue =3D 0x0001=20 iConfiguration =3D 0x0004 bmAttributes =3D 0x00a0=20 bMaxPower =3D 0x0032=20 Interface 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0003=20 bInterfaceSubClass =3D 0x0001=20 bInterfaceProtocol =3D 0x0001=20 iInterface =3D 0x0005 Additional Descriptor bLength =3D 0x09 bDescriptorType =3D 0x21 bDescriptorSubType =3D 0x00 RAW dump:=20 0x00 | 0x09, 0x21, 0x00, 0x01, 0x00, 0x01, 0x22, 0x3f,=20 0x08 | 0x00 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0008=20 bInterval =3D 0x000a=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 Interface 1 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0001=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0003=20 bInterfaceSubClass =3D 0x0001=20 bInterfaceProtocol =3D 0x0002=20 iInterface =3D 0x0006 Additional Descriptor bLength =3D 0x09 bDescriptorType =3D 0x21 bDescriptorSubType =3D 0x00 RAW dump:=20 0x00 | 0x09, 0x21, 0x00, 0x01, 0x00, 0x01, 0x22, 0x7c,=20 0x08 | 0x00 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0082 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0005=20 bInterval =3D 0x000a=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 ugen1.5: at usbus1, cfg=3D0 md=3DHOST = spd=3DHIGH (480Mbps) pwr=3DSAVE bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0200=20 bDeviceClass =3D 0x0009=20 bDeviceSubClass =3D 0x0000=20 bDeviceProtocol =3D 0x0002=20 bMaxPacketSize0 =3D 0x0040=20 idVendor =3D 0x1a40=20 idProduct =3D 0x0101=20 bcdDevice =3D 0x0100=20 iManufacturer =3D 0x0000 iProduct =3D 0x0001 iSerialNumber =3D 0x0000 bNumConfigurations =3D 0x0001=20 Configuration index 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0002=20 wTotalLength =3D 0x0029=20 bNumInterfaces =3D 0x0001=20 bConfigurationValue =3D 0x0001=20 iConfiguration =3D 0x0000 bmAttributes =3D 0x00e0=20 bMaxPower =3D 0x0032=20 Interface 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0009=20 bInterfaceSubClass =3D 0x0000=20 bInterfaceProtocol =3D 0x0001=20 iInterface =3D 0x0000 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0001=20 bInterval =3D 0x000c=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 Interface 0 Alt 1 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0001=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0009=20 bInterfaceSubClass =3D 0x0000=20 bInterfaceProtocol =3D 0x0002=20 iInterface =3D 0x0000 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0001=20 bInterval =3D 0x000c=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 ugen1.6: at usbus1, cfg=3D0 md=3DHOST spd=3DFULL = (12Mbps) pwr=3DON bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0200=20 bDeviceClass =3D 0x0000=20 bDeviceSubClass =3D 0x0000=20 bDeviceProtocol =3D 0x0000=20 bMaxPacketSize0 =3D 0x0008=20 idVendor =3D 0x046d=20 idProduct =3D 0xc52b=20 bcdDevice =3D 0x1201=20 iManufacturer =3D 0x0001 iProduct =3D 0x0002 iSerialNumber =3D 0x0000 bNumConfigurations =3D 0x0001=20 Configuration index 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0002=20 wTotalLength =3D 0x0054=20 bNumInterfaces =3D 0x0003=20 bConfigurationValue =3D 0x0001=20 iConfiguration =3D 0x0004 bmAttributes =3D 0x00a0=20 bMaxPower =3D 0x0031=20 Interface 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0003=20 bInterfaceSubClass =3D 0x0001=20 bInterfaceProtocol =3D 0x0001=20 iInterface =3D 0x0000 Additional Descriptor bLength =3D 0x09 bDescriptorType =3D 0x21 bDescriptorSubType =3D 0x11 RAW dump:=20 0x00 | 0x09, 0x21, 0x11, 0x01, 0x00, 0x01, 0x22, 0x3b,=20 0x08 | 0x00 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0008=20 bInterval =3D 0x0008=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 Interface 1 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0001=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0003=20 bInterfaceSubClass =3D 0x0001=20 bInterfaceProtocol =3D 0x0002=20 iInterface =3D 0x0000 Additional Descriptor bLength =3D 0x09 bDescriptorType =3D 0x21 bDescriptorSubType =3D 0x11 RAW dump:=20 0x00 | 0x09, 0x21, 0x11, 0x01, 0x00, 0x01, 0x22, 0x94,=20 0x08 | 0x00 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0082 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0008=20 bInterval =3D 0x0002=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 Interface 2 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0002=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0001=20 bInterfaceClass =3D 0x0003=20 bInterfaceSubClass =3D 0x0000=20 bInterfaceProtocol =3D 0x0000=20 iInterface =3D 0x0000 Additional Descriptor bLength =3D 0x09 bDescriptorType =3D 0x21 bDescriptorSubType =3D 0x11 RAW dump:=20 0x00 | 0x09, 0x21, 0x11, 0x01, 0x00, 0x01, 0x22, 0x62,=20 0x08 | 0x00 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0083 bmAttributes =3D 0x0003 wMaxPacketSize =3D 0x0020=20 bInterval =3D 0x0002=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 ------------mejFyPHOeK7wrsZk6mP0b4-- From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 16:21:43 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D13DF1065680 for ; Wed, 6 Jun 2012 16:21:43 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.c2i.net [212.247.155.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6218FC20 for ; Wed, 6 Jun 2012 16:21:43 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 108755874; Wed, 06 Jun 2012 18:21:41 +0200 From: Hans Petter Selasky To: Mark Felder Date: Wed, 6 Jun 2012 18:21:04 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <201206061758.32133.hselasky@c2i.net> In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201206061821.04306.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: usb power output issues 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: Wed, 06 Jun 2012 16:21:43 -0000 On Wednesday 06 June 2012 18:05:56 Mark Felder wrote: > On Wed, 06 Jun 2012 10:58:32 -0500, Hans Petter Selasky > > wrote: > > Hi, > > > > Can you try pressing CTRL+ALT+F1, then CTRL+ALT+F9. Sometimes I see > > something > > similar, and switching back and forth between the console helps. > > The keyboard goes *completely* dead, so even switching VTs like that isn't > possible. > > I worked around the issue by plugging in a powered USB hub. So currently > if I plug in my keyboard directly, it won't work. > > > You can try to get dmesg, and also run: > > > > usbconfig dump_device_desc dump_curr_config_desc > > > > If your device times out on the command above, something is wrong in > > USB. Else > > it is a problem in the interaction with X11. > > It doesn't appear to time out when I collect that info, and it can't be an > X11 issue because I can kill X11 completely and the problem persists. > > > FYI: CAPS-LOCK-LED and NUM-LOCK-LED are software controlled by the USB > > stack. > > I suspected as much. > > > See attached. Attachments look OK. Are any other USB devices being used at the time this failure happens? --HPS From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 16:37:22 2012 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 568D21065688 for ; Wed, 6 Jun 2012 16:37:22 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2BF2E8FC19 for ; Wed, 6 Jun 2012 16:37:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:Cc:To:Content-Type; bh=aQ2wjZeL4gRZBx3SmpJLZ9dhCQiIs1mG77zz1BMPYGE=; b=FAiolgiNRBCMLS8EfHtGBWgXW3xr7As8QB7R/6Kl3wWsFP478eMHSKYDY8zSlFdHcq4HsHJl1qo3QTlXYNYRxlfIThBImnE/rFQ1gmOmLbXdJIlrhJwH9mKCHzmEYjEr; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1ScJEX-0006Li-3i; Wed, 06 Jun 2012 11:37:21 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1339000635-26372-26371/5/42; Wed, 6 Jun 2012 16:37:15 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-usb@freebsd.org References: <201206061758.32133.hselasky@c2i.net> <201206061821.04306.hselasky@c2i.net> Date: Wed, 6 Jun 2012 11:37:15 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <201206061821.04306.hselasky@c2i.net> User-Agent: Opera Mail/11.64 (FreeBSD) X-SA-Score: -1.5 Cc: Subject: Re: usb power output issues 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: Wed, 06 Jun 2012 16:37:22 -0000 On Wed, 06 Jun 2012 11:21:04 -0500, Hans Petter Selasky wrote: > Attachments look OK. > Are any other USB devices being used at the time this failure happens? No, the only things plugged in via USB are the keyboard, the mouse, and a cable for the USB keyboard's built-in hub. No other devices are present. From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 16:53:39 2012 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 0F0D7106564A for ; Wed, 6 Jun 2012 16:53:39 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 90B748FC14 for ; Wed, 6 Jun 2012 16:53:38 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 282076016; Wed, 06 Jun 2012 18:48:30 +0200 From: Hans Petter Selasky To: Mark Felder Date: Wed, 6 Jun 2012 18:47:52 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <201206061821.04306.hselasky@c2i.net> In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201206061847.52544.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: usb power output issues 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: Wed, 06 Jun 2012 16:53:39 -0000 On Wednesday 06 June 2012 18:37:15 Mark Felder wrote: > On Wed, 06 Jun 2012 11:21:04 -0500, Hans Petter Selasky > > wrote: > > Attachments look OK. > > Are any other USB devices being used at the time this failure happens? > > No, the only things plugged in via USB are the keyboard, the mouse, and a > cable for the USB keyboard's built-in hub. No other devices are present. Then I see no reason for a software fault. You could dump all threads when this happen and see if some threads are stuck in xxx_drain() functions. It is very unlikely though. --HPS From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 17:26:31 2012 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 E7C771065670 for ; Wed, 6 Jun 2012 17:26:31 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id BC4E38FC16 for ; Wed, 6 Jun 2012 17:26:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Cc:Date:References:Subject:To:Content-Type; bh=rmCznnWlkXR8F6SYzUoht6H54vM5reoRiFzQOODISCs=; b=cAlx5VD0K2n0JfVPkJWjvGNpFqyQp7Rx1rLrLcqZVf36l/LiJAs7hTiYlj+4ms8M7pBdyyk/xxCQMDQsVooLtwarn+P5mUVh9uN9iR89QhfWNJiUUUfau0GY+sozR4hZ; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1ScK06-000816-Ch; Wed, 06 Jun 2012 12:26:31 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1339003584-26372-26371/5/44; Wed, 6 Jun 2012 17:26:24 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-usb@freebsd.org References: <201206061821.04306.hselasky@c2i.net> <201206061847.52544.hselasky@c2i.net> Date: Wed, 6 Jun 2012 12:26:24 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <201206061847.52544.hselasky@c2i.net> User-Agent: Opera Mail/11.64 (FreeBSD) X-SA-Score: -1.5 Cc: Subject: Re: usb power output issues 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: Wed, 06 Jun 2012 17:26:32 -0000 On Wed, 06 Jun 2012 11:47:52 -0500, Hans Petter Selasky wrote: > Then I see no reason for a software fault. You could dump all threads > when > this happen and see if some threads are stuck in xxx_drain() functions. > It is > very unlikely though. I'll assume this is a hardware bug for now. Thanks for looking into it for me! From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 17:30:56 2012 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 192D8106566B for ; Wed, 6 Jun 2012 17:30:56 +0000 (UTC) (envelope-from momchil@xaxo.eu) Received: from vps2.xaxo.eu (vps2.xaxo.eu [78.47.156.66]) by mx1.freebsd.org (Postfix) with ESMTP id 66A008FC18 for ; Wed, 6 Jun 2012 17:30:55 +0000 (UTC) Received: from t61.xaxo.eu ([10.75.23.6]) by vps2.xaxo.eu (8.14.4/8.14.4) with ESMTP id q56GUkHG066171; Wed, 6 Jun 2012 18:30:47 +0200 (CEST) (envelope-from momchil@xaxo.eu) Date: Wed, 06 Jun 2012 19:30:37 +0200 Message-ID: <86pq9c9wle.wl%momchil@xaxo.eu> From: Momchil Ivanov To: Hans Petter Selasky In-Reply-To: <201206061752.38838.hselasky@c2i.net> References: <86r4tsa7hz.wl%momchil@xaxo.eu> <201206061752.38838.hselasky@c2i.net> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: Momchil Ivanov , freebsd-usb@freebsd.org Subject: Re: USB Problems with HDD on Freebsd 8 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: Wed, 06 Jun 2012 17:30:56 -0000 At Wed, 6 Jun 2012 17:52:38 +0200, Hans Petter Selasky wrote: > > On Wednesday 06 June 2012 15:35:04 Momchil Ivanov wrote: > > Hi, > > > > I have some troubles using my new USB HDD, it seems do die when > > I try to write some things on it with rsync, otherwise it works > > ok. Here is the log when it crashed and I tried to reinsert the USB > > cable several times, but it does not seem to get attached: > > > > ugen2.6: at usbus2 (disconnected) > > umass0: at uhub9, port 2, addr 6 (disconnected) > > (da0:umass-sim0:0:0:0): lost device > > (da0:umass-sim0:0:0:0): Invalidating pack > > GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > > length=131072)] g_vfs_done():ufs/storage[READ(offset=902839091200, > > length=131072)]error = 6 GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839091200, length=16384)] GEOM_ELI: > > g_eli_read_done() failed da0.eli[READ(offset=902839107584, length=131072)] > > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > > length=16384)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839107584, length=131072)] > > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > > length=16384)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839107584, length=131072)] > > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > > length=16384)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839107584, length=131072)] > > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > > length=16384)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839107584, length=131072)] > > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > > length=16384)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839107584, length=131072)] > > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > > length=16384)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839107584, length=131072)] > > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > > length=16384)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839107584, length=131072)] > > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > > length=16384)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839107584, length=131072)] > > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > > length=16384)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839107584, length=131072)] > > g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839091200, > > length=16384)] g_vfs_done():ufs/storage[READ(offset=902839091200, > > length=16384)]error = 6 GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839107584, length=131072)] GEOM_ELI: > > g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, > > length=131072)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839091200, length=16384)] > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, > > length=131072)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839091200, length=16384)] > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=131072)]error = > > 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, > > length=81920)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839189504, length=131072)] GEOM_ELI: > > g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=81920)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839189504, length=131072)]error = > > 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, > > length=81920)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839189504, length=131072)] GEOM_ELI: > > g_eli_read_done() failed da0.eli[READ(offset=902839091200, length=16384)] > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=81920)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839189504, length=131072)]error = > > 6 g_vfs_done():ufs/storage[READ(offset=902839091200, length=16384)]error = > > 6 GEOM_ELI: g_eli_read_done() failed da0.eli[READ(offset=902839107584, > > length=81920)] GEOM_ELI: g_eli_read_done() failed > > da0.eli[READ(offset=902839189504, length=65536)] > > g_vfs_done():ufs/storage[READ(offset=902839107584, length=81920)]error = 6 > > g_vfs_done():ufs/storage[READ(offset=902839189504, length=65536)]error = 6 > > (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0xa, scsi > > status == 0x0 (da0:umass-sim0:0:0:0): removing device entry > > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_STALLED, > > ignored) pid 2695 (zsh), uid 1005 inumber 116230002 on /mnt/storage: out > > of inodes Device storage went missing before all of the data could be > > written to it; expect data loss. usbd_req_re_enumerate: addr=5, set > > address failed! (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 > > (disconnected) > > uhub_reattach_port: could not allocate new device > > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_STALLED, > > ignored) usbd_req_re_enumerate: addr=5, set address failed! > > (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) > > uhub_reattach_port: could not allocate new device > > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, > > ignored) usbd_req_re_enumerate: addr=5, set address failed! > > (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) > > uhub_reattach_port: could not allocate new device > > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, > > ignored) usbd_req_re_enumerate: addr=5, set address failed! > > (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) > > uhub_reattach_port: could not allocate new device > > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, > > ignored) usbd_req_re_enumerate: addr=5, set address failed! > > (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) > > uhub_reattach_port: could not allocate new device > > usb_alloc_device: set address 5 failed (USB_ERR_TIMEOUT, ignored) > > usbd_req_re_enumerate: addr=5, set address failed! (USB_ERR_TIMEOUT, > > ignored) usbd_req_re_enumerate: addr=5, set address failed! > > (USB_ERR_TIMEOUT, ignored) ugen2.5: at usbus2 (disconnected) > > uhub_reattach_port: could not allocate new device > > > > > > I am using FreeBSD 8.2-STABLE i386 as of Tue Dec 27 17:01:47 CET > > 2011. Hope somebody can help me with this issue, I haven't seen it > > with my other USB HDDs. > > > > Note: Please CC me since I am not subscribed. > > Hi, > > Is your HDD self-powered or USB powered? > > If a USB reset doesn't bring the device back, its firmware is most likely > crashed and there is not much we can do about it, except throttling the data > traffic on the BULK endpoints. Currently there is no userland option to enable > throttling. > > Try: > > usbconfig -d X.Y reset > > --HPS It's self powered, I will try USB reset if it happens with other data, for the time being I am manually rsync-ing sub directories. The thing is that it's reproducible if I try to rsync a certain folder. I will check if I can pin it down to a certain file. Would be a pitty if it's a firmware bug since I spent some money on the device. Regards, Momchil From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 19:39:08 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1028B1065670 for ; Wed, 6 Jun 2012 19:39:08 +0000 (UTC) (envelope-from marc@blackend.org) Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [IPv6:2a01:e0c:1:1599::15]) by mx1.freebsd.org (Postfix) with ESMTP id 64AC38FC08 for ; Wed, 6 Jun 2012 19:39:05 +0000 (UTC) Received: from emphyrio.blackend.org (unknown [88.179.1.53]) by smtp6-g21.free.fr (Postfix) with ESMTP id BDBC3822D4; Wed, 6 Jun 2012 21:38:58 +0200 (CEST) Received: from emphyrio.blackend.org (localhost [127.0.0.1]) by emphyrio.blackend.org (8.14.5/8.14.4) with ESMTP id q56JcvdT002017; Wed, 6 Jun 2012 21:38:57 +0200 (CEST) (envelope-from marc@emphyrio.blackend.org) Received: (from marc@localhost) by emphyrio.blackend.org (8.14.5/8.14.4/Submit) id q56JcmH7002016; Wed, 6 Jun 2012 21:38:48 +0200 (CEST) (envelope-from marc) Date: Wed, 6 Jun 2012 21:38:48 +0200 From: Marc Fonvieille To: Momchil Ivanov Message-ID: <20120606193848.GB1856@emphyrio.blackend.org> References: <86r4tsa7hz.wl%momchil@xaxo.eu> <201206061752.38838.hselasky@c2i.net> <86pq9c9wle.wl%momchil@xaxo.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86pq9c9wle.wl%momchil@xaxo.eu> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 8.3-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-usb@freebsd.org Subject: Re: USB Problems with HDD on Freebsd 8 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: Wed, 06 Jun 2012 19:39:08 -0000 On Wed, Jun 06, 2012 at 07:30:37PM +0200, Momchil Ivanov wrote: > > It's self powered, I will try USB reset if it happens with other data, > for the time being I am manually rsync-ing sub directories. The thing > is that it's reproducible if I try to rsync a certain folder. I will > check if I can pin it down to a certain file. Would be a pitty if it's > a firmware bug since I spent some money on the device. > Could you try your rsync with the --bwlimit=1000 option? -- Marc From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 21:43:57 2012 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 470D4106564A; Wed, 6 Jun 2012 21:43:57 +0000 (UTC) (envelope-from momchil@xaxo.eu) Received: from vps2.xaxo.eu (vps2.xaxo.eu [78.47.156.66]) by mx1.freebsd.org (Postfix) with ESMTP id CA8B68FC0A; Wed, 6 Jun 2012 21:43:56 +0000 (UTC) Received: from t61.xaxo.eu ([10.75.23.6]) by vps2.xaxo.eu (8.14.4/8.14.4) with ESMTP id q56KhmO3068282; Wed, 6 Jun 2012 22:43:48 +0200 (CEST) (envelope-from momchil@xaxo.eu) Date: Wed, 06 Jun 2012 23:43:50 +0200 Message-ID: <86obow9kvd.wl%momchil@xaxo.eu> From: Momchil Ivanov To: Marc Fonvieille In-Reply-To: <20120606193848.GB1856@emphyrio.blackend.org> References: <86r4tsa7hz.wl%momchil@xaxo.eu> <201206061752.38838.hselasky@c2i.net> <86pq9c9wle.wl%momchil@xaxo.eu> <20120606193848.GB1856@emphyrio.blackend.org> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-usb@freebsd.org, Momchil Ivanov Subject: Re: USB Problems with HDD on Freebsd 8 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: Wed, 06 Jun 2012 21:43:57 -0000 At Wed, 6 Jun 2012 21:38:48 +0200, Marc Fonvieille wrote: > > On Wed, Jun 06, 2012 at 07:30:37PM +0200, Momchil Ivanov wrote: > > > > It's self powered, I will try USB reset if it happens with other data, > > for the time being I am manually rsync-ing sub directories. The thing > > is that it's reproducible if I try to rsync a certain folder. I will > > check if I can pin it down to a certain file. Would be a pitty if it's > > a firmware bug since I spent some money on the device. > > > > Could you try your rsync with the --bwlimit=1000 option? > > -- > Marc I will try that on the complete directory structure once I work my self through manually selecting directories by letters. I get approxiately 11.5 MBps on all directories that I've copied so far, therefore I don't think that it's a bandwidth issue. The HDD died when I issued rsync over a parent folder and rsync cried amost immediately, so it probably has to do with the IO when creating the list of files that need to be synchronized, i.e. path names + geli + bad firmware or a file that was on the list first + geli + bad firmware. So if I am really lucky I will get the combination of geli + file/directory that crashes the firmware of the USB HDD :) Or maybe my USB hub just doesn't like this HDD, note that I've tried to plug the cable of the HDD also directly into my laptop, when the problem appeared, but there was no effect, so most probably it's the HDD. I will let you know if I find something interesting or cry if something breaks again :) btw it's a Hitachi Touro Desk 2TB with USB 2.0. Regards, Momchil From owner-freebsd-usb@FreeBSD.ORG Wed Jun 6 21:49:29 2012 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 435A1106566B; Wed, 6 Jun 2012 21:49:29 +0000 (UTC) (envelope-from momchil@xaxo.eu) Received: from vps2.xaxo.eu (vps2.xaxo.eu [78.47.156.66]) by mx1.freebsd.org (Postfix) with ESMTP id C5BB58FC08; Wed, 6 Jun 2012 21:49:28 +0000 (UTC) Received: from t61.xaxo.eu ([10.75.23.6]) by vps2.xaxo.eu (8.14.4/8.14.4) with ESMTP id q56KnL8Q068302; Wed, 6 Jun 2012 22:49:21 +0200 (CEST) (envelope-from momchil@xaxo.eu) Date: Wed, 06 Jun 2012 23:49:21 +0200 Message-ID: <86mx4g9km6.wl%momchil@xaxo.eu> From: Momchil Ivanov To: Marc Fonvieille In-Reply-To: <86obow9kvd.wl%momchil@xaxo.eu> References: <86r4tsa7hz.wl%momchil@xaxo.eu> <201206061752.38838.hselasky@c2i.net> <86pq9c9wle.wl%momchil@xaxo.eu> <20120606193848.GB1856@emphyrio.blackend.org> <86obow9kvd.wl%momchil@xaxo.eu> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-usb@freebsd.org, Momchil Ivanov Subject: Re: USB Problems with HDD on Freebsd 8 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: Wed, 06 Jun 2012 21:49:29 -0000 At Wed, 06 Jun 2012 23:43:50 +0200, Momchil Ivanov wrote: > > At Wed, 6 Jun 2012 21:38:48 +0200, > Marc Fonvieille wrote: > > > > On Wed, Jun 06, 2012 at 07:30:37PM +0200, Momchil Ivanov wrote: > > > > > > It's self powered, I will try USB reset if it happens with other data, > > > for the time being I am manually rsync-ing sub directories. The thing > > > is that it's reproducible if I try to rsync a certain folder. I will > > > check if I can pin it down to a certain file. Would be a pitty if it's > > > a firmware bug since I spent some money on the device. > > > > > > > Could you try your rsync with the --bwlimit=1000 option? > > > > -- > > Marc > > I will try that on the complete directory structure once I work my > self through manually selecting directories by letters. I get > approxiately 11.5 MBps on all directories that I've copied so far, > therefore I don't think that it's a bandwidth issue. > > The HDD died when I issued rsync over a parent folder and rsync cried > amost immediately, so it probably has to do with the IO when creating > the list of files that need to be synchronized, i.e. path names + geli > + bad firmware or a file that was on the list first + geli + bad > firmware. So if I am really lucky I will get the combination of geli + > file/directory that crashes the firmware of the USB HDD :) > > Or maybe my USB hub just doesn't like this HDD, note that I've tried > to plug the cable of the HDD also directly into my laptop, when the > problem appeared, but there was no effect, so most probably it's the > HDD. > > I will let you know if I find something interesting or cry if > something breaks again :) btw it's a Hitachi Touro Desk 2TB with USB > 2.0. > > Regards, > Momchil or maybe you are right, since the 11 MBps I get is while copying from an old PC that has only 100 Mbit/ps network card, and I have a better local bandwidth via the USB when rsync builds the directory list... might be