博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
how to install wireless driver for Dell 630 in Ubuntu
阅读量:6206 次
发布时间:2019-06-21

本文共 1646 字,大约阅读时间需要 5 分钟。

It's the first time that I tried the Ubuntu. But I met quite a lot of problems. The wireless is just one of them. But thanks for the internet, I got a lot of help from a lot of guys. Here I would like to list the steps that help install the wireless dirver in D630.

I mainly got the help from below two pages.

http://blog.sina.com.cn/s/blog_735bcfa601016d68.html

http://www.phpfans.net/article/htmls/201010/MzExMjY3.html

The reason why I listed two pages here is because one of the page doesn't list about how to install the b43-fwcutter. That's also why I composed this article here: combine the information from two pages together and show the final instructions.

1. check your wireless card type by typing below command: lspci -vnn | grep 14e4. Make sure that your wireless card is one of Broadcom43xx. (you will see the message from the terminal once the card is one of Broadcom43xx.

@ubuntu:~$ lspci -vnn | grep 14e4

09:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5755M Gigabit Ethernet PCI Express [14e4:1673] (rev 02)
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
2. Install b43-fwcutter by running below command: sudo apt-get install b43-fwcutter

3. Download the driver from http://downloads.openwrt.org/sources/, file name as broadcom-wl-4.80.53.0.tar.bz2. It will be downloaded in /home/Downloads

4. Unzip the file by tar jxvf broadcom-wl-4.80.53.0.tar.bz2

5. Go into the kmod foler : /broadcom-wl-4.80.53.0/kmod/

6. Install the driver: sudo b43-fwcutter -w /lib/firmware wl_apsta.o

That's it!

转载于:https://www.cnblogs.com/xiaxi/archive/2013/03/24/2979590.html

你可能感兴趣的文章
Spark 键值对RDD操作
查看>>
004-docker常用命令[二]-容器操作ps,top,attach,export
查看>>
Nancy简单实战之NancyMusicStore(四):实现购物车
查看>>
WIN10系统 截图或者某些程序时屏幕会自动放大怎么办
查看>>
[SQL] 请教一下 count里面有case when 一般情况下啥时候用
查看>>
山羊与汽车游戏的实验算法
查看>>
docker保存日志文件到本地
查看>>
【转载】springboot:如何优雅的使用mybatis
查看>>
java实现无序数组结构
查看>>
32位JDK和64位JDK
查看>>
IntelliJ IDEA 运行 Maven 项目
查看>>
Java常用的八种排序算法与代码实现
查看>>
nginx简单代理配置
查看>>
Sublime Text 2搭建Go开发环境,代码提示+补全+调试
查看>>
A SimpleDataStore
查看>>
XSS理解与防御
查看>>
C#调用WebKit内核
查看>>
Adobe After Effects CS6 操作记录
查看>>
朱晔和你聊Spring系列S1E3:Spring咖啡罐里的豆子
查看>>
IOS CALayer的属性和使用
查看>>