Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2001 16:14:04 +0900
From:      WATANABE Kiyoshi <aab10490@pop16.odn.ne.jp>
To:        "R.P. Aditya" <aditya@grot.org>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: Patch for Lucent LT Winmodem driver (Re: linmodem on freebsd)
Message-ID:  <3C2CCECC.C6A5C9D7@pop16.odn.ne.jp>
References:  <3BEF1C33.ACDCABEA@pop16.odn.ne.jp> <20011113014012.A74305@laptop.lambertfam.org> <3BF11508.FD372F0@pop16.odn.ne.jp> <20011113134937.A21171@laptop.lambertfam.org> <3BF25FE2.A7A64820@pop16.odn.ne.jp> <20011114152627.A538@laptop.lambertfam.org> <3BF33306.E5FA1162@pop16.odn.ne.jp> <3C2C5B5D.D3909E99@pop16.odn.ne.jp> <20011228090321.A34908@mighty.grot.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 28 Dec 2001 09:03:21 -0800, "R.P. Aditya" <aditya@grot.org> wrote:
> On Fri, Dec 28, 2001 at 08:02:47PM +0900, WATANABE Kiyoshi wrote:
> > After that, I found some BUGs in the ltmdmsio.c.
> > I am sorry, the reason was this, not ACPI.
> >
> >
> >   URL:    http://www.geocities.com/wtnbkysh/
> >
> >   driver: ltmdm-0.6-freebsd.tar.gz
> >
> >   patch:  ltmdm-0.6-patch-1.txt
> >           ltmdm-0.6-patch-2.txt
> >           ltmdm-0.6-patch-3.txt
> >           ltmdm-0.6-patch-4.txt
> >
> >   tested on 4.4-RELEASE and 5.0-20011224-CURRENT
> 
> is this what is used in the ltmdm port? If not, should it be?
> 


The ltmdmsio.c included in the distribution of the ltmdm port version 1.0
is the same as "ltmdm-0.6/ltmdmsio.c + ltmdm-0.6-patch-1.txt".

I think the port will be updated soon.  Please wait for it.


If you have /usr/ports/comms/ltmdm (PORTVERSION=1.0) and
you do not want to wait until the port is updated, execute the followings.
(If 'fetch' doesn't work, use Web browser.)

cd /usr/ports/distfiles
fetch http://www.geocities.com/wtnbkysh/ltmdm-0.6-patch-2.txt
fetch http://www.geocities.com/wtnbkysh/ltmdm-0.6-patch-3.txt
fetch http://www.geocities.com/wtnbkysh/ltmdm-0.6-patch-4.txt

cd /usr/ports/comms/ltmdm
rm -rf work
make PATCHFILES="ltmdm-0.6-patch-2.txt ltmdm-0.6-patch-3.txt ltmdm-0.6-patch-4.txt" PATCH_DIST_ARGS="-p -d `pwd`/work/sys" NO_CHECKSUM=yes
make deinstall
make install
make clean

/usr/local/etc/rc.d/ltmdm.sh stop   <- if you want to load ltmdm.ko immediately.
/usr/local/etc/rc.d/ltmdm.sh start  <- if you want to load ltmdm.ko immediately.

--



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?3C2CCECC.C6A5C9D7>