이더넷 카드는 소프트 재부팅 후에만 작동합니다(Xubuntu 18.04에서는 82579V).

이더넷 카드는 소프트 재부팅 후에만 작동합니다(Xubuntu 18.04에서는 82579V).

Xubuntu 18.04를 사용하고 있는데 네트워크 카드에 문제가 있습니다.

PC를 부팅할 때 네트워크 카드를 사용할 수 없습니다. 네트워크 카드가 ifconfig.하지만 소프트 재부팅하면 모든 것이 정상입니다..

Xubuntu 16.04에서는 문제가 없었습니다.

이 이상한 동작을 어떻게 해결할 수 있나요?

lspci결과는 다음과 같습니다.

00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network Connection (rev 04)

lshw네트워크가 다운되었을 때의 내 상황:

  *-network UNCLAIMED
       description: Ethernet controller
       product: 82579V Gigabit Network Connection
  *-network:0
       description: Ethernet interface
       capabilities: ethernet physical
  *-network:1 DISABLED
       description: Ethernet interface
       capabilities: ethernet physical

어떤 아이디어? 감사합니다!

2019-06-14 15.20 편집:

네트워크가 작동할 때 lshw:

  *-network                 
       description: Ethernet interface
       product: 82579V Gigabit Network Connection
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       logical name: eno1
       version: 04
       serial: 00:22:4d:7f:db:ca
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k duplex=full firmware=0.13-5 ip=10.19.85.167 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:28 memory:f7c00000-f7c1ffff memory:f7c39000-f7c39fff ioport:f080(size=32)
  *-network:0
       description: Ethernet interface
       physical id: 1
       logical name: virbr0
       serial: 52:54:00:5a:c2:c1
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=192.168.122.1 link=no multicast=yes
  *-network:1 DISABLED
       description: Ethernet interface
       physical id: 2
       logical name: virbr0-nic
       serial: 52:54:00:5a:c2:c1
       size: 10Mbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full link=no multicast=yes port=twisted pair speed=10Mbit/s

/etc/network/interfaces간단히 말해서:

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

그리고 여기의 출력은 다음과 같습니다 cat /etc/netplan/*.yaml.

# Let NetworkManager manage all devices on this system
network:
  version: 2
  renderer: NetworkManager

답변1

Ubuntu 18.04에는 새로운 네트워크 구성 도구인 netplan이 있습니다. Netplan에는 때때로 시간 문제가 있습니다.

로그인하고 입력해 보세요.

sudo netplan apply

구성 또는 IP 주소를 확인하십시오.

네트워크가 지금 구성되어 있으면 시간 문제가 발생합니다. 그렇다면 아마도 이 글을 읽어야 할 것입니다. Netplan은 시작 시 적용되지 않습니다.

관련 정보