Hi All,<br />I am facing problem in enabling the USB automatically on <strong>restart </strong>of Nokia N800,Following is the script saved in /etc/init.d/usbnet<br /><br /><font size="2">
<p>#! /bin/sh<br />PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin<br />NAME=usbnet<br />DESC="USB Networking for Nokia 800"<br />INITFILE=/etc/init.d/$NAME<br />sudo gainroot<br />USBNET="`lsmod | grep g_ether`"<br />if [ "$USBNET" = "" ]<br />then<br />insmod /mnt/initfs/lib/modules/2.6.18-omap1/g_ether.ko&gt;&gt;log<br />2&gt;&gt;error<br />fi<br />sleep 1<br />/sbin/ifup usb0&gt;&gt;log<br />2&gt;&gt;error<br />exit 0<br /><br />Added the above script with following commands<br />update-rc.d&nbsp; usbnet defaults<br /><br />Now the problems &nbsp;are as follows<br />1. USB networking icon gets changed but on pinging the device it doesnt repond that means only GUI changes are taking place.<br />2. Having clicked on MMC card(From usbnet) and then OK causes system hangs.<br /><br />Can someone help me that why usb net changes are not happening actually ???<br /><br /><br />Regards,<br />Priyank<br /></p></font><br>