You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
I have installed a HY28A display to my Raspberry Pi B+, and I am having problems getting the Touchpanel to work. As the TFT worked without problems with the standard Foundation image, I just compiled the touch driver (runned make in the ads7846_device directory) and then installed them.
As I have not clear how installed then I just copied the resulting ads7846_device.ko in /lib/modules/3.18.0-trunk-rpi/kernel, and then runned $depmod in that directory. Then I tried to run the instruction in https://github.com/notro/fbtft/wiki/Touchpanel:
$sudo modprobe ads7846
Seems to work ok.
$sudo modprobe ads7846_device
Produces "FATAL: Module ads7846_device not found."
If I run:
$lsmod
I get ads7846 listed (not ads7846_device, off course) .
If I run:
$dmesg | grep -i ads7846
I don't get any message.
I hope I can get some help about what I am doing wrong.
Hi.
I have installed a HY28A display to my Raspberry Pi B+, and I am having problems getting the Touchpanel to work. As the TFT worked without problems with the standard Foundation image, I just compiled the touch driver (runned make in the ads7846_device directory) and then installed them.
As I have not clear how installed then I just copied the resulting ads7846_device.ko in /lib/modules/3.18.0-trunk-rpi/kernel, and then runned $depmod in that directory. Then I tried to run the instruction in https://github.com/notro/fbtft/wiki/Touchpanel:
$sudo modprobe ads7846
Seems to work ok.
$sudo modprobe ads7846_device
Produces "FATAL: Module ads7846_device not found."
If I run:
$lsmod
I get ads7846 listed (not ads7846_device, off course) .
If I run:
$dmesg | grep -i ads7846
I don't get any message.
I hope I can get some help about what I am doing wrong.
Thanks.