-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libresdr; Applying only powersupply there is no ethernet connection #47
Comments
First ethernet cable, then power on. DHCP client does not work in the background if fails. |
i do follow that procedure. Ethernet cable first. |
tezukafw is a DHCP client sob your comfort should be DHCP server.... Try connection to a network router/switch |
i have done that as well. Also without luck. |
If there is an issue with dhcp, you can try to set static ip address to eth :
[USB_ETHERNET] -Eject Reboot without USB |
Can you try with the latest 0.0.95 version ? |
I have tried your latest 95 version. In the router i see that the libre is getting an ip address. But iam not able to ping or work with the device; when using the port scan i do no service / ports coming available. i have tried a dynamisch and static address both are not responding to pings. Only having the usb connected; it is working. |
Can you plug the serial usb cable (power) and monitor messages (even ssh in it) : this is serial link at 115200. |
setup:
Result:
see the log: Welcome to Tezuka __ / __________ | | _______ rebootStopping input-event-daemon: doneStopping U-Boot 2016.07 (Jan 31 2025 - 23:02:45 +0000) I2C: ready Loading kernel from FIT Image at 02080000 ...Using 'config@0' configuration Loading init Ramdisk from Legacy Image at 04000000 ...Image Name: Flattened Device Tree blob at 02000000Booting using the fdt blob at 0x2000000 Loading fpga from FIT Image at 02080000 ...Trying 'fpga@1' fpga subimage Starting kernel ... Booting Linux on physical CPU 0x0 Welcome to Tezuka Welcome to Tezuka __ / __________ | | _______ ifconfigeth0 Link encap:Ethernet HWaddr 00:60:88:C6:C5:50 lo Link encap:Local Loopback usb0 Link encap:Ethernet HWaddr 00:05:F7:10:13:EC |
found the problem ip routedefault via 192.168.2.254 dev eth0 removed one route: now the ping is working (both sides) how to avoid to get a double entry? |
The problem is that the default ip addressing of Ethernet over USB is 192.168.2.0/24 and it seems your local network has the same IP addressing... So you need to reconfigure in config.txt that the Ethernet over USB is on another network ;) |
I solved the problem; Used indeed a seperate internet mask for the ethernet and usb ethernet ip address. So the versie 95 is working ok. Thanks for the support. |
Hi,
I use the latest firmware running from sd card.
Applying only powersupply and connect the ethernet to PC.
It is not possible to ping to the libresdr. Using a port scanner the libresdr is found but no active services are found; so no ping or other connection can be made.
Connect the PC via usb and apply the power via usb there is a connection.
Are there ideas where to look?
The text was updated successfully, but these errors were encountered: