busybox filesystem ts_config: No such file or directory
/********************************************************************
* busybox filesystem ts_config: No such file or directory
* 声明:
* 本文主要是记录移植tslib时遇到:
* No raw modules loaded. ts_config: No such file or directory
* 问题如何解决。
*
* 2016-1-23 深圳 南山平山村 曾剑锋
*******************************************************************/ 一、参考文档:
tslib移植的问题:No raw modules loaded.ts_config:No such file or directory
http://blog.csdn.net/imxiangzi/article/details/7472883
二、cat /etc/profile
......
# set tslib
export TSLIB_ROOT=/usr/local/arm/tslib
export TSLIB_TSDEVICE=/dev/input/event1
export TSLIB_CALIBFILE=/etc/pointercal
export TSLIB_CONFFILE=$TSLIB_ROOT/etc/ts.conf
export TSLIB_PLUGINDIR=$TSLIB_ROOT/lib/ts
export TSLIB_FBDEVICE=/dev/fb0
export PATH=$TSLIB_ROOT:$PATH
...... 三、cat /ts_confg
# Uncomment if you wish to use the linux input layer event interface
# module_raw input # Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
# module_raw collie # Uncomment if you're using a Sharp Zaurus SL-C700/C750/C760/C860
# module_raw corgi # Uncomment if you're using a device with a UCB1200/1300/1400 TS interface
# module_raw ucb1x00 # Uncomment if you're using an HP iPaq h3600 or similar
# module_raw h3600 # Uncomment if you're using a Hitachi Webpad
# module_raw mk712 # Uncomment if you're using an IBM Arctic II
# module_raw arctic2 module pthres pmin=
module variance delta=
module dejitter delta=
module linear 四、错误现象:
zengjf login: root
login[]: root login on 'ttymxc0'
No raw modules loaded.
ts_config: No such file or directory
[zengjf@root ~]# 五、解决方法:
把tslib/etc目录下的ts.conf的"#module_raw input"的注释符号"#"去掉,前面别留空格。 六、正常现象:
zengjf login: root
login[]: root login on 'ttymxc0'
xres = , yres =
selected device is not a touchscreen I understand
Took samples...
Top left : X = Y =
Took samples...
Top right : X = Y =
Took samples...
Bot right : X = Y =
Took samples...
Bot left : X = Y =
Took samples...
Center : X = Y =
ts_calibrate: determinant is too small -- 0.000000
Calibration failed.
[zengjf@root ~]#
busybox filesystem ts_config: No such file or directory的更多相关文章
- busybox rmmod error — rmmod: chdir(2.6.25): No such file or directory
busybox rmmod error rmmod: chdir(2.6.25): No such file or directory 1. install your modules in dir / ...
- busybox filesystem httpd php-5.5.31 sqlite3 webserver
/******************************************************************** * busybox filesystem httpd php ...
- busybox filesystem ifup
/******************************************************************** * busybox filesystem ifup * 声明 ...
- busybox filesystem udhcpc 原理
/******************************************************************** * busybox filesystem udhcpc 原理 ...
- CentOS: make menuconfig error: curses.h: No such file or directory
the problem when use centos5 to build kernel or busybox step 1. Centos中关于 ncurses.h:no such file or ...
- Linux 格式化分区 报错Could not stat --- No such file or directory 和 partprobe 命令
分区的过程正常: [root@db1 /]# fdisk -l Disk /dev/sda: 21.4 GB, 21474836480 bytes 255 heads, 63 sectors/tr ...
- python文件和文件夹訪问File and Directory Access
http://blog.csdn.net/pipisorry/article/details/47907589 os.path - Common pathname manipulations 都是和路 ...
- curses.h: No such file or directory
嵌入式linux移植时,编译busybox或者内核时使用make menuconfig有时会遇到这个错误 Linux Error: ncurses.h: No such file or directo ...
- OK6410 rmmod卸载模块失败:No such file or directory -- 转
原文地址:http://hi.baidu.com/andio/item/b8be9810282841433a176e86 rmmod chdir no such file or directory 说 ...
随机推荐
- c++ 继承多个类 及虚函数
#include <iostream>using namespace std; class BaseA {public: virtual void say() { co ...
- 解决Maven默认仓库没有的jar下载(二)
前言: 在 “解决Maven不能下载“oracle.aspectjweaver.com.springsource.net.sf.cglib”jar(http://www.cnblogs.com/wql ...
- python学习之“切片操作从入门到精通”
在python学习开发的过程中,我们总是不断的要对List(列表),Tuple(元组)有取值操作:假如我们有一个列表List1现在想取出1其中的前5个元素,改怎么操作呢? >>> L ...
- NYOJ-79 拦截导弹 AC 分类: NYOJ 2014-01-01 23:25 167人阅读 评论(0) 收藏
#include<stdio.h> int main(){ int num[1000]={0}; int n,m,x,y; scanf("%d",&n); wh ...
- PHP之Error与Logging函数讲解
PHP Error 和 Logging 简介 error 和 logging 函数允许你对错误进行处理和记录. error 函数允许用户定义错误处理规则,并修改记录错误的方式. logging 函数允 ...
- Lua基础 函数(一)
转自: http://blog.csdn.net/wzzfeitian/article/details/8653101 在Lua中,函数是对语句和表达式进行抽象的主要方法.既可以用来处理一些特殊的工作 ...
- java基础知识回顾之java集合类-Properties集合
/** java.lang.Object |--java.util.Dictionary<K,V> |--java.util.Hashtable<Object,Obje ...
- 深入理解JVM—字节码执行引擎
原文地址:http://yhjhappy234.blog.163.com/blog/static/3163283220122204355694/ 前面我们不止一次的提到,Java是一种跨平台的语言,为 ...
- 套题T3
秋实大哥与线段树 Time Limit: 3000/1000MS (Java/Others) Memory Limit: 65535/65535KB (Java/Others) Submit ...
- linux 显示当前用户信息
1.w命令 2.who命令 3.who am i 4. users