Mac Studio ethernet issue

I am experiencing various difficulties with ethernet (10G) with a Mac Studio/Ventura.


I started noticing that the internet connection was "stalling" after a while when transferring large amounts of data (online backups).


I looked at the network ethernet hardware settings, and discovered that I simply can't change some of those when trying to configure manually. They keep toggling back to their previous settings.


I succesfully set the speed to 1000baseT.


I can only set "duplex" to "full duplex". All of the other options ("full duplex, flow control" etc.) cannot be set, it always revert to full duplex.


I cannot set MTU Jumbo frames to 9000, it reverts to 1500.


When trying to configure automatically, I get full duplex with no flow control, MTU standard frames (1500) for a 10G connection.


Any ideas?

Mac Studio, macOS 13.0

Posted on Dec 7, 2022 07:09 AM

Reply

Similar questions

2 replies

Dec 7, 2022 09:38 AM in response to msylvestre

<< (online backups). >>


"On the cloud" is great for sharing photos, but is not a viable backup solution for everything you have. The stuff is not under your control, and is subject to sloppy handling, arbitrary changes in policy, theft, data loss [are they making frequent backups using best practices?], and bankruptcy of the company that holds it. It can easily take three days to restore it at ordinary Internet speeds.


If you do not have a recent local, disk-based backup, your computer is like a ticking Time bomb. You are only one disk failure away from losing EVERYTHING! Drives do not last forever. It is not a question of IF it will fail, only WHEN it will fail.


If you are using another direct-to-disk backup method that you prefer, and you currently have a recent disk-based backup, that is great. If not, you should consider using Built-in Time Machine. Take steps to acquire an external drive as soon as possible. If you buy one, a drive 2 to 3 times or larger than your boot drive is preferable for long term trouble-free operation. Do not pay extra for a drive that is fast.  (You can get by for a while with a "found" smaller drive if necessary, but it will eventually become annoying).


Attach your external drive and use

System preferences > Time machine ...


... to turn on Time Machine and specify what drive to store your Backups on.  It may ask to initialize the new drive, and that is as expected.


Time Machine may spend all afternoon making your first full backup. You can continue to do your regular work while it does this. The first Full Backup is by far the biggest backup. After that, it will work quietly and automatically in the background, without interrupting your regular work, and only save the incremental changes.


Time Machine's "claim to fame" is that it is the backup that gets done, because it does not ruin performance of the rest of the computer while doing its backup operations. You do not have to set aside a "Special Time" when you only do backups. When you need it, your Time machine Backup is much more likely to be there.


How to use Time Machine to Backup or Restore your Mac:

Back up your Mac with Time Machine - Apple Support



Dec 7, 2022 09:45 AM in response to msylvestre

It is possible that you cannot set those options because the Router you are connecting to cannot support them.


I was surprised to find that the 'top of the line' Version FIOS Router could not be set internally to frame sizes over 1500, even over Ethernet.


You can allow the link to autospeed, but when you do, it may connect at a slower Hardware speed and not tell you what speed.


Actual Speed:

The good way to check the actual connection speed USED to be Network Utility, But in Big Sur and later, Apple has deprecated network Utility and now you have to use a Terminal command to see your actual connection speed. First, you need to know what en number the link is. then you use a command like this one, substituting the actual en number.


my main Ethernet connection uses BSD name en5 (as shown in) :

 menu > about this Mac > (system report) > network:


 ifconfig en5 | grep media


with this as my output:


media: autoselect (10Gbase-T <full-duplex,flow-control>)

For Gigabit Ethernet, you should get this instead:


media: 1000baseT <full-duplex,flow-control>


Errors detected:

To see if an Ethernet link is throwing more than a handful of initial errors, you can use Terminal command:


netstat -I en5


This is the resulting output. Counters are In-packets, In-errors, Out-packets, Out-Errors, Collisions. There should never be more than handful of errors from starting up, and in most cases, NONE.


Name       Mtu   Network       Address            Ipkts Ierrs    Opkts Oerrs  Coll

en5   8163  <Link#4>    00:01:d2:1a:00:dd   696697     0   484301     0     0

en5   8163  grantsmacpr fe80:4::461:ea0d:   696697     -   484301     -     -

en5   8163  192.168.0/23  192.168.0.204     696697     -   484301     -     -



NB>>> 10Gb Ethernet, energy efficient:


"energy efficient" drops power to the 10Gb Ethernet chip to save energy.  It is NOT compatible with Top Speed. In the hardware pane, under Duplex, set: “Full-Duplex, Flow Control” NOT “Full-Duplex, Flow Control, power efficient” to disable power saving and boost top speed.


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Mac Studio ethernet issue

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.