Chinaunix

标题: 高手请进。 [打印本页]

作者: tingsking    时间: 2005-10-18 15:50
标题: 高手请进。
solaris9执行 ifconfig -a后。显示:
lo0:……
然而我的网卡是十兆/百兆自适应的,按说网卡名应该是:hme0
在执行ifconfig hme0 202.194.189.86 netmask 255.255.255.0
说找不到interface
实在找不到什么原因。请高手赐教。
我配置网络的步骤:
/etc下新建一个hostname.hme0文件,写入网卡名字:bobo-shit
再编辑/etc/hosts文件将网卡名与IP地址进行映射。
127.0.0.1 bobo-shit loghost
202.194.189.86 bobo-shit
接下来再执行
ifconfig hme0 202.194.189.86 netmask 255.255.255.0
就提示出现上面的错误了。
作者: 东方蜘蛛    时间: 2005-10-18 16:00
标题: 高手请进。
# ifconfig hme0 plumb
# ifconfig hme0 202.194.189.86 netmask 255.255.255.0  up
如果提示找不到,哪就是没有hme0网卡,请查看/etc/path_to_inst文件中是哪些网卡,不知道就贴出来!
作者: xuefm    时间: 2005-10-18 16:00
标题: 高手请进。
如何断定是hme0的卡呢?
万一是eri0的呢!
什么机型?那个卡是你自己装的还是机器自带的?
都没说清楚
作者: samshi    时间: 2005-10-18 17:18
标题: 高手请进。
查看/etc/path_to_inst
作者: 风之幻想    时间: 2005-10-18 17:22
标题: 高手请进。
more /etc/path_to_inst |grep network
作者: yuanfly    时间: 2005-10-18 17:38
标题: 高手请进。
"lo0:……
然而我的网卡是十兆/百兆自适应的,按说网卡名应该是:hme0 "

lo0是本机回环地址,每个服务器都有的。
十兆/百兆自适应和“hme0”没有关系阿。按这种现象肯定网卡不是这个名称了吧。
作者: tingsking    时间: 2005-10-19 11:58
标题: 高手请进。
to xuefm:
网卡名是:Legend/D-Link DFE-530TX PCI Fast Ethernet
to蜘蛛:
# ifconfig hme0 plumb 找不到设备。
下面是/etc/path_to_inst的内容:
#
#        Caution! This file contains critical kernel state
#
"/options" 0 "options"
"/pci@0,0" 0 "pci"
"/pci@0,0/pci-ide@7,1" 0 "pci-ide"
"/pci@0,0/pci-ide@7,1/ide@0" 0 "ata"
"/pci@0,0/pci-ide@7,1/ide@0/cmdk@0,0" 0 "cmdk"
"/pci@0,0/pci-ide@7,1/ide@1" 1 "ata"
"/pci@0,0/pci-ide@7,1/ide@1/sd@0,0" 0 "sd"
"/pci@0,0/pci-ide@7,1/ide@1/st@0,0" 0 "st"
"/pci@0,0/pci1106,8598@1" 0 "pci_pci"
"/pci@0,0/pci1106,8598@1/display@0" 0 "vgatext"
"/pci@0,0/pci925,1234@7,2" 0 "usba10_uhci"
"/pci@0,0/pci925,1234@7,3" 1 "usba10_uhci"
"/pseudo" 0 "pseudo"
"/isa" 0 "isa"
"/isa/i8042@1,60" 0 "i8042"
"/isa/i8042@1,60/keyboard@0" 0 "kb8042"
"/isa/i8042@1,60/mouse@1" 0 "mouse8042"
"/isa/asy@1,3f8" 0 "asy"
"/isa/asy@1,2f8" 1 "asy"
"/isa/fdc@1,3f0" 0 "fdc"
"/isa/fdc@1,3f0/fd@0,0" 0 "fd"
"/isa/fdc@1,3f0/fd@0,1" 1 "fd"
"/isa/lp@1,378" 0 "lp"
"/xsvc" 0 "xsvc"
"/objmgr" 0 "objmgr"
作者: tingsking    时间: 2005-10-19 12:00
标题: 高手请进。
是不是网卡没有被驱动?我倒是有这个网卡的for SCO Openserver的驱动。需不需要安装?
作者: jiangping    时间: 2005-10-19 13:21
标题: 高手请进。
执行/usr/platform/sun4u/bin/prtdiag
可以在这里找到网卡的信息,看看是不是hme0
如果是的话,按原来的方法再试.
作者: tingsking    时间: 2005-10-19 14:30
标题: 高手请进。
我装的是solaris9 for x86楼上说的文件找不到。
作者: tingsking    时间: 2005-10-20 19:33
标题: 高手请进。
帮一下忙,网卡始终装不上,请教蜘蛛。。。各位高手。。。
作者: yuanfly    时间: 2005-10-20 22:34
标题: 高手请进。
你的硬件机器是什么型号阿?
作者: 风之幻想    时间: 2005-10-21 10:48
标题: 高手请进。
在ok状态下watch-net-all一下看看你的网卡.
作者: 东方蜘蛛    时间: 2005-10-21 10:53
标题: 高手请进。
FT,他的机器是X86的,怎么可能有hme呢!去网上找你这块网卡的solaris for x86的驱动吧!
作者: 风之幻想    时间: 2005-10-21 10:54
标题: 高手请进。
晕....原来是x.86的机器.建议楼主去网上找一下你的网卡驱动吧.
作者: ashchen    时间: 2005-10-21 12:26
标题: 高手请进。
买块新卡吧
solaris就这点不好,对网卡的支持太差
作者: tingsking    时间: 2005-10-21 13:05
标题: 高手请进。
D-Link DFE-530TX PCI Fast Ethernet Adapter Installation
                   for SCO OpenServer V5.0 MDI Driver
Getting Started
---------------

0. Login as root user. (On maintenance mode)

1. Use "custom" to install the driver

    1.1 Prepare an image file

        Copy d5B.IMG onto SCO OpenServer and rename it to VOL.000.000

            # mkdir /usr/test
            # doscp <CD drive>;:/<ATH>;/d5B.IMG /usr/test/VOL.000.000

            * <ATH>; is the driver directory.


    1.2 Execute "custom"

        /* A menu selection screen will be popped up */
        Use [->;] key to move cursor to "Software" menu item. Press []
        key to get into pull down menu. Move to "Install New..." then
        press [ENTER] key.




这是网卡驱动安装说明,有一点看不明白。
"custom"是什么意思?
能不能把这里给讲一下: 1.2 Execute "custom"

        /* A menu selection screen will be popped up */
        Use [->;] key to move cursor to "Software" menu item. Press []
        key to get into pull down menu. Move to "Install New..." then
        press [ENTER] key.
作者: tingsking    时间: 2005-10-22 18:11
标题: 高手请进。
请个人达淫过来看看,帮忙解答一下。
作者: nimysun    时间: 2005-10-22 20:52
标题: 高手请进。
我汗。。。

:(
作者: tingsking    时间: 2005-10-31 07:07
装上网卡驱动了,ifconfig了。怎么培植网关,和DNS呢?




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2