Tagged Questions
5
votes
3answers
248 views
Disadvantages of linux kernel module?
I am trying to understand the disadvantages of using Linux kernel modules. I understand the benefits of using them: the ability to dynamically insert code into a running system without having to ...
2
votes
1answer
194 views
lsmod returns nothing on my embedded device
I have put a vendor supplied embedded Linux installation (called X-Linux) onto a hardware device. I ran lsmod to see what modules are loaded and nothing at all is shown. Also there is no /proc/modules ...
1
vote
1answer
198 views
Binding lsmod module name with kernel configuration menu entry
Lets suppose I have a module named "mptsas". How can I find out, what kernel configuration menu entry (make menuconfig inside /usr/src/linux) corresponds to that module?
By 'corresponds' I mean what ...
1
vote
1answer
285 views
wacom pen & touch cth-460 on debian [closed]
Following instructions at http://lik.noblogs.org/post/2010/05/07/wacom-debian/
Though, i downloaded and built linuxwacom-0.8.8-11
./configure --enable-wacom ...