Replies: 2 comments 1 reply
-
|
When you work on gigabitEthernet, you need to set up under USB_ETHERNET chapter. |
Beta Was this translation helpful? Give feedback.
-
|
Dear Evariste, FIXED ! - I can now connect to the Libresdr via the ip address 192.168.118 via my network (DHCP) and direct from a laptop using manual configuration using the RJ45 Ethernet connector and supplying just power over the USB debug port. I think the key point is to configure the [USB_ETHERNET] section in config.txt to the ip parameters for the physical RJ45 Ethernet port and leave the [NETWORK] as is (this appears to be the Analog Devices Ethernet over USB interface). Hope this helps others. Thanks for you help. James Here is my config.txt LibreSDR Rev.5 (Z7020-AD9363)Device Configuration File1. Open with an Editor2. Edit this file3. Save this file on the device USB drive4. Eject the device USB DriveDoc: https://wiki.analog.com/university/tools/pluto/users/customizing[NETWORK] [WLAN] [USB_ETHERNET] [SYSTEM] USB Communication Device Class Compatibility Mode [rndis|ncm|ecm]usb_ethernet_mode = rndis [ACTIONS] [TEZUKA] |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - I'm trying to use the Libresdr on its dedicated Ethernet connector. I am trying to power the Libresdr with a 5V PSU on the OTG or DEBUG input and connect to the device via 192.168.0.116 remotely.
I can only connect using Windows 10 with the USB OTG connected using SDRConsole.
However on Linux (Debian 12) I can connect via SSH and also receive using SDR++ via the physical Ethernet connector (I must connect OTG USB to the PC) - and SDR++ reception stops when I disconnect the Ethernet cable. This indicates that I am connected via the physical ethernet connection.
If I supply just 5 V to either the OTG or Debug USB connectors -the Libresdr does not work at all (the LEDs do light up though)
Any ideas - I don't want to connect to the LIbresdr via the USB ports
Many thanks,
James G1PVZ
Here is my config.txt
LibreSDR Rev.5 (Z7020-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/tools/pluto/users/customizing
[NETWORK]
hostname = libresdr
ipaddr = 192.168.0.116
ipaddr_host = 192.168.0.1
netmask = 255.255.255.0
[WLAN]
ssid_wlan =
pwd_wlan =
ipaddr_wlan =
[USB_ETHERNET]
ipaddr_eth =
netmask_eth = 255.255.255.0
gateway_eth =
[SYSTEM]
xo_correction = 39999533
udc_handle_suspend = 0
USB Communication Device Class Compatibility Mode [rndis|ncm|ecm]
usb_ethernet_mode = rndis
[ACTIONS]
diagnostic_report = 0
dfu = 0
reset = 0
calibrate = 0
[TEZUKA]
callsign = NOCALL
locator = NOLOCATOR
lnb_power = off
refclk_source = internal
maxcpus = 2
attr_name = compatible
attr_val = ad9361
mode = 2r2t
audio_mode = off
rf_input = rx1
rf_output = tx1
serial_force = off
nfs_server =
force_model = off
disable_usb_console = off
enable_ipv6 = no
Beta Was this translation helpful? Give feedback.
All reactions