分页: 2 / 2

Re: 无线网还是有问题

发表于 : 2015-10-29 19:03
poloshiao
1. lsmod | wl
2. sudo cat /etc/initramfs/modules
看看 有沒有 wl # wl0 不算

Re: 无线网还是有问题

发表于 : 2015-10-29 19:37
yangdawei.hit
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


Re: 无线网还是有问题

发表于 : 2015-10-29 19:48
poloshiao
cat: /etc/initramfs/modules: No such file or directory
1. 改試試
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

Re: 无线网还是有问题

发表于 : 2015-10-29 20:07
yangdawei.hit
如法操作:

代码: 全选

*-network               
       description: Wireless interface
       product: BCM4313 802.11bgn Wireless Network Adapter [14E4:4727]
       vendor: Broadcom Corporation [14E4]
...
       configuration: broadcast=yes driver=wl0 
...