Sierra USB wireless to beagleboard xm with Angstrom

Hi,

I’m a newbie and trying to connect a USB 308 sierra wireless to a beagleboard xm with angstrom.

when I connect the device I get:

[ 50.849426] usb 1-2.2: new high-speed USB device number 4 using ehci-omap
[ 50.983581] usb 1-2.2: config 1 has an invalid interface number: 9 but max is 0
[ 50.991302] usb 1-2.2: config 1 has no interface number 0
[ 50.998931] usb 1-2.2: New USB device found!!!, idVendor=1199, idProduct=0fff
[ 51.006439] usb 1-2.2: New USB device strings: Mfr=3, Product=2, SerialNumber=4
[ 51.014160] usb 1-2.2: Product: USB MMC Storage
[ 51.018920] usb 1-2.2: Manufacturer: Sierra Wireless, Incorporated
[ 51.025390] usb 1-2.2: SerialNumber: SWOC22905731
[ 51.054656] usb-storage: probe of 1-2.2:1.9 failed with error -5
[ 52.149108] usb 1-2.2: USB disconnect, device number 4
[ 52.396392] usb 1-2.2: new high-speed USB device number 5 using ehci-omap
[ 52.530639] usb 1-2.2: config 1 has an invalid interface number: 7 but max is 4
[ 52.538360] usb 1-2.2: config 1 has no interface number 2
[ 52.545989] usb 1-2.2: New USB device found!!!, idVendor=1199, idProduct=68a3
[ 52.553527] usb 1-2.2: New USB device strings: Mfr=3, Product=2, SerialNumber=4
[ 52.561248] usb 1-2.2: Product: USB 308
[ 52.565246] usb 1-2.2: Manufacturer: Sierra Wireless, Incorporated
[ 52.571746] usb 1-2.2: SerialNumber: 355385030995274
[ 52.634124] option 1-2.2:1.0: GSM modem (1-port) converter detected
[ 52.644653] usb 1-2.2: GSM modem (1-port) converter now attached to ttyUSB0
[ 52.673828] option 1-2.2:1.1: GSM modem (1-port) converter detected
[ 52.700958] usb 1-2.2: GSM modem (1-port) converter now attached to ttyUSB1
[ 52.730010] option 1-2.2:1.3: GSM modem (1-port) converter detected
[ 52.742095] usb 1-2.2: GSM modem (1-port) converter now attached to ttyUSB2
[ 52.771209] option 1-2.2:1.4: GSM modem (1-port) converter detected
[ 52.786865] usb 1-2.2: GSM modem (1-port) converter now attached to ttyUSB3
[ 52.833709] sierra_net 1-2.2:1.7: wwan0: register ‘sierra_net’ at usb-ehci-omap.0-2.2, Sierra Wireless USB-to-WWAN Modem, 5e:a7:bb:0c:01:07

but nothing in ifconfig.

in lsusb:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 005: ID 1199:68a3 Sierra Wireless, Inc.

ideas anyone?..

Thanks!
Aline

Are you sure? ^^^ look at the last line...

Regards,

Right now it's just a bunch of usb-serial ports, look at
usb-modeswitch, wvdial, ppp etc.. It's going to take a little work..

Regards,

Hi Robert,
Can you tell my more specifically what to look at?

Were you able to connect to the modem with Angstrom Linux? Thanks