awaludin <xblank_id@yahoo.com> Oct 11th, 2008
Copyright@2008 Awaludin distributed under GNU Public License(GPL) v2 terms
read GPL v2 for details
you can redistribute it and/or modify it under the terms of GNU Public Licence, either
version 2, or (at your option) any later version.
———————————————————————————
Description:
This document is about my experience used dial up connection on GNU/Linux Slackware
although I used GNU/Linux Slackware, this perhaps can use on other GNU/Linux Distribution
try it your self
———————————————————————————————————————-
Disclaimer:
THE AUTHOR AND MANTAINERS ARE NOT RESPONSIBLE FOR ANY DAMAGE INCURED
DUE THE ACTIONS TAKEN BASED ON INFORMATION CONTAINED IN THIS DOCUMENT.
THIS DOCUMENT COMES WITH ABSOLUTELY NO WARANTY USE AT YOUR OWN RISK!
This document is based on my experience, Information and other contents in this document
are the best of my knowledge. However, I have made errors and mistakes. So you should
determine if you want to follow the instructions given in this document
This document is only remade from my experience, not exactly or precizely same process as I do.
———————————————————————————————————————–
Table of Contents
0×0. Symbols use on this document and preparations
0×1. Check your modem
0×2. Install required stuff
0×3. Run it
0×4. Something I do manually
0×5. Actually
1. Install sudo packet
$ sudo installpkg sudo-1.6.8p12-i486-1.tgz
0×0. Symbols use on this document and preparations
Before you read this document, there are symbol that represent on this document
these are symbols used in this document
$ = user prompt
# = superuser prompt
Preparations
2. Install n packet network such as ppp
$ sudo installpkg ppp-2.4.4-i486-1.tgz
3. current linux kernel source used packet
4. modem driver and modem driver deamon
5. kdenetwork packet
$ sudo installpkg kdenetwork-3.5.7-i486.tgz
7.Telephone cable connection
8. Snack n coffee
0×1. Check you modem
$ lspci -i modem
This is a result :
00:1f.6 Modem: Intel Corporation 82801CA/CAM AC’97 Modem Controller (rev 02)
If you want to see detail informations of modem
$ lspci -vv
0×2 Install required stuff
Install driver according to your modem
Check you driver by searching on internet using any search engine
Before you installed the modem driver, firstly you must install the linux kernel source
according linux kernel that you currently use.
$ uname -a
Linux darkstar 2.6.21.5-smp #2 SMP Tue Jun 19 14:58:11 CDT 2007 i686 Mobile Intel(R) Pentium(R) III CPU - M 1200MHz GenuineIntel GNU/Linux
Your result is probably different from me
$ sudo installpkg kernel-source-2.6.21.5_smp-noarch-2.tgz
After you installed linux kernel source then installed the driver
I used slmodem,
$ tar zxf slmodem-2.9.11-20080817.tar.gz
$ cd slmodem-2.9.11-20080817
open README and read it carefully
$ vim README
I made some different when I was installing the driver, in order to make this driver become slackware package
so I don’t have to compiling driver anymore.
this what I had done
$ sudo su
# make
# make install DESTDIR=/tmp/slmodem-2.9.11-20080817
# cd /tmp/slmodem-2.9.11-20080817
# makepkg -l y -c y -p slmodem-2.9.11-20080817-i686-awal.tgz
# installpkg /tmp/slmodem-2.9.11-20080817-i686-awal.tgz
0×4 Run it
After you install the driver you can load required module into system as driver
$ sudo modprobe slamr
Run the modem driver deamon
$ sudo slmodemd /dev/slamr0
Press Alt+F2 to open run application dialog type “kppp” than press Enter

Choose Configure button

Actually I had already configure my account configuration,
You can press New button to add new account
and will show this dialog below

Fill the form as required
I had said before that I had already had my account, because so troublesome I only show you
my configuration was
This dialog below is my configuration

and

and after you done, you can press the OK button
The next step is configure your modem, on configuration dialog, choose modems tab
it wil show like this

this is my modem configuration

after you done, you can press Ok button
At the KPPP front end

Choose the “connect to form” dropdown, and fill Login ID and Password ID with
user: telkomnet@instan
pass:telkom
Then press Connect button
wait for a moment,
In the prosess, you will be asked ID and Password once more time,
fill the ID and Password with the same pass as before
After few minute waiting you can enjoy the internet connection
Open your browser, than surf.
see ya, bye