modem and dial up connection

Bill Christiansen bill.christiansen at gmail.com
Thu Nov 18 08:11:53 UTC 2004


The Lucent winmodem does work perfectly with Ubuntu but takes a bit of
work to set up. You will need the build-essential package and the
linux-headers installed and download the ltmodem source package from
http://www.physcip.uni-stuttgart.de/heby/ltmodem/
(choose the version with 2.6 kernel support ltmodem-8.31a8.tar.gz).
You will need extract the archive and run the ./build_deb script, to
make a deb package that you can then install.

I use gnome-ppp to dial.


On Thu, 18 Nov 2004 01:29:48 -0500, Ben Kuang <bensdomain12 at gmail.com> wrote:
> Hi:
> 
> I get access to the internet from my school server.  Therefore, I have
> to run a script with .scp which has the following code:
> 
> proc main
> delay 5 transmit "^M"
> waitfor "Username"
> transmit $USERID, raw
> transmit "^M"
> waitfor"Password:"
> transmit $PASSWORD, raw
> transmit "^M"
> waitfor ">"
> transmit "ppp^M"
> endproc
> 
> How would I be able to connect to the internet using dial up in ubuntu.
> 
> I am using a Lucent Win Modem, does this affect my ability to use dial
> up in ubuntu?  How do i know if Ubuntu detected my modem.
> 
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>




More information about the ubuntu-users mailing list