如何在没有网络的机器上获取网络管理器

如何在没有网络的机器上获取网络管理器

尝试通过安装蓝牙包然后将其删除来修复蓝牙。

现在我没有网络

lshw -class network
*-network UNCLAIMED
description: Network Controller 
product: RTL8188EE Wireless Network Adapter
*-network DISABLED
description: Ethernet interface
product: RTL8101/6E PCI Express Fast /Gigabit Ethernet controller

由于没有可用的界面,所以不知道该怎么办。

sudo lshw -C network 
[sudo] password for   
 *-network UNCLAIMED        
      description: Network controller 
      product: RTL8188EE Wireless Network Adapter 
      vendor: Realtek Semiconductor Co., Ltd. 
      physical id: 0 
      bus info: pci@0000:02:00.0 
      version: 01 
      width: 64 bits 
      clock: 33MHz 
      capabilities: pm msi pciexpress bus_master cap_list 
      configuration: latency=0 
      resources: ioport:3000(size=256) memory:f0200000-f0203fff 
 *-network DISABLED 
      description: Ethernet interface 
      product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller 
      vendor: Realtek Semiconductor Co., Ltd. 
      physical id: 0 
      bus info: pci@0000:05:00.0 
      logical name: eno1 
      version: 07 
      serial: a0:48:1c:0b:29:53 
      size: 100Mbit/s 
      capacity: 100Mbit/s 
      width: 64 bits 
      clock: 33MHz 
      capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation 
      configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII speed
=100Mbit/s 
      resources: irq:31 ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff memory:f0010000-f001ffff

答案1

现在以太网已正常工作,让我们重新安装网络管理器。它有几个版本,所以我们必须做一些猜测。请打开终端并执行以下操作:

sudo apt-get update
sudo apt-get install network-manager

看看你是否可以启动它:

sudo service network-manager start

发布任何错误或警告。

我认为您发布的无线链接可能是正确的。

相关内容