SIOCSIFFLAGS: 해당 장치 없음

SIOCSIFFLAGS: 해당 장치 없음

eth0Pine64 SBC에서 인터페이스를 활성화하는 데 문제가 있습니다.

다음 Armbian 버전을 실행하고 있습니다.

Title:          Armbian 5.38.180128 Pine64 Debian stretch next
Kernel:         Linux 4.14.15
Build date:     28.01.2018

USB 2.0을 이더넷 어댑터에 문제 없이 연결할 수 있습니다. eth0기본 이더넷 포트를 활성화하려고 하면 문제가 발생합니다.

pine64:/# ifconfig eth0 up
SIOCSIFFLAGS: No such device

pine64:/# dmesg | grep eth0
xxxxxx.ethernet eth0: Could not attach to PHY

파일에는 var/log/messages다음이 표시됩니다.

device (eth0): driver '(null)' does not support carrier detection
device (eth0): driver 'unknown' does not support carrier detection

드라이버 문제인 것처럼 보이지만 다음을 다시 설치해도 도움이 되지 않았습니다.

firmware-linux-nonfree
firmware-linux

이동통신사를 무시하도록 네트워크 관리자를 설정하고 네트워크 서비스를 다시 시작해도 결과가 없습니다.

$ cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
ignore_carrier=eth0

아이디어?

감사해요!

관련 정보