Re: [Discuss-gnuradio] Error: timed out waiting for TX and/or RX LO to lock

2012-09-23 Thread Dan CaJacob
I had a similar problem a while back. Re-seating the daughter are was the fix. On Jul 3, 2012, at 6:27 PM, Julio Hector Aguilar Renteria jhagui...@gmail.com wrote: Hi, all help error uhd_cal_tx_iq_balance --verbose root@usrp2:/usr/local/bin# uhd_cal_tx_iq_balance --verbose linux;

[Discuss-gnuradio] Error: timed out waiting for TX and/or RX LO to lock

2012-07-03 Thread Julio Hector Aguilar Renteria
Hi, all help error uhd_cal_tx_iq_balance --verbose root@usrp2:/usr/local/bin# uhd_cal_tx_iq_balance --verbose linux; GNU C++ version 4.5.2; Boost_104200; UHD_003.004.002-177-unstable Creating the usrp device with: ... -- Opening a USRP2/N-Series device... -- Current recv frame size: 1472 bytes

Re: [Discuss-gnuradio] Error: timed out waiting for TX and/or RX LO to lock

2012-07-03 Thread John Malsbury
Julio, 50 ms seems like a lot of time to allow for a lock, but try changing: boost::this_thread::sleep(boost::posix_time::milliseconds(50)); to: boost::this_thread::sleep(boost::posix_time::milliseconds(500)); In the source file of uhd_cal_tx_balance.cpp. Let us know if that doesn't fix