Hi all, Can anybody tell me how to print hello world on kernel module loading in Debian GNU/Linux (sarge). As per the instruction mentioned in the book "Linux Device Driver",3rd edition, O'Relly publisher by author Rubiny, I tried to load module. But there are a lot of compilation errors concerning different header files. I failed to progress. Please help with details. Thanking you, linuxhazra@yahoo.co.in
__________________________________________________________ Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
Sometime Today, rh cobbled together some glyphs to say:
Driver",3rd edition, O'Relly publisher by author Rubiny, I tried to load module. But there are a lot of compilation errors concerning different header files.
We could guess what your compilation errors are, or you can show us.
Hi Rakesh,
--- rakesh hazra rakeshhazra@yahoo.co.in wrote:
Hi all, Can anybody tell me how to print hello world on kernel module loading in Debian GNU/Linux (sarge). As per the instruction mentioned in the book "Linux Device Driver",3rd edition, O'Relly publisher by author Rubiny, I tried to load module.
Use my device driver examples for 2.6 kernels:
http://shakthimaan.com/downloads.html
Follow the README and let me know if you have any problems or if you get stuck.
SK
-- Shakthi Kannan, MS Software Engineer, Hexaware Technologies [E]: shakthimaan@yahoo.com [M]: (91) 98407-87007 [W]: http://www.shakthimaan.com [L]: Chennai, India
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Wednesday 15 February 2006 07:54 pm, Shakthi Kannan wrote:
Use my device driver examples for 2.6 kernels:
http://shakthimaan.com/downloads.html
Follow the README and let me know if you have any problems or if you get stuck.
Hi there,
I checked out your examples. Good work i must say. But I would like to know if there are any online ebooks available to get me started with device drivers in Linux?
Dinesh,
I checked out your examples. Good work i must say. But I would like to know if there are any online ebooks available to get me started with device drivers in Linux?
http://lwn.net/Kernel/LDD3/ Regards, BG
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Wednesday 15 February 2006 20:49, Baishampayan Ghose wrote:
Dinesh,
I checked out your examples. Good work i must say. But I would like to know if there are any online ebooks available to get me started with device drivers in Linux?
http://lwn.net/Kernel/LDD3/ Regards, BG
Thanks a lot.
On Friday 17 Feb 2006 12:31 am, Dinesh Joshi wrote:
On Wednesday 15 February 2006 20:49, Baishampayan Ghose wrote:
Dinesh,
I checked out your examples. Good work i must say. But I would like to know if there are any online ebooks available to get me started with device drivers in Linux?
http://lwn.net/Kernel/LDD3/ Regards, BG
Thanks a lot.
-- Dinesh A. Joshi
me_too
On 2/15/06, rakesh hazra rakeshhazra@yahoo.co.in wrote:
But there are a lot of compilation errors concerning different header files. I failed to progress. Please help with details.
Did you instal kernel-headders for your kernel?
$uname -r
will give you the version.
-- "GNU is the system, and Linux is the kernel." A proud GNU user http://www.gnu.org Me scribbles at http://www.pravi.co.nr
On Friday 17 February 2006 07:20, प्रवीण् ए (Praveen A) wrote:
On 2/15/06, rakesh hazra rakeshhazra@yahoo.co.in wrote:
But there are a lot of compilation errors concerning different header files. I failed to progress. Please help with details.
Did you instal kernel-headders for your kernel?
I think you need the entire kernel source tree. Not sure though.