我正在尝试在我的 HP 一体机台式机上为我的 Wifi 安装驱动程序。我被告知要显示命令“sudo lshw -C network”的输出,所以这里是:
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0
version: 15
serial: 48:ba:4e:5c:06:5f
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.21 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: ire:31 …
Run Code Online (Sandbox Code Playgroud) 我有内置无线网卡的华硕 ROG STRIX Z370-E GAMING 主板(Realtek RTL8822BE)。我正在运行 Mint 18.3 x64 并且系统似乎没有“看到”设备。生产商的网站上没有 linux 驱动程序,我尝试通过ndiswrapper安装它们。显然驱动程序安装正确并且设备被识别,但我仍然没有看到任何地方连接到无线网络的选项。
$ndsiwrapper -l
netrtwlane : driver installed
device (10EC:B822) present
Run Code Online (Sandbox Code Playgroud)
系统详细信息在网络部分显示以下内容:
Network: Card-1: Intel Ethernet Connection (2) I219-V
driver: e1000e v: 3.2.6-k bus-ID: 00:1f.6 chip-ID: 8086:15b8
IF: enp0s31f6 state: down mac: <filter>
Card-2: Realtek Device b822 port: d000 bus-ID: 04:00.0 chip-ID: 10ec:b822
IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
Run Code Online (Sandbox Code Playgroud)
我应该继续让无线模块工作的任何想法?