CentOS5 USRP compatibility and GNU Radio environment variables

Hi,

I am still having problems with the USRP connection. I get the
usb_control_msg: connection timeout error each time when I try to run
the usrp_benchmark_usb.py. My USB is highspeed but I guess the Linux
distribution CentOS5 is a little problematic. I made the dialtone
example work so at least I can say that GNU Radio software is working
with CentOS5( although I am not sure whether it will support further
complicated programs) but somehow I cannot maintain the USRP
connection. Does anybody know about the CentOS5 compatibility with
USRP?

Another thing is that I am a little bit confused with the exact
environment variables for GNU Radio. I have these settings for the
environment variables;

export
PYTHONPATH="$PREFIX/lib/python2.4/site-packages:$PREFIX/lib/python2.4/site-packages/wx-2.8-gtk2-unicode"
export LD_LIBRARY_PATH="$PREFIX/lib"
export PATH="${PATH:+${PATH}:}:$PREFIX/bin"
export WXWIN=$SRCDIR/wxPython-src-$WXPYTHVER

Does anybody see any kind of problem with these?

but by chance in some discussion forums I have also seen USRP_PATH.
Should there be such variable by default or is that something that
should be created?

On Sat, Mar 08, 2008 at 10:45:19PM +0200, Ahmet Hasim G. wrote:

Hi,

but by chance in some discussion forums I have also seen USRP_PATH.
Should there be such variable by default or is that something that
should be created?

Ahmet, as I mentioned in my previous mail, if you’ve specified your
–prefix at configure time there should be no need for USRP_PATH.

Eric

On Sat, Mar 8, 2008 at 11:28 PM, Eric B. [email protected] wrote:

–prefix at configure time there should be no need for USRP_PATH.

Eric

Well thanks Eric, I guess I understand what you mean now, yet I have
this unresolved problem with unconfigured USRP error. Do you have any
suggestions? because usrper load_firmware
/opt/gnuradio/share/usrp/rev4/std.ihx still yields the same unconfigured
USRP error