求Atheros AR8152的Linux的驱动

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
summerdir
帖子: 3
注册时间: 2010-02-07 12:24

求Atheros AR8152的Linux的驱动

#1

帖子 summerdir » 2010-07-18 9:07

我用的是linux ubuntu10.04的,但是网卡驱动程序没有,识别不了,希望大家能分享一下
网卡型号:Atheros AR8152
我的邮箱:[email protected]
qq:1038295900
谢谢
zj2011
帖子: 1
注册时间: 2010-01-07 9:50

Re: 求Atheros AR8152的Linux的驱动

#2

帖子 zj2011 » 2010-07-18 9:54

我也和LZ一模一样的网卡,是笔记本电脑来的,也没有安装上,也是10.04版本的UBUNTU,而且还是64位的。
如果哪位有,也发一份给我吧,我的联系方法如下:
邮箱:[email protected]
QQ:15278998
谢谢。
kevinhw
帖子: 1
注册时间: 2010-07-18 10:33

Re: 求Atheros AR8152的Linux的驱动

#3

帖子 kevinhw » 2010-07-18 10:36

呵呵,我的也是一模一样的问题,也是这网卡,上不了网。
也请发给我一份驱动啦!!谢谢
邮箱:[email protected]
qq:278249591 :em01
头像
kumox
帖子: 2114
注册时间: 2008-04-14 23:29
来自: 曾也在NB大学呆过
联系:

Re: 求Atheros AR8152的Linux的驱动

#4

帖子 kumox » 2010-07-18 10:46

头像
qswan
帖子: 7
注册时间: 2010-05-11 21:42

Re: 求Atheros AR8152的Linux的驱动

#5

帖子 qswan » 2010-07-18 23:30

我的也是这款网卡,我的是东芝L600-05s笔记本。邮箱[email protected],谢谢。
头像
flyite
帖子: 16
注册时间: 2010-08-18 18:28

Re: 求Atheros AR8152的Linux的驱动

#6

帖子 flyite » 2010-08-18 23:03

恩,同LZ, :em20
你们搞定了吗?
头像
kumox
帖子: 2114
注册时间: 2008-04-14 23:29
来自: 曾也在NB大学呆过
联系:

Re: 求Atheros AR8152的Linux的驱动

#7

帖子 kumox » 2010-08-21 14:58

还搞不定???

我那时候9.10就自动 识别了呀
头像
flyite
帖子: 16
注册时间: 2010-08-18 18:28

Re: 求Atheros AR8152的Linux的驱动

#8

帖子 flyite » 2010-08-23 21:43

此方法由Canon Lee提供:
“你好 , 我用的是dell 14r N4010D, cpu是i5的,也是Ubuntu10.04,网络也连不上。查了国外的论坛,下了“compat-wireless-2010-07-12.tar.bz2” 装上就好了。地址http://wireless.kernel.org/download/compat-wireless-2.6/ ,下载完后右击“发送到主文件夹”(move to home)
然后在终端执行
1 tar -xjvf compat-wireless-2010-07-12
2 cd compat-wireless-2010-07-12
3 scripts/driver-select atl1c
4 make
5 sudo make install
6 sudo modprobe atl1c
重启
命令中的文件名可能不同,视你下的版本而定。”

大大的网卡也是Atheros AR8152 PCI-E Fast Ethernet Controller
建议下载好文件包后解压,然后把文件夹拷至主文件夹(home),至于文件夹名,就是你解压的文件夹名,与大大写的“compat-wireless-2010-07-12”可能不一样,注意替换!!

希望你们早日解决问题,快快乐乐地拥抱Ubuntu :em11
conggeii
帖子: 7
注册时间: 2010-10-08 18:38

Re: 求Atheros AR8152的Linux的驱动

#9

帖子 conggeii » 2010-10-08 18:41

我也要,哪位兄弟有这个网卡驱动,麻烦发给我吧,谢谢
邮箱是,[email protected]
头像
laikeyiche
帖子: 115
注册时间: 2010-08-26 21:29

Re: 求Atheros AR8152的Linux的驱动

#10

帖子 laikeyiche » 2010-10-09 1:04

官网去下载,编译安装

http://partner.atheros.com/Drivers.aspx
570729580
帖子: 5
注册时间: 2009-12-13 13:06

Re: 求Atheros AR8152的Linux的驱动

#11

帖子 570729580 » 2010-10-17 16:45

我去 http://partner.atheros.com/Drivers.aspx 下载了驱动,但是要怎么安装呢~?
头像
angel502108
帖子: 65
注册时间: 2006-12-27 17:26

Re: 求Atheros AR8152的Linux的驱动

#12

帖子 angel502108 » 2010-11-01 10:29

终于搞定了,我也是Atheros AR8152这个网卡,过程如下:
一、到官网下载http://partner.atheros.com/Drivers.aspxAR81Family Linux Driver驱动,但我却下载不了,不知道什么原因,然后在网上找到了一个http://www.touslesdrivers.com/index.php ... code=29218
二、用ls查看所下载driver的权限,如果用户没有执行权限,请用chmod修改,如果不懂,请找man;
三、用编辑器打开下载driver里面的readme文本,按步骤install就OK了:

1. Move the base driver tar file to the directory of your choice. For example,
use /home/username/arl1e or /usr/local/src/arl1e.

2. Untar/unzip archive:

tar zxf arl1e-x.x.x.x.tar.gz

3. Change to the driver src directory:

cd arl1e-x.x.x.x/src/

4. Compile the driver module:

make install

The binary will be installed as:

/lib/modules/<KERNEL VERSION>/kernel/drivers/net/arl1e.[k]o

The install locations listed above are the default locations. They might
not be correct for certain Linux distributions. For more information,
see the ldistrib.txt file included in the driver tar.

5. Install the module:

insmod arl1e <parameter>=<value>

6. Assign an IP address to the interface by entering the following, where
x is the interface number:

ifconfig ethx <IP_address>

7. Verify that the interface works. Enter the following, where <IP_address>
is the IP address for another machine on the same subnet as the interface
that is being tested:

ping <IP_address>

PS:注意执行文件的相应权限,不然会出错。
头像
laikeyiche
帖子: 115
注册时间: 2010-08-26 21:29

Re: 求Atheros AR8152的Linux的驱动

#13

帖子 laikeyiche » 2010-11-01 13:51

570729580 写了:我去 http://partner.atheros.com/Drivers.aspx 下载了驱动,但是要怎么安装呢~?
到http://partner.atheros.com/Drivers.aspx

下载Atheros AR8152 PCI-E Fast Ethernet Controller (NDIS 6.20)驱动

AR81Family-linux-v1.0.1.13.tar.gz

进ubuntu,解压编译安装,

进解压目录,

make

sudo make install

sudo modprobe atl1e



**********
另外:ubuntu10.10已经支持该网卡
penginub
帖子: 8
注册时间: 2010-10-17 15:42

Re: 求Atheros AR8152的Linux的驱动

#14

帖子 penginub » 2011-06-12 14:40

flyite 写了:此方法由Canon Lee提供:
“你好 , 我用的是dell 14r N4010D, cpu是i5的,也是Ubuntu10.04,网络也连不上。查了国外的论坛,下了“compat-wireless-2010-07-12.tar.bz2” 装上就好了。地址http://wireless.kernel.org/download/compat-wireless-2.6/ ,下载完后右击“发送到主文件夹”(move to home)
然后在终端执行
1 tar -xjvf compat-wireless-2010-07-12
2 cd compat-wireless-2010-07-12
3 scripts/driver-select atl1c
4 make
5 sudo make install
6 sudo modprobe atl1c
重启
命令中的文件名可能不同,视你下的版本而定。”

大大的网卡也是Atheros AR8152 PCI-E Fast Ethernet Controller
建议下载好文件包后解压,然后把文件夹拷至主文件夹(home),至于文件夹名,就是你解压的文件夹名,与大大写的“compat-wireless-2010-07-12”可能不一样,注意替换!!

希望你们早日解决问题,快快乐乐地拥抱Ubuntu :em11

---------------------------

和我的一样 正需要 不知道能不能成功~~ :em11
disneyl
帖子: 1
注册时间: 2011-07-05 15:39

Re: 求Atheros AR8152的Linux的驱动

#15

帖子 disneyl » 2011-07-11 11:18

3KU
回复