gyxxhu
新手求救网卡问题
我刚接触Linux,装上后发现上不了网。我按照基础教程上的方法配置网卡时发现网卡的型号和Windowns下看见的不一样。完成后重启网络服务就死机。
我有用ifconfig命令察看,发现只有第2段的虚拟回环设备的配置,而没有第1段。这个问题怎么解决啊?
还有怎么用光盘安装个种驱动啊?
[[i] 本帖最后由 gyxxhu 于 2008-5-8 20:20 编辑 [/i]]
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 ~]#