这是我到目前为止所做的。
- 使用 USB 驱动器安装 Pop!_os 替代 Mac OS
- 尝试使用这些安装 Wifi 驱动程序指示。我做了
sudo apt update
并且sudo update-pciids
- 为了了解我的 Broadcom 无线卡,我做到了
lspci -nn -d 14e4:
,这给了我
02:00.0 Multimedia controller [0480]: Broadcom Inc. and subsidiaries 720p FaceTime HD Camera [14e4:1570]
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
- 按照指示,我做了
sudo apt install bcmwl-kernel-source
,这给了我
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed
bcmwl-kernel-source
0 to upgrade, 1 to newly install, 0 to remove and 1 not to upgrade.
Need to get 0 B/1,544 kB of archives.
After this operation, 8,068 kB of additional disk space will be used.
Selecting previously unselected package bcmwl-kernel-source.
(Reading database ... 210495 files and directories currently installed.)
Preparing to unpack .../bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu5_amd64.de
b ...
Unpacking bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu5) ...
Setting up bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu5) ...
Loading new bcmwl-6.30.223.271+bdcom DKMS files...
Building for 5.8.0-7630-generic
Building for architecture x86_64
Building initial module for 5.8.0-7630-generic
ERROR (dkms apport): kernel package linux-headers-5.8.0-7630-generic is not supp
orted
Error! Bad return status for module build on kernel: 5.8.0-7630-generic (x86_64)
Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more informati
on.
dpkg: error processing package bcmwl-kernel-source (--configure):
installed bcmwl-kernel-source package post-installation script subprocess retur
ned error exit status 10
Errors were encountered while processing:
bcmwl-kernel-source
E: Sub-process /usr/bin/dpkg returned an error code (1)
这就是我目前陷入困境的地方。
编辑:我安装了 Pop!_os 20.04 LTS 版本,而不是当前的 20.10 版本
编辑 2:通过安装当前版本的 Pop!_os 并遵循相同的说明解决了该问题。如果有人知道这似乎是如何完成这项工作的。请解释。