Nat*_*ema 56 upgrade networking broadcom 16.04
从 14.04 升级到 Ubuntu 16.04 后,我无法查看任何 wifi 网络。尝试升级到 Ubuntu 15.10 时也会出现此问题。这是我的网络窗口的样子:
右上角的下拉菜单中也没有 Wifi 选项。屏幕截图来自 Ubuntu GNOME,但它也不适用于标准 Ubuntu。如何启用wifi网络?
的输出lspci -knn | grep Net -A2
:
07:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: XAVi Technologies Corp. BCM43142 802.11b/g/n [1b9a:3002]
Kernel modules: bcma, wl
Run Code Online (Sandbox Code Playgroud)
的输出sudo apt-get install bcmwl-kernel-source
:
Reading package lists... Done
Building dependency tree
Reading state information... Done
bcmwl-kernel-source is already the newest version (6.30.223.248+bdcom-0ubuntu8).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)
的输出sudo apt-get install --reinstall bcmwl-kernel-source
:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/1,515 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 153417 files and directories currently installed.)
Preparing to unpack .../bcmwl-kernel-source_6.30.223.248+bdcom-0ubuntu8_amd64.deb ...
Removing all DKMS Modules
Done.
Unpacking bcmwl-kernel-source (6.30.223.248+bdcom-0ubuntu8) over (6.30.223.248+bdcom-0ubuntu8) ...
Setting up bcmwl-kernel-source (6.30.223.248+bdcom-0ubuntu8) ...
Loading new bcmwl-6.30.223.248+bdcom DKMS files...
Building only for 4.4.0-21-generic
Building for architecture x86_64
Building initial module for 4.4.0-21-generic
Done.
wl:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/4.4.0-21-generic/updates/dkms/
depmod....
DKMS: install completed.
modprobe: ERROR: could not insert 'wl': Required key not available
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.122ubuntu8) ...
update-initramfs: Generating /boot/initrd.img-4.4.0-21-generic
Run Code Online (Sandbox Code Playgroud)
的输出sudo modprobe wl
:
modprobe: ERROR: could not insert 'wl': Required key not available
Run Code Online (Sandbox Code Playgroud)
Mar*_*čan 30
我认为它的网络管理器问题。我在 Intel Wireless-AC 7260 上遇到了同样的问题。
我执行了iwconfig
- 卡在那里但它已关闭(iwlist scan
失败) - 所以我运行这些命令以手动启动它:
sudo ifconfig wlp4s0 up
service network-manager restart
Run Code Online (Sandbox Code Playgroud)
它就像一个符咒一样出现在侏儒中。
GAD*_*D3R 19
Run Code Online (Sandbox Code Playgroud)modprobe: ERROR: could not insert 'wl': Required key not available
您需要关闭安全启动。
安全启动是由 PC 行业成员开发的安全标准,可帮助确保您的 PC 仅使用 PC 制造商信任的软件进行启动
关闭安全启动
消除 bcmwl-kernel-source
sudo apt-get purge bcmwl-kernel-source
Run Code Online (Sandbox Code Playgroud)重新安装bcmwl-kernel-source
和内核头文件:
sudo apt-get install linux-generic bcmwl-kernel-source
Run Code Online (Sandbox Code Playgroud)重启
当我今天使用 Unity 更新到官方 16.04 Ubuntu 时,我也遇到了同样的情况(使用 Apple PowerMac 13" 2015)。在我使用最新的 16.04 预览版之前。
所以恕我直言,有两个问题。一是最新的 16.04 内核(4.4.0-21-generic)固件(据我所知)使 Broadcom 43602 WIFI 芯片在初始启动时无法工作。暂停后恢复或
sudo rmmod brcmfmac
sudo modprobe brcmfmac
Run Code Online (Sandbox Code Playgroud)
解决了这个问题。
对于谁会感兴趣:然而,暂停和恢复不再起作用,因为盒子在 2-3 秒后自动恢复。这似乎是一个常见问题。说明参见https://bugzilla.kernel.org/show_bug.cgi?id=101681。在我的地方
sudo cat > /etc/rc.local <<EOF
echo LID0 > /proc/acpi/wakeup
echo XHC1 > /proc/acpi/wakeup
EOF
Run Code Online (Sandbox Code Playgroud)
成功了。
小智 2
仅 GUI:这对我有用,尽管我不知道如何。
我使用的是 Lenovo B570,这是一款较旧的笔记本电脑,具有最小的 Phoenix BIOS,并且我相信是 Broadcom 4313。专有 wifi 使用我的 LiveUSB 16.04 开箱即用。我只是安装后缺少wifi。所以,我认为这是我的硬件配置失败。
为了通过“附加驱动程序”选项卡安装并激活专有驱动程序(尽管如上所述已损坏),我需要通过笔记本电脑开关手动停用我的 WiFi 硬件。只有这样,附加驱动程序工具才能应用默认开源内核 wifi 驱动程序的更改。重新启动后,我以适当的速度建立了互联网连接,但这在 Ubuntu 网络中显示为以太网连接,因此无法显示 wifi 热点。它只接受手动输入 wifi 配置文件。
我进入了 BIOS。我唯一可以改变的是 WiFi 开关以及设备和操作系统的启动顺序。我打开和关闭无线网络。已保存。我将 ubuntu 从 #1 插槽切换到 #2 插槽,并将我的网卡切换到 #1 插槽,就像我正在设置网络启动一样。我重新启动。几秒钟后,网络启动失败,然后正常进入 Ubuntu 加载屏幕。启动后,专有 wifi 就可以与 16.04 完美配合。可能是电源问题、网络硬件或 BIOS 错误?来历不明的巧合修复?
归档时间: |
|
查看次数: |
265092 次 |
最近记录: |