我是 Linux 新手,已经遇到了问题。我的迷你电脑 (Beelink BT3-Pro) 上的 Wi-Fi 连接无法使用。LAN 连接工作正常,但现在我无法使用 Wi-Fi 连接。我可以“打开”它,但什么也没发生。在使用 Lubuntu 之前,我尝试过 Elementary OS,也遇到了同样的问题。 RTL8111/8168/8411PCI Express 千兆以太网控制器 这是连接板的名称。我在网上看到它与 Linux 有问题。我也尝试过按照一些指南操作,但总是出现错误。在 Windows 10 上,Wi-Fi 连接曾经运行正常。我该怎么办?我使用的是最新版本的 Lubuntu。另外,你能给我解释一下每个步骤吗?我根本不了解 Linux,但我想学习!
编辑:添加结果为:lspci -nnk | grep -iA3 net; uname -r
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:0123]
Kernel driver in use: r8169
Kernel modules: r8169
6.2.0-39-generic
lsusb 的结果:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 001 Device 002: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
我使用了 uname -r 命令:
6.2.0-39-generic
neofetch 的结果:
OS: Lubuntu 22.04.3 LTS x86_64
Host: BT3 Pro BT3 Pro V01
Kernel: 6.2.0-39-generic
Uptime: 35 mins
Packages: 1911 (dpkg), 16 (snap)
Shell: bash 5.1.16
Resolution: 1920x1080
DE: LXQt 0.17.1
WM: Openbox
Theme: Arc-Darker [GTK2/3]
Icons: ePapirus [GTK2/3]
Terminal: qterminal
Terminal Font: Ubuntu Mono 14
CPU: Intel Atom x5-Z8350 (4) @ 1.920GHz
GPU: Intel Atom/Celeron/Pentium Processor x5-E8
Memory: 2290MiB / 3831MiB
谢谢 Guiverc,这个命令太酷了!
我看过一个拆卸视频,没有 wifi 卡可以拆卸 :(
命令 wget -N -t 5 -T 10 的结果https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info&& chmod +x 无线信息 && ./无线信息
如果我在终端上输入 modprobe r8169,什么也不会发生
sudo dmesg| grep -i firm; lsmod | grep cfg 的结果
[ 0.162386] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.412293] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 13.388700] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.Beelink-BT3 Pro.bin failed with error -2
[ 13.402744] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2
[ 13.421032] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[ 14.125299] sof-audio-acpi-intel-byt 808622A8:00: Firmware info: version 2:0:0-b678a
[ 14.125319] sof-audio-acpi-intel-byt 808622A8:00: Firmware: ABI 3:20:0 Kernel ABI 3:23:0
[ 14.184441] sof-audio-acpi-intel-byt 808622A8:00: Firmware info: version 2:0:0-b678a
[ 14.184460] sof-audio-acpi-intel-byt 808622A8:00: Firmware: ABI 3:20:0 Kernel ABI 3:23:0
snd_intel_dspcfg 36864 3 snd_sof,snd_sof_acpi_intel_byt,snd_intel_sst_acpi
snd_intel_sdw_acpi 20480 1 snd_intel_dspcfg
cfg80211 1241088 1 brcmfmac
@杰里米你就是山羊!现在有效了!我无话可说,非常感谢!
答案1
你的 wifi 缺少固件,你要么在 BIOS 模式下安装了 Ubuntu,要么固件在 efivars 中不存在,因此在终端中执行
cd /lib/firmware/brcm
sudo wget https://raw.githubusercontent.com/reMarkable/brcmfmac-firmware/master/brcmfmac43455-sdio.txt
重启