Changes between Version 2 and Version 3 of Tutorials/Wireless/Basic Usage
- Timestamp:
- Mar 27, 2019, 4:51:30 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/Basic Usage
v2 v3 55 55 * Once you're in ''srv1-lg1.sb1.cosmos-lab.org'' configure the network interface so it can talk to the N310's data interface. 56 56 {{{ 57 sudo ifconfig enp1s0 1 92.168.20.157 sudo ifconfig enp1s0 10.115.1.1 netmask 255.255.0.0 mtu 8000 58 58 }}} 59 59 … … 68 68 Device Address: 69 69 serial: 315A35A 70 addr: 1 92.168.20.270 addr: 10.115.2.1 71 71 claimed: False 72 mgmt_addr: 10.11 0.1.373 mgmt_addr: 1 92.168.20.272 mgmt_addr: 10.113.2.1 73 mgmt_addr: 10.115.2.1 74 74 product: n310 75 75 type: n3xx … … 78 78 We can also use ''uhd_usrp_probe'' to get more details. 79 79 {{{ 80 native@localhost:~$ uhd_usrp_probe --args="mgmt_addr=10.11 0.1.3,addr=192.168.20.2"80 native@localhost:~$ uhd_usrp_probe --args="mgmt_addr=10.113.2.1,addr=10.115.2.1" 81 81 [INFO] [UHD] linux; GNU C++ version 7.3.0; Boost_106501; UHD_3.13.1.0-0-unknown 82 82 [INFO] [MPMD] Initializing 1 device(s) in parallel with args: mgmt_addr=10.110.1.3,type=n3xx,product=n310,serial=315A35A,claimed=False,addr=192.168.22