LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Reajjy New to Linux (https://www.linuxquestions.org/questions/linux-newbie-8/reajjy-new-to-linux-4175643360/)

dgrant88 11-29-2018 04:43 PM

Reajjy New to Linux
 
I ran the ethtool -a and this was my output. I have already confirmed...I have the latest ethtool installed

Pause parameters for wlo1:
Cannot get device pause settings: Operation not supported

Tonus 11-29-2018 06:58 PM

What are you trying to do ? Try to make the title clearer and to tell what you are trying to do and what you expected from this command.

berndbausch 11-29-2018 07:05 PM

Quote:

Originally Posted by dgrant88 (Post 5931658)
I ran the ethtool -a and this was my output. I have already confirmed...I have the latest ethtool installed

Pause parameters for wlo1:
Cannot get device pause settings: Operation not supported

On my laptop:

Code:

$ ethtool -a enp0s25
Pause parameters for enp0s25:
Autonegotiate:  on
RX:            on
TX:            on

$ ethtool -a wlp3s0
Pause parameters for wlp3s0:
Cannot get device pause settings: Operation not supported

enp0s25 is the wired interface, wlp3s0 the wireless one. I conclude that some or all wireless interfaces don't have pause settings.

EDIT: I guess wireless interfaces don't count as Ethernet interfaces, so that ethtool is probably not the right tool to use anyway.

roy_lt_69 12-01-2018 03:48 AM

I just tried
Code:

ethtool -a enp2s0
which is a wired connection and I got the same error as OP. So it seems to be h/w specific.
Later I tried it on two different PC's running Slackware and Mint (wired and wireless), and I got the same errors as OP both times! So not sure what the command is supposed to do!

berndbausch 12-01-2018 03:55 AM

Quote:

Originally Posted by roy_lt_69 (Post 5932146)
So not sure what the command is supposed to do!

As far as I understand it, ethtool can set (ethtool -A) flow control on the interface, and report the setting (ethtool -a). I found this quick explanation.

My guess is that not all interfaces or all drivers support this feature.

roy_lt_69 12-01-2018 04:38 AM

I just ran it again without the -a and got:
Code:

$ethtool eth0
Settings for eth0:
        Supported ports: [ TP MII ]
        Supported link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Supported pause frame use: No
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Advertised pause frame use: Symmetric Receive-only
        Advertised auto-negotiation: Yes
        Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                            100baseT/Half 100baseT/Full
                                            1000baseT/Half 1000baseT/Full
        Link partner advertised pause frame use: Symmetric Receive-only
        Link partner advertised auto-negotiation: Yes
        Speed: 1000Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: on
Cannot get wake-on-lan settings: Operation not permitted
        Current message level: 0x00000033 (51)
                              drv probe ifdown ifup
        Link detected: yes



All times are GMT -5. The time now is 11:53 AM.