新装系统,无法连网

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
abc203
帖子: 1
注册时间: 2012-01-03 10:37

新装系统,无法连网

#1

帖子 abc203 »

笔记本安装完ubuntu 10.04 后,在右上角网络处点击no network devices avaiable ,enable networking,enable notifications 都勾上。我用lspci ,能显示我的网络ar8152 v2.0这个设备。
就是连不上网,怎么办.我在win7下也可获取IP上网的。
onlylove
论坛版主
帖子: 5371
注册时间: 2007-01-14 16:23

Re: 新装系统,无法连网

#2

帖子 onlylove »

lspci是显示总线上的设备,不代表被该设备已经驱动,用ifconfig -a 看看,如果有eth0之类的,就输入ifconfig eth0 up然后,dhclient eth0
没有就研究下网卡驱动,atheros对linux挺好的,一般的官网就有网卡驱动
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
c300fan
帖子: 382
注册时间: 2011-11-14 4:00

Re: 新装系统,无法连网

#3

帖子 c300fan »

很简单http://forum.ubuntu.org.cn/viewtopic.php?f=116&t=359769
回复