usb/145513: New USB stack: no new devices after forced usb flash detach

2010-04-08 Thread Krutov Mikle

Number: 145513
Category:   usb
Synopsis:   New USB stack: no new devices after forced usb flash detach
Confidential:   no
Severity:   serious
Priority:   low
Responsible:freebsd-usb
State:  open
Quarter:
Keywords:   
Date-Required:
Class:  sw-bug
Submitter-Id:   current-users
Arrival-Date:   Thu Apr 08 11:00:15 UTC 2010
Closed-Date:
Last-Modified:
Originator: Krutov Mikle
Release:8.0-STABLE
Organization:
Environment:
FreeBSD takino.homeftp.org 8.0-STABLE FreeBSD 8.0-STABLE #0: Mon Mar  8 
06:25:34 MSK 2010 r...@takino.homeftp.org:/usr/obj/usr/src/sys/TAKINO  amd64

Description:
After detaching the mounted usb-flash device, no new usb-devices are detected.
USB controller is device = 'SB700 USB OHCI1 Controller
How-To-Repeat:
1) attach (vfat-formated, did not test with other fs) flash device, mount it
2) detach without umounting
3) try to attach another usb-device
4) see no new devices, no dmesg messages, nothing
Fix:


Release-Note:
Audit-Trail:
Unformatted:
___
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/145513: New USB stack: no new devices after forced usb flash detach

2010-04-08 Thread Hans Petter Selasky
The following reply was made to PR usb/145513; it has been noted by GNATS.

From: Hans Petter Selasky hsela...@c2i.net
To: freebsd-usb@freebsd.org
Cc: Krutov Mikle nekoexmach...@gmail.com,
 freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/145513: New USB stack: no new devices after forced usb flash 
detach
Date: Thu, 8 Apr 2010 13:52:50 +0200

 On Thursday 08 April 2010 12:55:44 Krutov Mikle wrote:
  Number: 145513
  Category:   usb
  Synopsis:   New USB stack: no new devices after forced usb flash
   detach Confidential:   no
  Severity:   serious
  Priority:   low
  Responsible:freebsd-usb
  State:  open
  Quarter:
  Keywords:
  Date-Required:
  Class:  sw-bug
  Submitter-Id:   current-users
  Arrival-Date:   Thu Apr 08 11:00:15 UTC 2010
  Closed-Date:
  Last-Modified:
  Originator: Krutov Mikle
  Release:8.0-STABLE
  Organization:
  Environment:
  
  FreeBSD takino.homeftp.org 8.0-STABLE FreeBSD 8.0-STABLE #0: Mon Mar  8
   06:25:34 MSK 2010 r...@takino.homeftp.org:/usr/obj/usr/src/sys/TAKINO 
   amd64
  
  Description:
  
  After detaching the mounted usb-flash device, no new usb-devices are
   detected. USB controller is device = 'SB700 USB OHCI1 Controller
  
  How-To-Repeat:
  
  1) attach (vfat-formated, did not test with other fs) flash device, mount
   it 2) detach without umounting
  3) try to attach another usb-device
  4) see no new devices, no dmesg messages, nothing
  
 
 Hi,
 
 That's because the UMASS detach is hanging, most likely.
 
 Try to break into the kernel and get a backtrace.
 
 --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/145513: New USB stack: no new devices after forced usb flash detach

2010-04-08 Thread Hans Petter Selasky
On Thursday 08 April 2010 19:14:03 Mikle Krutov wrote:
 On Thu, Apr 08, 2010 at 01:52:50PM +0200, Hans Petter Selasky wrote:
  Hi,
 
  That's because the UMASS detach is hanging, most likely.
 
  Try to break into the kernel and get a backtrace.
 
  --HPS
 
 Hi,
 I unfortunately could not find any info about how do i do this. Could
 you provide me some link?
 

Add:

options KDB # Enable kernel debugger support.
options DDB # Support DDB.
options GDB # Support remote GDB.

When it hangs, enter this from the console:

sysctl debug.kdb.panic=1

Type

alltrace

bt

bt all

or something similar.

Type continue when you are finished.

You can also use CTRL+ALT+ESC key combination.

--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/145513: New USB stack: no new devices after forced usb flash detach

2010-04-08 Thread Hans Petter Selasky
The following reply was made to PR usb/145513; it has been noted by GNATS.

From: Hans Petter Selasky hsela...@c2i.net
To: Mikle Krutov nekoexmach...@gmail.com
Cc: freebsd-usb@freebsd.org,
 freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/145513: New USB stack: no new devices after forced usb flash 
detach
Date: Thu, 8 Apr 2010 19:29:43 +0200

 On Thursday 08 April 2010 19:14:03 Mikle Krutov wrote:
  On Thu, Apr 08, 2010 at 01:52:50PM +0200, Hans Petter Selasky wrote:
   Hi,
  
   That's because the UMASS detach is hanging, most likely.
  
   Try to break into the kernel and get a backtrace.
  
   --HPS
  
  Hi,
  I unfortunately could not find any info about how do i do this. Could
  you provide me some link?
  
 
 Add:
 
 options KDB # Enable kernel debugger support.
 options DDB # Support DDB.
 options GDB # Support remote GDB.
 
 When it hangs, enter this from the console:
 
 sysctl debug.kdb.panic=1
 
 Type
 
 alltrace
 
 bt
 
 bt all
 
 or something similar.
 
 Type continue when you are finished.
 
 You can also use CTRL+ALT+ESC key combination.
 
 --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/145513: New USB stack: no new devices after forced usb flash detach

2010-04-08 Thread Mikle Krutov
On Thu, Apr 08, 2010 at 01:52:50PM +0200, Hans Petter Selasky wrote:
 Hi,
 
 That's because the UMASS detach is hanging, most likely.
 
 Try to break into the kernel and get a backtrace.
 
 --HPS
Hi,
I unfortunately could not find any info about how do i do this. Could
you provide me some link?  

-- 
Wbr,
Krutov Mikle
___
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/145513: New USB stack: no new devices after forced usb flash detach

2010-04-08 Thread Mikle Krutov
The following reply was made to PR usb/145513; it has been noted by GNATS.

From: Mikle Krutov nekoexmach...@gmail.com
To: Hans Petter Selasky hsela...@c2i.net
Cc: freebsd-usb@freebsd.org, freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/145513: New USB stack: no new devices after forced usb
 flash detach
Date: Thu, 8 Apr 2010 21:14:03 +0400

 On Thu, Apr 08, 2010 at 01:52:50PM +0200, Hans Petter Selasky wrote:
  Hi,
  
  That's because the UMASS detach is hanging, most likely.
  
  Try to break into the kernel and get a backtrace.
  
  --HPS
 Hi,
 I unfortunately could not find any info about how do i do this. Could
 you provide me some link?  
 
 -- 
 Wbr,
 Krutov Mikle
___
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


usb/145540: yzhxfsnj

2010-04-08 Thread yzhxfsnj

Number: 145540
Category:   usb
Synopsis:   yzhxfsnj
Confidential:   no
Severity:   critical
Priority:   medium
Responsible:freebsd-usb
State:  open
Quarter:
Keywords:   
Date-Required:
Class:  change-request
Submitter-Id:   current-users
Arrival-Date:   Thu Apr 08 23:30:03 UTC 2010
Closed-Date:
Last-Modified:
Originator: yzhxfsnj
Release:yzhxfsnj
Organization:
yzhxfsnj
Environment:
yzhxfsnj
Description:
 wfuyqbio http://iqoggcfl.com spokmcbv iugolzwa  
[URL=http://dgcmaiiu.com]nfxmqwtb[/URL]  a 
href=http://wqottiln.com;xluivcdc/a 
How-To-Repeat:
yzhxfsnj
Fix:
yzhxfsnj

Release-Note:
Audit-Trail:
Unformatted:
___
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


usb/145544: jqwgjvle

2010-04-08 Thread jqwgjvle

Number: 145544
Category:   usb
Synopsis:   jqwgjvle
Confidential:   no
Severity:   critical
Priority:   high
Responsible:freebsd-usb
State:  open
Quarter:
Keywords:   
Date-Required:
Class:  doc-bug
Submitter-Id:   current-users
Arrival-Date:   Thu Apr 08 23:30:04 UTC 2010
Closed-Date:
Last-Modified:
Originator: jqwgjvle
Release:jqwgjvle
Organization:
jqwgjvle
Environment:
jqwgjvle
Description:
qbhdfrxy http://eubtbnbj.com jkaubgpt mjtylvbi
How-To-Repeat:
jqwgjvle
Fix:
jqwgjvle

Release-Note:
Audit-Trail:
Unformatted:
___
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


usb/145545: ubnbamwa

2010-04-08 Thread ubnbamwa

Number: 145545
Category:   usb
Synopsis:   ubnbamwa
Confidential:   no
Severity:   serious
Priority:   medium
Responsible:freebsd-usb
State:  open
Quarter:
Keywords:   
Date-Required:
Class:  change-request
Submitter-Id:   current-users
Arrival-Date:   Thu Apr 08 23:30:05 UTC 2010
Closed-Date:
Last-Modified:
Originator: ubnbamwa
Release:ubnbamwa
Organization:
ubnbamwa
Environment:
ubnbamwa
Description:
mtstoerw http://yezmkgdw.com zokuhvcg ndjfrvhz
How-To-Repeat:
ubnbamwa
Fix:
ubnbamwa

Release-Note:
Audit-Trail:
Unformatted:
___
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/145540: yzhxfsnj

2010-04-08 Thread hrs
Synopsis: yzhxfsnj

State-Changed-From-To: open-closed
State-Changed-By: hrs
State-Changed-When: Fri Apr 9 01:19:42 UTC 2010
State-Changed-Why: 
spam.

http://www.freebsd.org/cgi/query-pr.cgi?pr=145540
___
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/145544: jqwgjvle

2010-04-08 Thread hrs
Synopsis: jqwgjvle

State-Changed-From-To: open-closed
State-Changed-By: hrs
State-Changed-When: Fri Apr 9 01:20:24 UTC 2010
State-Changed-Why: 
spam.

http://www.freebsd.org/cgi/query-pr.cgi?pr=145544
___
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/145545: ubnbamwa

2010-04-08 Thread hrs
Synopsis: ubnbamwa

State-Changed-From-To: open-closed
State-Changed-By: hrs
State-Changed-When: Fri Apr 9 01:20:34 UTC 2010
State-Changed-Why: 
spam.

http://www.freebsd.org/cgi/query-pr.cgi?pr=145545
___
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/145527: Re: usb/141313: [usb8] nvidia USB 2.0 controller - stops copying on USB

2010-04-08 Thread linimon
Old Synopsis: 
Re:%20usb/141313:%20[usb8]%20nvidia%20USB%202.0%20controller%20-%20stops%20copying%20on%20USB
New Synopsis: Re: usb/141313: [usb8] nvidia USB 2.0 controller - stops copying 
on USB

State-Changed-From-To: open-closed
State-Changed-By: linimon
State-Changed-When: Fri Apr 9 05:44:56 UTC 2010
State-Changed-Why: 
Misfiled followup to usb/141313; content migrated.


Responsible-Changed-From-To: gnats-admin-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Apr 9 05:44:56 UTC 2010
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145527
___
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