Skip to content
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

Wrong MAC address #26

Open
lcomd opened this issue Oct 19, 2023 · 1 comment
Open

Wrong MAC address #26

lcomd opened this issue Oct 19, 2023 · 1 comment

Comments

@lcomd
Copy link

lcomd commented Oct 19, 2023

Hello Tom-McDermott,

My system components:

Ubuntu (Mate) 22.04.3 LTS
Gnuradio 3.10.1.1 (Python 3.10.12)
OOT gr-hpsdr 3.0-2build2
Radio Anan-100[D] - Software version: 5.4 (angelia)

The hermesNB module acknowledge the NIC's IP, but it shows a MAC address that is not the real one. The real one is showed by ifconfig command and HPSDRProgrammer_V2. By the way, there's only one NIC in my desktop.

  1. When MAC Address is left in automatic ("*") in the properties of the module, the radio is not aknowledged:

Looking for Metis/Hermes card on interface enp2s0f0
Interface[0]:lo Interface[1]:enp2s0f0
enp2s0f0 IP Address: 169.254.15.238
enp2s0f0 MAC Address: 00:00:a9:fe:0f:ee <== unknown
unexepected discovery response when not in discovery mode
metis_start_receiver_stream unknown target. MAC: IP:

The flowchart interrupts itself, showing this message:

Done (return code 1)

  1. The radio's IP is only recognized if the radio's MAC address were designed in module properties:

Looking for Metis/Hermes card on interface enp2s0f0
Interface[0]:lo Interface[1]:enp2s0f0
enp2s0f0 IP Address: 169.254.15.238
enp2s0f0 MAC Address: 00:00:a9:fe:0f:ee <== unknown
Metis MAC address 00:1E:C0:A5:C3:00 <== radio MAC address
Metis IP address 169.254.195.0

But the flowchart freezes and no output. When it is killed it shows this message:

Done (return code -15)

What would be the problem?

Thanks in advance for your attention.

Best regards.

lcomd

@Tom-McDermott
Copy link
Owner

Tom-McDermott commented Oct 19, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants