>Number: 138138
>Category: usb
>Synopsis: Novatel U760 for u3g (Verizon and Bell Canada)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-usb
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 24 13:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: mike tancsa
>Release: RELENG_7
>Organization:
sentex communications
>Environment:
7.2-STABLE #0: Fri Aug 21
>Description:
This patch lets the u3g driver work with the novatel u760 sold by Verizon in
the US and Bell Canada in Canada.
Note, you still have to do a camcontrol eject pass0
>How-To-Repeat:
>Fix:
--- u3g.c.orig 2009-08-11 09:25:47.000000000 -0400
+++ u3g.c 2009-08-11 09:26:37.000000000 -0400
@@ -144,6 +144,7 @@
{{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E220 },
U3GSP_HSPA, U3GINIT_HUAWEI },
/* OEM: Novatel */
{{ USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_CDMA_MODEM },
U3GSP_CDMA, U3GINIT_EJECT },
+ {{ USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_U760 },
U3GSP_CDMA, U3GINIT_EJECT },
{{ USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_ES620 },
U3GSP_UMTS, U3GINIT_EJECT }, // XXX
{{ USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_MC950D },
U3GSP_HSUPA, U3GINIT_EJECT },
{{ USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_U720 },
U3GSP_UMTS, U3GINIT_EJECT }, // XXX
before and after camcontrol eject pass0
full speed, power 500 mA, config 1, Novatel Wireless CDMA(0x6000), Novatel
Wireless Inc.(0x1410), rev 0.00
full speed, power 500 mA, config 1, Novatel Wireless CDMA(0x5030), Novatel
Wireless Inc.(0x1410), rev 0.00
Also, not sure if its an "activation" thing or not, but we had to run the
device once on a windows machine, otherwise we would get 0.0.0.0 as the IP
address assigned. It might also be peculiar to Verizon, but we also needed to
add
deny chap
to our ppp.conf stanza.
evdo2:
set device /dev/cuaU0.0
set speed 115200
#set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
# \"\" AT OK-AT-OK ATZ OK AT\$QCMDR=3 OK \\dATDT\\T TIMEOUT 50
CONNECT"
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
\"\" AT OK-AT-OK ATZ OK \\dATDT\\T TIMEOUT 50 CONNECT"
set phone "#777"
# The authname and authkey are meaningless, but you need to have them set.
# Verizon's servers don't seem to care what you auth as.
#set authname "[email protected]"
#set authkey "vzw"
disable vjcomp
disable acfcomp
disable chap
disable pap
deny chap
disable deflate
disable deflate24
disable pred1
disable protocomp
disable mppe
disable ipv6cp
disable lqr
disable echo
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
add default HISADDR # Add a (sticky) default route
disable dns
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"