<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hi ,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i was writing a module and it required use of 
command </FONT></DIV>
<DIV><FONT face=Arial size=2>line arguments</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>so in the init_module method i used </FONT></DIV>
<DIV><FONT face=Arial size=2>MODULE_PARM&nbsp;(varname,"s") to fetch the 
arguments</FONT></DIV>
<DIV><FONT face=Arial size=2>i then compiled the module</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>but i am not able to insert the variables into 
environment</FONT></DIV>
<DIV><FONT face=Arial size=2>i tried </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>insmod param 
varname="value"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --- cannot insert module 
param</FONT></DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>insmod&nbsp; 
varname="value"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--- 
cannot insernt module varname="value"</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>the above statements are giving error. how do i insert the </DIV>
<DIV>variables into environment</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks &amp; Regards,</DIV>
<DIV>Srinath Thiruvengadam</DIV></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>