Date: Sat, 14 Apr 2001 23:38:38 +0900 From: WATANABE Kiyoshi <aab10490@pop16.odn.ne.jp> To: Dinesh Nair <dinesh@alphaque.com> Cc: Kevin Oberman <oberman@es.net>, Daniel O'Connor <doconnor@gsoft.com.au>, Richard C. <freebsd@telus.net>, freebsd-mobile@FreeBSD.ORG Subject: Re: Modem on laptop... Message-ID: <3AD860EE.10669130@pop16.odn.ne.jp>
next in thread | raw e-mail | index | archive | help
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 <aab10490@pop16.odn.ne.jp>
--
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AD860EE.10669130>
