- Hardware & Machines
- Driver Boards
- Mesa ethernet setup for 7i92, 7i96, 7i76E and other ethernet Mesa boards.
Mesa ethernet setup for 7i92, 7i96, 7i76E and other ethernet Mesa boards.
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19407
- Thank you received: 6507
27 Nov 2018 07:08 - 07 Aug 2024 16:01 #121458
by tommylight
Mesa ethernet setup for 7i92, 7i96, 7i76E and other ethernet Mesa boards. was created by tommylight
---Warning : IF using this tutorial, NEVER edit the /etc/network/interfaces file as mentioned in the official documents, using BOTH causes a lot of issues, so use this OR the other, never both!!! ---
--This is valid for all Linux versions that use network manager, like Debian Wheezy or Jessie or Stretch, Ubuntu, Linux Mint etc.
--Mesa card should be wired directly to the PC, not over a switch or HUB or router.
-
====Network setup for mesa cards: ======
- left click on the network manager on the bottom right side or upper right side near the clock and volume.
- choose "edit connections"
- double click on the network you want to edit ( usually "wired connection X")
- click on the "IPv4 settings" tab
- choose "manual" on the "method" drop down menu
- click on "add"
- write the address as 10.10.10.11
- never use 10.10.10.1 or 10.10.10.10 for the above
- netmask should be left as is ( usually 8 )
- click on "routes"
- click on "use this connection for resources on its network"
Save, close, left click on the network manager and click on the "wired connection X", it should take about 3 seconds to reconnect.
Now open a terminal and do Ping 10.10.10.10, you should get normal reply form the Mesa card. If you do not get a reply, double check your settings.
To check the Mesa card configuration, in terminal enter :
There should be a lot of info in the terminal about the card and the available stepgens, PWM's, IO's, etc
--This is valid for all Linux versions that use network manager, like Debian Wheezy or Jessie or Stretch, Ubuntu, Linux Mint etc.
--Mesa card should be wired directly to the PC, not over a switch or HUB or router.
-
====Network setup for mesa cards: ======
- left click on the network manager on the bottom right side or upper right side near the clock and volume.
- choose "edit connections"
- double click on the network you want to edit ( usually "wired connection X")
- click on the "IPv4 settings" tab
- choose "manual" on the "method" drop down menu
- click on "add"
- write the address as 10.10.10.11
- never use 10.10.10.1 or 10.10.10.10 for the above
- netmask should be left as is ( usually 8 )
- click on "routes"
- click on "use this connection for resources on its network"
Save, close, left click on the network manager and click on the "wired connection X", it should take about 3 seconds to reconnect.
Now open a terminal and do Ping 10.10.10.10, you should get normal reply form the Mesa card. If you do not get a reply, double check your settings.
To check the Mesa card configuration, in terminal enter :
mesaflash --addr 10.10.10.10 --device=ETHER --readhmid
There should be a lot of info in the terminal about the card and the available stepgens, PWM's, IO's, etc
Last edit: 07 Aug 2024 16:01 by tommylight. Reason: cleaned a bit
The following user(s) said Thank You: BigJohnT, tivoi, snoozer77, snugglylovemuffin, JT
The topic has been locked.
- JT
- Away
- Administrator
Less
More
- Posts: 823
- Thank you received: 444
30 Nov 2022 13:33 #258119
by JT
Replied by JT on topic Mesa ethernet setup for 7i92, 7i96, 7i76E and other ethernet Mesa boards.
You can use this to readhmid without the device name.
From the man page
JT
mesaflash --addr 10.10.10.10 --device=ETHER --readhmid
From the man page
--device name
Select active device name. If no command is given it will detect
board with given name and print info about it.
The special values "ETHER", "SPI" and "AUTO" will attempt to de‐
tect a device on ethernet, SPI, or any interface; --addr still
needs to be specified for non-PCI devices.
JT
The following user(s) said Thank You: tommylight
The topic has been locked.
Moderators: PCW, jmelson
- Hardware & Machines
- Driver Boards
- Mesa ethernet setup for 7i92, 7i96, 7i76E and other ethernet Mesa boards.
Time to create page: 0.052 seconds