USRP Software Radio

cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to find usrp devices for USRP X440 RJ45 ethernet connection

Solved!
Go to solution

I tried to connect the usrp x440 to my host pc through RJ45 cable. I found the address for the dhcp of the usrp is 192.168.100.101. I can ping to this address but if I run "find_uhd_devices", it says no device found. I also tried to ssh the usrp through the ip address but still failed. Can I use RJ45 ethernet cable to connect the x440 with my host pc and run GNU Radio?

0 Kudos
Message 1 of 11
(1,331 Views)

@BIXXXY wrote:

... I found the address for the dhcp of the usrp is 192.168.100.101. I can ping to this address but if I run "find_uhd_devices", it says no device found. I also tried to ssh the usrp through the ip address but still failed.

 


What is the IP address of the host? 'uhd_find_devices' can only find the device, if its ip address is in the same subset as one of the network adapters on the host.

 


@BIXXXY wrote:

Can I use RJ45 ethernet cable to connect the x440 with my host pc and run GNU Radio?


Yes, but the data transfer rates will be very low.

0 Kudos
Message 2 of 11
(1,326 Views)

The host ip address is 192.168.100.100

0 Kudos
Message 3 of 11
(1,313 Views)

@BIXXXY wrote:

The host ip address is 192.168.100.100


That should work. Can you post the network configuration of the host network adapter with the ip address 192.168.100.100? Specifically the subset mask value (on Windows one can use the command line tool ifconfig and on Linux the command line tool ifconfig to query that info). Would be helpful if you could post the output of the tool you used. 

 

Since you know the ip address of your USRP, you can alternatively call the uhd_find_devices tool with a command line argument to specify the target address, like 'uhd_find_devices --args addr=192.168.100.101'.

 

0 Kudos
Message 4 of 11
(1,309 Views)

Hi, the information about the host is posted. The und_find_devices still cannot work.

Picture1.png

0 Kudos
Message 5 of 11
(1,298 Views)

Could you please also ssh into the usrp ('ssh root@192.168.100.101') and run the cmd 'ifconfig' and post the output of it?

 

P.S: the ssh command support is an optional feature in windows 10 and after installing is available in the command prompt. Alternatively to using the ssh command one can also use a tool called putty to establish a ssh connection.

 

Regards

0 Kudos
Message 6 of 11
(1,292 Views)

Hi, the ssh is failed. I also tried putty but still cannot work.

Picture1.png

Picture2.png

  

0 Kudos
Message 7 of 11
(1,290 Views)

I am curious, how did you determine that the X440 has the IP address 192.168.100.101?

 

Could it be, that the ip address 192.168.100.101 belongs to a different device on the network (and not the X440)?

 

0 Kudos
Message 8 of 11
(1,281 Views)

I connect the x440 and my pc with a router. I check the dhcp reservation in the router and I see the address for the usrp.

Picture1.png

0 Kudos
Message 9 of 11
(1,278 Views)

Hi. I am not sure if there is any specific requirements for the ethernet cable. Is it necessary that only 1Gb CAT 5E cable can be used here?

0 Kudos
Message 10 of 11
(1,243 Views)