It is very annoying that sometimes I can not connect to the device using
this command:
~$ sudo ifconfig eth0 192.168.10.1
I can ping 192.168.10.1, but ping 192.168.10.2 fails:
~$ sudo ifconfig eth0 192.168.10.1
~$ ping 192.168.10.2
PING 192.168.10.2 (192.168.10.2) 56(84) bytes of data.
From 192.168.10.1 icmp_seq=1 Destination Host Unreachable
From 192.168.10.1 icmp_seq=2 Destination Host Unreachable
From 192.168.10.1 icmp_seq=3 Destination Host Unreachable
~$ uhd_find_devices
linux; GNU C++ version 4.7.3; Boost_104900; UHD_003.006.000-0-g7788c692
No UHD Devices Found
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This is almost always caused by network-manager “managing” your device.
A simple solution is to first stop NM:
service network-manager stop
and then configuring your device as you did.
Also, you can try to configure network-manager to assign a static IP
to your eth0 interface. Just combining manual methods (ifconfig) and
automatism (network-manager) usually fails, because network-manager is
not quite respectful towards user-established links.
Greetings
Marcus
On 14.12.2013 12:41, Nasi wrote:
icmp_seq=1 Destination Host Unreachable From 192.168.10.1
icmp_seq=2 Destination Host Unreachable From 192.168.10.1
icmp_seq=3 Destination Host Unreachable ~$ uhd_find_devices linux;
GNU C++ version 4.7.3; Boost_104900; UHD_003.006.000-0-g7788c692 No
UHD Devices Found
Ubuntu 13.04, gnuradio 3.7, usrp N200
Why does it happen?
How can I connect to USRP device?
Thanks in advance!
_______________________________________________ Discuss-gnuradio
mailing list [email protected]
Discuss-gnuradio Info Page
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJSrrOsAAoJEAFxB7BbsDrLUAwH/i9TXpLVnhQ9DglYKfsZpYB1
K97hAN/i08hY2Nkbud7l+qvsbUYyfncd+011ADeIDZyDHNiVFm2AHhD4VWbW8lVL
gQ7KbmDsks6SFitON8zkaGVyY60NvxGiDByhptAW0GNTwE89WY3k16E9hTgcsEKQ
xw4YUvIpJAuKH8mai5BKM1QrHG7epo2Agx1VPRBQVmAHoHxLg/xoqk550LjMqw9m
0AboNl6x1fvdWGnx0kEFJ+VtB5bBmjjQW0gD/V3I2YlsqBkp2vkdmVqv04gOJVm8
kYcg5NmzoUhsZ2XAXYEwvx/CqkL7zJ6V+pgv8b06C5uTvsbaloDX5+/ZTzFUBSY=
=5aqS
-----END PGP SIGNATURE-----