我的机器配置如下: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]
文章整理:西部数码--专业提供域名注册、虚拟主机服务 相关文章
热点关注
IDC资讯
虚拟主机
域名注册
托管租用
vps主机
智能建站
网站运营 建站经验 策划盈利 搜索优化 网站推广 免费资源 网站联盟 联盟新闻 联盟介绍 联盟点评 网赚技巧 行业资讯 业界动态 搜索引擎 网络游戏 门户动态 电子商务 广告传媒 网络编程 Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它 服务器技术 Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护 软件技巧 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷 Internet Explorer 网页制作 FrontPages Dreamweaver Javascript css photoshop fireworks Flash 程序设计 Java技术 C/C++ VB delphi 网络知识 网络协议 网络安全 网络管理 组网方案 Cisco技术 操作系统 Win2000 WinXP Win2003 Mac OS Linux FreeBSD |




