无线网还是有问题

最大的社区版本,Ubuntu的发源地
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 无线网还是有问题

#16

帖子 poloshiao » 2015-10-29 19:03

1. lsmod | wl
2. sudo cat /etc/initramfs/modules
看看 有沒有 wl # wl0 不算
yangdawei.hit
帖子: 245
注册时间: 2015-01-02 15:32
系统: Debian

Re: 无线网还是有问题

#17

帖子 yangdawei.hit » 2015-10-29 19:37

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

poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 无线网还是有问题

#18

帖子 poloshiao » 2015-10-29 19:48

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
yangdawei.hit
帖子: 245
注册时间: 2015-01-02 15:32
系统: Debian

Re: 无线网还是有问题

#19

帖子 yangdawei.hit » 2015-10-29 20:07

如法操作:

代码: 全选

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