我的机器配置如下:p4 1.7 256ddr rtl8139网卡,反复试验了好久终于把8139的网卡驱动程序装好了,现在写出详细的步骤,供大家参考。
1、在realtek的网站上下载驱动程序,网址是:http://www.realtek.com.tw/downloads/downloads1-3.aspx?series=16&Software=True
2、下载下来的驱动程序文件名是:solaris-8139(105).zip,把它拷到硬盘上,然后运行unzip solaris.-8139(105).zip 把该文件解压缩,得到三个文件:
Install 、rtls、Solaris-Readme.txt。
3、用文件管理器运行Install,执行驱动程序的安装。
4、在/etc目录下,创建hostname.rtls0这个文件,/目录下创建reconfigure文件命令为:
touch /etc/hostname.rtls0
touch /reconfigure
5、重新启动,
6、检验端口状态:ifconfig -a
7、配置网卡地址:ifconfig rtls0 10.10.10.10 .netmask 255.0.0.0
8、配置端口状态:ifconfig rtls0 up
9、配置端口可用:ifconfig rtls0 plumb
sunsun2003 回复于:2003-05-23 01:14:00 |
Good!
The machine can't reboot,can it? |
doni 回复于:2003-05-23 02:19:09 |
能reboot |
birdmale 回复于:2003-05-23 05:17:57 |
不明白非的要touch/reconfigure这一步吗?那这又有什么用呢? |
race 回复于:2003-05-23 07:36:03 |
[quote:e098448f75="birdmale"]不明白非的要touch/reconfigure这一步吗?那这又有什么用呢?[/quote:e098448f75]
solaris7以前安装识别新设备都需要这个命令,8以后用devfsadm替代了。 |
sunsun2003 回复于:2003-05-23 08:07:23 |
devfsadm -->solaris 8 & 9
devconfig -->solaris 2 though 7 |
gsea_2000 回复于:2003-05-23 15:24:07 |
多谢 |
comcn2 回复于:2003-05-25 01:48:03 |
[quote:7a5857970e="sunsun2003"]Good!
The machine can't reboot,can it?[/quote:7a5857970e] 用命令reboot |
comcn2 回复于:2003-05-25 01:50:20 |
[quote:85f747bb70="birdmale"]不明白非的要touch/reconfigure这一步吗?那这又有什么用呢?[/quote:85f747bb70]
我也不是很明白,我是参考的realtek公司的安装文档, 实际上这个驱动程序是针对solaris7/solaris8的,但经过试验可以在solaris9下使用 |
daynight 回复于:2003-05-30 14:53:54 |
我按照你说的配置了8139,在ifconfig -a 命令能看到rtls0设备,也可以分配IP地址,但是我用LAN其他PC PING SOLARIS却PING不通
显示: bash-2.03# ping 10.10.10.168 ICMP Host Unreachable from gateway Solaris(10.10.10.10) for icmp from Solaris (10.10.10.10) to 10.10.10.168 请问这个如何解决?谢谢。。。 |
daynight 回复于:2003-05-30 14:56:10 |
#ifconfig rtls0
rtls0: flags=10000849<UP,POINTOPOINT,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 10.10.10.10--->127.0.0.1 netmask ffffff00 ether ....... |
wein 回复于:2003-05-30 16:45:33 |
既然网卡都已经装上了,如果只有这一块网卡
建议使用sys-unconfig重新配置 我昨天刚装好的8139,很easy |
daynight 回复于:2003-05-30 19:43:12 |
恩,我最后还是用sys-unconfig搞定的,没办法。。。 |
comcn2 回复于:2003-05-31 12:41:55 |
[quote:57849e518f="daynight"]我按照你说的配置了8139,在ifconfig -a 命令能看到rtls0设备,也可以分配IP地址,但是我用LAN其他PC PING SOLARIS却PING不通
显示: bash-2.03# ping 10.10.10.168 ICMP Host Unreachable from gateway Sola..........[/quote:57849e518f] 你有没有做下面这个步骤: ifconfig rtls0 up ifconfig rtls0 plumb |
醒木 回复于:2003-05-31 12:58:43 |
[quote:b6e5817ccb="daynight"]恩,我最后还是用sys-unconfig搞定的,没办法。。。[/quote:b6e5817ccb]
我也同意用这种方法,那种手工配置的方法太高难度,太容易出错 |
daynight 回复于:2003-05-31 13:42:00 |
[quote:7bc077a350="comcn2"]
你有没有做下面这个步骤: ifconfig rtls0 up ifconfig rtls0 plumb[/quote:7bc077a350] 我是严格按照你写的步骤做的,呵呵~~~ 原来的: rtls0: flags=10000849<UP,[color=red:7bc077a350]POINTOPOINT[/color:7bc077a350],RUNNING,MULTICAST,IPv4> mtu 1500 index 2 用sys-unconfig以后发现有点不同: 变成了[color=red:7bc077a350]BROADCAST[/color:7bc077a350],就可以了 不知道这一项要如何用手工配置实现? |
wein 回复于:2003-05-31 21:49:55 |
用sys-unconfig方法配置后和手工配置做了下对比
没觉得有什么不同 不知道为什么手工就不成功 |
gongdehua 回复于:2003-06-01 03:01:06 |
8139那卡我到现在一直没有配好,改天非得重新再试试!谢谢各位了 |
pandalinux 回复于:2003-06-01 07:32:49 |
[quote:1cb686f891="comcn2"]我的机器配置如下:p4 1.7 256ddr rtl8139网卡,反复试验了好久终于把8139的网卡驱动程序装好了,现在写出详细的步骤,供大家参考。
1、在realtek的网站上下载驱动程序,网址是:http://www.realtek.com.tw/downl..........[/quote:1cb686f891] 我试过n遍了,我的网卡还是像死猪一样,于是,我干脆换!!!!! New 3com ethernet card :) |
xiney 回复于:2003-06-01 09:16:51 |
怎么在我机子上用sys-unconfig也不行呢?
我装完8139驱动以后。sys-unconfig以后也没有出现网络配置的步骤 只是出现配置主机名,区域,等步骤 用楼主的方法也没有配置成功。:( |
daynight 回复于:2003-06-01 12:52:17 |
[quote:896b5fec50="pandalinux"]
我试过n遍了,我的网卡还是像死猪一样,于是,我干脆换!!!!! New 3com ethernet card :)[/quote:896b5fec50] 会不会是你的那个PCI插槽有问题呀?? 换个插槽试试。。。 |
daynight 回复于:2003-06-01 12:53:51 |
[quote:7c00651046="xiney"]怎么在我机子上用sys-unconfig也不行呢?
我装完8139驱动以后。sys-unconfig以后也没有出现网络配置的步骤 只是出现配置主机名,区域,等步骤 用楼主的方法也没有配置成功。:([/quote:7c00651046] 据我所知,不管你有没有网卡,当你运行sys-unconfig时都会出现配置网络的选项,没有出现可能是系统级的问题了吧?? :shock: |
acool 回复于:2003-06-01 13:51:44 |
我运行了sys-unconfig后机器重起,什么配置选项都没出现,到底是哪出错了??? |
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/