From owner-freebsd-mobile Tue Apr 17 15: 0:28 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 745DD37B42C for ; Tue, 17 Apr 2001 15:00:26 -0700 (PDT) (envelope-from evenson@panix.com) Received: from panix6.panix.com (panix6.panix.com [166.84.0.231]) by mail1.panix.com (Postfix) with ESMTP id CBBB848793; Tue, 17 Apr 2001 18:00:25 -0400 (EDT) Received: (from evenson@localhost) by panix6.panix.com (8.8.8/8.7.1/PanixN1.0) id SAA24887; Tue, 17 Apr 2001 18:00:25 -0400 (EDT) X-Authentication-Warning: panix6.panix.com: evenson set sender to evenson@panix.com using -f To: scott@visgen.com Cc: freebsd-mobile@freebsd.org Subject: Re: ppp pointers? References: <01041715564902.00640@foobar.visgen.com> From: Mark Evenson Date: 17 Apr 2001 18:00:25 -0400 In-Reply-To: Scott Augustus's message of "Tue, 17 Apr 2001 15:56:49 -0400" Message-ID: Lines: 35 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Scott Augustus writes: [...] > I notice as I type in term everything seems one step behind. For example, if > I type "atdt" after entering term the following appears: > > ppp ON foobar> term > atd > > The last character does not show up until I hit "enter" a few times. > [...] I believe the delay in seeing characters after "typing" is indicative of an interupt (IRQ) conflict. If you have a spare IRQ (use something like 'dmesg | grep irq' to see what you are currently using), configure another IRQ explicity in 'pccard.conf' like: # 3com/USR/Megahertz 3CCM556 card "3Com" "3CXM/3CCM556" config auto "sio" 5 if you want to explicitly request IRQ5 when you attach this card. If you are running a recent (FreeBSD 4.1+), add this entry to '/etc/pccard.conf' to override whatever is specified in '/etc/defaults/pccard.conf'. If this is indeed the case the PPP connection eventually terminates because the serial device is not delivering data correctly to the PPP driver. I think that I ran into the same problem with the same card on a Dell Lattiude, but the cause (shared interupts) is generic rather than specific to the hardware involved. Please take this advice as non-authorative, as I only remember the details rather dimly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message