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
    [[email protected] ~]# 

五、解决方法:
    把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.
    [[email protected] ~]#
    
时间: 2024-11-05 03:00:56

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 /lib/modules/(kernel version)/ then rmmod will works well. 2. in the busybox source file modutils/modprobe-small.c if ('i' != applet0) { /* not insmod

编译Busybox时,出现错误fatal error: curses.h: No such file or directory

1 scripts/kconfig/mconf.c: In function ‘exec_conf’: 2 scripts/kconfig/mconf.c:481:2: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result] 3 pipe(pipefd); 4 ^ 5 SHIPPED scripts/kconfig/zconf.tab.c 6 SH

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. 现象:

busybox filesystem httpd php-5.5.31 sqlit3 webserver

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

Linux 格式化分区 报错Could not stat --- No such file or directory 和 partprobe 命令

分区的过程正常: [[email protected] /]# fdisk -l Disk /dev/sda: 21.4 GB, 21474836480 bytes 255 heads, 63 sectors/track, 2610 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot      Start         End      Blocks   Id  System /dev/sda1   *

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 directory错误的问题 http://blog.sina.com.cn/s/blog_9f1c09310101a668.html 原因是系统中没有安装ncurses这个库函数,从网上查了个能在Centos上解决这个问题的安装方式: yum install ncurses-devel ncur

Failed to issue method call: Unit mysqld.service failed to load: No such file or directory.

可能的原因: 1.http://blog.sina.com.cn/s/blog_4692ea0a0101jqhz.html 2.http://diag.5ustore.com/proxy/index.php?url=1J1h12y31F1b1918yLyByU1FyNyjyD101z1612yo1C1cyc1sy3yc1yyN161611yY0RyiyiyJyY1hymylyj1hyL1gyS1LyWyR1Myhyk0VyMylyvyg0j1j1D1F1k18171r1P1HyuyI1DyNyB

curses.h: No such file or directory

嵌入式linux移植时,编译busybox或者内核时使用make menuconfig有时会遇到这个错误 Linux Error: curses.h: No such file or directory 这是因为缺少响应的依赖库 解决方法: CentOS :yum install ncurses-devel ncurses Ubuntu: sudo apt-get install libncurses5-dev libncursesw5-dev