discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Problems with installing GnuRadio


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Problems with installing GnuRadio
Date: Sat, 27 Jun 2009 13:04:34 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

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




reply via email to

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