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 'i

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

2013-09-06 Thread Sudip Mukherjee
;> -- >> *From:* Srinivas Ganji [srinivasganji.ker...@gmail.com] >> *Sent:* Friday, September 06, 2013 4:34 PM >> >> *To:* Binoy Jayan (WT01 - Manufacturing & Hi Tech) >> *Cc:* kernelnewbies@kernelnewbies.org >> *Subject:*

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

2013-09-06 Thread binoy.jayan
does 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, S

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, wrote: >

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

2013-09-05 Thread sanmukh rao
> > > > > > > > > > > > > > > > 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: mo

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

2013-09-05 Thread binoy.jayan
ufacturing & Hi 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

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, wrote: > Hi all, > > I u

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" Erro