Need help with 7I96

More
14 Mar 2024 18:57 #295912 by Holzwurm56
Hello, I have set up a network with the Mesa 7I96. I get a connection with ping. With Mesaflash I get an error message Board not found with --device ETHER or 7I96. Is there any way to determine the device name? Thanks Hans

Please Log in or Create an account to join the conversation.

More
14 Mar 2024 19:09 #295914 by PCW
Replied by PCW on topic Need help with 7I96
What does the command (typed in a terminal)?

ip a

report?

Please Log in or Create an account to join the conversation.

More
15 Mar 2024 14:24 - 15 Mar 2024 14:26 #295966 by Holzwurm56
Replied by Holzwurm56 on topic Need help with 7I96
Here is the message in the terminal:
hansl@hans-d3240b1:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute
       valid_lft forever preferred_lft forever
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 90:1b:0e:2f:b5:14 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.121/24 brd 192.168.1.255 scope global noprefixroute enp3s0
       valid_lft forever preferred_lft forever
    inet6 fe80::43be:87e0:558f:97da/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
3: enx000ec6f95e3f: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:0e:c6:f9:5e:3f brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.66/24 brd 192.168.1.255 scope global dynamic noprefixroute enx000ec6f95e3f
       valid_lft 604320sec preferred_lft 604320sec
    inet6 fe80::3ef5:cd04:e1e4:22ed/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
hansl@hans-d3240b1:~$ ping 192.168.1.121 -a
PING 192.168.1.121 (192.168.1.121) 56(84) bytes of data.
64 bytes from 192.168.1.121: icmp_seq=1 ttl=64 time=0.017 ms
64 bytes from 192.168.1.121: icmp_seq=2 ttl=64 time=0.028 ms
64 bytes from 192.168.1.121: icmp_seq=3 ttl=64 time=0.027 ms
64 bytes from 192.168.1.121: icmp_seq=4 ttl=64 time=0.026 ms
64 bytes from 192.168.1.121: icmp_seq=5 ttl=64 time=0.027 ms
64 bytes from 192.168.1.121: icmp_seq=6 ttl=64 time=0.029 ms
64 bytes from 192.168.1.121: icmp_seq=7 ttl=64 time=0.027 ms
64 bytes from 192.168.1.121: icmp_seq=8 ttl=64 time=0.026 ms
64 bytes from 192.168.1.121: icmp_seq=9 ttl=64 time=0.026 ms
64 bytes from 192.168.1.121: icmp_seq=10 ttl=64 time=0.027 ms
64 bytes from 192.168.1.121: icmp_seq=11 ttl=64 time=0.028 ms
^C
--- 192.168.1.121 ping statistics ---
11 packets transmitted, 11 received, 0% packet loss, time 10220ms
rtt min/avg/max/mdev = 0.017/0.026/0.029/0.003 ms
hansl@hans-d3240b1:~$


  


 
Last edit: 15 Mar 2024 14:26 by Holzwurm56.

Please Log in or Create an account to join the conversation.

More
15 Mar 2024 14:33 #295967 by PCW
Replied by PCW on topic Need help with 7I96
Looks like you don't have a proper static address setup for the 7I96
(You are not pinging the 7I96, but rather pinging your own PC)

Make sure that you setup a static IP address on the Ethernet channel
on the PC that is used for communicating with the 7I96. Note that
the PC's static address cannot match the 7I96 address. Also its preferable
to use the 10.10.10.10 address for the 7I96. To do this, set W5 down,
W6 up, and power cycle the 7I96. Then set the IP address of the PC's
interface that's connected to the 7I96 to 10.10.10.100.

Please Log in or Create an account to join the conversation.

More
15 Mar 2024 17:54 #295984 by Holzwurm56
Replied by Holzwurm56 on topic Need help with 7I96
Hello PCW,
in what kind of way can i change the ip-address from the pc`s network adapter?

Please Log in or Create an account to join the conversation.

More
15 Mar 2024 18:01 #295985 by PCW
Replied by PCW on topic Need help with 7I96
You can either use the network manager
(There's an icon for this on the desktop)
and use the edit or create connection option
or you can edit the interfaces file as described
in the hm2_eth manual page:

man hm2_eth

 

Please Log in or Create an account to join the conversation.

More
15 Mar 2024 18:17 #295986 by Holzwurm56
Replied by Holzwurm56 on topic Need help with 7I96
hansl@hans-d3240b1:~$ ip -c addr show enp3s0
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 90:1b:0e:2f:b5:14 brd ff:ff:ff:ff:ff:ff
    inet 10.10.10.10/24 brd 10.10.10.255 scope global noprefixroute enp3s0
       valid_lft forever preferred_lft forever
    inet6 fe80::43be:87e0:558f:97da/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
hansl@hans-d3240b1:~$

Please Log in or Create an account to join the conversation.

More
15 Mar 2024 18:21 #295987 by PCW
Replied by PCW on topic Need help with 7I96
The host IP address is set to the same as the 7I96, it must be different.
I suggest 10.10.10.100
 

Please Log in or Create an account to join the conversation.

More
15 Mar 2024 20:55 #295996 by Holzwurm56
Replied by Holzwurm56 on topic Need help with 7I96
Hello PCW, Thank you. I only now understood that in the network manager you enter the address of the network adapter and not the address of the card. After making changes in the network manager, you have to restart the PC for the changes to take effect. Now it worked with mesaflash.

Please Log in or Create an account to join the conversation.

More
16 Mar 2024 00:07 #296003 by tommylight
Replied by tommylight on topic Need help with 7I96

After making changes in the network manager, you have to restart the PC for the changes to take effect.

Not really, you can just click on network icon and click on "wired connection 1", it will disconnect and connect again with the new IP.

Please Log in or Create an account to join the conversation.

Moderators: PCWjmelson
Time to create page: 0.162 seconds
Powered by Kunena Forum