Revision: 5949
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5949&view=rev
Author:   owes
Date:     2011-10-15 20:42:40 +0000 (Sat, 15 Oct 2011)
Log Message:
-----------
(u)eagle usb is working, at least in Germany, with the help of Onkelvent.
 --> http://www.ipcop-forum.de/forum/viewtopic.php?f=58&t=29220

Modified Paths:
--------------
    ipcop/trunk/src/rc.d/rc.eagleusbadsl

Modified: ipcop/trunk/src/rc.d/rc.eagleusbadsl
===================================================================
--- ipcop/trunk/src/rc.d/rc.eagleusbadsl        2011-10-15 20:41:04 UTC (rev 
5948)
+++ ipcop/trunk/src/rc.d/rc.eagleusbadsl        2011-10-15 20:42:40 UTC (rev 
5949)
@@ -33,15 +33,14 @@
     echo "$*"
 }
 
-# TODO: is this stell needed?
-IFACE="eth3"
-# TODO: is this stell needed?
+# TODO: is this still needed?
 DSPstr="Please send DSP (eaglectrl -d)"
 
 
 # TODO: everything below this line needs verification
 # eagle-usb module replaced by (kernel standard) ueagle-atm
 # handling fully different, more automated due to udev (?)
+# As-is it is working in Germany, might not apply for other ISP with differing 
settings/technology.
 
 
 # See how we were called.
@@ -60,9 +59,6 @@
 #    /bin/ln -f -s /etc/eagle-usb/CMVep$LINE.txt /etc/eagle-usb/CMVep.txt
 #    /bin/ln -f -s /etc/eagle-usb/CMVeiWO.txt /etc/eagle-usb/CMVei.txt
 
-    # TODO: I don't think we need do this for ueagle-atm
-#    /sbin/ip link set "$IFACE" down 2>/dev/null
-
     if ( ! /bin/lsmod | /bin/grep -q [u]eagle-atm ); then
         /sbin/modprobe ueagle-atm
         # let some time to load firmware
@@ -90,21 +86,12 @@
 #        msg "synchronisation fail"
 #        exit 1
 #    fi
-
-    # TODO: do we need something like this?
-#    /sbin/ifconfig `/usr/sbin/eaglectrl -i` 10.0.0.139 netmask 
255.255.255.254 up
-#    if [ $? -ne 0 ]; then
-#        msg "ifconfig fail"
-#        exit 1
-#    fi
     ;;
 stop)
     msg "stop"
     ;;
 cleanup)
     msg "driver cleanup"
-    # TODO: do we need something like this?
-#    /sbin/ip link set "$IFACE" down
 
     /sbin/modprobe -r ueagle-atm
     ;;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to