我的本子是联想u460,网卡型号一个是AR8131 PCI-E Gigabit Ethernet Controller,另一个是AR9285 Wirless Network Adapter
装了ubuntu9.04,但是右上角的联网标识总是有个红叉,并且显示没有可用的网络设备
我判断应该是驱动没有装好
用lspci命令,可以发现这两块网卡
但是用ifconfig命令,却只有一个lo回环和一个pan0,
我从网上下了ndiswrapper1.55,装上以后,从联想的官网上下载了这两个网卡的驱动,解压后找到了对应的inf文件
然后用ndiswrapper吧这两个驱动装上了
用ndiswrapper -l命令查看,也已经装上了这两个驱动,但是有一条警告:
warning:All config files need .conf: /etc/modprob.d/ndiswrapper, it will be ignored in a future release.
然后也在/etc/modules中添加了ndiswrapper
用lsmod命令,有ndiswrapper模块
但是重启后,网络标志还是有个叉,还是现实没有可用的网络设备
怎么回事呀
请大家帮忙看看!
Atheros AR9285无线网卡怎么上网
-
- 帖子: 871
- 注册时间: 2006-01-03 20:44
Re: Atheros AR9285无线网卡怎么上网
#lspci |grep 9285
43:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
(1)ar9285系统自带驱动。
(2)装个network-manager-gnome
43:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
(1)ar9285系统自带驱动。
(2)装个network-manager-gnome
-
- 帖子: 5
- 注册时间: 2011-09-08 9:30
Re: Atheros AR9285无线网卡怎么上网

但现在有个问题,就是不知道为什么,右上角的面板中网络管理器的图标不见了,试了好多办法都不行,可以正常上网,就是看不到那个连接图标。试过的方法:
1、将nm-system-settings.conf文件中的参数改为true(系统本来就是true)
2、输入命令
gconftool --recursive-unset /apps/panel
rm -rf ~/.gconf/apps/panel
pkill gnome-panel
3、将通知区域添加到面板(键盘什么的被添加进来了,还是没有网络连接图表)
- monk
- 帖子: 19507
- 注册时间: 2010-01-28 10:45
Re: Atheros AR9285无线网卡怎么上网
试试新版本的吧 驱动可能已经支持了
天上的雨、地下的水、一阵风吹过
*********宁静致远*********
如果我说的有什么不对,请看签名第一行
*********宁静致远*********
如果我说的有什么不对,请看签名第一行
-
- 帖子: 5
- 注册时间: 2011-09-08 9:30
Re: Atheros AR9285无线网卡怎么上网


-
- 论坛版主
- 帖子: 5371
- 注册时间: 2007-01-14 16:23
Re: Atheros AR9285无线网卡怎么上网
为啥要用ndiswrapper……Atheros有linux驱动的
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}