Cannot connect to USRP N321 when bind dpdk successfully #1153
Unanswered
Thanhlongnguyen1012
asked this question in
General Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cannot connect to USRP N321 when bind dpdk successfully. I followed this tutorial: https://docs.srsran.com/projects/project/en/latest/tutorials/source/dpdk/source/index.html#
. I installed dpdk on a virtual machine built on the server.
Log :
root2@srsdu-hust-rs-03:~/srsRAN_Project/build1/apps/du$ sudo ./srsdu -c du.yml
--== srsRAN DU (commit 2be82d8) ==--
EAL: Detected CPU lcores: 8
EAL: Detected NUMA nodes: 1
EAL: Detected shared linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: VFIO support initialized
EAL: Using IOMMU type 8 (No-IOMMU)
EAL: Probe PCI driver: net_bnx2x (14e4:168e) device: 0000:00:08.0 (socket -1)
TELEMETRY: No legacy callbacks, legacy socket not created
Lower PHY in quad executor mode.
Available radio types: uhd.
[INFO] [UHD] linux; GNU C++ version 11.4.0; Boost_107400; UHD_3.15.0.0-74-ge35f66e8
[INFO] [LOGGING] Fastpath logging disabled at runtime.
No device type given, found device with address 'mgmt_addr=192.168.180.93,type=n3xx,product=n320,serial=3258433,claimed=False'
Making USRP object with args 'mgmt_addr=192.168.180.93,clock_source=internal,send_frame_size=4000,recv_frame_size=4000,master_clock_rate=245.76e6,type=n3xx'
[INFO] [MPMD] Initializing 1 device(s) in parallel with args: mgmt_addr=192.168.180.93,type=n3xx,product=n320,serial=3258433,claimed=False,clock_source=internal,send_frame_size=4000,recv_frame_size=4000,master_clock_rate=245.76e6
[INFO] [MPM.PeriphManager] init() called with device args
recv_frame_size=4000,send_frame_size=4000,clock_source=internal,mgmt_addr=192.168.180.93,product=n320,master_clock_rate=245.76e6,time_source=internal'. [INFO] [MPM.Rhodium-0] init() called with args
recv_frame_size=4000,send_frame_size=4000,clock_source=internal,mgmt_addr=192.168.180.93,product=n320,master_clock_rate=245.76e6,time_source=internal'[INFO] [MPM.Rhodium-1] init() called with args `recv_frame_size=4000,send_frame_size=4000,clock_source=internal,mgmt_addr=192.168.180.93,product=n320,master_clock_rate=245.76e6,time_source=internal'
[ERROR] [MPMD] Failure during block enumeration: RuntimeError: The addr key must be specified in device args to create an Ethernet transport to an RFNoC block
Failed to open device with address 'mgmt_addr=192.168.180.93,clock_source=internal,send_frame_size=4000,recv_frame_size=4000,master_clock_rate=245.76e6': RuntimeError: Failed to run enumerate_rfnoc_blocks()
srsRAN ERROR: Unable to create radio session.
Beta Was this translation helpful? Give feedback.
All reactions