Click here to Skip to main content
15,900,511 members

Comments by Someonebored (Top 3 by date)

Someonebored 13-Apr-12 8:38am View    
1- yes things can be printed out( at least to the full terminal screen) using ` printk(KERN_ALERT "Hello world\n");` 2- I want to use the info from ifconfig in my main kernel module...
Someonebored 13-Apr-12 8:37am View    
Deleted
1- yes things can be printed out( at least to the full terminal screen) using `printk(KERN_ALERT "something");`
2- I want to use the info from ifconfig in my main kernel module...
Someonebored 10-Apr-12 7:08am View    
Deleted
I already read that question, but I couldn't find any definition of wireless_handlers (which is probably the one causing the problem here). wireless_handlers is declared in the net_deveice.h header file , as written here:

http://www.comp.nus.edu.sg/~cs4236/readings/out/html/structnet__device.html