Advertisement
Guest User

debian-a10-modules-trouble

a guest
Jul 25th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. Linux debian 3.0.76+ #7 PREEMPT Thu Jul 25 11:17:56 YEKT 2013 armv7l
  2.  
  3. The programs included with the Debian GNU/Linux system are free software;
  4. the exact distribution terms for each program are described in the
  5. individual files in /usr/share/doc/*/copyright.
  6.  
  7. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  8. permitted by applicable law.
  9. Last login: Thu Jul 25 09:18:49 2013
  10. root@debian:~# uname -a
  11. Linux debian 3.0.76+ #7 PREEMPT Thu Jul 25 11:17:56 YEKT 2013 armv7l GNU/Linux
  12. root@debian:~# cd /lib/modules/3.0.76+/kernel/drivers/input/touchscreen/
  13. root@debian:/lib/modules/3.0.76+/kernel/drivers/input/touchscreen# ls
  14. ft5x_ts.ko goodix_touch.ko gt811_ts.ko gt818_ts.ko sun4i-ts.ko zt8031.ko
  15. root@debian:/lib/modules/3.0.76+/kernel/drivers/input/touchscreen# modprobe sun4i-ts
  16. ERROR: could not insert 'sun4i_ts': Operation not permitted
  17. root@debian:/lib/modules/3.0.76+/kernel/drivers/input/touchscreen# modinfo sun4i-ts
  18. filename: /lib/modules/3.0.76+/kernel/drivers/input/touchscreen/sun4i-ts.ko
  19. license: GPL
  20. description: sun4i touchscreen driver
  21. author: zhengdixu <@>
  22. depends:
  23. vermagic: 3.0.76+ preempt mod_unload ARMv7
  24. root@debian:/lib/modules/3.0.76+/kernel/drivers/input/touchscreen# dmesg | tail
  25. [ 1422.940000] sw keypad fetch keypad uning configuration failed
  26. [ 1422.960000] keypad: cannot find using configuration, return without doing anything!
  27. [ 1431.170000] input: sun4i-keyboard as /devices/virtual/input/input11
  28. [ 1466.780000] ===========================goodix_ts_init=====================
  29. [ 1466.810000] ctp_fetch_sysconfig_para.
  30. [ 1466.810000] ctp_fetch_sysconfig_para: name gsl1680 does not match CTP_NAME.
  31. [ 1466.830000] Goodix-TSgoodix_ts_init: err.
  32. [ 1624.590000] goodix_touch: version magic '' should be '3.0.76+ preempt mod_unload ARMv7 '
  33. [ 1890.370000] sun4i-ts.c: sun4i_ts_init: start ...
  34. [ 1890.370000] rtp_used == 0.
  35. root@debian:/lib/modules/3.0.76+/kernel/drivers/input/touchscreen# modprobe -f sun4i-ts
  36. ERROR: could not insert 'sun4i_ts': Exec format error
  37. root@debian:/lib/modules/3.0.76+/kernel/drivers/input/touchscreen# dmesg | tail
  38. [ 1422.960000] keypad: cannot find using configuration, return without doing anything!
  39. [ 1431.170000] input: sun4i-keyboard as /devices/virtual/input/input11
  40. [ 1466.780000] ===========================goodix_ts_init=====================
  41. [ 1466.810000] ctp_fetch_sysconfig_para.
  42. [ 1466.810000] ctp_fetch_sysconfig_para: name gsl1680 does not match CTP_NAME.
  43. [ 1466.830000] Goodix-TSgoodix_ts_init: err.
  44. [ 1624.590000] goodix_touch: version magic '' should be '3.0.76+ preempt mod_unload ARMv7 '
  45. [ 1890.370000] sun4i-ts.c: sun4i_ts_init: start ...
  46. [ 1890.370000] rtp_used == 0.
  47. [ 1907.330000] sun4i_ts: version magic '' should be '3.0.76+ preempt mod_unload ARMv7 '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement