Re: USB_ERR_TIMEOUT and USB_ERR_STALLED

2010-10-25 Thread Boris Samorodov
On Sat, 23 Oct 2010 16:49:59 -0700 Weongyo Jeong wrote:
 On Thu, Oct 21, 2010 at 10:56:12PM +0200, Hans Petter Selasky wrote:
  
  Weongyo is working on a usbdump utility to monitor ongoing USB traffic.

 It's merged into HEAD not too lately. :-)

Did I miss something?
-
% svn info /usr/src
Path: /usr/src
URL: svn+ssh://svn.freebsd.org/base/head
Repository Root: svn+ssh://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 214315
Node Kind: directory
Schedule: normal
Last Changed Author: julian
Last Changed Rev: 214309
Last Changed Date: 2010-10-25 03:25:14 +0400 (пн, 25 окт 2010)
% svn status /usr/src
% find /usr/src -name usbdump
%
-

-- 
WBR, Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: USB_ERR_TIMEOUT and USB_ERR_STALLED

2010-10-25 Thread Hans Petter Selasky
On Monday 25 October 2010 08:16:00 Boris Samorodov wrote:
 On Sat, 23 Oct 2010 16:49:59 -0700 Weongyo Jeong wrote:
  On Thu, Oct 21, 2010 at 10:56:12PM +0200, Hans Petter Selasky wrote:
   Weongyo is working on a usbdump utility to monitor ongoing USB traffic.
  
  It's merged into HEAD not too lately. :-)
 
 Did I miss something?
 -
 % svn info /usr/src
 Path: /usr/src
 URL: svn+ssh://svn.freebsd.org/base/head
 Repository Root: svn+ssh://svn.freebsd.org/base
 Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
 Revision: 214315
 Node Kind: directory
 Schedule: normal
 Last Changed Author: julian
 Last Changed Rev: 214309
 Last Changed Date: 2010-10-25 03:25:14 +0400 (пн, 25 окт 2010)
 % svn status /usr/src
 % find /usr/src -name usbdump
 %
 -

It is in Weongyo's branch and not -head.

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: USB_ERR_TIMEOUT and USB_ERR_STALLED

2010-10-25 Thread Boris Samorodov
On Mon, 25 Oct 2010 08:58:08 +0200 Hans Petter Selasky wrote:
 On Monday 25 October 2010 08:16:00 Boris Samorodov wrote:
  On Sat, 23 Oct 2010 16:49:59 -0700 Weongyo Jeong wrote:
   On Thu, Oct 21, 2010 at 10:56:12PM +0200, Hans Petter Selasky wrote:
Weongyo is working on a usbdump utility to monitor ongoing USB traffic.
   
   It's merged into HEAD not too lately. :-)
  
  Did I miss something?
  -
  % svn info /usr/src
  Path: /usr/src
  URL: svn+ssh://svn.freebsd.org/base/head
  Repository Root: svn+ssh://svn.freebsd.org/base
  Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  Revision: 214315
  Node Kind: directory
  Schedule: normal
  Last Changed Author: julian
  Last Changed Rev: 214309
  Last Changed Date: 2010-10-25 03:25:14 +0400 (пн, 25 окт 2010)
  % svn status /usr/src
  % find /usr/src -name usbdump
  %
  -

 It is in Weongyo's branch and not -head.

hselasky@: OK. Thanks.

weongyo@: It will be a great tool.

-- 
WBR, Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: serious issue caused by usb device, stalling almost all operations

2010-10-25 Thread Alexander Motin
Hans Petter Selasky wrote:
 On Wednesday 20 October 2010 17:30:40 Alexander Best wrote:
 hi there,

 i'm running HEAD (r213495; amd64). i stumbled upon this severe problem:

 after attaching my mobile phone, it simply resets without doing mount or
 anything. however after letting the device come up again it won't show up
 in the console. after detaching it the usb subsystem seemed to have
 completely crashed. but that's not all. the following programs now simply
 hang without producing any output C-C won't do anything:

 - dmesg
 - top
 - ps
 - killall
 - camcontrol devlist
 - usbconfig
 
 That's most likely because USB's umass driver is waiting for cam to drain. 
 Possibly some refcounting is not correct. I suspect this is not a USB 
 problem. 
 Try to enter into the debugger, and look for backtrace for function stuck in 
 umass_detach.

It is a bit suspicious that problem happens only when device dies during
request. Are you sure that running command was properly aborted when
device got detached? Every running command has own set of references,
denying detach.

-- 
Alexander Motin
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Current problem reports assigned to freebsd-usb@FreeBSD.org

2010-10-25 Thread FreeBSD bugmaster
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/151043   usbPlease add USB device MELCO WLR-UC-G
o usb/150989   usb[patch] Add Netgear WG111V2_2 support to upgt(4)
o usb/150892   usb[zyd] Whenever network contacted in any shape, way or 
p usb/150546   usblibusb(3) libusb_control_transfer() prototype is incor
o usb/150401   usb[umass] [usb8] Errors from USB drives mixed between UF
o usb/150189   usb[run] [usb8] [patch] if_run appears to corrupt IP traf
o usb/149934   usb[patch] [usb8] Transcend JetFlash V85 poor performance
o usb/149900   usb[uftdi] [patch] FreeBSD 8.1 uftdi patch to support usb
o usb/149764   usb[u3g] [patch] usbdevs update: Huawei K3765 3G modem
o usb/149675   usb[uftdi] [usb_serial] doesn't react to break properly
o usb/149528   usb[zyd] Wireless USB stick not detected - vendor id 0x08
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
o usb/149039   usb[uhso] [patch] Binding problem with uhso
s usb/148702   usb[usb8] [request] IO DATA USB-RSAQ5 support on FreeBSD-
o usb/148080   usbusbconfig(8) sometimes does not turn off the device
o usb/147516   usb[umass] [usb67] kernel unable to deal with Olympus USB
o usb/146871   usb[usbdevs] [usb8] [patch] provide descriprive string fo
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
o 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 
o 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   usbGENERIC 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 
f 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
o 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
o 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[usb] Encrypted root, geli password at boot; enter key
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
f usb/140883   usb[axe] [usb8] USB gigabit ethernet hangs after short pe
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
a usb/139598   

Re: USB_ERR_TIMEOUT and USB_ERR_STALLED

2010-10-25 Thread Mike Tancsa

At 07:49 PM 10/23/2010, Weongyo Jeong wrote:


 Weongyo is working on a usbdump utility to monitor ongoing USB traffic.

It's merged into HEAD not too lately. :-)


Hi,
I built an image from HEAD that I will try out. How do I get 
your utility ?


---Mike


regards,
Weongyo Jeong



Mike Tancsa,  tel +1 519 651 3400
Sentex Communications,m...@sentex.net
Providing Internet since 1994www.sentex.net
Cambridge, Ontario Canada www.sentex.net/mike

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: USB_ERR_TIMEOUT and USB_ERR_STALLED

2010-10-25 Thread Weongyo Jeong
On Mon, Oct 25, 2010 at 10:16:00AM +0400, Boris Samorodov wrote:
 On Sat, 23 Oct 2010 16:49:59 -0700 Weongyo Jeong wrote:
  On Thu, Oct 21, 2010 at 10:56:12PM +0200, Hans Petter Selasky wrote:
   
   Weongyo is working on a usbdump utility to monitor ongoing USB traffic.
 
  It's merged into HEAD not too lately. :-)

It'll be 

Fixes a typo.  Sorry for confusing.

regards,
Weongyo Jeong
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org