Date: Sat, 12 May 2001 12:31:29 +0800 (MYT) From: Dinesh Nair <dinesh@alphaque.com> To: WATANABE Kiyoshi <aab10490@pop16.odn.ne.jp> 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: <Pine.BSF.4.21.0105121229430.5337-100000@prophet.alphaque.com> In-Reply-To: <3AD860EE.10669130@pop16.odn.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
sorry for the long delay in replying, but after patching with watanabe's patch below, the lt winmodem now works great. have sustained 10-20 minute dialins without problem, though speeds are sort of pegged at around 33.6kbps. nevertheless, my gratitude to watanabe for the driver code. any chance that this will make its way into the source tree and form a part of the freebsd distribution ? --dinesh On Sat, 14 Apr 2001, WATANABE Kiyoshi wrote: > 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?Pine.BSF.4.21.0105121229430.5337-100000>