Debian系统网卡调试出问题,无线网卡提示device not managed如何解决?

您所在的位置:网站首页 无线网卡驱动经常出问题怎么解决 Debian系统网卡调试出问题,无线网卡提示device not managed如何解决?

Debian系统网卡调试出问题,无线网卡提示device not managed如何解决?

2024-07-16 05:36| 来源: 网络整理| 查看: 265

参考文章:《How to fix Wired Network interface “Device not managed” error in Debian or Kali Linux?》

 

文中提到,经常性的人们会遇到在有线连接的时候,当网线插上去之后,有线连接便提示“Device not managed”错误。

碰巧的是,虽然不是有线连接出了问题,但我的无线连接今天在安装完Debian系统之后也出了点小插曲,提示“Device not managed”。

于是便找到了这篇文章,在这篇文章的引导下,修改/etc/NetworkManager/NetworkManager.conf

把[ifupdown]下的managed=false改为了true,在重启了server-manager之后,提示变为“Device not ready”

重启系统,搞定。

 

这篇文章中提到,出现这种“device not managed”问题通常是有两种情况:

第一种是在/etc/network/interfaces中包含了关于接口(interface)的任何东西,类似这种

allow-hotplug eth0 iface eth0 inet dhcp

另一种情况是/etc/NetworkManager/NetworkManager.conf这里面的配置为:

[main] plugins=ifupdown,keyfile [ifupdown] managed=false

需要将managed属性改为true

 

 

附:

auto Ethernet和auto eth0的区别

auto Ethernet是自动配置以太网接口

auto eth0是自动配置eth0接口



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3