kernel-module
Source nat in netfilter prerouting hooks
We are developing our own kernel module that does advanced source nat in netfilter prerouting hook. After upgrading from Linux kernel 2.6.32 (Ubuntu 10.04) to 2.6.35 (Ubuntu 10.04 lucid-back-ports) it[详细]
2023-02-25 10:02 分类:问答Accessing a serial port from a linux kernel module
Hello Linux Kernel Driver Gurus! I\'m writing a v4l2 driver for a camera that uses a serial interface for configuration.I\'d like the driver to configure the camera, as it keeps the clie开发者_开发百[详细]
2023-02-19 05:12 分类:问答error while loading new compiled Linux kernel image into the android emulator(1.5)
I have successfully compiled Linux kernel for android: root@ubuntu:~/common# ARCH=arm CROSS_COMPILE=~/mydroid/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- make[详细]
2023-02-19 00:48 分类:问答Where's my module gone?
make -C /usr/src/linux-2.6.32.9 M=`pwd` LD/root/test/lkm/built-in.o Buil开发者_运维技巧ding modules, stage 2.[详细]
2023-02-18 23:22 分类:问答printk second output
When I printk(KERN_INFO, ...), I get something lik开发者_开发百科e this: <6>[116584.000183] ...[详细]
2023-02-17 22:47 分类:问答How to stop Linux kernel threads on rmmod?
I wrote the following code to create a kernel thread: #include<linux/init.h> #include<linux/module.h>[详细]
2023-02-16 04:03 分类:问答Problems with Cisco VPN client installation for Archos 5 IT
I have an Archos 5 IT firmware v2.0.38 with Android 1.6 and I did not find any site how to install vpnc. The main problem is that I do not know how to compile/crosscompile the 开发者_Go百科tun.ko modu[详细]
2023-02-15 12:29 分类:问答How does one disable access to the keyboard and mouse from a linux kernel module?
I\'m trying to write a kernel module which disables input between certain times of day. I found out how to get the time (How to get current hour (time of day) in linux kernel space) and how to schedul[详细]
2023-02-14 15:54 分类:问答Syscall implementation kernel module 2.6
after doing some reading I came to understand that adding a new syscall via a LKM has gotten harder in 2.6. It seems that the syscall table is not exported any longer, therefore making it (impossible?[详细]
2023-02-12 16:42 分类:问答How to get current hour (time of day) in linux kernel space
I\'m writing a kernel module that checks to see if the time is between two specified hours, and disables input if it is. This has to do with me wanting to make sure I go to bed early. (I know I could[详细]
2023-02-12 07:46 分类:问答