码迷,mamicode.com
首页 >  
搜索关键字:kernel    ( 5514个结果
Linux/Android——输入子系统input_event传递
在前文 Linux/Android——usb触摸屏驱动 - usbtouchscreen 中记录了如何在kernel中添加input device 类型为touchscreen的驱动, 这在整个输入体系中是最下层的设备驱动部分,往上一层就是linux内核的管理驱动input系统,kernel中的源码位置:/kernel/drivers/input/input.c...
分类:移动开发   时间:2014-12-23 21:13:59    阅读次数:277
[Quote] New subsystem iio in Linux Kernel.
So, here comes the iio subsystem new to Linux Kernel, at least for me, present for for supporting some of the composite sensors in Android.Some introd...
分类:系统相关   时间:2014-12-23 18:57:25    阅读次数:293
NFS服务
安装环境:ubuntu10.04LTS一、安装步骤:gxkj@ubuntu:~/Arm$sudoapt-getinstallnfs-kernel-server设置nfs服务的目标目录这里假设是/mnt/nfs(如果没有的话建立一个,并用chmod766/mnt/nfs设置权限)设置配置文件gxkj@ubuntu:~/Arm$sudovi/etc/exports//在文件的最后追加如下一行/..
分类:其他好文   时间:2014-12-23 17:47:29    阅读次数:197
virtualbox无法启动 Kernel driver not installed (rc=-19
转自地址:http://www.cnblogs.com/WormCanFly/archive/2012/05/23/2514338.htm Ubuntu 升级VisualBox后无法启动 Kernel driver not installed (rc=-1908) VisualBox之所以在Linux上比传统的VMware快得多,关键一...
分类:其他好文   时间:2014-12-23 10:44:24    阅读次数:136
x01.os.17: 换心术
在 linux 中编译 linux, 于是 linux 便有了再生能力。这不同于自然界的缓慢进化,可用神速来形容。—— 和强大的 windows 相抗衡,便是证明!我在 ubuntu 中的编译方法如下:1.在 www.kernel.org 中下载 linux-3.18 内核源代码并解压到 /home...
分类:其他好文   时间:2014-12-22 22:29:29    阅读次数:217
Ubuntu14.04和Tiny6410挂载NFS服务!
我是以root身份登录Ubuntu的:在Ubuntu上执行 #apt-get install nfs-kernel-server //安装NFS服务在Ubuntu上执行 #mkdir /root/nfs //创建一个共享文件夹在Ubuntu上执行 #vi /etc/...
分类:系统相关   时间:2014-12-22 21:06:06    阅读次数:174
iSCSI
IET cat /proc/net/iet/session 查看targetid 和target name对应关系 cat /proc/net/iet/volume 查看导出的lun和本机块设备对应关系 open-iscsi 查看服务状态 service iscsi status initiator 查看ISCSI启动状态 chkconfig iscsi on;...
分类:其他好文   时间:2014-12-22 19:39:14    阅读次数:211
emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installed and usable.CPU acceleration status: HAX kernel module is not installed!
Android Studio 1.0 已经放出来了,以后的Android平台开发激昂逐步从Eclipse向Android Studio迁移,为了能不落伍我也特意从Google下载了Android Studio的安装包,并且兴高采烈地创建了我的第一个android项目。但是当运行的时候就他么悲催了。 ...
分类:其他好文   时间:2014-12-22 17:56:19    阅读次数:305
Build kernel时make oldconfig、menuconfig的作用
1. 在《Linux内核设计与实现3》(Linux Kernel Development 3)中写道: 在你修改过配置文件之后,或者在用已有的配置文件配置新的代码树的时候,应该用命令make oldconfig验证和更新配置;这里,对make oldconfig的作用没有作明确的说明; 2. 在linux-2.6.xx目录的README文件中,说明make oldconfig的作用:所有问题都...
分类:其他好文   时间:2014-12-22 14:31:27    阅读次数:173
RC 522模块在LINUX平台调试笔记
硬件平台:1主控:SMDK Exynos4412 POP S5M8767A2 RFID模块:君盾集团提供的RC522模块3通信接口:SPI软件平台:Android ICS & kernel version 3.0.15一,使能主控端SPI1硬件使能:从SMDK原理图上可以看到SPI0与I2C共用,S...
分类:系统相关   时间:2014-12-22 12:50:11    阅读次数:387
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!