From owner-freebsd-mobile Sat Apr 14 7:55:11 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from t-mta4.odn.ne.jp (mfep4.odn.ne.jp [143.90.131.182]) by hub.freebsd.org (Postfix) with ESMTP id 6F5A237B440 for ; Sat, 14 Apr 2001 07:55:05 -0700 (PDT) (envelope-from aab10490@pop16.odn.ne.jp) Received: from pop16.odn.ne.jp ([143.90.212.93]) by t-mta4.odn.ne.jp with ESMTP id <20010414145458566.QKNO.26996.t-mta4.odn.ne.jp@mta4.odn.ne.jp>; Sat, 14 Apr 2001 23:54:58 +0900 Message-ID: <3AD860EE.10669130@pop16.odn.ne.jp> Date: Sat, 14 Apr 2001 23:38:38 +0900 From: WATANABE Kiyoshi X-Mailer: Mozilla 4.73-ja [ja] (X11; I; FreeBSD 4.2-RELEASE i386) To: Dinesh Nair Cc: Kevin Oberman , Daniel O'Connor , Richard C. , freebsd-mobile@FreeBSD.ORG Subject: Re: Modem on laptop... Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dinesh Nair wrote: > > On Sat, 14 Apr 2001, Dinesh Nair wrote: > > > on a lucent lt winmodem on a compaq armada m300, loading the module and > > dialling thru userland ppp works like a charm. havent managed to get it to > > work with kde's kppp though. it first complains of unable to lock file, > > belay that, matey ! > > it runs, dials and negotiates just fine. connectins work for a short > while, however it hangs the entire machine, and by hangs i mean freezes > everything such that ctrl-alt-backspace (for X) or ctrl-alt-delete dont > work at all. only thing that works is a manual power cycle. > > this freeze happens after some traffic does get thru, and usually early > on. i've not managed to have it last longer than 3 minutes, though this > may be probably tied to the number of bytes flowing thru the modem. > > odd, havent quite figured this one out yet. all this on FBSD 4.3-BETA from > early march. > > --dinesh Sorry I forget to update. please try this patch. --- ltmdmsio.c-0.4 Fri Mar 23 22:40:13 2001 +++ ltmdmsio.c Sat Mar 31 23:04:22 2001 @@ -439,7 +439,7 @@ com = com_addr(unit); - enable_intr(); + disable_intr(); if (com != NULL) siointr1(com); enable_intr(); If it doesn't work, please email me again. WATANABE Kiyoshi -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message