Re: 无线网还是有问题
发表于 : 2015-10-29 19:03
1. lsmod | wl
2. sudo cat /etc/initramfs/modules
看看 有沒有 wl # wl0 不算
2. sudo cat /etc/initramfs/modules
看看 有沒有 wl # wl0 不算
1. lsmod | wl
代码: 全选
$ lsmod | grep wl
wl 6447104 0
cfg80211 532480 1 wl
2. sudo cat /etc/initramfs/modules
代码: 全选
$ cat /etc/initramfs-tools/modules
# List of modules that you want to include in your initramfs.
# They will be loaded at boot time in the order below.
#
# Syntax: module_name [args ...]
#
# You must run update-initramfs(8) to effect this change.
#
# Examples:
#
# raid1
# sd_mod
1. 改試試cat: /etc/initramfs/modules: No such file or directory
代码: 全选
*-network
description: Wireless interface
product: BCM4313 802.11bgn Wireless Network Adapter [14E4:4727]
vendor: Broadcom Corporation [14E4]
...
configuration: broadcast=yes driver=wl0
...