Chinaunix首页 | 论坛 | 博客
  • 博客访问: 59480
  • 博文数量: 24
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 385
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-13 03:19
文章分类

全部博文(24)

文章存档

2010年(3)

2008年(21)

我的朋友

分类:

2008-07-03 21:42:44

OS:SOLARIS 9.0 FOR SPARC

安装驱动前需要先安装下列工具:

# wget libiconv-1.8-sol9-sparc-local.gz
# wget libgcc-3.3-sol9-sparc-local.gz
# wget gcc-3.3.2-sol9-sparc-local.gz

# gzip -d *.gz
# pkgadd -d libiconv-1.8-sol9-sparc-local
# pkgadd -d libgcc-3.3-sol9-sparc-local
# pkgadd -d gcc-3.3.2-sol9-sparc-local

可选安装:

#

下载RTL的FOR SPACE驱动程序:

# wget

# gzip -d rf-1.0.1.tar.gz
# tar -vxf rf-1.0.1.tar

# cd rf-1.0.1
# rm Makefile
# ln -s Makefile.sparcv9_gcc Makefile
# rm obj
# ln -s sparcv9 obj
# /usr/ccs/bin/make
# /usr/ccs/bin/make install
# ./adddrv.sh

# rm /kernel/drv/rf (for solaris7, don't remove the file )
# modload obj/rf
# devfsadm -i rf (for solaris7, use drvconfig and reboot with -r )

Reboot系统
# init 6

配置网卡:

# vi /etc/hostname.rf0
adsl

# vi /etc/hosts
.....
192.168.100.5   adsl # This is a realtek network
阅读(1159) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~