Re starting the USRP/USRP2 through terminal

Is there any method to restart the USRP/USRP2 using commands on the
terminal.

For example I run benchmark programs for Tx and some times I terminate
them
using Ctrl+z before the they terminate by themselves after the
transmission
is over.
But when I again try to run another program I says “cant open usrp”.
Then I manually switch off the power to usrp and restart.Then only I am
able
to run any new program.

I was thinking if there is some terminal command to perform this task so
that I can include that in my script.

Are there any other options.:slight_smile:


Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India

View this message in context:
http://old.nabble.com/Restarting-the-USRP-USRP2-through-terminal.-tp32503814p32503814.html
Sent from the GnuRadio mailing list archive at Nabble.com.

why not try Ctrl+c instead of Ctrl+z ??
ctrl+z just stops the process right, whereas ctrl+c kills it.

On Thu, Sep 22, 2011 at 6:38 PM, sumitstop