Jump to content

Speedtouch adsl modem setup - Linux very newbie...


klutzini
 Share

Recommended Posts

  • 3 weeks later...
  • Replies 47
  • Created
  • Last Reply

Top Posters In This Topic

Just registered to say thanks really.

I was having enormous problems getting my Speedtouch to work with Mandrake 10 and this thread has (eventually) solved my problem.

Arthur's code snippets along with one or two of the point's made by Havin It resolved it in the end.

 

I had to add the line:

alias speedtdch off

to modprobe.conf twice - running the configuration tool again seemed to remove it.

 

I had to run the tool though since putting the correct vpi/vci numbers into

/etc/ppp/peers/adsl

manually didn't work.

 

Ran the tool and entered 0,38.

Opened the file and as Havin It said, I found it contained 0,56!

Changed it to a 38 and still no luck with the connection script.

 

Re-booted the machine (hard to break Windows habits! :P ) and this time tried with the full script:

#!/bin/bash

modem_run -m -f /path/to/alcaudsl.sys

pppd call adsl

sleep 4

ifconfig

iptables -A INPUT -i ppp0 -p tcp --syn -j DROP

 

Instead of just the two lines.

 

The ifconfig output didn't look any different which I still don't understand, but this time a ping to www.google.com actually got a response!

You cannot imagine my elation! :cheeky:

 

Thanks for youyr help guys.

 

I would appreciate if anyone has any tips on how to run the script as root at boot time, but even having to start up the connection manually is a joy compared to no connection at all! :D

Link to comment
Share on other sites

  • 3 weeks later...
Guest peteoshea

Thanks to all of the advice on this thread I have managed to manually start a connection with Mandrake 10CE, but how can you stop and start the connection at will?

 

I am back using Mandrake 9.2 at the moment because I like to have to connection up all of the time and a simple

 

service internet restart

 

would restart the connection if it went down for any reason. I cannot find anyway of restarting the connection using the method on this thread. Killing the pppd and modem_run commands and then restarting them doesn't work?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share


×
×
  • Create New...