升级到17.10,找不到wifi和蓝牙’适配器’

我很感激你花时间阅读我的post,我知道wifi的东西现在非常普遍,但到目前为止,对别人有用的东西并不适合我。

我不确定你需要什么信息,但首先我试图修复我的无线网络。

我去试试这个:

https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1681513

它已经存在于文件中…因此无效。 我在终端上运行了几十个命令,但没有用。 我决定检查我的驱动程序我的xps13:

来自bcmwl内核源码的broadcom 802.11 linux sta无线驱动源(专有)

我做了一些研究并跑了:

sudo apt-get install --reinstall bcmwl-kernel-source 

我得到了这个:

 Reading package lists... Done Building dependency tree Reading state information... Done 0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to upgrade. Need to get 0 B/1,544 kB of archives. After this operation, 0 B of additional disk space will be used. (Reading database ... 279336 files and directories currently installed.) Preparing to unpack .../bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu3_amd64.deb ... Removing all DKMS Modules Done. Unpacking bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu3) over (6.30.223.271+bdcom-0ubuntu3) ... Setting up bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu3) ... Loading new bcmwl-6.30.223.271+bdcom DKMS files... Building for 4.13.0-16-lowlatency Building for architecture x86_64 Module build for kernel 4.13.0-16-lowlatency was skipped since the kernel headers for this kernel does not seem to be installed. modprobe: FATAL: Module wl not found in directory /lib/modules/4.13.0-16-lowlatency update-initramfs: deferring update (trigger activated) Processing triggers for shim-signed (1.32+0.9+1474479173.6c180c6-1ubuntu1) ... Secure Boot not enabled on this system. Processing triggers for initramfs-tools (0.125ubuntu12) ... update-initramfs: Generating /boot/initrd.img-4.13.0-16-lowlatency cryptsetup: WARNING: target cryptswap1 has a random key, skipped 

我不确定这是否朝着正确的方向发展,但这里似乎存在许多问题 – 我至少对于解决这些问题需要采取的步骤提出了一些建议。

谢谢你的时间。 Wilax

请注意:

由于似乎没有安装此内核的内核头文件,因此跳过了内核4.13.0-16-lowlatency的模块构建。

我们试着安装它们:

 sudo apt install linux-headers-generic 

现在重试:

 sudo apt install --reinstall bcmwl-kernel-source 

通过使用apt安装lowlatency头文件而不是下载特定版本,可以简化Wilax的同事的解决方案。 这样,在将来升级内核时,它们将被正确升级。

 sudo apt install linux-headers-lowlatency 

我为这个pb找到了一个workaroud:

由于pb似乎与低延迟模块/内核相关联,我重启我的PC启动grub选项(更多选项)..并选择相同的内核,但“标准”一个(没有“低延迟”一个)

然后上升到会话,重新安装:

 sudo apt-get install --reinstall bcmwl-kernel-source 

那就完了.. WIFI回来了!

希望可以帮助一些人

感谢您对此的帮助,但我的同事解决了我的问题,将其发布在此处以查看是否有助于任何人。 (真的很简单)

去这个网站:

https://www.ubuntuupdates.org/package/canonical_kernel_team/artful/main/base/linux-headers-4.13.0-16-lowlatency

允许我下载并安装:linux-headers-4.13.0-16-lowlatency

这启动了我的wifi和蓝牙驱动程序,所以它都按预期工作。