LINUX KERNEL VERSIONS SUPPORTED.
LINUX KERNEL VERSIONS SUPPORTED.
DOCUMENT DATE: May 10, 2010
This document lists the exact versions of Linux kernels supported by
DoubleVision Pro.
Due to subtle differences from one Linux kernel to another, a different
DoubleVision Pro driver is required. If your Linux kernel is not supported
by DoubleVision Pro, you may contact Tridia Technical Services via our
corporate web site: www.tridia.com to request support for your Linux kernel.
You may also go directly to our support web site: support.tridia.com
and open a technical support case on-line. A representative will contact you
to discuss your Linux kernel version and that version will be supported.
Technical Services will need the output of the following two Linux commands:
1. # uname -a [Enter]
2. # cat /etc/redhat-release [Enter]
If your kernel has not been updated recently, you may wish to update to a
more current Linux kernel version, then update to the latest version of
DoubleVision Pro:
ftp://ftp.tridia.com/pub/DVPro/Linux/dvpro-linux.tar
DISTRIBUTIONS OF LINUX SUPPORTED:
RedHat Enterprise Linux versions 4.0, 4.7, 4.8 (32Bit)
CentOS versions 4.0, 4.7, 4.8 (32Bit)
Oracle Enterprise Linux versions 4.0, 4.7, 4.8 (32Bit)
=====================================================
2.6.9-5.EL
2.6.9-5.0.3.EL
2.6.9-5.0.5.EL
2.6.9-11.EL
2.6.9-22.EL
2.6.9-22.0.1.EL
2.6.9-22.0.2.EL
2.6.9-34.EL
2.6.9-34.0.1.EL
2.6.9-34.0.2.EL
2.6.9-42.EL
2.6.9-42.0.2.EL
2.6.9-42.0.3.EL
2.6.9-42.0.8.EL
2.6.9-42.0.10.EL
2.6.9-55.EL
2.6.9-55.0.2.EL
2.6.9-55.0.6.EL
2.6.9-55.0.9.EL
2.6.9-55.0.12.EL
2.6.9-55.0.12.ELhugemem
2.6.9-67.EL
2.6.9-67.0.1.EL
2.6.9-67.0.1.ELhugemem
2.6.9-67.0.4.EL
2.6.9-67.0.4.ELhugemem
2.6.9-67.0.7.EL
2.6.9-67.0.7.ELhugemem
2.6.9-67.0.15.EL
2.6.9-67.0.15.ELhugemem
2.6.9-67.0.20.EL
2.6.9-67.0.20.ELhugemem
2.6.9-67.0.22.EL
2.6.9-67.0.22.ELhugemem
2.6.9-78.EL
2.6.9-78.ELhugemem
2.6.9-78.0.1.EL
2.6.9-78.0.1.ELhugemem
2.6.9-78.0.5.EL
2.6.9-78.0.5.ELhugemem
2.6.9-
相关文档:
Linux驱动程序
--------------------------------------------------------------------------------
工作需要写了我们公司一块网卡的Linux驱动程序。经历一个从无到有的过程,深感技术交流的重要。Linux作为挑战微软垄断的强有力武器,日益受到大家的喜爱。真希望她能在中国迅速成长。把程序文档贴出来,希望和大家探讨L ......
Linux热插拔
from:
http://blog.chinaunix.net/u1/34190/showart_287894.html
将可移动设备连入系统时,系统的后台中会依次发生如下事件:
l
内核检测到新硬件插入,然后分别通知
hotplug
和
udev
。前者用来装入相应的内核模块
(
如
usb-stora ......
1.首先要知道什么是ORACLE的客户端:
Oracle Instant client 是oracle提供的简便客户端, 支持多种平台. 可从oracle网站下载, 下载地址为
http://www.oracle.com/technology/tech/oci/instantclient/index.html
这时你按个libaio的库就可以了。
2. [root@localhost sdk]# ./occidml
./occidml: error while loading sh ......
目前LAMP (Linux + Apache + MySQL + PHPspan style="font-family: Verdana;">) 近几年来发展迅速,已经成为Web 服务器的事实标准。LAMP这个词的由来最早始于德国杂志“c't Mag
azine”,Michael Kunze在1990年最先把这些项目组合在一起创造了LAMP的缩写字。这些组件虽然并不是开开始就设计为一起使 ......
Fedora 下是有/etc/inittab文件的,而在Ubuntu中是没有这一个文件的,因为在ubuntu中,inittab软件包已经被upstart软件包替换了,所有的配置信息都在/etc/event.d/目录下。inittab文件在inittab里面这样描述的,This inittab file describes how the INIT process should set up the system in a certain run-level.即在lin ......