`I'm encountering a critical issue while attempting to initialize an X410 USRP device. The device is detected correctly using uhd_find_devices, but fails to initialize with uhd_usrp_probe. Below is a summary of the setup and the error messages:`
**`Environment:`** * `USRP Model: X410` * `UHD Version: 4.7.0 (HEAD-0-ga5ed1872)` * `MPM Version: 4.8.0.0-g308126a4` * `OS: [Ubuntu 22.04]` * `Device IP: 192.168.1.120` uhd_find_devices output: serial: 322ED50 addr: 192.168.1.120 claimed: False fpga: n/a mgmt_addr: 192.168.1.120 name: ni-x4xx-322ED50 product: x410 type: x4xx uhd_usrp_probe output: \[ERROR\] \[MPM.PeriphManager\] RFDC is not powered on \[ERROR\] \[MPM.PeriphManager\] Failed to initialize motherboard: RFDC is not powered on RuntimeError: RFDC is not powered on \[ERROR\] \[MPM.RPCServer\] Uncaught exception in method set_device_id: 'NoneType' object has no attribute 'set_device_id' \[WARNING\] \[MPM.PeriphManager\] Cannot run deinit(), device was never fully initialized! It seems the device is partially detected, but the RFDC does not power on and the RPC server fails with a 'NoneType' error when attempting to set the device ID. Could you please advise on possible causes or corrective actions to resolve this issue?
_______________________________________________ USRP-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
