trying to set up mesa 7i96 card
17 Sep 2024 17:48 - 17 Sep 2024 17:56 #310326
by PhilipME
trying to set up mesa 7i96 card was created by PhilipME
I am getting this message.
Debug file information:
Note: Using POSIX realtime
hm2_eth: rtapi_app_main: Connection refused (-111)
./mesa2.hal:9: waitpid failed /usr/bin/rtapi_app hm2_eth
./mesa2.hal:9: /usr/bin/rtapi_app exited without becoming ready
./mesa2.hal:9: insmod for hm2_eth failed, returned -1
when I ping 192.168.1.121, it responds fine
Debug file information:
Note: Using POSIX realtime
hm2_eth: rtapi_app_main: Connection refused (-111)
./mesa2.hal:9: waitpid failed /usr/bin/rtapi_app hm2_eth
./mesa2.hal:9: /usr/bin/rtapi_app exited without becoming ready
./mesa2.hal:9: insmod for hm2_eth failed, returned -1
when I ping 192.168.1.121, it responds fine
Last edit: 17 Sep 2024 17:56 by PhilipME.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6429
17 Sep 2024 18:02 #310329
by tommylight
Replied by tommylight on topic trying to set up mesa 7i96 card
Set the PC address to anything but 121 at the end, from 1 to 254, but not 121.
What does
ip a
in a terminal return?
What does
ip a
in a terminal return?
The following user(s) said Thank You: PhilipME
Please Log in or Create an account to join the conversation.
17 Sep 2024 18:07 #310331
by PhilipME
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: enp1s0f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether bc:5f:f4:ca:48:bd brd ff:ff:ff:ff:ff:ff
3: enp1s0f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether bc:5f:f4:ca:48:b9 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.121/8 brd 192.255.255.255 scope global noprefixroute enp1s0f1
valid_lft forever preferred_lft forever
inet6 fe80::ec41:3bce:846a:ea49/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4: enxbebaec2d5dfe: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
link/ether be:ba:ec:2d:5d:fe brd ff:ff:ff:ff:ff:ff
inet 192.168.191.236/24 brd 192.168.191.255 scope global dynamic noprefixroute enxbebaec2d5dfe
valid_lft 2556sec preferred_lft 2556sec
inet6 fe80::bcba:ecff:fe2d:5dfe/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Replied by PhilipME on topic trying to set up mesa 7i96 card
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000What does
ip a
in a terminal return?
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: enp1s0f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether bc:5f:f4:ca:48:bd brd ff:ff:ff:ff:ff:ff
3: enp1s0f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether bc:5f:f4:ca:48:b9 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.121/8 brd 192.255.255.255 scope global noprefixroute enp1s0f1
valid_lft forever preferred_lft forever
inet6 fe80::ec41:3bce:846a:ea49/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4: enxbebaec2d5dfe: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
link/ether be:ba:ec:2d:5d:fe brd ff:ff:ff:ff:ff:ff
inet 192.168.191.236/24 brd 192.168.191.255 scope global dynamic noprefixroute enxbebaec2d5dfe
valid_lft 2556sec preferred_lft 2556sec
inet6 fe80::bcba:ecff:fe2d:5dfe/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Please Log in or Create an account to join the conversation.
17 Sep 2024 18:09 #310332
by PhilipME
Replied by PhilipME on topic trying to set up mesa 7i96 card
Maybe I should change the dip switches
Please Log in or Create an account to join the conversation.
17 Sep 2024 18:27 #310335
by PhilipME
Replied by PhilipME on topic trying to set up mesa 7i96 card
I will try tomorrow on another machine
Please Log in or Create an account to join the conversation.
17 Sep 2024 18:33 #310337
by PCW
Replied by PCW on topic trying to set up mesa 7i96 card
You have the host address set to 192.168.1.121
This cannot work, it must be set to a address in the same range but not
the same address as the 7I96 say 192.168.1.100/24
(do not use 192.168.1.100/8 as that overlaps with your WIFI range)
This cannot work, it must be set to a address in the same range but not
the same address as the 7I96 say 192.168.1.100/24
(do not use 192.168.1.100/8 as that overlaps with your WIFI range)
The following user(s) said Thank You: PhilipME
Please Log in or Create an account to join the conversation.
17 Sep 2024 18:51 #310338
by PhilipME
Replied by PhilipME on topic trying to set up mesa 7i96 card
It is working now
Thank you all
Good day
Thank you all
Good day
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.111 seconds