LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: NightCatBoy

请教:MYSON Technology Inc SURECOM EP-320X-S网卡如何驱动?

[复制链接]
发表于 2002-11-13 13:58:27 | 显示全部楼层
首先你得先看一下你的网卡是否带有linux的驱动,然后按照readme步骤安装,因为各种不同品牌的网卡的安装方法不一样,有些是要自动手动编译一下的,一般步骤是./configure,make,make install,还有些是已经有安装脚本的,具体的可以看一下网卡驱动目录下饿README或者INSTALL
 楼主| 发表于 2002-11-13 16:57:06 | 显示全部楼层
由于本人的英语水平太差了(2级也过不到),所以在linux网卡驱动程序里的Readme记事本里写的方法我看不明,当然啦,全是英文,请站长帮帮我翻释一下:
1. Make network adapter driver modules

        touch *
        make clean
        make

     *Under some distribution, such as SuSe 7.2 and BluePoint 2.0, there is no version.h.
      You have to run "make config" or "make menuconfig" at /usr/src/linux to create it.
      
    **If you are using Mandrake 8.0 and you have problems when insmod the dirver, please
      remove "-DMODVERSIONS" option from makefile.

   ***On SMP system, the driver may NOT work well. The bug will be fixed in the future.

  2. Insert network adapter driver modules

        insmod        pciscan.o
        insmod        RTK8189C.o

  5. Bind your card to an IP address

        ifconfig eth0 {IPADDR} netmask {NETMASK}

  6. Now, you should be able to ping local network.

*Every time you reboot the system, you must execute step 4 and step 5
  again to bind your card.


Compability:
        This driver is tested with the Distribution.
       
        RedHat 7.1/7.2
        Mandrake 8.0/8.1
        Slackware 8.0
        SuSe 7.2
        RedFlag 2.4
        Caldera 3.0
发表于 2002-11-13 21:27:46 | 显示全部楼层
#lspci来看一下是什么网卡,然后再动手。
 楼主| 发表于 2002-11-14 00:04:04 | 显示全部楼层
用了那个命令了(是什么命令来的?)但不知道怎么看,我就把#lspci命令后的结果写出来吧:
00:00.0 Host bridge: Intel Corp. 82845 845(Brookdale) Chipset Host Bridge (rev 11)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 11)
00:1d.0 USB Controller: Intel Corp. 82801DB USB (Hub #1) (rev 01)
00:1d.1 USB Controller: Intel Corp. 82821DB USB (Hub #2) (rev 01)
00:1d.2 USB Controller: Intel Corp. 82801DB USB (Hub #3) (rev 01)
00:1d.7 USB Controller: Intel Corp. 82801DB USB EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corp. 82801DB ISA Bridge (LPC) (rev 01)
00:1f.1 IDE interface: Intel Corp. 82801DB ICH4 IDE (rev 01)
01:00.0 VGA compatible controller: nVidia corporation NV17 [GeForce4 MX440] (rev a3)
02:03.0 Muleimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
02:0d.0 Ethernet controller: MYSON Technology Inc SURECOM EP-320X-S 100/10M Ethernet PCI Adapter
发表于 2002-11-14 08:37:12 | 显示全部楼层
02:0d.0 Ethernet controller: MYSON Technology Inc SURECOM EP-320X-S 100/10M Ethernet PCI Adapter

也是myson的网卡,现在有驱动大家也没有安装上。
如果网卡上说是用8139C的,那在驱动里是有这个。不过大家都说不太行。。
#redhat-config-network
 楼主| 发表于 2002-11-14 09:14:33 | 显示全部楼层
那应该怎么做才行呢?
发表于 2002-11-14 10:41:30 | 显示全部楼层
如果你试过安装驱动了,也不能驱动起来。那就换张8029或8139的网卡,RELTEK芯片组的。。
 楼主| 发表于 2002-11-14 12:13:07 | 显示全部楼层
我就是不会安装呀,请详细地说说怎样安装
 楼主| 发表于 2002-11-14 17:10:42 | 显示全部楼层
我已经照你的去做了,用#redhat-config-network有以下的显示:
Traceback (most recent call last):
File"/usr/sbin/redhat-config-network", line 100 , in?
    from netconfpkg.gui import *
File"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/_ _init_ _.py",line 30 , in?
      exec cmd
File"<string>", line 1 , in?
File"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/ADSLInterface.py",line 20 , in?
    from netconfpkg.gui. GUI_functions import *
File"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/GUI_fanctions.py", line 2 , in?
    import gtk
File"/usr/share/redhat-config-network/netconfpkg/_ _init_ _.py", line 19 , in?
Runtime Error: could not open display
发表于 2002-11-14 20:52:43 | 显示全部楼层
兄弟,这个网卡的驱动,我也没有办法。论坛的弟兄都没有安装成功过。
不能为兄弟提供帮助。。。。。

这样来试一下吧。也不一定能行。也就是不用安装驱动。用系统自带的驱动来设置一下,如果不行,可能就没有办法了。。。

系统工具=》网络
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表