Comment 36 for bug 886130

Revision history for this message
H NAKAMURA (nhe) wrote : Re: Verizon Wireless USB551L 4G Wireless Card detected as wired NIC

Or just executing
  /sbin/modprobe option
  /bin/echo "1410 b001" > /sys/bus/usb-serial/drivers/option1/new_id
to enable tty I/F of usb551L.

However, usb551L also has CDC-Ether interface, which should
be faster than PPP I/F if it can be enabled:

T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=1410 ProdID=b001 Rev=00.15
S: Manufacturer=Novatel Wireless, Inc.
S: Product=Novatel Wireless 4G
S: SerialNumber=990000XXXXXXXX
C: #Ifs= 6 Cfg#= 1 Atr=e0 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
I: If#= 4 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
I: If#= 6 Alt= 0 #EPs= 1 Cls=02(commc) Sub=06 Prot=00 Driver=cdc_ether
I: If#= 7 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_ether

But I haven't got succeeded yet.