Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

modem

I am probably the only one with this concern at the moment.  Im still waiting for my IDSL,  3+ months, and no end in sight.  But my friend brought this router distro?  to my attention last night and it looks amazing.  I downloaded the iso overnight and was wondering how hard would it be to get a modem working with astaro?  I know that it wasn't made with the intention of being used over a modem,  but its what I have at the moment.  I know the kernel will have to be recompiled for the ppp modules and then just the scripts to enable a ppp session,  anything else?


This thread was automatically locked due to age.
  • Hi bevo,

    there are some more problems with the installation of ppp for a modem, because the interface name isnt something like ethXX but pppXX - our MiddleWare will not be able to handle this...

    sorry

    ------------------
    Markus
  • thats fine,  I didn't think it would be possible since you really dont need such a setup for a modem.  I guess I'll play with it locally till someone at my ISP decides that Ive languished long enough on dial up.
  • G'day

    I have just downloaded the PPPd source code from http://rz-obrian.rz.uni-karlsruhe.de/download/src/ppp-2.3/.  In it I found that the code in PPP.C under the LINUX directory has a statement 

         if_num = dev_alloc_name(dev, "ppp%d");

    This is in the function ppp_alloc.

    In order to get a modem running I believe that all that is needed is to compile up the PPPd code and run it, after changing the ppp above to eth. Of course I have not had a chance to test this yet, and my development boxes are still running 2.2 kernals, and I am still waiting on my hardware to run Astaro. 

    Even if the 2.4 Kernal has the PPP built in and has no need for this code I believe that we can still get modems running. There is no requirement to use the built in ppp support in the modules. In fact it is probably better not to. 

    When I get the hardware (hopefully in the next few days - I am getting an embedded PC board with 3 ethernet ports from Taiwan) I will then attempt to get this working.

    Darryl
  • Darryl 

    Can you give me the name of the Taiwanese company that is selling the embedded PC board with 3 ethernet ports ???

    Thanks