码迷,mamicode.com
首页 >  
搜索关键字:dell r410 网卡驱动    ( 1272个结果
Dell服务器设置iDRAC(远控卡)的ip地址(linux)
Centos下yum -y install OpenIPMI OpenIPMI-toolschkconfig ipmi onservice ipmi startipmitool lan set 1 ipsrc static 改为静态IPipmitool -I open lan set 1...
分类:系统相关   时间:2014-11-10 17:18:36    阅读次数:262
Dell R410, R710设置iDRAC(远控卡)的ip地址
CentOS下# yum -y install OpenIPMI OpenIPMI-tools就安装好ipmi的工具了。# chkconfig impi on# service ipmi start设置iDRAC的ip信息及启用IPMI网络控制# ipmitool -I open lan set 1...
分类:其他好文   时间:2014-11-10 17:11:59    阅读次数:577
ubuntu14.04 Thinkpad E430c 网卡驱动安装(BCM43142)
为了学习刚装了ubuntu14.04,在Thinkpad E430C上用U盘安装。安装完成后,无法搜索无线热点,联想官网提供的驱动下载都是为windows准备的,所以得自己去找网卡对应的linux驱动。先用网线连上网,并执行如下命令:Command代码 sudo apt-get install li...
分类:系统相关   时间:2014-11-09 13:48:20    阅读次数:501
Install CUDA 6.0 on Ubuntu 14.04 LTS
Ubuntu 14.04 LTS is out, loads of new features have been added. Here are some procedures I followed to install CUDA 6.0 on my DELL Inspiron.First of a...
分类:系统相关   时间:2014-11-09 00:49:56    阅读次数:300
Intermezzo: A Data Analysis Session
# -*- coding: utf-8 -*-"""Created on Wed Nov 05 15:18:17 2014@author: dell"""import pandas as pdimport numpy as npimport datetimeimport matplotlib.pyp...
分类:其他好文   时间:2014-11-06 12:22:03    阅读次数:295
quiver
# -*- coding: utf-8 -*-"""Created on Tue Nov 04 21:22:29 2014@author: dell"""import numpy as npimport matplotlib.pyplot as pltx, y = np.meshgrid(np.li...
分类:其他好文   时间:2014-11-04 22:31:31    阅读次数:422
stackplot
# -*- coding: utf-8 -*-"""Created on Tue Nov 04 15:46:32 2014@author: dell"""import numpy as npimport matplotlib.pyplot as pltif __name__ == '__main__...
分类:其他好文   时间:2014-11-04 19:36:46    阅读次数:200
linux源码树编译
写linux的网卡驱动,需要把arm版本迁移至x86版本测试,这就需要重新编译适应x86 PC的源码树。其实安装的系统已经有源码树,不需要像arm版本那样重新编译,位于/lib/modules/3.0.0-14-generic/build下。 同时需要注...
分类:系统相关   时间:2014-11-01 21:55:00    阅读次数:309
数据包的分类和调度-Linux TC的另一种解释
如果从分层递归的角度理解Linux的TC框架,很容易将队列分为有类队列和无类队列,这个角度上看,有类队列和无类队列的地位是平等的。但实际上,它们 之间是有层次关系的。之所以将其分为有类队列和无类队列,完全是实现意义上的,你可以看到,Linux对于TC框架的实现非常紧凑,正..
分类:系统相关   时间:2014-11-01 19:19:29    阅读次数:319
封装短信猫,dell类库生成,在vs2008中创建类库项目.并在mobilesp中建立pulbic类型的gms类.
usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;namespaceMobileSP{publicclassGMS{//codego.net初始化gsmmodem,并连接gsmmodem[DllImport("dllforvc.dll",EntryPoint="GSMModemInitNew",CharSet=CharSet.Ansi,CallingCon..
分类:其他好文   时间:2014-11-01 12:02:53    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!