Mesa 7i92+7i76+7i85S
- Artur_1617
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 143
- Thank you received: 4
10 Sep 2022 09:30 #251606
by Artur_1617
Mesa 7i92+7i76+7i85S was created by Artur_1617
Hi,
start to connect this setup for my lathe.
First problem about wiring
7i92 connect to 7i76 without problem.
But 7i92 to 7i85S I have problem. Buy separatery idc connector with cable and Dsub for connect with them.
Please look the foto and tell me this connection is ok?
start to connect this setup for my lathe.
First problem about wiring
7i92 connect to 7i76 without problem.
But 7i92 to 7i85S I have problem. Buy separatery idc connector with cable and Dsub for connect with them.
Please look the foto and tell me this connection is ok?
Please Log in or Create an account to join the conversation.
10 Sep 2022 13:18 #251613
by PCW
Replied by PCW on topic Mesa 7i92+7i76+7i85S
That looks correct, what problem do you have?
Please Log in or Create an account to join the conversation.
- Artur_1617
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 143
- Thank you received: 4
11 Sep 2022 10:00 - 11 Sep 2022 11:43 #251673
by Artur_1617
Replied by Artur_1617 on topic Mesa 7i92+7i76+7i85S
I connected and for now all working.
Last edit: 11 Sep 2022 11:43 by Artur_1617.
Please Log in or Create an account to join the conversation.
- Artur_1617
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 143
- Thank you received: 4
11 Sep 2022 16:51 - 11 Sep 2022 17:49 #251687
by Artur_1617
Replied by Artur_1617 on topic Mesa 7i92+7i76+7i85S
After install linuxcnc 2.8.2 want change network settings for 7i92 but is instaled nm-tray and when want open settings dont do anything.
Want install gnome but when write in terminal
apt-get install network-manager network-manager-gnome
Got E; unable to locate package network-manager-gnome
When try
apt-get update after
Want install gnome but when write in terminal
apt-get install network-manager network-manager-gnome
Got E; unable to locate package network-manager-gnome
When try
apt-get update after
Last edit: 11 Sep 2022 17:49 by Artur_1617.
Please Log in or Create an account to join the conversation.
11 Sep 2022 17:06 #251689
by PCW
Replied by PCW on topic Mesa 7i92+7i76+7i85S
I would probably side-step the GUI network tools and setup the real time link
by editing the interfaces file as explained in the hm2_eth manual page
man hm2_eth
by editing the interfaces file as explained in the hm2_eth manual page
man hm2_eth
Please Log in or Create an account to join the conversation.
- Artur_1617
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 143
- Thank you received: 4
11 Sep 2022 17:37 - 11 Sep 2022 17:58 #251692
by Artur_1617
Replied by Artur_1617 on topic Mesa 7i92+7i76+7i85S
Forget write
ifconfig and iwconfig didint work to...
After add to file interfaces;
auto eth1
iface eth1 inet static
address 192.168.1.1
hardware-irq-coalesce-rx-usecs 0
and try mesaflash --device 7I92
Got No 7i92 board found
ifconfig and iwconfig didint work to...
After add to file interfaces;
auto eth1
iface eth1 inet static
address 192.168.1.1
hardware-irq-coalesce-rx-usecs 0
and try mesaflash --device 7I92
Got No 7i92 board found
Last edit: 11 Sep 2022 17:58 by Artur_1617.
Please Log in or Create an account to join the conversation.
11 Sep 2022 18:19 #251693
by PCW
Replied by PCW on topic Mesa 7i92+7i76+7i85S
What does
ip a
report?
ip a
report?
Please Log in or Create an account to join the conversation.
- Artur_1617
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 143
- Thank you received: 4
11 Sep 2022 18:29 #251694
by Artur_1617
Replied by Artur_1617 on topic Mesa 7i92+7i76+7i85S
edi@debian:~$ 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
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 08:2e:5f:20:95:65 brd ff:ff:ff:ff:ff:ff
inet 192.168.137.155/24 brd 192.168.137.255 scope global dynamic noprefixroute eno1
valid_lft 604766sec preferred_lft 604766sec
inet6 fe80::a2e:5fff:fe20:9565/64 scope link noprefixroute
valid_lft forever preferred_lft forever
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
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 08:2e:5f:20:95:65 brd ff:ff:ff:ff:ff:ff
inet 192.168.137.155/24 brd 192.168.137.255 scope global dynamic noprefixroute eno1
valid_lft 604766sec preferred_lft 604766sec
inet6 fe80::a2e:5fff:fe20:9565/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Please Log in or Create an account to join the conversation.
11 Sep 2022 18:33 #251695
by PCW
Replied by PCW on topic Mesa 7i92+7i76+7i85S
Right, so the actual Ethernet device name is eno1, not eth1
Please Log in or Create an account to join the conversation.
- Artur_1617
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 143
- Thank you received: 4
11 Sep 2022 18:46 #251696
by Artur_1617
Replied by Artur_1617 on topic Mesa 7i92+7i76+7i85S
After change eth1 to eno1 in interfaces file
still mesaflash --device 7i92 No board found
still mesaflash --device 7i92 No board found
Please Log in or Create an account to join the conversation.
Time to create page: 0.104 seconds