新手求救网卡问题

gyxxhu
新手求救网卡问题

我刚接触Linux,装上后发现上不了网。我按照基础教程上的方法配置网卡时发现网卡的型号和Windowns下看见的不一样。完成后重启网络服务就死机。
我有用ifconfig命令察看,发现只有第2段的虚拟回环设备的配置,而没有第1段。这个问题怎么解决啊?
还有怎么用光盘安装个种驱动啊?

[[i] 本帖最后由 gyxxhu 于 2008-5-8 20:20 编辑 [/i]]

jsonic
*** 作者被禁止或删除 内容自动屏蔽 ***

xtyangyong
谈谈你的环境 , 虚拟机?
截图...

gyxxhu
我装的是edora 8 和win 的双系统
用的是广电的宽带,应该是固定IP,
我在 系统--网络配置--新建--以太网,然后手动填写 IP、掩码、网关(都是在win下抄下来的),然后保存配置,启动网络服务,就在等待种死机。想转换到虚拟控制台都不能了。

ssffzz1
先加网卡驱动吧,

gyxxhu
我有华硕的驱动盘,上面有网卡的驱动,但我不知道该怎么装。教我一下吧,谢谢。
另外,我做了一些尝试,结果如下。是用记事本转换过来的,可能有点不同。
[root@localhost ~]# /sbin/ifconfig

lo        Link encap:Local Loopback  

          inet addr:127.0.0.1  Mask:255.0.0.0
      
          inet6 addr: ::1/128 Scope:Host
         
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
         
          RX packets:4435 errors:0 dropped:0 overruns:0 frame:0
         
          TX packets:4435 errors:0 dropped:0 overruns:0 carrier:0
         
          collisions:0 txqueuelen:0
         
          RX bytes:4943660 (4.7 MiB)  TX bytes:4943660 (4.7 MiB)


[root@localhost ~]# /sbin/route

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface

[root@localhost ~]# /etc/hosts

bash: /etc/hosts: 权限不够

[root@localhost ~]# ping 192.168.0.254

connect: 网络不可达

[root@localhost ~]# ping -c 5 192.168.0.1

connect: 网络不可达

[root@localhost ~]# ping -c 5 10.11.30.1

connect: 网络不可达
[root@localhost ~]# hostname -i

127.0.0.1

[root@localhost ~]# netstat -tuna

Active Internet connections (servers and established)

Proto Recv-Q Send-Q Local Address               Foreign Address             State      

tcp        0      0 0.0.0.0:36610               0.0.0.0:*                   LISTEN      

tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      

tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      

tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      

tcp        0      0 :::22                       :::*                        LISTEN      

udp        0      0 0.0.0.0:32768               0.0.0.0:*                              

udp        0      0 0.0.0.0:32769               0.0.0.0:*                              

udp        0      0 0.0.0.0:616                 0.0.0.0:*                              

udp        0      0 0.0.0.0:5353                0.0.0.0:*                              

udp        0      0 0.0.0.0:111                 0.0.0.0:*                              

udp        0      0 0.0.0.0:631                 0.0.0.0:*                              

udp        0      0 0.0.0.0:1019                0.0.0.0:*                              

[root@localhost ~]#

gyxxhu
我是个新手,那个好心大大帮我下啊。谢谢了

simonzhan
在过程中没有提示发现网卡吗?现在各种版本一般来说对网卡的识别还是不错的了,你的网卡在win下显示的是什么型号?