Changes between Version 15 and Version 16 of Tutorials/Wireless/MassiveMIMO


Ignore:
Timestamp:
Jul 8, 2022, 7:19:12 AM (3 years ago)
Author:
zhenzhou77
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/MassiveMIMO

    v15 v16  
    6363==== Find and prepare USRPs and the Sounder software ====
    6464
    65 * The IP addresses for Ethernet Port 1(10G) on {{{sdr2-s1-lg1}}} and {{{sdr2-md1}}} were hard-coded to {{{10.118.2.2}}} and {{{10.118.3.2}}} respectively. To access them from {{{srv2-lg1}}}, configure the network interface {{{eno2}}} as follows:
     65* The IP addresses for Ethernet Port 1(10G) on {{{node23-1}}} to {{{node23-8}}} were hard-coded to {{{10.10.23.1}}} to {{{10.10.23.8}}} respectively. To access them from the server {{{node21-1}}}, no configure of the network interface is needed, however, for better performance, we suggest the following operations:
    6666{{{#!shell
    67 root@srv2-lg1:~# ifconfig eno2 10.118.1.2 netmask 255.255.0.0 mtu 9000 up
    68 root@srv2-lg1:~# sudo sysctl -w net.core.wmem_max=24862979
     67root@node21-1:~# ifconfig CTRL mtu 9000 up
     68root@node21-1:~# sudo sysctl -w net.core.wmem_max=24862979
    6969net.core.wmem_max = 24862979
    70 root@srv2-lg1:~# sudo sysctl -w net.core.rmem_max=24862979
     70root@node21-1:~# sudo sysctl -w net.core.rmem_max=24862979
    7171net.core.rmem_max = 24862979
    7272root@srv2-lg1:~# ifconfig
    73 eno2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 9000
    74         inet 10.118.1.2  netmask 255.255.0.0  broadcast 10.118.255.255
    75         inet6 fe80::9a03:9bff:fe61:9609  prefixlen 64  scopeid 0x20<link>
    76         ether 98:03:9b:61:96:09  txqueuelen 1000  (Ethernet)
    77         RX packets 4053772  bytes 17770502341 (17.7 GB)
    78         RX errors 0  dropped 0  overruns 0  frame 0
    79         TX packets 1727950  bytes 2972166223 (2.9 GB)
     73root@node21-1:~# ifconfig CTRL
     74CTRL: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 9000
     75        inet 10.10.21.1  netmask 255.255.0.0  broadcast 10.10.255.255
     76        inet6 fe80::9a03:9bff:fe3b:81e3  prefixlen 64  scopeid 0x20<link>
     77        ether 98:03:9b:3b:81:e3  txqueuelen 1000  (Ethernet)
     78        RX packets 28985875  bytes 107820952173 (107.8 GB)
     79        RX errors 121  dropped 0  overruns 0  frame 121
     80        TX packets 12711747  bytes 14132140459 (14.1 GB)
    8081        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
     82}}}
    8183
    82 }}}
     84* Similarly in {{{node23-8}}}, no further configuration of the network interface is needed.
     85
    8386
    8487* Run {{{uhd_find_device}}} to make sure that the USRP-2974s can be reached: