LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   New modem, new problem (https://www.linuxquestions.org/questions/linux-newbie-8/new-modem-new-problem-310811/)

InterestingDave 04-07-2005 02:32 PM

New modem, new problem
 
My first question on this forum was how could I install my USB DSL modem under SuSE linux 9.1, I gave up in the end.

I bought a new internal DSL modem to try instead, imagine my delight when the operating system found the modem and automatically configured it!

All that I then needed to do was configure a DSL connection using the modem as an ethernet adaptor, no problem for someone who has been using linux for well over a week now.;)

Everything seemed to go well, until I clicked to connect. After quite a wait, nothing happened. I clicked to view the connection log and found that my downfall was something called PADA's. What are these?

SuSE linux is very user friendly and guides the user through most things, but I can't find a reference to PADA's in the info.

knoxlinuxuser 04-07-2005 03:11 PM

First, to verify that your connection is indeed closed type
Code:

ping www.yahoo.com
. If the connection fails, then type
Code:

ifconfig
. If you do not see listed then type
Code:

ifconfig eth0 up
. This will turn on your ethernet connection. Since you said SuSE configured your card already, your IP address, NETmask, and gateway should already be correct. Now try the ping command again. If you still get no response, you should su to root and then type
Code:

pump eth0
. This forces the connection to be active. All fingers crossed, this should work. Good luck.

InterestingDave 04-07-2005 03:51 PM

It's actually PADO packets that my connection is timing out whilst waiting for.

Thanks, but doing the above didn't help.


All times are GMT -5. The time now is 12:08 AM.