Users Guide

Table Of Contents
434 | W-600 Series Controller Dell PowerConnect ArubaOS 5.0 | [User Guide
If your modem is not recognized (such as “type is unknown”, “no matching profile”, or “device not ready”),
use the show usb verbose ( Figure 86) command to verify your modem is listed.
Figure 86 show usb verbose for profile and driver
3. Create a cellular profile and import the identifiers.The Dialer, Tty, and Driver fields are the new profile
defaults.
Figure 87 cellular profile new_card command
4. Configure the modem driver.
The default “option” driver is a catch-all for cellular modems. Nearly all cards use this driver and support for
new modems are added here. Once option driver is configured to work with this device, it recognizes the
modem and expose its ports. The following example has four serial TTY ports (option driver) and one flash
device (usb-storage driver).
Figure 88 Driver options
(host) #show usb verbose
...
T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1410 ProdID=4100 Rev= 0.00
S: Manufacturer=Novatel Wireless Inc.
S: Product=Novatel Wireless CDMA
S: SerialNumber=091087843891000
C:* #Ifs= 5 Cfg#= 1 Atr=a0 MxPwr=500mA
...
(host) #
(host) (config) #cellular profile new_card
(host) (config-cellular new_card)# import 10
(host) (config-cellular new_card)# show cellular profile
Cellular Profile Table
----------------------
Name Vend Prod Serial Dialer Tty Driver Priority Modeswitch
---- ---- ---- ------ ------ --- ------ -------- ----------
new_card 1410 5010 091087843890000 evdo_us ttyUSB0 option default
(host) (config) #
(host) #show usb verbose
...
P: Vendor=1410 ProdID=4100 Rev= 0.00
S: Manufacturer=Novatel Wireless Inc.
S: Product=Novatel Wireless CDMA
S: SerialNumber=091087843891000
C:* #Ifs= 5 Cfg#= 1 Atr=a0 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#= 3 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
I: If#= 4 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
...