ubuntu-10.04下 联想 卲阳E46L以太 网驱动程序安 装

    联想 卲阳E46L支持Ethnet和 无线网, 从 ubuntu终端输入:

$lspci

06:00.0 Network controller: Broadcom Corporation Device 4727 (rev 01)     

08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)

都是 broadcom公司的

Ethnet的 型号为 57780

http://www.broadcom.com/support/ethernet_nic/netlink_k57.php

从 以上 网址下 载网卡 驱动

a, linux-3.129d.zip

b, Broadcom_NetLink-NetXtreme_DTM_15.4.pdf

BUILDING THE DRIVER FROM THE SOURCE TAR FILE
1. Create a directory (tg3-version) and extract the TAR files to the directory.
   tar xvzf tg3-version.tgz
2. Build the driver tg3.o as a loadable module for the running kernel.
   cd tg3-version
   make clean
   make; make install
3. Test the driver by loading it.
   rmmod tg3
   modprobe tg3
   No message should be returned if this command runs properly.

接下 来 就 是 配置拨号网络:

在 ubuntu左上 点 击, 出 现 VPN connection->configure VPN......, 出现 network connection对话 框, 点击DSL, 出 现"Editing DSL connection 1"对 话 框, 

输入:

Username:

service:

password:

这样 网络配 置成 功

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章