Hi Kimmo,<br />Thanks for replying, I tried by modifying&nbsp; /etc/init.d/ke-recv by adding OSSO_KE_RECV_IGNORE_CABLE=1 but the problem still persist.<br /><br />My observation is that after getting commmands sudo gainroot(in below script) system goes into another cell&nbsp;and that could be a matter of problem.but if this is the case then I think the change of icon(MMC to USBnet ) should also not take place.<br />Is there any other Idea that u can suggest me to trace out the problem ....<br /><br /><br /><br />On Fri, 26 Oct 2007 17:18:17 +0300 Kimmo Hämäläinen wrote<br />On Fri, 2007-10-26 at 13:50 +0000, ext priyank kumar chourasia wrote:<br />&gt; Hi All,<br />&gt; I am facing problem in enabling the USB automatically on restart of<br />&gt; Nokia N800,Following is the script saved in /etc/init.d/usbnet<br />&gt; <br />&gt; <br />&gt; <br />&gt; #! /bin/sh<br />&gt; PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin<br />&gt; NAME=usbnet<br />&gt; DESC="USB Networking for Nokia 800"<br />&gt; INITFILE=/etc/init.d/$NAME<br />&gt; sudo gainroot<br />&gt; USBNET="`lsmod | grep g_ether`"<br />&gt; if [ "$USBNET" = "" ]<br />&gt; then<br />&gt; insmod /mnt/initfs/lib/modules/2.6.18-omap1/g_ether.ko&gt;&gt;log<br />&gt; 2&gt;&gt;error<br />&gt; fi<br />&gt; sleep 1<br />&gt; /sbin/ifup usb0&gt;&gt;log<br />&gt; 2&gt;&gt;error<br />&gt; exit 0<br />&gt; <br />&gt; Added the above script with following commands<br />&gt; update-rc.d usbnet defaults<br />&gt; <br />&gt; Now the problems are as follows<br />&gt; 1. USB networking icon gets changed but on pinging the device it<br />&gt; doesnt repond that means only GUI changes are taking place.<br />&gt; 2. Having clicked on MMC card(From usbnet) and then OK causes system<br />&gt; hangs.<br />&gt; <br />&gt; Can someone help me that why usb net changes are not happening<br />&gt; actually ???<br /><br />Try adding "export OSSO_KE_RECV_IGNORE_CABLE=1" in the beginning<br />of /etc/init.d/ke-recv. It might be that ke-recv is loading<br />g_file_storage when the USB cable is attached (normally /usr/sbin/osso-<br />usb-mass-storage-enable.sh is executed then).<br /><br />BR; Kimmo<br /><br />&gt; <br />&gt; <br />&gt; Regards,<br />&gt; Priyank<br />&gt; <br />&gt; <br />&gt; <br />&gt; _______________________________________________<br />&gt; maemo-developers mailing list<br />&gt; maemo-developers@maemo.org<br />&gt; https://lists.maemo.org/mailman/listinfo/maemo-developers<br /><br>