在SUN工作站上安装RTL8139网卡

来源:岁月联盟 编辑:zhu 时间:2008-04-13
在SUN工作站上安装RTL8139网卡内容简介: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 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
  
  可选安装:
  
  # http://ftp.us.xemacs.org/ftp/pub/patches/clusters/9_Recommended.zip
  
  下载RTL的FOR SPACE驱动程序:
  
  # wget http://homepage2.nifty.com/mrym3/taiyodo/rf-1.0.1.tar.gz
  
  # 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

图片内容