Tagged Questions
0
votes
1answer
189 views
Building kernel module
I have a 3rd party device driver which I am trying to cross-compile. When I build the driver everything goes smooth but I don't see any driver.ko file, however driver.o file is generated fine and I ...
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 ...
1
vote
1answer
884 views
Mod_Auth_MySQL will not compile under Slackware 13
I tried to add the auth_mod_auth (3.0.0) module to my Slackware 13 (apache 2.2 & MySQL 5.0) system.
I ran the usual command line for apxs (as mention in the BUILD file)
apxs -c -L/usr/lib/mysql ...
7
votes
5answers
1k views
Benefit of kernel module compiled inside kernel?
What's the benefit of compiling kernel modules into the kernel (instead of as loadable modules)?