Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Apr 2005 09:24:33 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        mike@sentex.net
Cc:        freebsd-usb@freebsd.org
Subject:   Re: USB Modems
Message-ID:  <20050401.092433.108769012.imp@bsdimp.com>
In-Reply-To: <6.2.1.2.0.20050401111048.04026928@64.7.153.2>
References:  <200504011504.j31F4DUv000717@pele.r.caley.org.uk> <20050401.083924.40995198.imp@bsdimp.com> <6.2.1.2.0.20050401111048.04026928@64.7.153.2>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <6.2.1.2.0.20050401111048.04026928@64.7.153.2>
            Mike Tancsa <mike@sentex.net> writes:
: At 10:39 AM 01/04/2005, M. Warner Losh wrote:
: >In message: <200504011504.j31F4DUv000717@pele.r.caley.org.uk>
: >             Richard Caley <rjc@interactive.co.uk> writes:
: >: I haven't found ANY recent comment anywhere on the Web or Usenet from
: >: someone who is sucessfully using a USB modem which I can find for sale
: >: with BSD or Linux.
: >
: >My cell phones (Sanyo CP-4900 and RL-4920) both show up as a umodem
: >and work flawlessly.
: 
: What underlying drivers do they use ? Also, do you have anything special 
: configured in ppp ?

umodem, like I said.  ppp is bog simple:
sprint:
 set device /dev/ttyU0
 set speed 230400
 set phone "#777"
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
           \"\" AT OK-AT-OK ATE1Q0 OK AT+IFC=2,2 OK AT+IPR=230400 OK \\dATD\\T TIMEOUT 100 CONNECT"
 add default HISADDR                    # Add a (sticky) default route

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050401.092433.108769012.imp>