Hello,
I have been transitioning from 2.6.37 kernel to 3.6-rc6 and have most things 
running that I had previously.

Next hurdle is the Sierra Wireless 8705 card.  I have tried the kernel drivers 
for this device and the latest from the Sierra Wireless site but both result in 
the same.  When I try to setup the PDP context, which is needed for the setup 
of the wwan0 interface I get the following error;

Going to send : AT!SCACT=1,1
[   77.037811] sierra_net 1-1.3:1.7: wwan0: Link type unsupported: 0xff
[   77.044433] sierra_net 1-1.3:1.7: wwan0: Invalid LSI
AT!SCACT=1,1
ERROR

I have had a look in the sierra_net code and the return for Link type 
unsupported and for some reason its not configured;
    /* Validate the link type */
   if ((lsi->link_type != SIERRA_NET_AS_LINK_TYPE_IPv4) &&
        (lsi->link_type != SIERRA_NET_AS_LINK_TYPE_IPv6)) {

And then the Invalid LSI is in response again to the device structure not being 
configured.

I was hoping someone out there has knowledge about additional components that 
might be needed to get this to work, or what might have changed from 2.6.37 
that needs implementing in the latest driver ?

I have also searched for other issues and it may be related, when the device is 
detected and installed there is a complaint about invalid interface number;
[   28.232543] usb 1-1.3: new high-speed USB device number 4 using ehci-omap
[   28.358734] usb 1-1.3: config 1 has an invalid interface number: 7 but max 
is 5
[   28.366424] usb 1-1.3: config 1 has no interface number 5
[   28.374114] usb 1-1.3: New USB device found, idVendor=1199, idProduct=68a3
[   28.381317] usb 1-1.3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=4
[   28.388977] usb 1-1.3: Product: MC8705
[   28.392883] usb 1-1.3: Manufacturer: Sierra Wireless, Incorporated
[   28.399353] usb 1-1.3: SerialNumber: 353567040114127
[   28.466918] usbcore: registered new interface driver usbserial
[   28.473114] usbcore: registered new interface driver usbserial_generic
[   28.518005] USB Serial support registered for generic
[   28.523559] usbserial: USB Serial Driver core
[   28.531127] usbcore: registered new interface driver sierra
[   28.547454] sierra_net 1-1.3:1.7: wwan0: register 'sierra_net' at 
usb-ehci-omap.0-1.3, Sierra Wireless USB-to-WWAN Modem, a6:3d:31:a8:01:07
[   28.561248] USB Serial support registered for Sierra USB modem
[   28.573669] sierra 1-1.3:1.0: Sierra USB modem converter detected
[   28.580841] usbcore: registered new interface driver sierra_net
[   28.596099] usb 1-1.3: Sierra USB modem converter now attached to ttyUSB0
[   28.626525] sierra 1-1.3:1.1: Sierra USB modem converter detected
[   28.693054] usb 1-1.3: Sierra USB modem converter now attached to ttyUSB1
[   28.740051] sierra 1-1.3:1.2: Sierra USB modem converter detected
[   28.776702] usb 1-1.3: Sierra USB modem converter now attached to ttyUSB2
[   28.818206] sierra 1-1.3:1.3: Sierra USB modem converter detected
[   28.849243] usb 1-1.3: Sierra USB modem converter now attached to ttyUSB3
[   28.888488] sierra 1-1.3:1.4: Sierra USB modem converter detected
[   28.913116] usb 1-1.3: Sierra USB modem converter now attached to ttyUSB4

Hope someone can help.

Regards
Marc
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to