From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta04ps.bigpond.com ([144.135.25.136]) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 16VY4v-0003Z2-00 for ; Tue, 29 Jan 2002 08:13:37 -0500 Received: from data.home ([144.135.25.84]) by mta04ps.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GQPBQI00.4XU for ; Tue, 29 Jan 2002 23:20:42 +1000 Received: from CPE-144-136-137-64.qld.bigpond.net.au ([144.136.137.64]) by psmam06.mailsvc.email.bigpond.com(MailRouter V3.0h 110/2715876); 29 Jan 2002 23:13:32 Received: from geoff by data.home with local-esmtp (Exim 3.12 #1 (Debian)) id 16VY4q-0001Pp-00; Tue, 29 Jan 2002 23:13:32 +1000 Date: Tue, 29 Jan 2002 23:13:31 +1000 From: Geoff Shang To: speakup@braille.uwo.ca Subject: Re: ppp & cdrw access In-Reply-To: <005801c1a8a9$32cfc0a0$7278f5cd@angeloso> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.7 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: Hi: Your permissions thing is probably being caused by not having permission to use the serial device that your modem is connected to. Do the following: 1. Type "ls -l /dev/ttySx" where x is the port of your modem (0 for comm1, 1 for comm2). 2. Make sure the permissions are at least rw-rw---- - use chmod as root to change it if they're not. they probably will be OK. 3. Look to see who owns it. It'll probably be root as the owner and dialup or something as the group. The group is what we want, here. 4. Use your favourite text editor and edit /etc/group . Find the group which owned the port and add the user account to the group. If the group has no members, put the username after the last colon. If there is already one or more users in the group, put a comma directly after the last existing username and put in the new one. Note that the syntax here is important and things may break iif it's not done right. 5. Save and relog your user account so the changes take effect. 6. Type "groups" as your user to check that you're in the appropriate group. 7. Type "pppgo" and cross your fingers. The problem with not being able to run pppgo as root is more than likely a search path issue. Your user account has some paths in its $PATH that root does not. Geoff.