歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Unix知識 >> Unix基礎知識 >> SUN Solaris上RTL8139網卡的安裝

SUN Solaris上RTL8139網卡的安裝

日期:2017/3/3 15:24:59   编辑:Unix基礎知識

OS:SOLARIS 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

Copyright © Linux教程網 All Rights Reserved