Results 1 to 2 of 2
hello everybody
i'm new in drivers developing so i'm tring to make simplest module
at link below i have find such sample
LinuxDevCenter.com -- /dev/hello_world: A Simple Introduction to Device ...
- 07-30-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
"hello world" driver for SUSE
hello everybody
i'm new in drivers developing so i'm tring to make simplest module
at link below i have find such sample
LinuxDevCenter.com -- /dev/hello_world: A Simple Introduction to Device Drivers under Linux
after first make it take about hour, i try to load module by
>>insmod ./hello_printk.ko
i get
>>insmod: can't read './hello_printk.ko' : No such file or directory
make command again give "up to date" message
i can't find where kernel put my module
i'm using SUSE 9.1 on vmware
can anybody help me compile and load/unload that simple module
thank you for your help
- 07-30-2007 #2Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
the same result i get from first sample from
"Linux Device Drivers, 3rd Edition
By Jonathan Corbet, Greg Kroah-Hartman, Alessandro Rubini " book


Reply With Quote
