Fennek 发表于 2003-12-2 18:06:30

如何在RH9.0下上以太网宽带

如何在RH9.0下上以太网宽带

主要问题处在网卡上,网卡可以激活,但是运行redhat-config-network时,在弹出窗口显示
===================================================================
Component: redhat-config-network
Version: 1.2.0
Summary: TB /usr/src/build/226257-noarch/install/usr/share/redhat-config-network/netconfpkg/gui/maindialog.py:198:__init__:NameError: global name 'timeout_add' is not defined
Traceback (most recent call last):
File "/usr/sbin/redhat-config-network-gui", line 154, in ?
    window = mainDialog()
File "/usr/src/build/226257-noarch/install/usr/share/redhat-config-network/netconfpkg/gui/maindialog.py", line 198, in __init__
NameError: global name 'timeout_add' is not defined

Local variables in innermost frame:
widget: <gtk.VBox object (GtkVBox) at 0x876d354>
notebook: <gtk.Notebook object (GtkNotebook) at 0x86d5934>
page: 0
glade_file: /usr/share/redhat-config-network/netconfpkg/gui/maindialog.glade
self: <netconfpkg.gui.maindialog.mainDialog instance at 0x8683f34>
====================================================================

如果选择调试,X-Window就锁死

我的/etc/hosts,是
====================================================================
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1                xxxx localhost.localdomain localhost
====================================================================

运行lspci -v,与网卡有关的信息为
====================================================================
00:0a.0 Ethernet controller: VIA Technologies, Inc. VT6105 (rev 86)
        Subsystem: D-Link System Inc: Unknown device 1403
        Flags: bus master, medium devsel, latency 64, IRQ 10
        I/O ports at a800
        Memory at eb064000 (32-bit, non-prefetchable)
        Expansion ROM at e9000000
        Capabilities: Power Management version 2
====================================================================

运行ifconfig是,显示
====================================================================
eth0      Link encap:EthernetHWaddr 00:40:05:13:08:D2
          inet addr:172.17.9.74Bcast:172.17.15.255Mask:255.255.248.0
          UP BROADCAST RUNNING MULTICASTMTU:1500Metric:1
          RX packets:1252 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:57650 (56.2 Kb)TX bytes:168 (168.0 b)
          Interrupt:10 Base address:0xa800

lo      Link encap:Local Loopback
          inet addr:127.0.0.1Mask:255.0.0.0
          UP LOOPBACK RUNNINGMTU:16436Metric:1
          RX packets:1530 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1530 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:101267 (98.8 Kb)TX bytes:101267 (98.8 Kb)       
======================================================================


原来使用RH 9.0自带的via-rhine.o ,后来安转了D-Link的驱动,安转前和安装后的情况都一样。
现在要事加载via-rhine.o,会显示
=======================================================================


=======================================================================

不知道要如何配制
页: [1]
查看完整版本: 如何在RH9.0下上以太网宽带