CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - ko

搜索资源列表

  1. Keybd

    0下载:
  2. 在linux下编译,生成.ko文件,将此文件导入内核,系统将键盘的响应就只有有此程序进行
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:912
    • 提供者:许丰槐
  1. drivers

    0下载:
  2. H9200F(内核2.6.12)的DAC接口驱动 操作方法: 1、将驱动程序dac712.ko拷贝到系统目录:/lib/modules 2、执行如下命令加载模块,系统自动建立设备文件: insmod /lib/modules/dac712.ko
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-18
    • 文件大小:11829
    • 提供者:imho
  1. drv

    0下载:
  2. H9200F(2.6.12)的音频接口驱动。 操作方法: 1、将驱动程序rsound.ko拷贝到系统目录:/lib/modules 2、执行如下命令加载模块: insmod /lib/modules/rsound.ko
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-18
    • 文件大小:44559
    • 提供者:imho
  1. 2.6.14

    0下载:
  2. linux-2.6内核SD卡驱动,备有Makefile 选择使用的交叉编译器把编译出的.ko文件加入开发环境中运行
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:42509
    • 提供者:wang
  1. scullpipe

    0下载:
  2. linux下驱动程序。可以实现简单的命名管道功能。参考《linux设备驱动程序》第六章。 用make编译,sudo insmod scullpipe.ko装载,sudo rmmod scullpipe卸载。装载后根据/proc/devices中设备号用mknod创建设备文件。-drivers under linux. Can achieve a simple named pipe functions. Reference to linux device drivers Chapter VI
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:157673
    • 提供者:肖皓
  1. cameraforlinux

    0下载:
  2. linux下cmos摄像头驱动模块,包含源代码-under linux drive cmos camera module that contains the source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:2434242
    • 提供者:pang
  1. kaka

    0下载:
  2. linux2.6驱动模块,包含驱动makefile,应用层程序,定时器,io口操作,中断操作,led操作,对于想熟悉linux驱动的朋友很不错-linux2.6 drive module, including the driver makefile, the application layer procedures, timer, io port operation, interrupt operation, led the operation, for want of a friend fam
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:310193
    • 提供者:瓶盖
  1. TPLinkUSB

    0下载:
  2. TP-Link USB无线网卡首先烧写zImage文件;其次把rt73.ko、rt73.bin、rt73sta.dat这三个文件下载到目标板上的/tmp目录下面;然后insmod /tmp/rt73.ko加载模块;最后通过命令ifconfig rausb0 192.168.3.100 up启用USB无线网卡。-TP-Link USB wireless network adaptor
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1369092
    • 提供者:洪烨华
  1. wifi_8686_driver

    0下载:
  2. Host Platform: Intel Zylonite-LV (Kernel 2.6.12) with PC running Linux Slackware 10.1 (kernel 2.6.15) installed as NFS (kernel 2.6.12). Tested HW: · SOC/RF chipset: 88W8686 B1 Systems Software Modules: · SDIO8686 Driver o Binary .ko file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:340038
    • 提供者:william Li
  1. chardev.tar

    0下载:
  2. ubuntu环境下字符设备驱动程序的示例。使用方法是:终端中make生成设备目标文件。insmod globalvar.ko 载入设备。mknod /dev/globalvar c 2548 0 生成设备文件,c表示字符设备,2548是主设备号。编译执行test测试驱动程序。-ubuntu environment, character device driver for example. To use is: make the terminal device generates the targ
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1242
    • 提供者:谢伟
  1. zyb_lcd.ko

    0下载:
  2. 触摸屏驱动,最新版的触摸屏驱动源码程序。欢迎下载 -TouchScreen Driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:25071
    • 提供者:zhenyubin
  1. addmtd.ko

    0下载:
  2. 在已有的linux内核下,增加新的mtdblock分区-In the existing linux kernel, add a new partition mtdblock
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1841
    • 提供者:周南
  1. linux

    0下载:
  2. man chala kahin to chala. suman i love you, surbhi here. Ankita ko khansi ho gayi, bechari
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1259206
    • 提供者:suman
  1. linux-ko-compile-

    0下载:
  2. linux ko compile .zip linux ko compile .zip
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4703
    • 提供者:asdfa
  1. hello_printk

    0下载:
  2. linux下hello world简单驱动程序。在装载和卸载该模块时,打印输出。 使用make编译,sudo insmod hello_prink.ko装载模块,sudo rmmod hello_prink卸载模块,dmesg查看打印信息。-A simple hello world driver program under linux. Loading and unloading the module, the print output. Use make to compile, sudo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:14981
    • 提供者:肖皓
  1. offsetcount

    0下载:
  2. 计算linux下,内核task_struct mm_struct fs_struct等关键结构体的变量的偏移量。原理是利用LKM,直接make insmod Offset.ko即可-Calculated under linux kernel task_struct mm_struct fs_struct and other key structure variable offset. Principle is to use the LKM, directly can make insmod Of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:1267
    • 提供者:ff
  1. ipoib_multicast

    0下载:
  2. Header for the ath9k.ko driver core only -- hw code nor any other driver should rely on this file or its contents.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-23
    • 文件大小:14099
    • 提供者:meifinzui
  1. video_detect

    0下载:
  2. Depending on whether ACPI graphics extensions (cmp. ACPI spec Appendix B) are available, video.ko should be used to handle the device.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2939
    • 提供者:ciudaijeng
  1. vmlinux-kallsyms

    0下载:
  2. Init the machines that will hold kernel, modules obtained both vmlinux + .ko files and proc kallsyms split by modules. -Init the machines that will hold kernel, modules obtained both vmlinux + .ko files and proc kallsyms split by modules.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2384
    • 提供者:yjxtqx
  1. rtl8188EUS

    0下载:
  2. RTL8188EUS驱动源码,用于嵌入式linux ,生成8188eu.ko文件(RTL8188EUS driver source code, used for embedded Linux, generate 8188eu.ko files)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-31
    • 文件大小:1454080
    • 提供者:weilin
« 12 »
搜珍网 www.dssz.com