我在我爸爸的笔记本电脑上安装了 Xubuntu 14.04,它有一个 Broadcom 43 无线芯片,可以与 wl 驱动程序配合使用,但它在启动时无法加载。如果我运行
sudo modprobe wl
,WLAN 立即连接,因此每次启动后我都可以这样做来使其正常工作。我怎样才能消除这样做的需要?
答案1
添加wl
到/etc/modules
。 的顶部/etc/modules
显示:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.