From owner-freebsd-questions@FreeBSD.ORG Mon Nov 10 13:51:32 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABE6416A4CE for ; Mon, 10 Nov 2003 13:51:32 -0800 (PST) Received: from smtp09.wxs.nl (smtp09.wxs.nl [195.121.6.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2FC543FE0 for ; Mon, 10 Nov 2003 13:51:31 -0800 (PST) (envelope-from akruijff@www.kruijff.org) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186])18questions@freebsd.org; Mon, 10 Nov 2003 22:48:51 +0100 (MET) Received: from Alex.lan (localhost [127.0.0.1]) by kruij557.speed.planet.nl (8.12.9p2/8.12.9) with ESMTP id hAALoqQb003585; Mon, 10 Nov 2003 22:50:53 +0100 (CET envelope-from akruijff@Alex.lan) Received: (from akruijff@localhost) by Alex.lan (8.12.9p2/8.12.9/Submit) id hAALopYi003584; Mon, 10 Nov 2003 22:50:51 +0100 (CET envelope-from akruijff) Date: Mon, 10 Nov 2003 22:50:51 +0100 From: Alex de Kruijff In-reply-to: <3FAF206A.4050204@quik.com> To: james Message-id: <20031110215051.GA559@dds.nl> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.1i References: <3FACD67B.5090807@quik.com> <20031109124420.GB553@dds.nl> <3FAE2D98.6050102@quik.com> <20031110010521.GF553@dds.nl> <3FAF206A.4050204@quik.com> cc: questions@freebsd.org Subject: Re: how to modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2003 21:51:32 -0000 I've also CC questions@freebsd.org. Could you also do this next time? On Sun, Nov 09, 2003 at 09:21:46PM -0800, james wrote: > Alex de Kruijff wrote: > > >On Sun, Nov 09, 2003 at 04:05:44AM -0800, james wrote: > > > > > >>Alex de Kruijff wrote: > >> > >> > >> > >>>On Sat, Nov 08, 2003 at 03:41:47AM -0800, james wrote: > >>> > >>> > >>> > >>> > >>>>I can't find the modem . although I did finally get kde installed > >>>>are there any simple instructions for finding your modem and > >>>>hitching up to the internet > >>>> > >>>> > >>>> > >>>> > >>>What type of modum do you have? (i.e. external/internal, > >>>plug-n-play/jumpers) > >>> > >>>Did you see it in the output of 'dmesg'? > >>> > >>> > >>> > >>im not sure of the name but it is an old internal jumper style with the > >>tiny switches instead of the pull off style of jumpers > >>thkns ill try dmesg well I took it out and looked at it it is set to > >>com 4 and its a rockwell an old one the dmesg didn't seem to know what > >>it was will try to give more info i am useing a aptiva with 32 megs ram > >>and the vedio card has 2 mb mem what else there is an maxetor 1 gig hd > >> > >> > > > >(Is it ISA or PCI?) > > > >I bleave, from what i have read, that you don't requere the port you > >installed. Leave it for now. > > > >What have you done to get it working? (Read documentation, commands > >entered) > > > >You wanna read this: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html > > > > > > > hey thanks for your patiance I read the page from the link and i am > thinking i may not have the modem set right it was set to com four and > i changed it to com 2 A PC normaly have two com port and these are com 1 and 2. You can change it to com 2 if you like, but you do have to the com port 2 off line. At the time that i was struggeling with my modem my thougths where that com 4 would be /dev/cuaa3. It exists so FreeBSD sould be able to handle it. > also there is an error message when I click on the kppp dail up icon i > get this error : /etc/resolve.conf is missing or cannot be read. Whe you call your ISP it normaly gives you the information you need to use the internet. The IP of the next node is one of them and goes in to this file. I'll give you the shell command that just creates this file, but doesn't place anything in it, since souldn't requere that. The right permissions are created by defauld. Run as Root: touch /etc/resolve.conf > Ask > your andministator to creat this file . (can be empty) with appropriate > read write permissions . I am a dunce a creating things so how do I > proceed??? it is plugged into an ISA slot if that helps > My advise would be to forget kppp for now until you have you modem working with ppp. The command you give from the shell (as root) to dial are: (# and > are not part of the command) # ppp > dial provider At this time you should hear you modem dial. If it doesn't change something and try again. Create the configuration files as stated in 18.2.1.3.1 PPP and Static IP Addresses and 18.2.1.3.2 PPP and Dynamic IP Addresses. I'm assuming you have a dynamic IP address, like most calles have. Then try to dial. If it doesn't work change the com ports and try again. -- Alex Articles based on solutions that I use: http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/