在Lenovo Y430P上安装 UbuantuKylin 14.04之后,发现无线网络无法使用。需要安装无线驱动程序

但估计以下步骤适用于大多数Linux。

1, 查看当前的网卡类型

# sudo lshw -c network

可以发现当前的网卡设备是  product: BCM43142

也就是Broadcom的网卡

2, 从Broadcom 官方网站下载驱动程序

http://www.broadcom.com/support/802.11/linux_sta.php

3, 严格按照网站README的文档进行驱动安装

http://www.broadcom.com/docs/linux_sta/README_6.30.223.248.txt

我遵循了其中的 Fresh installation步骤。注意所有命令要用sudo获取权限

Fresh installation:
------------------
1: Remove any other drivers for the Broadcom wireless device.There are several other drivers (besides this one) that can drive
Broadcom 802.11 chips. These include b43, brcmsmac, bcma and ssb. They will
conflict with this driver and need to be uninstalled before this driver
can be installed.  Any previous revisions of the wl driver also need to
be removed.Note: On some systems such as Ubuntu 9.10, the ssb module may load during
boot even though it is blacklisted (see note under Common Issues on how to
resolve this. Nevertheless, ssb still must be removed
(by hand or script) before wl is loaded. The wl driver will not function
properly if ssb the module is loaded.# lsmod  | grep "brcmsmac\|b43\|ssb\|bcma\|wl"If any of these are installed, remove them:
# rmmod b43
# rmmod brcmsmac
# rmmod ssb
# rmmod bcma
# rmmod wlTo blacklist these drivers and prevent them from loading in the future:
# echo "blacklist ssb" >> /etc/modprobe.d/blacklist.conf
# echo "blacklist bcma" >> /etc/modprobe.d/blacklist.conf
# echo "blacklist b43" >> /etc/modprobe.d/blacklist.conf
# echo "blacklist brcmsmac" >> /etc/modprobe.d/blacklist.conf2: Insmod the driver.Otherwise, if you have not previously installed a wl driver, you'll need
to add a security module before using the wl module.  Most newer systems
use lib80211 while others use ieee80211_crypt_tkip. See which one works for
your system.# modprobe lib80211 or
# modprobe ieee80211_crypt_tkipIf your using the cfg80211 version of the driver, then cfg80211 needs to be
loaded:# modprobe cfg80211Then:
# insmod wl.kowl.ko is now operational.  It may take several seconds for the Network
Manager to notice a new network driver has been installed and show the
surrounding wireless networks.

无线网络应该几分钟后就会出现在又上方的提示图标中

4, 但是这样并不完全,因为重新启动之后无线网络配置有没有了,这就要修改启动镜像文件initrd.img

1)备份一下镜像文件

#sudo cp /boot/initrd.img-`uname -r` YourDirectoryName

2)按照当前配置更新initrd.img

#sudo update-initramfs -u

3)将驱动从程序拷贝到driver相应的目录下面

#sudo cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless sudo depmod -a

4)接着把wl模块加入到启动模块中,即在/etc/modules文件最后加入wl

#sudo cp wl.ko /etc/modules

5)重新生成一下模块依赖

#sudo depmod -a

这样就可以了。

参考文档:

http://jingyan.baidu.com/article/ed2a5d1f3e0ed209f7be1779.html

联想Y430P 下为 Ubuntu 安装无线网络相关推荐

  1. VMware下的Ubuntu连接无线网络解决方案

    适用环境: 配置: windows 7 64位操作系统 VMware 10.0 Ubuntu16.04 的虚拟系统 正常来说当电脑主机连接有线网络的时候,直接将虚拟机设置为桥接模式便可以直接让虚拟系统 ...

  2. kali liunx使用心得之命令行模式下如何配置连接无线网络

    kali liunx使用心得之命令行模式下如何配置连接无线网络 最近在使用kali时出现了一点小小的问题,由于我安装的是win10和kali双系统,为了能够在kali界面下自由操作win10下的磁盘, ...

  3. linux ubuntu联网设置方法,Ubuntu系统无线网络连接设置方法

    Ubuntu系统无线网络连接设置方法 Ubuntu是一个流行的Linux操作系统,本文将介绍一下穹的无线网络连接设置方法,想了解更多相关信息,请持续关注我们应届毕业生考试网! 1. 在上面板的波纹图标 ...

  4. 关于ubuntu系统无线网络网速慢的解决方法

    关于ubuntu系统无线网络网速慢的解决方法 参考文章: (1)关于ubuntu系统无线网络网速慢的解决方法 (2)https://www.cnblogs.com/dcpnet/p/9816360.h ...

  5. Ubuntu安装软件包网络不可达问题

    Ubuntu安装软件包网络不可达 1. sudo vi /etc/resolvconf/resolv.conf.d/head 编辑文件插入: nameserver 119.29.29.29 names ...

  6. 计算机如何安装无线网络适配器,无线网络接收器怎么安装 无线网络接收器安装方法【详解】...

    无线网络接收器的缩写为wlan,这种接收器与 笔记本电脑 或者是台式电脑相连接,才可以使用的一中特殊设备.这种无线网络接收器有两种,一种为定向接受器,一种则为全向接收器,然而这两种的作用都相同,改善我 ...

  7. 树莓派4B(ubuntu)无线网络配置

    这两天移植程序到树莓派的时候遇到了一个网络方面的问题,树莓派的有线网用静态IP地址连接设备,无线网设置静态IP地址连接局域网,另一台主机wifi连接同一个局域网用ssh远程登录.树莓派wifi的连接设 ...

  8. Mac ubuntu安装无线驱动

    由于实验需要Ubuntu环境,所以在MacBook pro上安装Ubuntu系统,但是进去后发现搜索不到无线网络,怀疑缺少驱动 1.查看网卡型号 $ lspci 网卡为bcm4360,需要安装博通网卡 ...

  9. Windows系统下,Ubuntu安装至移动硬盘(简单分析与详细安装教程)

    前期说明 博主因学业要求,需要同时使用Windows系统与Linux系统,故而考虑安装双系统.但个人电脑硬盘仅剩100G左右大小,安装双系统可能导致硬盘容量不足,恰好博主手中有个空闲的移动硬盘,因此打 ...

最新文章

  1. centOS安装java
  2. java到底是值传递还是引用传递?
  3. Android之MVC模式
  4. 瑞士联邦议会批准关于加密货币监管的指示
  5. uniapp文件路径转base64格式
  6. 线性代数第3章思维导图
  7. access导入失败:操作必须使用一个可更新的查询。
  8. html浮动提示框,JavaScript浮动提示框Tooltip效果
  9. ST32位最小系统微控制器STM32F401介绍
  10. 计算机网络中处理通信控制功能的是,在计算机网络中处理通信控制功能的计算机是()。A.通信线路B.终端C.主计算机D.通信控制处理机...
  11. eclipse建java gui工程,Eclipse java swing开发环境搭建教程
  12. 系统错误null是什么意思_为什么NULL是错误的?
  13. 固态硬盘量产复活记(慧荣SM2256K+H27QFG8PEM5R)
  14. 基于vue+element-ui的H5可视化编辑器
  15. oracle form set_block_property,ORACLEERP开发基础之OracleForms基础(二)
  16. 【C++】逆序函数reverse()
  17. 手动安装Eclipse插件
  18. 测试需求分析与测试用例设计
  19. Node.js模块化机制原理探究
  20. 推一把seo视频教程全集免费下载

热门文章

  1. 运兴ETF期权投教之50ETF期权新手雷区
  2. 登录 不输入账号密码 不能到下一个页面 没办法通过网址直接进去
  3. 苹果icloud登录_如何在Windows电脑上使用苹果iCloud服务?
  4. HC32l130单片机的delay函数怎么写
  5. 7_Arya_superbeyone_新浪博客
  6. linux mips架构PHYS_OFFSET、CAC_BASE、HIGHMEM_START、PAGE_OFFSET、virt_to_phys、phys_to_virt、page_to_phys的定义
  7. matlab皮肤色号检测,彩色图像中的人脸(肤色)检测
  8. 关于多卡Android设备获取手机号的研究
  9. Delaunay三角网构建,并进行可视化
  10. 信号类型(雷达)——连续波雷达(二)