module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4

2014-07-18 Thread dora babu
Hi Kernelnewbies, Subject : module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4 For the thread in your mailing list, I would like to suggest the person who posted question that he is not able to pass the parameters to the module in their product. I would like them to check the 'insmod

Re: module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4

2013-09-06 Thread sanmukh rao
kmod version 9 Thanks, Binoy From: sanmukh rao [i.sanm...@gmail.com] Sent: Friday, September 06, 2013 10:37 AM To: Binoy Jayan (WT01 - Manufacturing Hi Tech) Cc: kernelnewbies@kernelnewbies.org Subject: Re: module_param does not work in Ubuntu

Re: module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4

2013-09-06 Thread Srinivas Ganji
I have also tested, build KO file using your C file, on my kernel and it is working fine. The kernel version is 3.2.11 Why don't you try any other kernel version and see whether you are getting same error or not? I guess, it works. Regards, Srinivas G On Fri, Sep 6, 2013 at 10:22 AM,

RE: module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4

2013-09-06 Thread binoy.jayan
not work in Ubuntu 13.10 - Kernel 3.10.0-4 I have also tested, build KO file using your C file, on my kernel and it is working fine. The kernel version is 3.2.11 Why don't you try any other kernel version and see whether you are getting same error or not? I guess, it works. Regards, Srinivas G

Re: module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4

2013-09-06 Thread Sudip Mukherjee
not work in Ubuntu 13.10 - Kernel 3.10.0-4 I have also tested, build KO file using your C file, on my kernel and it is working fine. The kernel version is 3.2.11 Why don't you try any other kernel version and see whether you are getting same error or not? I guess, it works. Regards

module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4

2013-09-05 Thread binoy.jayan
Hi all, I use the kernel version 3.10.0-4 that came with Ubuntu distribution. When I compile the example module I got from LKMPG (hello-5.c) and try to load the driver by passing the module with the following command, it gives the following error: # insmod parameter.ko mystring=bebop Error:

Re: module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4

2013-09-05 Thread sanmukh rao
I have kernel 3.11.0-rc7 and it seems to be working fine. Are you sure the file attached is the correct one or there is no typo? See the output which I got compiling your file and loading it as a module in the attachment. Thanks, Sanmukh On Thu, Sep 5, 2013 at 9:52 PM, binoy.ja...@wipro.com

RE: module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4

2013-09-05 Thread binoy.jayan
Tech) Cc: kernelnewbies@kernelnewbies.org Subject: Re: module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4 I have kernel 3.11.0-rc7 and it seems to be working fine. Are you sure the file attached is the correct one or there is no typo? See the output which I got compiling your