搜索资源列表
keys4
- 华恒开发板s3c2410的按钮中断处理程序.其中keys4.c 为驱动程序,key.c为按钮测试程序. 先用insmod加载模块.再运行./key进行测试-huaheng development board s3c2410 button interrupt handling procedures. Which keys4.c-driven procedures, key.c button for the test. By using insmod loading. Re-running. / K
s3c2410_i2c
- s3c2410上面的I2C驱动程序,直接insmod就可以用了-s3c2410 above the I2C driver, insmod be spent
ark3116-0.4.2.tar
- 采用ark 3116芯片组的usb转rs232接口线的linux下驱动程序,要求linux内核是2.6版本,用压缩包中的makefile直接make make install即生成.o后缀的elf驱动程序,用insmod按装-used ark 3116 chip set usb rs232 interface to the line under linux driver require Linux kernel 2.6 version, compressed using the makefile
namenip003
- 本程序是一个module, 使用这个程序需要先把它编译出来(这里是把main.c编译成main.o)。编译命令如下: gcc -O -c -Wall main.c 使用的时候须用insmod main.o命令加载,不用时用rmmod main.o命令卸载就可以了。此程序还需要Linux2.4 kernel和netfilter的支持,Linux2.4.*内核的标准安装里有netfilter/iptables-this program is a module, the use o
driver-adc2.4
- 本驱动是LINUX下开发的S3C2410的8通道的ADC驱动.可以直接insmod使用.包含测试程序TEST.
uda1341
- 基于linux kernel 2.6.20的UDA1341声音芯片的声卡驱动,在s3c2410 cpu下调试通过。 使用方法:源码树的根下新建local目录,并将其解压缩到该目录,修改源码树根下的Makefile文件的559行为: vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(net-y) $(ne
led_linux2.4.18
- Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = op
drv
- H9200F的RTC驱动 1、将驱动程序rsound.o拷贝到系统目录:/lib/modules 2、执行如下命令加载模块: insmod /lib/modules/at91_rtcex.ko
drivers
- H9200F(内核2.6.12)的DAC接口驱动 操作方法: 1、将驱动程序dac712.ko拷贝到系统目录:/lib/modules 2、执行如下命令加载模块,系统自动建立设备文件: insmod /lib/modules/dac712.ko
drv
- H9200F(2.6.12)的音频接口驱动。 操作方法: 1、将驱动程序rsound.ko拷贝到系统目录:/lib/modules 2、执行如下命令加载模块: insmod /lib/modules/rsound.ko
adc
- adc驱动测试程序for s3c44b0 uclinux。insmod 后在var目录建立一个adc0的节点才能使用程序测试驱动。
gurb 如何配置GRUB用於引導 Linux內核從 USB硬盤驅動器
- grub config insmod /boot/grub/normal.mod grub rescue
spca5xx.ko.tar.gz
- spca5xx.ko为中星微电子301摄像头驱动,在使用时用insmod spca5xx.ko命令插入该模块,运行 udevstart命令后,再运行./v4lcap 便可显示 ,Vimicro spca5xx.ko for 301 camera-driven, when in use insmod spca5xx.ko order to insert the module, run udevstart command, and then run ./v4lcap will be able
scullpipe
- 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
RT3070wifi-model
- 自己编译的USB接口wifi驱动模块(RT2070,RT3070系列都可以用),2440开发板可用,insmod模式,带WPA加密模块,WPA-supplicant为加密脚本。-USB interface, to compile the wifi driver module (RT2070, RT3070 series can be used), 2440 development board is available, insmod mode, with WPA encryption modul
interrupt
- interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c * $cp interrupt /tftpboot/examples * run in target: * #mount 192.168.1.180:/tftpboot/ /mnt/nfs * #cd /mnt/nfs/examples * #
Modultils-insmod
- Modultils工具源码分析之insmod篇.pdf-Modultils src analysis for insmod
02.cdriver
- linux2.4内核下的驱动模板 非常规范的2.4内核驱动模板。直接make insmod插入即可看到现象-linux2.4 insmod rmmod
insmod
- Mini insmod implementation for busybox for linux API Driver.
insmod
- 自己写的insmod可执行程序,可以替换bin目录下的insmod文件。可以参考参考。-Write your own insmod executable program that can replace insmod file bin directory. You can refer to reference.