Ubuntu 18.04 LTS: sky2 ethernet pára de funcionar após o reinício do sistema a partir da suspensão?

2

Eu atualizei o Ubuntu 17.10 para a versão 18.04 LTS .... e infelizmente eu encontrei um problema com a placa de rede / driver: sky2

sky2 ethernet stops working after system resume from suspend !

Voltei novamente do backup para a versão 17.10 .....

mas eu verifiquei algumas versões do Ubuntu LTS, por exemplo, o Xubuntu 18.04 / Lubuntu 18.04 / mod Voyager LTS 18.04 na versão LIVE Em todo lugar esse erro ocorre:

sky2 ethernet stops working after system resume from suspend !

ajuda truque / script / entrada no terminal:

..........................

sleep 5
case $1/$2 in
post/*)
sudo systemctl restart network-manager.service
modprobe -r sky2
modprobe sky2
;;
esac

chmod +x !

..................................

isso provavelmente está relacionado à versão do kernel no Ubuntu 17.10 é: 4.13.0-39 na versão LTS 18.04 kernel 4.15.0-20

06:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. Yukon Optima 88E8059 [PCIe Gigabit Ethernet Controller with AVB] [11ab:4381] (rev 11)
    Subsystem: Samsung Electronics Co Ltd Yukon Optima 88E8059 [PCIe Gigabit Ethernet Controller with AVB] [144d:c06a]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 24
    Region 0: Memory at f5420000 (64-bit, non-prefetchable) [size=16K]
    Region 2: I/O ports at b000 [size=256]
    Expansion ROM at f5400000 [disabled] [size=128K]
    Capabilities: <access denied>
    Kernel driver in use: sky2
    Kernel modules: sky2
    
por kris777 29.04.2018 / 11:55

1 resposta

0

Este problema é discutido no repórter de erros em: link

De acordo com o tópico, uma solução deve chegar em breve. :)

    
por BarrensZeppelin 09.05.2018 / 23:32