LINUX.ORG.RU

История изменений

Исправление lesopilorama, (текущая версия) :

Нашёл интересный прикол, который может на что-то влиять:

Загрузка eth0-драйвера в прежние времена:

[   36.478040] sun7i-dwmac 1c50000.ethernet end0: PHY [stmmac-0:01] driver [Generic PHY] (irq=POLL)
[   36.478116] sun7i-dwmac 1c50000.ethernet end0: No Safety Features support found
[   36.478131] sun7i-dwmac 1c50000.ethernet end0: RX IPC Checksum Offload disabled
[   36.478149] sun7i-dwmac 1c50000.ethernet end0: No MAC Management Counters available
[   36.478166] sun7i-dwmac 1c50000.ethernet end0: PTP not supported by HW
[   36.479040] sun7i-dwmac 1c50000.ethernet end0: configuring for phy/mii link mode```

загрузка драйвера сейчас:
```[  654.099222] sun7i-dwmac 1c50000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[  654.104990] sun7i-dwmac 1c50000.ethernet eth0: PHY [stmmac-0:01] driver [Generic PHY] (irq=POLL)
[  654.113624] sun7i-dwmac 1c50000.ethernet eth0: No Safety Features support found
[  654.113663] sun7i-dwmac 1c50000.ethernet eth0: RX IPC Checksum Offload disabled
[  654.113682] sun7i-dwmac 1c50000.ethernet eth0: No MAC Management Counters available
[  654.113697] sun7i-dwmac 1c50000.ethernet eth0: PTP not supported by HW
[  654.113723] sun7i-dwmac 1c50000.ethernet eth0: configuring for phy/rgmii-id link mode
[  655.134032] sun7i-dwmac 1c50000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx```

В первом случае "phy/mii link mode", во втором - "phy/rgmii-id link mode"...

Исходная версия lesopilorama, :

Нашёл интересный прикол, который может на что-то влиять:

Загрузка eth0-драйвера в прежние времена:

2023-07-31T18:17:24.742243+03:00 cubieboard2 kernel: [   36.478040] sun7i-dwmac 1c50000.ethernet end0: PHY [stmmac-0:01] driver [Generic PHY] (irq=POLL)
2023-07-31T18:17:24.742370+03:00 cubieboard2 kernel: [   36.478116] sun7i-dwmac 1c50000.ethernet end0: No Safety Features support found
2023-07-31T18:17:24.742395+03:00 cubieboard2 kernel: [   36.478131] sun7i-dwmac 1c50000.ethernet end0: RX IPC Checksum Offload disabled
2023-07-31T18:17:24.742414+03:00 cubieboard2 kernel: [   36.478149] sun7i-dwmac 1c50000.ethernet end0: No MAC Management Counters available
2023-07-31T18:17:24.742428+03:00 cubieboard2 kernel: [   36.478166] sun7i-dwmac 1c50000.ethernet end0: PTP not supported by HW
2023-07-31T18:17:24.742440+03:00 cubieboard2 kernel: [   36.479040] sun7i-dwmac 1c50000.ethernet end0: configuring for phy/mii link mode```

загрузка драйвера сейчас:
```2023-09-17T00:48:04.639296+03:00 cubieboard2 kernel: [  654.099222] sun7i-dwmac 1c50000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
2023-09-17T00:48:04.643289+03:00 cubieboard2 kernel: [  654.104990] sun7i-dwmac 1c50000.ethernet eth0: PHY [stmmac-0:01] driver [Generic PHY] (irq=POLL)
2023-09-17T00:48:04.655364+03:00 cubieboard2 kernel: [  654.113624] sun7i-dwmac 1c50000.ethernet eth0: No Safety Features support found
2023-09-17T00:48:04.655522+03:00 cubieboard2 kernel: [  654.113663] sun7i-dwmac 1c50000.ethernet eth0: RX IPC Checksum Offload disabled
2023-09-17T00:48:04.655555+03:00 cubieboard2 kernel: [  654.113682] sun7i-dwmac 1c50000.ethernet eth0: No MAC Management Counters available
2023-09-17T00:48:04.655570+03:00 cubieboard2 kernel: [  654.113697] sun7i-dwmac 1c50000.ethernet eth0: PTP not supported by HW
2023-09-17T00:48:04.655583+03:00 cubieboard2 kernel: [  654.113723] sun7i-dwmac 1c50000.ethernet eth0: configuring for phy/rgmii-id link mode
2023-09-17T00:48:05.675258+03:00 cubieboard2 kernel: [  655.134032] sun7i-dwmac 1c50000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx```

В первом случае "phy/mii link mode", во втором - "phy/rgmii-id link mode"...