discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] usb errors while stopping flowgraph


From: Brett L. Trotter
Subject: [Discuss-gnuradio] usb errors while stopping flowgraph
Date: Fri, 25 Feb 2011 23:34:43 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Red Hat/3.1.7-3.el6_0 Thunderbird/3.1.7

I'm sure this has been asked many times, but if you would be so kind as
to offer any hints where to look for solutions or what to test, it would
be much appreciated.

I've got several different flowgraphs here that upon shutting down some
portion of the time, they emit a series of errors and then totally tank
my USB controller on a number of test systems, requiring a full system
reboot to reset the USB (the RHEL6 box I'm using has USB modules
compiled into the kernel, so rmmod isn't an option). The flowgraphs stop
normally about 3/4 times. It seems to be chance when its in some odd
state that it won't shutdown right.

Relevant code:
    tb = top_block()
    tb.start()
    raw_input("Press Enter to quit: \n")
    tb.stop()
    tb.wait()


Errors emitted:
usb_control_msg failed: error sending control message: Connection timed out
write_cmd failed
usrp_basic_tx: set_tx_enable(false) failed
usb_control_msg failed: error sending control message: Connection timed out
write_cmd failed
usrp_basic_rx: set_fpga_rx_enable failed
usb_control_msg failed: error sending control message: Connection timed out
write_cmd failed
usb_control_msg failed: error sending control message: Connection timed out
write_cmd failed
usrp_basic_rx: failed to fini AD9862 RX regs
usb_control_msg failed: error sending control message: Connection timed out
write_cmd failed
usb_control_msg failed: error sending control message: Connection timed out
write_cmd failed
usb_control_msg failed: error sending control message: Connection timed out
write_cmd failed
usb_control_msg failed: error sending control message: Connection timed out
write_cmd failed
usrp_basic_tx: failed to fini AD9862 TX regs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]