<div dir="ltr">Hi Reinhard, <div><br></div><div>Whatever those 1's did they worked like a charm.</div><div><br></div><div>Thank you,</div><div><br></div><div>--</div><div>Paul</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 19 Nov 2020 at 17:52, Reinhard Speyerer <<a href="mailto:rspmn@arcor.de">rspmn@arcor.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Nov 19, 2020 at 01:40:35PM +0000, Paul Gildea wrote:<br>
> Hi all,<br>
> <br>
> A further question on this. When I echo into new_id to enumerate the usb<br>
> ports, if I reset the modem with at+reset<br>
> then the cdc and wwan interface never comes back? Is this expected?<br>
> I note there is no way (that I can see) to reboot the modem with mbimcli?<br>
> <br>
> [ 3391.410331] usb 2-4: USB disconnect, device number 3<br>
> > [ 3391.410445] cdc_mbim 2-4:1.0 wwan2: unregister 'cdc_mbim'<br>
> > usb-0000:00:14.0-4, CDC MBIM<br>
> > [ 3391.415810] option 2-4:1.2: device disconnected<br>
> > [ 3391.415919] option 2-4:1.3: device disconnected<br>
> > [ 3391.416147] option 2-4:1.4: device disconnected<br>
> > [ 3391.416439] option 2-4:1.5: device disconnected<br>
> > [ 3404.281434] usb 2-4: new SuperSpeed Gen 1 USB device number 5 using<br>
> > xhci_hcd<br>
> > [ 3404.300648] usb 2-4: New USB device found, idVendor=1e2d,<br>
> > idProduct=00b3, bcdDevice= 4.14<br>
> > [ 3404.300653] usb 2-4: New USB device strings: Mfr=1, Product=2,<br>
> > SerialNumber=3<br>
> > [ 3404.300655] usb 2-4: Product: Cinterion PID 0x00B3 USB Mobile Broadband<br>
> > [ 3404.300658] usb 2-4: Manufacturer: Cinterion<br>
> > [ 3404.300660] usb 2-4: SerialNumber: ed425f8<br>
> > [ 3404.310404] usb 2-4: Enable of device-initiated U1 failed.<br>
> > [ 3404.310903] usb 2-4: Enable of device-initiated U2 failed.<br>
> > [ 3404.311418] option 2-4:1.0: GSM modem (1-port) converter detected<br>
> > [ 3404.311623] option 2-4:1.1: GSM modem (1-port) converter detected<br>
> > [ 3404.311780] option 2-4:1.2: GSM modem (1-port) converter detected<br>
> > [ 3404.311928] usb 2-4: GSM modem (1-port) converter now attached to<br>
> > ttyUSB12<br>
> > [ 3404.312384] option 2-4:1.3: GSM modem (1-port) converter detected<br>
> > [ 3404.312567] option 2-4:1.4: GSM modem (1-port) converter detected<br>
> > [ 3404.312687] usb 2-4: GSM modem (1-port) converter now attached to<br>
> > ttyUSB14<br>
> > [ 3404.312866] option 2-4:1.5: GSM modem (1-port) converter detected<br>
> > [ 3404.313204] usb 2-4: GSM modem (1-port) converter now attached to<br>
> > ttyUSB15<br>
> <br>
<br>
Hi Paul,<br>
<br>
some older versions of the option driver also try to bind to<br>
the MBIM USB interfaces with new_id. Please retry with<br>
<br>
# rmmod option<br>
# modprobe option<br>
# echo 1e2d 00b3 ff > /sys/bus/usb-serial/drivers/option1/new_id<br>
<br>
Regards,<br>
Reinhard<br>
</blockquote></div>