From owner-freebsd-mobile@FreeBSD.ORG Wed Apr 21 15:53:28 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6CDF16A4CF for ; Wed, 21 Apr 2004 15:53:28 -0700 (PDT) Received: from invasion.mail.pas.earthlink.net (invasion.mail.pas.earthlink.net [207.217.120.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E80A43D53 for ; Wed, 21 Apr 2004 15:53:28 -0700 (PDT) (envelope-from welchsm@earthlink.net) Received: from c-66-41-232-103.mn.client2.attbi.com ([66.41.232.103] helo=NitroPhys.welchsmnet.net) by invasion.mail.pas.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 3.36 #4) id 1BGQas-00017U-00; Wed, 21 Apr 2004 15:53:27 -0700 Received: from NitroPhys.welchsmnet.net (localhost [127.0.0.1]) i3LMrGXH011957; Wed, 21 Apr 2004 17:53:18 -0500 (CDT) (envelope-from welchsm@localhost.welchsmnet.net) Received: (from welchsm@localhost)i3LMrGY6011956; Wed, 21 Apr 2004 17:53:16 -0500 (CDT) (envelope-from welchsm) Date: Wed, 21 Apr 2004 17:53:15 -0500 From: Sean Welch To: ian.brunell@tiscali.co.uk Message-ID: <20040421225315.GA11918@NitroPhys.welchsmnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-ELNK-Trace: 15d86f98c8ef8acad780f4a490ca69564776905774d2ac4b71bebb03757bd3b1b32fd994eb1c6fd8350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: freebsd-mobile@freebsd.org Subject: Re: Toshiba Tecra 8000, Lucent Modem, FreeBSD 4.9-RELEASE, and ltmdm-1.4_5.tgz X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sean_Welch@alum.wofford.org List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2004 22:53:28 -0000 Hello, Ian. I use the ltmdm software quite a bit and have since just before it appeared in the ports tree. Speaking of which, > pkg_add -v ltmdm-1.4_5.tgz is there some reason you didn't install it via port? Adding a load statement to /boot/loader.conf shouldn't be necessary because it will put a startup script under /usr/local/etc/rc.d to get the device configured at boot. I notice you are using: > set device /dev/cual1 Shouldn't that be /dev/cual0 instead?? That is what it has always been for me. If you aren't sure this should get the correct device for you: ls /dev/cual* For me that outputs: /dev/cual0 /dev/cuala0 /dev/cuall0 Also, check your dmesg statent like this for the device: demsg | grep ltmdm You should see something like: ltmdm0: port 0xe800-0xe8ff,0xecb8-0xecbf mem 0xf8ffec00-0xf8ffecff irq 10 at device 8.0 on pci8 ltmdm0: type Virtual 16550A This software has worked for me under every revision of FreeBSD I've tried to use it under. I'm currently running 4.9-RELEASE and 5.2.1-RELEASE using the modem with no issues. Good luck! Sean