Hi, I just bought a Pluto (from an official source) and am having trouble communicating with it.
When plugged in as a USB storage device, I can set its IP and ping it. However it times out on ssh root@IP_address, and no http server is running.
The same result occurs with a USB to ethernet adapter.
Should its ssh client and http server be running - out of the box?
Thanks,
John
Pluto problems
Forum rules
This forum is run by the BATC (British Amateur Television Club), it is service made freely available to all interested parties, please do not abuse this privilege.
Thank you
This forum is run by the BATC (British Amateur Television Club), it is service made freely available to all interested parties, please do not abuse this privilege.
Thank you
Re: Pluto problems
Hi John,
When you set the IP, are you setting it in the right place? For an example I have copied part of my Pluto config below. See the [USB_ETHERNET] part where the IP address information is added to fit in my network and used with the USB to ethernet adapter . The [NETWORK] part you leave as that is what address the Pluto has when connected via USB.
-------------------------------------------------------------------------------
# Analog Devices PlutoSDR Rev.B (Z7010-AD9363)
# Device Configuration File
# 1. Open with an Editor
# 2. Edit this file
# 3. Save this file on the device USB drive
# 4. Eject the device USB Drive
# Doc: https://wiki.analog.com/university/tool ... ustomizing
[NETWORK]
hostname = pluto
ipaddr = 192.168.2.1
ipaddr_host = 192.168.2.10
netmask = 255.255.255.0
[WLAN]
ssid_wlan =
pwd_wlan =
ipaddr_wlan =
[USB_ETHERNET]
ipaddr_eth = 192.168.123.105
netmask_eth = 255.255.255.0
gateway_eth = 192.168.123.254
[SYSTEM]
xo_correction =
udc_handle_suspend = 0
[ACTIONS]
diagnostic_report = 0
dfu = 0
reset = 0
calibrate = 0
------------------------------------------------
Martin G8LCE
When you set the IP, are you setting it in the right place? For an example I have copied part of my Pluto config below. See the [USB_ETHERNET] part where the IP address information is added to fit in my network and used with the USB to ethernet adapter . The [NETWORK] part you leave as that is what address the Pluto has when connected via USB.
-------------------------------------------------------------------------------
# Analog Devices PlutoSDR Rev.B (Z7010-AD9363)
# Device Configuration File
# 1. Open with an Editor
# 2. Edit this file
# 3. Save this file on the device USB drive
# 4. Eject the device USB Drive
# Doc: https://wiki.analog.com/university/tool ... ustomizing
[NETWORK]
hostname = pluto
ipaddr = 192.168.2.1
ipaddr_host = 192.168.2.10
netmask = 255.255.255.0
[WLAN]
ssid_wlan =
pwd_wlan =
ipaddr_wlan =
[USB_ETHERNET]
ipaddr_eth = 192.168.123.105
netmask_eth = 255.255.255.0
gateway_eth = 192.168.123.254
[SYSTEM]
xo_correction =
udc_handle_suspend = 0
[ACTIONS]
diagnostic_report = 0
dfu = 0
reset = 0
calibrate = 0
------------------------------------------------
Martin G8LCE
Re: Pluto problems
Have you installed the windows drivers?
Mike
Mike
Re: Pluto problems
Thank you very much for the suggestions. Yes I had misunderstood the various IP addresses, and adding to the confusion was an intermittent USB adapter. All seems to be working fine now.