Changes between Version 60 and Version 61 of Tutorials/Wireless/mmwaveSB1
- Timestamp:
- Sep 21, 2021, 7:11:59 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwaveSB1
v60 v61 54 54 ==== Find and prepare USRPs ==== 55 55 56 * The IP addresses for Ethernet Ports( 10G) on the X310s sdr4-in1 and sdr4-in2 were hard-coded to 10.114.14.1,10.115.14.1 and 10.114.14.2,10,115,14,2 respectively. To access them from srv1-in1 or srv1-in2, configure the network interfaces as follows56 * The IP addresses for Ethernet Ports(Port 0, 10G with XG image) on the X310s sdr4-in1 and sdr4-in2 were hard-coded to 10.114.14.1 and 10.114.14.2 respectively. To access them from srv1-in1 or srv1-in2, configure the data1 network interfaces on srv1-in1 and srv1-in2 to 10.114.1.3 and 10.114.1.4 respectively. 57 57 58 || Server || data1 || data2 || 59 || srv1-in1 || 10.114.1.3 || 10.115.1.3 || 60 || srv1-in2 || 10.114.1.4 || 10.115.1.4 || 58 61 59 {{{#!shell-session 62 root@srv1-in1:~# ip link set enp1s0 mtu 9000 up 63 root@srv1-in1:~# ip addr add 10.114.1.3/16 dev enp1s0 64 root@srv1-in1:~# ip addr show dev enp1s0 65 4: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP group default qlen 1000 66 link/ether f4:52:14:83:99:40 brd ff:ff:ff:ff:ff:ff 67 inet 10.114.1.3/16 scope global enp1s0 68 valid_lft forever preferred_lft forever 69 inet6 fe80::f652:14ff:fe83:9940/64 scope link 70 valid_lft forever preferred_lft forever 60 root@srv1-in1:~# ifconfig data1 10.114.1.3 netmask 255.255.0.0 mtu 9000 up 61 }}} 62 63 {{{#!shell-session 64 root@srv1-in2:~# ifconfig data1 10.114.1.4 netmask 255.255.0.0 mtu 9000 up 71 65 }}} 72 66 73 67 * Run uhd_find_devices to check if the X310s can be reached 74 68 {{{#!shell-session 75 root@srv1-in1:~# uhd_find_devices --args="addr=10.114.14.1"76 [INFO] [UHD] linux; GNU C++ version 7. 4.0; Boost_106501; UHD_3.14.1.1-release69 root@srv1-in1:~# uhd_find_devices 70 [INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.0-release 77 71 -------------------------------------------------- 78 72 -- UHD Device 0 73 -------------------------------------------------- 74 Device Address: 75 serial: 31B6FFA 76 addr: 10.114.14.2 77 fpga: XG 78 name: sdr4-in2 79 product: X310 80 type: x300 81 82 83 -------------------------------------------------- 84 -- UHD Device 1 79 85 -------------------------------------------------- 80 86 Device Address: … … 85 91 product: X310 86 92 type: x300 93 87 94 }}} 88 95