Trên bản cài đặt mới Debian 9 Stretch
trên PC để bàn khi khởi động
...
Failed to start Raise network interfaces
...
xảy ra lỗi Kết nối mạng LAN (cáp) hoạt động nhưng WiFi (USB) không hoạt động đúng (phát hiện các mạng WiFi nhưng không kết nối được). Trước đây trên cùng một harware Debian 8 Jessie
đã được cài đặt hoạt động tốt mà không có bất kỳ lỗi nào.
Có vẻ như các vấn đề được kết nối với các thay đổi tên giao diện mạng dự đoán gần đây . Người dùng tìm thấy A , B , C , D và E có các triệu chứng tương tự. Tuy nhiên, họ đã nâng cấp các hệ thống Ubuntu (không cần cài đặt sạch). Thông thường, các giải pháp được đề xuất đang đề xuất vô hiệu hóa việc gán tên cố định / dự đoán / duy nhất . Tôi muốn giữ sơ đồ / tiêu chuẩn đặt tên mới, cuối cùng để tìm và loại bỏ lý do tại sao ( ? ) Nó không hoạt động đúng.
Tìm thấy cũng có người dùng F và G với cùng một vấn đề - không có giải pháp.
Sẽ rất biết ơn cho bất kỳ gợi ý. Ngoài ra, tôi rất sẵn lòng trả lời câu hỏi của bạn nếu bạn cần thêm chi tiết chuyên sâu.
Hơn nữa bạn tìm thấy một số đầu ra hệ thống chi tiết.
$ sudo systemctl status networking.service
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2017-09-04 17:21:42 IST; 1h 27min ago
Docs: man:interfaces(5)
Process: 534 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
Process: 444 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle (code=exited, status=0/SUCCESS)
Main PID: 534 (code=exited, status=1/FAILURE)
Sep 04 17:21:42 XXX ifup[534]: than a configuration issue please read the section on submitting
Sep 04 17:21:42 XXX ifup[534]: bugs on either our web page at www.isc.org or in the README file
Sep 04 17:21:42 XXX ifup[534]: before submitting a bug. These pages explain the proper
Sep 04 17:21:42 XXX ifup[534]: process and the information we find helpful for debugging..
Sep 04 17:21:42 XXX ifup[534]: exiting.
Sep 04 17:21:42 XXX ifup[534]: ifup: failed to bring up eth0
Sep 04 17:21:42 XXX systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Sep 04 17:21:42 XXX systemd[1]: Failed to start Raise network interfaces.
Sep 04 17:21:42 XXX systemd[1]: networking.service: Unit entered failed state.
Sep 04 17:21:42 XXX systemd[1]: networking.service: Failed with result 'exit-code'.
$ cat /etc/network/interfaces.d/setup
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
EDIT2 bắt đầu:
$ sudo ifconfig
[sudo] password for XXX:
enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.178.31 netmask 255.255.255.0 broadcast 192.168.178.255
inet6 xxxx::xxx:xxxx:xxxx:xxxx prefixlen 64 scopeid 0x20<link>
ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
RX packets 765 bytes 523923 (511.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 803 bytes 101736 (99.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 17
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 50 bytes 3720 (3.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 50 bytes 3720 (3.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlxf4f26d1b7521: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
EDIT2end.
$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
3: wlxf4f26d1b7521: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
EDIT bắt đầu:
$ lsusb
...
Bus 001 Device 004: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
...
$ sudo cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
CHỈNH SỬA.
EDIT3 bắt đầu:
$ sudo systemctl status networking.service
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Active: active (exited) since Tue 2017-09-05 10:29:16 IST; 44min ago
Docs: man:interfaces(5)
Process: 565 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=0/SUCCESS)
Process: 438 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle (code=exited, status=0/SUCCESS)
Main PID: 565 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
CGroup: /system.slice/networking.service
Sep 05 10:26:56 sdd9 systemd[1]: Starting Raise network interfaces...
Sep 05 10:26:56 sdd9 ifup[565]: ifup: waiting for lock on /run/network/ifstate.enp3s0
Sep 05 10:29:16 sdd9 systemd[1]: Started Raise network interfaces.
EDIT3end.
wlx____
ở $ sudo ifconfig
đầu ra. Bạn có cần thêm chi tiết nào không - vui lòng gửi cho tôi các lệnh đầu cuối? Xem thêm $ lsusb
. Nó có thể có bất kỳ tác động nào mà tôi đã sao chép home
thư mục từ hệ thống cũ (Debian 9 tương tự, nhưng trên phần cứng máy tính xách tay) không? AFAIK các cài đặt mạng không được lưu trữ bên trong nó - do đó thiếu sót trong văn bản câu hỏi.
wlx____
là không phải là kết nối không dây (như đã nêu trong các bình luận trước đó). (Đã bị làm phiền bởi " w
" ở phía trước của việc đặt tên.) Nhưng sau đó, là enp____
gì? Tôi cũng bối rối, xin lỗi: |
apt-get install firmware-atheros
) chưa? Và tên giao diện được wlan0
dựa trên trang đó.
/etc/network/interfaces.d/setup
là một tập tin được tạo bởi vmdebootstrap
, nó cũng sắp xếp /etc/network/interfaces
để lấy nó. alex: không làm xáo trộn tên giao diện. Những gì họ là quan trọng cho câu hỏi.
/etc/network/interfaces
chỉ có của bạneth0
, thường là kết nối có dây. Thiết bị wifi của bạn ở đâu? Ngoài ra, bạn nhận được thông báo "ifup: fail up eth0", điều này dường như mâu thuẫn với tuyên bố của bạn rằng cáp đang hoạt động. Ngoài ra, cá nhân tôi chỉ sử dụngifup
vàifdown
, nhưng tôi đoán tôi đã lỗi thời.