|
Related YoLinux Tutorials:
°Connecting to "Compuserve Classic"
°Connecting to your generic ISP using PPP
°YoLinux Tutorials Index
Free Information Technology Magazine Subscriptions and Document Downloads
|
| PengAOL software installation and configuration: |
Steps to install and use PengAOL dialer:
- Download: Download PengAOL software from SourceForge.
-
This tutorial covers PengAOL version 1.0.
I also tried 0.96 (RPM version) with less than satesfactory results.
I am using Red Hat Linux 7.2 for this tutorial but due to the fact that one can compile the source code,
I feel that it is probably Linux version and release independant.
Download at least version 1.0beta1. Two downloads are available:
- peng1.0a01.tar.gz - Source and precompiled executables.
- QTkylix.tar.gz - Kylinx libraries used for GUI version. Covered at end of tutorial.
- Unpack and install:
-
[root prompt]# tar xzf peng1.0a01.tar.gz [root prompt]# cd peng [root prompt]# ./recompile - Optional and recommended. You can recompile from source and install. Uses local language environment variable for configuration.
OR
[root prompt]# ./Install - Use precompiled binaries
|
Note the install scripts will configure the following:
-
chmod +s /usr/bin/pengaol - pengaol will be set to execute as root
chmod +s /usr/bin/peng - pengaol will be set to execute as root
chmod 666 /dev/ttyS0 - Defaults are changed to allow regular users access to serial ports
chmod 666 /dev/ttyS1
|
While I find this acceptable for my own personal workstation, it may not be acceptable for a public system. It's your call.
I personally use an external modem on COM2 (/dev/ttyS1). Many internal modems use other serial ports may require the appropriate configuration.
Software installed:
-
/usr/bin/pengaol /usr/bin/peng /usr/bin/pengsetup - GUI configuratiojn program. Did not work for me. Just locks up and waits.
/usr/bin/PengGui - GUI program. See configuration below.
/usr/bin/wavplay
|
Configuration and data files installed:
-
/etc/Pengaol/PengAol.conf - Edit this file. See below.
/etc/Pengaol/Dns - Same purpose as /etc/resolv.conf. List of name servers
/etc/Pengaol/PengMessages.txt
/usr/share/sound/goodbye.wav
/usr/share/sound/waw.wav
/usr/share/sound/welcome.wav
|
- Configuration:
- Test auto driver detection: pengaol -ListDriver
-
Load language : en Driver Name : CPppDriver Author : Birdy57 Message included : Vers 0.55 Linux Guid : 3812 The pilot works on this configuration :Yes
Driver Name : CTunTapDriver Author : birdy57 Message included : Vers 0.5 Linux Guid : 4212 The pilot works on this configuration :No
Driver Name : CCableDriver Author : birdy57 & surfufu Message included : Vers 0.5 Multi Guid : 8301 The pilot works on this configuration :No
Driver Name : CModemDriver Author : Birdy57 Message included : Vers 0.5 Linux Guid : 1711 The pilot works on this configuration :Yes
|
- Dial AOL and use internet connection:
-
pengaol -User [login] [Password] OR
pengaol -AddUser [login] [Password] - Do this once to add user to $HOME/.PengUser
pengaol -Connect [login]
Other command line examples:
-
pengaol -DelUser [login] pengaol -ListUser
Other command line options require the setting of compilation flags to turn them on. (i.e. -Debug, -Log,...)
- Terminate the session: killall pengaol or CNTL-c
[Potential Pitfall]: If it doesn't connect try a different access number.
In addition to the pengaol configuration set-up above, perform the
following additional steps:
- Download and install:
[root prompt]# tar xzf QTkylix.tar.gz - Required for GUI interface users
[root prompt]# cd QT/ [root prompt]# ./install
This will create the directory /opt/qtkylix and copy the Kylix
libraries to this directory.
- Run GUI dialer:
Script to start GUI version of AOL dialer found in: peng/peng/pengui
-
#!/bin/sh export LD_LIBRARY_PATH=/opt/qtkylix ls -l /dev/modem > /tmp/Modem.txt PengGui
|
- Select "Connect" button:
-
- New dialog box appears. Select "OK":
-
- Select appropriate login from pull-down menu and select "Start" button:
(or select "User Manager" button to add and configure user - once)
-
- User Manager: add/delete/edit a login/password:
(Add and configure user - once)
-
- Select "Start" button. System will dial and connect:
-
- GUI will show stats:
-
- The "Quit" button will disconnect you from AOL.
Dial up modem access numbers may be obtained by first using the nationwide
(U.S., Puerto Rico, and the US Virgin Islands) modem dial-up number:
1-(800)716-0023
(they charge 10 cents a minute or $6.00 per hour)
This will connect you to the internet. Search for a local access number by
entering the telephone area code on the AOL access number search page:
http://access.web.aol.com/
International Access Numbers: http://intlaccess.web.aol.com/
Call and get a number (beware they make you wait for an operator): (800)827-6364
Checking your email can be done in two ways:
- Go to Aol.com and use the web interface.
- Download Netscape 6.1+ and use it to access AOL email via the
AOL IMAP interface.
When adding a new email account to the Netscape configuration it will
allow one to configure the account for POP, IMAP, AOL or a Newsgroup.
Choose AOL.
It works!! Even though Mozilla is almost exactly the same as Netscape 6+
on Linux, only Netscape supports AOL mail.
- Select from the browser toolbar "Tasks" + "Mail".
- From the new Mail window select "Edit" + "Mail/News Account Settings...".
- Selecting the "New Account" button will bring up a wizard to create the
new AOL mail account.
- To use the account select the AOL Mail account "Mail Folder". You will
now be in the AOL mail environment to read, archive and delete mail.
This will require the use of your AOL screen name and password.
- AOL Servers:
- IMAP: imap.aol.com
- SMTP (outbound): smtp.aol.com
(Use AOL login/password)
|