Leo の Blog Where there is a will there is a way! Trust youself can do it!

28六/090

Ubuntu 8.04 无线网卡驱动

重新装了 Ubuntu 8.04 到我的老本本里。 本想以前安装 无线网卡的驱动巨费劲的。不料如今安装驱动如此方便了。由于我的老本上的无线网卡是 Broadcom 公司的产品。直接在源里就可以安装。

安装前还是确认一下比较好。 查看一下网卡信息。

1
lspci -vnn | grep 14e4

结果:

02:0e.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
10:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)

然后到到 http://linuxwireless.org/en/users/Drivers/b43#devicefirmware 上对照一下。 很幸运的是网卡被列入firmware支持名单中。 happy. 安装一下即可。

1
sudo apt-get install b43-fwcutter

安装后重启系统。 然后 system => administrator => network setting => 启动无线网卡。 属性里设置一下自己的无线路由连接信息。重启系统。 OK, 无线网卡工作正常咯!