Intel Network Drivers for SunSoft Solaris*

本文详细介绍了如何安装、验证和启用Intel PRO/1000 Server适配器,包括使用CD安装软件、配置IP地址、检查安装状态以及设置Jumbo帧支持。

 

本文转载于 http://driveragent.com/c/archive/7e582e2d/image/59-0-475/GIGABYTE-Intel(R)-PRO-100-Modem56-CardBus-II

 

 


 

Install Drivers

  1. Install the Intel PRO/1000 Server adapter and boot the machine.

  2. Make sure that the adapter is recognized by the operating system.

    # prtconf -v | grep pci8086,[12][01][01][0-F]
    pci8086,1000 (driver not attached)
  3. Mount the CD and install INTCGigaE.pkg from the /UNIX/Solaris directory using pkgadd. For example, if your CD is mounted at /cdrom, with the Solaris Volume Manager, you would use the following:

    # pkgadd -d /cdrom/cdrom0/UNIX/Solaris/INTCGigaE.pkg
    NOTE: If Solaris Volume Manager is not used to mount the CD, use the following syntax:
    # pkgadd -d <mount_point>/UNIX/Solaris/INTCGigaE.pkg

    Or,

    Copy the INTCGigaE.tar.Z file in some temporary directory (for example, /tmp), then go to that directory, uncompress the INTCGigaE.tar.Z file and extract all the files using tar xvf INTCGigaE.tar. Then, install the package using pkgadd:

    # cp INTCGigaE.tar.Z /tmp
    # cd /tmp
    # uncompress INTCGigaE.tar.Z
    # tar xvf INTCGigaE.tar
    # pkgadd �d /tmp
  4. The system must be instructed to look for new hardware on the next boot. This is accomplished with either of these two commands:

    # touch /reconfigure
    this command instructs the system to look for new hardware during the next boot.

    An alternative to the command above is to boot the operating system with the -r option. In order for your Intel PRO/1000 adapter to be identified by the e1000g driver, this must be done after the driver package is installed. From the Solaris boot interpreter screen prompt (during the Solaris x86 bootstrap program) enter:

    Select (b)oot or (i)nterpreter:

    b -r
    This screen is titled "<<< Current Boot Parameters>>>".
  5. Reboot the computer.

    If you are at the Solaris command line, type:

    # sync;init 6
  6. Configure IPaddress for the installed instance. You can find out the installed instance by using the following:

    # prtconf -v | grep pci8086,[12][01][01][0-F]
    pci8086,1000, instance #0

    To configure the IPaddress and bring up the interface, run the following commands:

    # ifconfig e1000g0 plumb
    # ifconfig e1000g0 inet 134.134.177.253 netmask + broadcast + -trailers up
  7. Set up your /etc/hosts and /etc/hostname.e1000g<instance_name> files so that these entries persist through reboot cycles.


 

Verify Installation

  1. Run the following command and you will see (for device id 1000):

    # prtconf -v | grep pci8086,[12][01][01][0-F]
    pci8086,1000, instance #0
  2. Run ifconfig -a and see the IP address associated with e1000g0* interface.

    # ifconfig �a
    e1000g0: flags=863<UP, BROADCAST, NOTRAILERS, RUNNING, MULTICAST> mtu 1500 inet 134.134.177.253 netmask ffffff00 broadcast  134.134.177.255
    ether 0:90:27:29:99:2b
    Check the device instance with prtconf �v:

    # prtconf -v | grep pci8086,[12][01][01][0-F]
    pci8086,1000, instance #4
  3. Here, the instance number is 4, so in all the examples, replace the 0 following the device name (e1000g in e1000g0) to 4. It will be e1000g4. The number after the driver name represents the device instance. Your Intel PRO/1000 Server Adapters will have one of the following device IDs: 1000, 1001, 1003, 1004, 2004, 1107, 110D.

  4. Try to ping this interface (IP address associated with e1000g0) from some other computer.

    From a different computer on the network, enter the following:

    # ping 134.134.177.253
    134.134.177.253 is alive

    To find out the driver version number, execute the following command:

    # pkginfo -l INTCGigaE


 

Enabling Jumbo Frame Support

NOTE: Jumbo Frames are not supported on first generation Intel PRO/1000 Gigabit Server Adapters.

Before loading the driver, set these parameters in the e1000g.conf file under the /kernel/drv directory. You must have administrator privileges to be able to edit this file and load the driver.

  1. Set MaxFrameSize to the appropriate value for your desired maximum Jumbo Frame size. For Alteon size jumbo frames (9022 bytes), set this to 3 (for up to 16K frame size).

  2. If you want to reduce memory utilization with some performance penalty, you can set ReduceMemoryUtilizationForJumbo to 1.

  3. Once the adapter is working, you can change mtu by using:

    #ifconfig e1000g<adapter instance> mtu <desired value>
  4. If you want to see statistics of transmit and receive jumbo frames, set ProfileJumboTraffic to 1 for that instance of the adapter.


Copyright � 2002 Intel Corporation. Legal Information

已经博主授权,源码转载自 https://pan.quark.cn/s/e577710b7191 ### 解决Win10系统中Word文件图标显示不正常问题 #### 问题描述 在Windows 10操作系统中,部分用户遇到Word文档图标呈现非正常状态的问题。具体表现为:本应展示为Microsoft Word图标的DOC或DOCX文件,在系统中却呈现为常规的文本文件图标。这种现象不仅降低了用户的视觉体验,还可能引发一定的操作不便。 #### 解决方案 ##### 方法一:借助注册表编辑来纠正图标显示异常 1. **进行注册表备份**:为了保障系统的稳定性,在开展任何注册表修改之前,必须对注册表进行备份。可以通过“导出”功能来达成备份目的。 - 启动“运行”对话框(快捷键:`Windows + R`),键入`regedit`,随后按回车键进入注册表编辑界面。 - 在注册表编辑界面中,找到菜单栏里的“文件”选项,点击后选择“导出”,依照提示完成注册表备份。 2. **移除相关注册表项**: - 在`HKEY_CLASSES_ROOT`下,删除以下四个注册表项: - `.doc` - `.docx` - `Word.Document.8` - `Word.Document.12` - 在`HKEY_LOCAL_MACHINE\SOFTWARE\Classes`下,同样移除上述四个注册表项。 3. **重新启动计算机**:执行完上述步骤后,重新启动计算机以使修改生效。 #### 方法二:通过调整文件关联来纠正图标显示异常 如果第一种方法未能解决难题,则可以尝试调整文件的关联方式,具体步骤如下: 1. **移除文件关联**: - 在`HKEY_CLASSES_ROOT`下删除`....
源码直接下载地址: https://pan.quark.cn/s/a4b39357ea24 台达VFD037E43A变频器使用说明书包含了产品的基础安装、操作及维护等方面的全面信息,以下为其知识要点具体阐述: 1. 安全操作注意事项:在操作台达VFD037E43A变频器之前,说明书着重指出必须研读安全信息以保障操作人员与设备的双重安全。使用前应核实电源已切断,防止触碰带电线路,同时对内部电路板的静电防护措施也做了规定。此外,说明书还明确禁止非专业人员擅自改装变频器。 2. 接地规范:说明书说明了230V和460V系列变频器分别遵循第三类接地和特殊接地标准,从而确保了安全接地的合规性。 3. 安装与连接:说明书详尽说明了产品装置、搬运、接线方法、主回路端子及控制回路端子等环节,为用户正确配置和连接变频器提供了指导。 4. 零件选择:说明书内含零件选购参考,协助用户依据实际需求挑选适配的零件。 5. 参数调节:说明书中的“参数索引”及“参数深入解释”部分指导用户如何设定和调整变频器的运行参数。 6. 应用案例:在“成功实施案例”部分,说明书以实例形式向用户展示变频器在不同工作场景下的应用技巧。 7. 问题诊断:说明书提供了“警示代码解析”和“错误代码解析”,帮助用户识别变频器的常见故障并进行排除。 8. 通讯方式:说明书介绍了“CANopen通讯基础”和“BACnet应用指南及流程”,使用户能够掌握如何通过这些通讯方式将变频器融入工业自动化系统。 9. 特殊功能介绍:说明书还收录了“可编程逻辑控制器应用”和“PT100操作指南”,阐述了变频器的可编程逻辑控制器特性及温度传感器操作方法。 10. 网站与升级:说明书指出产品资料如有变动可通过台达电子工业自动化类产品的官方网...
代码下载地址: https://pan.quark.cn/s/a4b39357ea24 ST-Link V2是一种被普遍采用用于调试和编程的工具,其核心应用对象是STMicroelectronics(简称ST)所推出的STM32与STM8微控制器系列。在产品的设计与开发阶段,ST-Link V2占据着不可或缺的地位,它赋予工程师执行代码传输、程序调试以及硬件检测的能力。为了运用该设备,进行ST-Link V2驱动程序的安装是必要的前置工作。针对不同操作系统的环境,驱动程序的安装方式需做出相应的适配。举例来说,若在Windows XP环境下运作,应选择安装"ST-LINKV2USBdriver1.04forWindows7,VistaandXP.zip"这一驱动包;而对于Windows 7或Windows 8系统,则需安装"ST-LINKV2USBdriver1.0forWindows7andWindows8,32and64bits.zip"版本。整个安装流程一般包含以下环节:首先对下载的文件进行解压缩处理,随后双击运行安装文件,依照提示点击"Next"与"Install"按钮,最后通过点击"Finish"来完成安装操作。一旦驱动安装成功,用户应能在设备管理器中查找到ST-Link V2仿真器,且该设备的电源指示灯应呈现持续点亮的状态。关于软件的安装,针对STM32微控制器配备的软件工具是STM32 ST-LINK Utility,而STM8微控制器则采用ST Visual Develop(简称STVD)环境中的ST Visual Programmer(简称STVP)。安装这些软件时,通常需要启动安装程序,并遵循安装向导的步骤来达成整个安装任务。在开展STM32的...
代码转载自:https://pan.quark.cn/s/8ce4326d996e 对于在 CentOS 7 系统中修改网卡配置文件后无法使设置生效的情况,经过实践验证,可以通过使用 nmcli 命令来进行调整。完成修改之后,需要重新启动虚拟机以使更改生效,这样操作流程即告完成。如果设置仍然无法生效,则表明虚拟机在启动过程中所获取的 IP 地址配置并非针对 eth0,此时可以对其它网卡的配置文件进行修改或将其移除。在 CentOS 7 系统中,网络配置的管理机制与早期版本存在差异,主要体现为采用了 Network Manager 服务来负责网络接口的管理。在某些情形下,尽管修改了 `/etc/sysconfig/network-scripts` 目录下的 `ifcfg-eth0` 文件,但网络配置却未能即时生效。此类问题的发生通常源于 CentOS 7 采用了不同于以往的配置读取方法。接下来将具体阐述如何借助 nmcli 命令来处理这一挑战。 以 root 用户身份登录系统并打开终端界面。nmcli 是 Network Manager 提供的命令行界面工具,它支持在命令行环境下执行网络连接的建立、编辑、查询及管理任务。针对修改 eth0 网卡配置的需求,可以遵循以下步骤进行操作: 1. 导航至 `/etc/sysconfig/network-scripts` 目录: ``` cd /etc/sysconfig/network-scripts ``` 2. 检查该目录内是否存在 `ifcfg-eth0.bak` 文件,该备份文件可能是先前调整配置时遗留下来的,若存在可能造成冲突。若发现该文件,可以选择将其删除: ``` [root@localhost netw...
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值