<div dir="ltr"><div>I am out of ideas. <br><br>I have Ubuntu 13.04 as the OS and the kernel version is 3.11.0-rc7 which I compiled myself. <br><br>sanmukh@sanmukh-laptop:/config/usb_gadget/g1/strings$ insmod --version<br>kmod version 9<br>

<br>sanmukh@sanmukh-laptop:/config/usb_gadget/g1/strings$ lsb_release -a<br>No LSB modules are available.<br>Distributor ID:    Ubuntu<br>Description:    Ubuntu 13.04<br>Release:    13.04<br>Codename:    raring<br><br></div>

<div><br></div>Thanks,<br>Sanmukh<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 5, 2013 at 10:42 PM,  <span dir="ltr">&lt;<a href="mailto:binoy.jayan@wipro.com" target="_blank">binoy.jayan@wipro.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">HI Sanmukh,<br>
<br>
Thank you for testing the code. Yes I am using the same file and there is no typo. When I insert the module it inserts just fine.<br>
<br>
In this case mystring takes the default value &quot;blah&quot; as seen in log below.<br>
<br>
dmesg:<br>
<br>
[ 7907.858933] Demonstrating module parameters<br>
[ 7907.858937] ===============================<br>
[ 7907.858939] myshort is a short integer: 1<br>
[ 7907.858941] myint is an integer: 420<br>
[ 7907.858943] mylong is a long integer: 9999<br>
[ 7907.858945] mystring is a string: blah<br>
[ 7907.858947] myintArray[0] = -1<br>
[ 7907.858948] myintArray[1] = -1<br>
[ 7907.858950] got 0 arguments for myintArray.<br>
<br>
 I am wondering if there is an issue with the kernel version or the insmod utility.<br>
<br>
Could you tell me what version of operating system and insmod you are using? I am using a development branch of Ubuntu.<br>
<br>
$ lsb_release -a<br>
No LSB modules are available.<br>
Distributor ID:    Ubuntu<br>
Description:    Ubuntu Saucy Salamander (development branch)<br>
Release:    13.10<br>
Codename:    saucy<br>
<br>
$ insmod -V<br>
kmod version 9<br>
<br>
<br>
Thanks,<br>
Binoy<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
From: sanmukh rao [<a href="mailto:i.sanmukh@gmail.com">i.sanmukh@gmail.com</a>]<br>
<br>
Sent: Friday, September 06, 2013 10:37 AM<br>
<br>
To: Binoy Jayan (WT01 - Manufacturing &amp; Hi Tech)<br>
<br>
Cc: <a href="mailto:kernelnewbies@kernelnewbies.org">kernelnewbies@kernelnewbies.org</a><br>
<br>
Subject: Re: module_param does not work in Ubuntu 13.10 - Kernel 3.10.0-4<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
<br>
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.<br>


<br>
<br>
<br>
<br>
<br>
Thanks,<br>
<br>
Sanmukh<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Thu, Sep 5, 2013 at 9:52 PM, &lt;<a href="mailto:binoy.jayan@wipro.com">binoy.jayan@wipro.com</a>&gt;<br>
 wrote:<br>
<br>
<br>
Hi all,<br>
<br>
<br>
<br>
I use the kernel version &quot;3.10.0-4&quot; that came with Ubuntu distribution.<br>
<br>
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:<br>
<br>
<br>
<br>
# insmod parameter.ko mystring=&quot;bebop&quot;<br>
<br>
Error: could not insert module parameter.ko: Unknown symbol in module<br>
<br>
<br>
<br>
Error in dmesg:<br>
<br>
<br>
<br>
[ 3687.132110] parameter: Unknown parameter `mystring&#39;<br>
<br>
<br>
<br>
However, if I insert the module without any parameters, it gets inserted just fine.<br>
<br>
<br>
<br>
# insmod parameter.ko<br>
<br>
<br>
<br>
I am attaching the source code for reference. Kindly let me know what could be done.<br>
<br>
<br>
<br>
Thanks,<br>
<br>
Binoy<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Regards,<br>
<br>
Binoy Jayan<br>
<br>
WIPRO TECHNOLOGIES<br>
<br>
| Electronic City 5<br>
<br>
|<br>
<br>
Bangalore<br>
<br>
 | Mob:<br>
<br>
<a href="tel:%2B91-9742870916" value="+919742870916">+91-9742870916</a>,<br>
<br>
<a href="tel:%2B91-9745783048" value="+919745783048">+91-9745783048</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Please do not print this email unless it is absolutely necessary.<br>
<br>
<br>
<br>
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should<br>


 not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.<br>
<br>
<br>
<br>
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.<br>


<br>
<br>
<br>
<a href="http://www.wipro.com" target="_blank">www.wipro.com</a><br>
<br>
<br>
<br>
_______________________________________________<br>
<br>
Kernelnewbies mailing list<br>
<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.<br>


<br>
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.<br>


<br>
<a href="http://www.wipro.com" target="_blank">www.wipro.com</a><br>
<br>
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.<br>


<br>
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.<br>


<br>
<a href="http://www.wipro.com" target="_blank">www.wipro.com</a><br>
</div></div></blockquote></div><br></div>