博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
busybox filesystem ts_config: No such file or directory
阅读量:7236 次
发布时间:2019-06-29

本文共 2383 字,大约阅读时间需要 7 分钟。

/******************************************************************** *     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 ~]#

 

转载于:https://www.cnblogs.com/zengjfgit/p/5153646.html

你可能感兴趣的文章
初探和实现websocket心跳重连
查看>>
宁撞金钟一下,不打破鼓三千,IT人要有志气,要进就进大的好的公司
查看>>
实现一个jQuery的API
查看>>
Python学习教程(Python学习路线):Day11-文件和异常
查看>>
证书更新
查看>>
移动端swiper嵌iframe无法滑动的解决方案
查看>>
spring cloud构建互联网分布式微服务云平台- hystrix工作原理
查看>>
立即执行函数
查看>>
腾讯X5内核集成一些建议和爬坑记录
查看>>
直接使用 x y 调用frame的x y 值
查看>>
iOS富文本的简单使用
查看>>
云栖专辑| 阿里毕玄:程序员的成长路线
查看>>
Redis分布式缓存安装和使用
查看>>
Python 工匠:使用数字与字符串的技巧
查看>>
MyBatis和Hibernate相比,优势在哪里?
查看>>
C# WIN32 API
查看>>
samba服务简单配置使用
查看>>
Python笔记,自用
查看>>
PDF文件怎么打开-PDF打开方法介绍
查看>>
我的友情链接
查看>>