/********************************************************************
* 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的更多相关文章

  1. 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 / ...

  2. busybox filesystem httpd php-5.5.31 sqlite3 webserver

    /******************************************************************** * busybox filesystem httpd php ...

  3. busybox filesystem ifup

    /******************************************************************** * busybox filesystem ifup * 声明 ...

  4. busybox filesystem udhcpc 原理

    /******************************************************************** * busybox filesystem udhcpc 原理 ...

  5. 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 ...

  6. 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 ...

  7. python文件和文件夹訪问File and Directory Access

    http://blog.csdn.net/pipisorry/article/details/47907589 os.path - Common pathname manipulations 都是和路 ...

  8. curses.h: No such file or directory

    嵌入式linux移植时,编译busybox或者内核时使用make menuconfig有时会遇到这个错误 Linux Error: ncurses.h: No such file or directo ...

  9. OK6410 rmmod卸载模块失败:No such file or directory -- 转

    原文地址:http://hi.baidu.com/andio/item/b8be9810282841433a176e86 rmmod chdir no such file or directory 说 ...

随机推荐

  1. DevExpress控件使用系列--ASPxTreeList

      控件功能 结合列表控件及树控件的优点,在列表控件中实现类型树的多层级操作 官方说明 http://documentation.devexpress.com/#AspNet/clsDevExpres ...

  2. 输入一个递增排序的数组和一个数字S,在数组中查找两个数,使得他们的和正好是S,如果有多对数字的和等于S,输出两个数的乘积最小的。

    // test20.cpp : 定义控制台应用程序的入口点. // #include "stdafx.h" #include<iostream> #include< ...

  3. C/C++ 快速排序 quickSort

    下面的动画展示了快速排序算法的工作原理. 快速排序图示:可以图中在每次的比较选取的key元素为序列最后的元素. #include <stdio.h> #include <stdlib ...

  4. [设计模式] 3 创建者模式 builder

    转载http://blog.csdn.net/wuzhekai1985/article/details/6667467 建造者模式的定义将一个复杂对象的构建与它的表示分离,使得同样的构建过程可以创建不 ...

  5. uva 514

    栈的简单应用 /************************************************************************* > Author: xlc28 ...

  6. hdu1022 Train Problem I

    http://acm.hdu.edu.cn/showproblem.php?pid=1022 #include<iostream> #include<stdio.h> #inc ...

  7. 李洪强iOS开发之OC[015]#pragma mark的使用

    // //  main.m //  14 - #pragma mark的使用 // //  Created by vic fan on 16/7/10. //  Copyright © 2016年 李 ...

  8. lintcode :Ugly Numbers 丑数

    题目 丑数 设计一个算法,找出只含素因子3,5,7 的第 k 大的数. 符合条件的数如:3,5,7,9,15...... 样例 如果k=4, 返回 9 挑战 要求时间复杂度为O(nlogn)或者O(n ...

  9. java基础面试题(转)

    JAVA相关基础知识1.面向对象的特征有哪些方面 1.抽象:抽象就是忽略一个主题中与当前目标无关的那些方面,以便更充分地注意与当前目标有关的方面.抽象并不打算了解全部问题,而只是选择其中的一部分,暂时 ...

  10. 快速学习bootstrap前台框架

    W3c里的解释 使用bootstrap需要注意事项 1.  在html文件第一行要加上<!doctype html>[s1] 2.  导入bootstrap.min.css文件 3.  导 ...