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=1
    module variance delta=30
    module dejitter delta=100
    module linear

四、错误现象:
    zengjf login: root
    login[1410]: 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[1410]: root login on 'ttymxc0'
    xres = 640, yres = 480
    selected device is not a touchscreen I understand
    Took 4 samples...
    Top left : X =    0 Y = 59747
    Took 4 samples...
    Top right : X =    0 Y = 59747
    Took 4 samples...
    Bot right : X =    0 Y = 59747
    Took 4 samples...
    Bot left : X =    0 Y = 59747
    Took 4 samples...
    Center : X =    0 Y = 59747
    ts_calibrate: determinant is too small -- 0.000000
    Calibration failed.
    [zengjf@root ~]#
    

 

时间: 2024-10-27 01:32:22

busybox filesystem ts_config: No such file or directory的相关文章

busybox filesystem httpd php-5.5.31 sqlite3 webserver

/******************************************************************** * busybox filesystem httpd php-5.5.31 sqlite3 webserver * 声明: * 本文主要是记录使用httpd.php5.sqlite3搭建php web服务器. * * 2016-1-24 深圳 南山平山村 曾剑锋 ************************************************

busybox filesystem udhcpc 原理

/******************************************************************** * busybox filesystem udhcpc 原理 * 声明: * 本文主要是记录busybox中的如何运用udhcpc获取IP,参考文章里写的 * 很详细,不再累赘. * * 2016-1-23 深圳 南山平山村 曾剑锋 ***************************************************************

busybox filesystem ifup

/******************************************************************** * busybox filesystem ifup * 声明: * 本文主要是记录busybox文件系统中ifup使用报错的解决方式. * * 2016-1-24 深圳 南山平山村 曾剑锋 *******************************************************************/ 一.错误处理1: 1. 现象:

Linux 格式化分区 报错Could not stat /dev/sda3 --- No such file or directory

执行分区过程如下: [root@jyrac2 ~]# fdisk /dev/sda The number of cylinders for this disk is set to 3002. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time (e.g.,

rmmod: chdir(/lib/modules): No such file or directory 解决方法

使用rmmod会出现 rmmod : chdir(/lib/modules): No such file or directory ?   现在的内核模块在插入卸载时都会要转到 "/lib/modules/内核版本号/ " 这个目录里.所以只要建立这个目录就行了. 在目标板执行 #mkdir -p /lib/modules/$(uname -r) 较新版本的busybox 1.13.1+ 要卸载模块必须要 "完全匹配模块名"才行,原来在老标本的使用模块文件名就能卸载

hadoop-windows平台安装Hadoop,启动报错No such file or directory

问题描述 windows平台安装Hadoop,启动报错No such file or directory 这几天在折腾windows下安装Hadoop,完全按照网上写的标准步骤. 参考博文:http://www.cnblogs.com/kinglau/p/3270160.html 好不容易到最后了,在启动Hadoop时,一直报错如标题. 格式化hdfs日志: $ bin/hadoop namenode -format DEPRECATED: Use of this script to execu

/etc/sysconfig/network: No such file or directory

错误日志如下  代码如下 复制代码 cat /var/log/boot.log   Welcome to CentOS Starting udev: /sbin/start_udev: line 299: /etc/sysconfig/network: No such file or directory                                                            [  OK  ] Setting hostname localhost:  

Linux中提示No such file or directory解决方法

  问题描述 解决方法 分析原因,可能因为我平台迁移碰到权限问题我们来进行权限转换 1)在Windows下转换: 利用一些编辑器如UltraEdit或EditPlus等工具先将脚本编码转换,再放到Linux中执行.转换方式如下(UltraEdit):File-->Conversions-->DOS->UNIX即可. 2)方法 用vim打开该sh文件,输入: [plain] :set ff 回车,显示fileformat=dos,重新设置下文件格式: [plain] :set ff=uni

cms_install.sh No such file or directory

出现 ./cms_install.sh: line 41: /usr/local/aegis/aegis_quartz/aegis_quartz: No such file or directory 的解决方案 将cms_install.sh内/usr/local/aegis/aegis_quartz/aegis_quartz 修改为 /usr/local/aegis/aegis_quartz/aegis_quartz.sh 如果再报错 无法创建文件夹可以执行 rm /usr/local/clo