On Sat, Jun 27, 2009 at 08:26:55AM -0700, andi_26 wrote:
> 
> Hi all,
> 
> I use Fedora 9, so i followed the Build Guide from gnuradio.org. I also
> installed boost 1.35 and the mb-gcc. My eth1 got a free ip address and I
> deactivated dhcp. After configure:

Did you get any kind of error from find_usrps?
Did you specify the interface on the command line?

  $ find_usrps -e eth1



Is eth1 up?

# This one is down and won't work:

$ ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:30:48:C0:5D:EB
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Memory:d5060000-d5080000


# Bring it up

$ sudo ifconfig eth1 up


# Now up

$ ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:30:48:C0:5D:EB
          inet6 addr: fe80::230:48ff:fec0:5deb/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:238 (238.0 b)
          Memory:d5060000-d5080000


Eric


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to