discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How to set default ethernet interface to eth2


From: Tim Pearce
Subject: Re: [Discuss-gnuradio] How to set default ethernet interface to eth2
Date: Mon, 19 Jul 2010 09:59:04 +0100



How can I tell GNU Radio to only use the eth2 interface for all communications with the USRP2, instead of eth0?

For python scripts you change the defaults by modifying:

gnuradio/gr-usrp2/src/usrp2.i

For the four blocks change std::string ifc="eth0" to std::string ifc="eth2" and recompile

This assumes the script doesn't explicitly state eth0

Cheers,

Tim

reply via email to

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