USB Modems

M. Warner Losh imp at bsdimp.com
Fri Apr 1 08:26:41 PST 2005


In message: <6.2.1.2.0.20050401111048.04026928 at 64.7.153.2>
            Mike Tancsa <mike at sentex.net> writes:
: At 10:39 AM 01/04/2005, M. Warner Losh wrote:
: >In message: <200504011504.j31F4DUv000717 at pele.r.caley.org.uk>
: >             Richard Caley <rjc at 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


More information about the freebsd-usb mailing list