Results 1 to 1 of 1
Here's a wierd one. I wrote a very simple LKM and compiled it using Knoppix.
All the printk's come out (can see them with dmesg), EXCEPT the ones in the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-15-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 1
strange Knoppix LKM behavior
Here's a wierd one. I wrote a very simple LKM and compiled it using Knoppix.
All the printk's come out (can see them with dmesg), EXCEPT the ones in the init routine. Those I never see.
Upon further testing, it turns out that the init routine is never being executed! I set a global variable to some know value (=435) and when I check it at cleanup time its value is still 0. Hm...
I'm probably being really stupid, but can someone please point me in the right direction on this one? Thanks!


Reply With Quote
