Re: [Discuss-gnuradio] usrper fails in usb_claim_interface

2005-04-29 Thread Eric Blossom
On Fri, Apr 29, 2005 at 12:51:40AM -0400, James Cooley wrote: > THAT is exactly it. I think I have a scenario where it happens: > > You've done some stuff with usrp so that it and daughter card gets > loaded up. > You finish up, exit, rip out the power cable, plug in the power again > and the us

Re: [Discuss-gnuradio] usrper fails in usb_claim_interface

2005-04-28 Thread James Cooley
THAT is exactly it. I think I have a scenario where it happens: You've done some stuff with usrp so that it and daughter card gets loaded up. You finish up, exit, rip out the power cable, plug in the power again and the usrp USB gets re-registered. Then, (with the verbose flag turned on) I see th

Re: [Discuss-gnuradio] usrper fails in usb_claim_interface

2005-04-27 Thread Eric Blossom
On Wed, Apr 27, 2005 at 11:19:37PM -0400, James Cooley wrote: > > How does the USRP know to load its firmware? Every time you instantiate a usrp source or sink it checks to see if it needs firmware and/or an fpga bitstream. The library code checks two MD5 hashes that are stored in the FX2 ram, o

Re: [Discuss-gnuradio] usrper fails in usb_claim_interface

2005-04-27 Thread James Cooley
When you unplug, are you unplugging from power and/or the usb? Hard to say, I believe I have done both. However, I haven't been able to piece together an exact set of circumstances that lead to this problem. Sometimes it happens, sometimes not is about the best that I can say for now. ;) I'

Re: [Discuss-gnuradio] usrper fails in usb_claim_interface

2005-04-27 Thread Eric Blossom
On Wed, Apr 27, 2005 at 09:36:26PM -0400, James Cooley wrote: > I am now seeing something like this one crop up, very annoying. > > Basically, I'm running in RX mode for a while. I stop running. I may > unplug usrp, plug it in. Then: When you unplug, are you unplugging from power and/or the usb?

Re: [Discuss-gnuradio] usrper fails in usb_claim_interface

2005-04-27 Thread James Cooley
I am now seeing something like this one crop up, very annoying. Basically, I'm running in RX mode for a while. I stop running. I may unplug usrp, plug it in. Then: usrp: found usrp rev2 usrp_open_interface:usb_claim_interface: failed interface 2 could not claim interface 2: N

Re: [Discuss-gnuradio] usrper fails in usb_claim_interface

2005-04-06 Thread Matt Ettus
Quoting Larry Doolittle <[EMAIL PROTECTED]>: > On Tue, Apr 05, 2005 at 02:18:19PM -0700, Eric Blossom wrote: > > On Tue, Apr 05, 2005 at 12:03:00PM -0700, Larry Doolittle wrote: > > > > > > I have an Avnet Virtex 4 evaluation board, intended for > > > projects similar in concept to GNU Radio. It

Re: [Discuss-gnuradio] usrper fails in usb_claim_interface

2005-04-06 Thread Larry Doolittle
On Tue, Apr 05, 2005 at 02:18:19PM -0700, Eric Blossom wrote: > On Tue, Apr 05, 2005 at 12:03:00PM -0700, Larry Doolittle wrote: > > > > I have an Avnet Virtex 4 evaluation board, intended for > > projects similar in concept to GNU Radio. It uses the > > same CY7C68013 chip as USRP. > > > > I us

Re: [Discuss-gnuradio] usrper fails in usb_claim_interface

2005-04-05 Thread Eric Blossom
On Tue, Apr 05, 2005 at 12:03:00PM -0700, Larry Doolittle wrote: > Hi - > > I have an Avnet Virtex 4 evaluation board, intended for > projects similar in concept to GNU Radio. It uses the > same CY7C68013 chip as USRP. > > I used USRP as a software reference design, and started > splicing in som

Re: [Discuss-gnuradio] usrper fails in usb_claim_interface

2005-04-05 Thread mgray
Are you physically plugged into a USB 2.0 port? A system may have multiple of USB ports, but not all of them are 2.0. Many will be USB 1.1 (high-speed 12mbps) devices. If you run usbtree, you can verify your connection. The following is an example of the USRP connected to an USB 2.0 port. [E

[Discuss-gnuradio] usrper fails in usb_claim_interface

2005-04-05 Thread Larry Doolittle
Hi - I have an Avnet Virtex 4 evaluation board, intended for projects similar in concept to GNU Radio. It uses the same CY7C68013 chip as USRP. I used USRP as a software reference design, and started splicing in some code of my own. I think that part is in good shape, after coming up to speed o