From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 1cust164.tnt6.hou10.da.uu.net ([67.192.147.164] helo=toccata.rednote.net) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 17OnpL-0005z8-00 for ; Sun, 30 Jun 2002 19:09:57 -0400 Received: from localhost (janina@localhost) by toccata.rednote.net (8.11.6/8.11.6) with ESMTP id g5UN9rU02921 for ; Sun, 30 Jun 2002 19:09:54 -0400 X-Authentication-Warning: toccata.rednote.net: janina owned process doing -bs Date: Sun, 30 Jun 2002 17:35:22 -0500 (CDT) From: Janina Sajka X-X-Sender: janina@toccata.rednote.net To: Anna Schneider Subject: Getting Dialup Working In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-1084898071-1025476522=:1493" ReSent-Date: Sun, 30 Jun 2002 18:09:48 -0500 (CDT) ReSent-From: Janina Sajka ReSent-To: speakup@braille.uwo.ca ReSent-Subject: Getting Dialup Working ReSent-Message-ID: Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: --8323328-1084898071-1025476522=:1493 Content-Type: TEXT/PLAIN; charset=US-ASCII Well, there's more than one way to do it. Here's a simple way to get you started ... Attached to this email is a file called wvdial.conf. It goes in your /etc directory, so you'll have to be root to mv it over there. You will also need to edit it. First, the simple stuff. Change the phone number to the one you use for your isp. The number in this file is UU_Net dial up for West Houston, Texas, because that's where I am today. The '9,' is because I'm in a hotel and must dial '9' to get out, and the ',' tells the modem to wait a second (or so) before continuing to dial. Also, put your real username and your real password in. The tricky part is finding out what /dev/ttyS port your modem is on. Here's how to find out, assuming you actually hear dialtone and touchtones when your modem dials: As root do: echo ata >/dev/ttyS0 If that comes back with just a prompt, that's not the one. So, do up arrow, backspace once to take the 0 off, 1 to change the command to read: echo ata >/dev/ttyS1 and enter. If, you get dial tone, great. If not, keep trying, with 2, then 3, etc. You'll probably find it by 3, and you'll be trying to figure out how to turn the darn thing off. Here's how: echo ath >/dev/ttySX where X is the number that actually got the dial tone, 0 1 2 or 3, whichever it turns out to be. Now, you know how to edit that line in the wvdial.conf file. And, you can use pico to make all these edits! Now, to actually dial do: wvdial & The '&' symbol tells Linux to put the dialup job in the background so you can have your root console back. Just press enter and you'll get it back without killing your dialup. You may later get some messages again on screen, just hit enter again. You're now online. -- Janina Sajka, Director Technology Research and Development Governmental Relations Group American Foundation for the Blind (AFB) Email: janina@afb.net Phone: (202) 408-8175 Chair, Accessibility SIG Open Electronic Book Forum (OEBF) http://www.openebook.org --8323328-1084898071-1025476522=:1493 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="wvdial.conf" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="wvdial.conf" DQpbRGlhbGVyIERlZmF1bHRzXQ0KTW9kZW0gPSAvZGV2L3R0eVMzDQpCYXVk ID0gMTE1MjAwDQpJbml0MSA9IEFUWg0KSW5pdDIgPSBBVFEwIFYxIEUxIFMw PTAgJkMxICZEMiBTMTE9NTUgK0ZDTEFTUz0wDQo7IA0KUGhvbmUgPSA5LDI4 MTUwNDAwODANCiBVc2VybmFtZSA9IFt5b3VyLnVzZXJuYW1lXQ0KIFBhc3N3 b3JkID0gPVt5b3VyLnBhc3N3b3JkXQ0KU3VwaWQgTW9kZSA9IHllcw0KDQo= --8323328-1084898071-1025476522=:1493--