Re: [Linuxptp-users] ioctl SIOCETHTOOL failed: No such device
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2023-06-09 13:31:19
|
On Fri, Jun 09, 2023 at 12:28:29PM +0530, Tony Josi wrote: > tony@tony-IdeaCenter:~$ sudo ethtool -T enx0c379 > Time stamping parameters for enx0c379: > Cannot get device time stamping settings: No such device You don't have a network interface of that name. You can do cat /proc/net/dev to see the interfaces that exist on your system. Thanks, Richard |