1. lsmod | wl
2. sudo cat /etc/initramfs/modules
看看 有沒有 wl # wl0 不算
无线网还是有问题
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
-
- 帖子: 245
- 注册时间: 2015-01-02 15:32
- 系统: Debian
Re: 无线网还是有问题
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
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: 无线网还是有问题
1. 改試試cat: /etc/initramfs/modules: No such file or directory
sudo cat /etc/initramfs-tools/modules | grep wl
1-1. 已看到你貼上來的 cat /etc/initramfs-tools/modules
2. gksudo gedit /etc/initramfs-tools/modules
在最下方加上一行
wl
2-1. 第一次使用 gksudo 需要先安裝 gksu
3. sudo update-initramfs -u -k all
sudo reboot
4. sudo lshw -numeric -class network
看看
driver=wl0
或
driver=wl
-
- 帖子: 245
- 注册时间: 2015-01-02 15:32
- 系统: Debian
Re: 无线网还是有问题
如法操作:
代码: 全选
*-network
description: Wireless interface
product: BCM4313 802.11bgn Wireless Network Adapter [14E4:4727]
vendor: Broadcom Corporation [14E4]
...
configuration: broadcast=yes driver=wl0
...