Unable to used wired modem with usb_modeswitch

Hello everyone,

I just got a secondhand huawei speedbox LTE mini 2 (E5786s) and it’s working fantastic with my laptop. After checking furthermore, I saw that it can be used as a wired modem by directly plugging it into the computer instead of using wifi. when I plugged it in, it didn’t work, unfortunately. I did some research and I found that usb_modeswitch must be used here.

so with lsusb I got:

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Bus 001 Device 003: ID 1199:9079 Sierra Wireless, Inc. EM7455
Bus 001 Device 007: ID 12d1:1506 Huawei Technologies Co., Ltd. Modem/Networkcard
Bus 001 Device 005: ID 5986:0706 Acer, Inc ThinkPad P50 Integrated Camera
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

when inserting the modem for the first time I got the following output of journalctl -f

Sep 26 21:56:08 fastc-20fms64x01 kernel: option 1-2:1.0: device disconnected
Sep 26 21:56:08 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1 wwp0s20f0u2i1: unregister 'huawei_cdc_ncm' usb-0000:00:14.0-2, Huawei CDC NCM device
Sep 26 21:56:08 fastc-20fms64x01 vmnetBridge[493]: RTM_DELLINK: name:wwp0s20f0u2i1 index:15 flags:0x00001002
Sep 26 21:56:08 fastc-20fms64x01 vmnet-natd[699]: RTM_DELLINK: name:wwp0s20f0u2i1 index:15 flags:0x00001002
Sep 26 21:56:08 fastc-20fms64x01 ModemManager[474]: <info>  [base-manager] port ttyUSB3 released by device '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2'
Sep 26 21:56:08 fastc-20fms64x01 ModemManager[474]: <info>  [base-manager] port wwp0s20f0u2i1 released by device '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2'
Sep 26 21:56:08 fastc-20fms64x01 ModemManager[474]: <info>  [device /sys/devices/pci0000:00/0000:00:14.0/usb1/1-2] creating modem with plugin 'huawei' and '1' ports
Sep 26 21:56:08 fastc-20fms64x01 ModemManager[474]: <warn>  [plugin/huawei] could not grab port cdc-wdm1: Cannot add port 'usbmisc/cdc-wdm1', unhandled port type
Sep 26 21:56:08 fastc-20fms64x01 ModemManager[474]: <warn>  [base-manager] couldn't create modem for device '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2': Failed to find primary AT port
Sep 26 21:56:08 fastc-20fms64x01 vmware-usbarbitrator[426]: USBGL: kevent: removing USB device 1-2
Sep 26 21:56:21 fastc-20fms64x01 kernel: usb 1-2: new high-speed USB device number 10 using xhci_hcd
Sep 26 21:56:21 fastc-20fms64x01 vmware-usbarbitrator[426]: USBGL: kevent: adding USB device 1-2
Sep 26 21:56:21 fastc-20fms64x01 kernel: usb 1-2: New USB device found, idVendor=12d1, idProduct=15ca, bcdDevice= 1.02
Sep 26 21:56:21 fastc-20fms64x01 kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 26 21:56:21 fastc-20fms64x01 kernel: usb 1-2: Product: HUAWEI_MOBILE
Sep 26 21:56:21 fastc-20fms64x01 kernel: usb 1-2: Manufacturer: HUAWEI_MOBILE
Sep 26 21:56:21 fastc-20fms64x01 kernel: usb 1-2: SerialNumber: 0123456789ABCDEF
Sep 26 21:56:21 fastc-20fms64x01 kernel: usb-storage 1-2:1.0: USB Mass Storage device detected
Sep 26 21:56:21 fastc-20fms64x01 kernel: scsi host2: usb-storage 1-2:1.0
Sep 26 21:56:21 fastc-20fms64x01 mtp-probe[3923]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Sep 26 21:56:21 fastc-20fms64x01 mtp-probe[3923]: bus: 1, device: 10 was not an MTP device
Sep 26 21:56:22 fastc-20fms64x01 systemd[1]: Starting USB_ModeSwitch_1-2:1.0...
Sep 26 21:56:22 fastc-20fms64x01 mtp-probe[3968]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Sep 26 21:56:22 fastc-20fms64x01 mtp-probe[3968]: bus: 1, device: 10 was not an MTP device
Sep 26 21:56:22 fastc-20fms64x01 kernel: scsi 2:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 2
Sep 26 21:56:22 fastc-20fms64x01 kernel: sr 2:0:0:0: Power-on or device reset occurred
Sep 26 21:56:22 fastc-20fms64x01 kernel: sr 2:0:0:0: [sr0] scsi-1 drive
Sep 26 21:56:23 fastc-20fms64x01 kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
Sep 26 21:56:23 fastc-20fms64x01 kernel: sr 2:0:0:0: Attached scsi generic sg1 type 5
Sep 26 21:56:23 fastc-20fms64x01 kernel: sr 2:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
Sep 26 21:56:23 fastc-20fms64x01 kernel: sr 2:0:0:0: [sr0] tag#0 Sense Key : Medium Error [current] 
Sep 26 21:56:23 fastc-20fms64x01 kernel: sr 2:0:0:0: [sr0] tag#0 Add. Sense: Unrecovered read error
Sep 26 21:56:23 fastc-20fms64x01 kernel: sr 2:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 14 fc 00 00 02 00
Sep 26 21:56:23 fastc-20fms64x01 kernel: blk_update_request: critical medium error, dev sr0, sector 21488 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
Sep 26 21:56:23 fastc-20fms64x01 kernel: attempt to access beyond end of device
                                         sr0: rw=0, want=21496, limit=21488
Sep 26 21:56:23 fastc-20fms64x01 kernel: Buffer I/O error on dev sr0, logical block 2686, async page read
Sep 26 21:56:23 fastc-20fms64x01 kernel: sr 2:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
Sep 26 21:56:23 fastc-20fms64x01 kernel: sr 2:0:0:0: [sr0] tag#0 Sense Key : Medium Error [current] 
Sep 26 21:56:23 fastc-20fms64x01 kernel: sr 2:0:0:0: [sr0] tag#0 Add. Sense: Unrecovered read error
Sep 26 21:56:23 fastc-20fms64x01 kernel: sr 2:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 14 fa 00 00 02 00
Sep 26 21:56:23 fastc-20fms64x01 kernel: blk_update_request: critical medium error, dev sr0, sector 21480 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
Sep 26 21:56:23 fastc-20fms64x01 kernel: attempt to access beyond end of device
                                         sr0: rw=0, want=21488, limit=21480
Sep 26 21:56:23 fastc-20fms64x01 kernel: Buffer I/O error on dev sr0, logical block 2685, async page read
Sep 26 21:56:23 fastc-20fms64x01 usb_modeswitch[3975]: switch device 12d1:15ca on 001/010
Sep 26 21:56:23 fastc-20fms64x01 vmware-usbarbitrator[426]: USBGL: kevent: removing USB device 1-2
Sep 26 21:56:23 fastc-20fms64x01 kernel: usb 1-2: USB disconnect, device number 10
Sep 26 21:56:23 fastc-20fms64x01 plasmashell[1487]: kf.solid.backends.udisks2: Error getting props: "org.freedesktop.DBus.Error.UnknownMethod" "Object does not exist at path “/org/freedesktop/UDisks2/block_devices/sr0”"
Sep 26 21:56:23 fastc-20fms64x01 org_kde_powerdevil[1502]: kf.solid.backends.udisks2: Error getting props: "org.freedesktop.DBus.Error.UnknownMethod" "Object does not exist at path “/org/freedesktop/UDisks2/block_devices/sr0”"
Sep 26 21:56:23 fastc-20fms64x01 plasmashell[1487]: kf.solid.backends.udisks2: Error getting props: "org.freedesktop.DBus.Error.UnknownMethod" "Object does not exist at path “/org/freedesktop/UDisks2/block_devices/sr0”"
Sep 26 21:56:24 fastc-20fms64x01 kernel: usb 1-2: new high-speed USB device number 11 using xhci_hcd
Sep 26 21:56:24 fastc-20fms64x01 vmware-usbarbitrator[426]: USBGL: kevent: adding USB device 1-2
Sep 26 21:56:24 fastc-20fms64x01 kernel: usb 1-2: New USB device found, idVendor=12d1, idProduct=1506, bcdDevice= 1.02
Sep 26 21:56:24 fastc-20fms64x01 kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 26 21:56:24 fastc-20fms64x01 kernel: usb 1-2: Product: HUAWEI_MOBILE
Sep 26 21:56:24 fastc-20fms64x01 kernel: usb 1-2: Manufacturer: HUAWEI_MOBILE
Sep 26 21:56:24 fastc-20fms64x01 kernel: option 1-2:1.0: GSM modem (1-port) converter detected
Sep 26 21:56:24 fastc-20fms64x01 kernel: usb 1-2: GSM modem (1-port) converter now attached to ttyUSB3
Sep 26 21:56:24 fastc-20fms64x01 vmnetBridge[493]: RTM_NEWLINK: name:wwan0 index:16 flags:0x00001002
Sep 26 21:56:24 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1: MAC-Address: 00:1e:10:1f:00:00
Sep 26 21:56:24 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1: setting rx_max = 16384
Sep 26 21:56:24 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1: NDP will be placed at end of frame for this device.
Sep 26 21:56:24 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1: cdc-wdm1: USB WDM device
Sep 26 21:56:24 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1 wwan0: register 'huawei_cdc_ncm' at usb-0000:00:14.0-2, Huawei CDC NCM device, 00:1e:10:1f:00:00
Sep 26 21:56:24 fastc-20fms64x01 kernel: usb-storage 1-2:1.2: USB Mass Storage device detected
Sep 26 21:56:24 fastc-20fms64x01 kernel: scsi host2: usb-storage 1-2:1.2
Sep 26 21:56:24 fastc-20fms64x01 vmnet-natd[699]: RTM_NEWLINK: name:wwan0 index:16 flags:0x00001002
Sep 26 21:56:24 fastc-20fms64x01 mtp-probe[4036]: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Sep 26 21:56:24 fastc-20fms64x01 mtp-probe[4036]: bus: 1, device: 11 was not an MTP device
Sep 26 21:56:25 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1 wwp0s20f0u2i1: renamed from wwan0
Sep 26 21:56:25 fastc-20fms64x01 vmnet-natd[699]: RTM_NEWLINK: name:wwp0s20f0u2i1 index:16 flags:0x00001002
Sep 26 21:56:25 fastc-20fms64x01 vmnetBridge[493]: RTM_NEWLINK: name:wwp0s20f0u2i1 index:16 flags:0x00001002
Sep 26 21:56:25 fastc-20fms64x01 mtp-probe[4092]: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Sep 26 21:56:25 fastc-20fms64x01 mtp-probe[4092]: bus: 1, device: 11 was not an MTP device
Sep 26 21:56:25 fastc-20fms64x01 root[4094]: usb_modeswitch: switched to 12d1:1506 on 001/011
Sep 26 21:56:25 fastc-20fms64x01 kernel: scsi 2:0:0:0: Direct-Access     HUAWEI   TF CARD Storage  2.31 PQ: 0 ANSI: 2
Sep 26 21:56:25 fastc-20fms64x01 kernel: sd 2:0:0:0: Attached scsi generic sg1 type 0
Sep 26 21:56:25 fastc-20fms64x01 kernel: sd 2:0:0:0: Power-on or device reset occurred
Sep 26 21:56:25 fastc-20fms64x01 kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
Sep 26 21:56:25 fastc-20fms64x01 systemd[1]: usb_modeswitch@1-2:1.0.service: Deactivated successfully.
Sep 26 21:56:25 fastc-20fms64x01 systemd[1]: Finished USB_ModeSwitch_1-2:1.0.
Sep 26 21:56:25 fastc-20fms64x01 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2:1.0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 26 21:56:25 fastc-20fms64x01 kernel: audit: type=1130 audit(1664225785.749:263): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2:1.0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 26 21:56:25 fastc-20fms64x01 kernel: audit: type=1131 audit(1664225785.749:264): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2:1.0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 26 21:56:25 fastc-20fms64x01 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2:1.0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 

With usb_modeswtich already installed and showing on the logs, I starting looking on the internet on how to progress furthermore, I found this comment on askubuntu

So I made /etc/udev/rules.d/41-huawei_e5786.rules with the following data:

# Huawei E5786s
ATTR{idVendor}=="12d1", ATTR{idProduct}=="15ca", RUN+="usb_modeswitch '/%k'"

but even after rebooting and inserting the modem again, it didn’t work, now I get the following:

Sep 26 22:51:54 fastc-20fms64x01 systemd[1]: usb_modeswitch@1-2.service: Deactivated successfully.
Sep 26 22:51:54 fastc-20fms64x01 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 26 22:51:54 fastc-20fms64x01 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 26 22:51:54 fastc-20fms64x01 systemd[1]: Finished USB_ModeSwitch_1-2.
Sep 26 22:51:54 fastc-20fms64x01 kernel: audit: type=1130 audit(1664229114.653:246): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 26 22:51:54 fastc-20fms64x01 kernel: audit: type=1131 audit(1664229114.653:247): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 26 22:51:54 fastc-20fms64x01 ModemManager[496]: <info>  [base-manager] port cdc-wdm1 released by device '/sys/devices/pci0000:00/0000:00:14.0/usb1'
Sep 26 22:51:54 fastc-20fms64x01 ModemManager[496]: <info>  [base-manager] port ttyUSB3 released by device '/sys/devices/pci0000:00/0000:00:14.0/usb1'
Sep 26 22:51:54 fastc-20fms64x01 ModemManager[496]: <info>  [base-manager] port wwan0 released by device '/sys/devices/pci0000:00/0000:00:14.0/usb1'
Sep 26 22:51:54 fastc-20fms64x01 ModemManager[496]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:14.0/usb1': Operation was cancelled
Sep 26 22:52:15 fastc-20fms64x01 kernel: usb 1-2: new high-speed USB device number 12 using xhci_hcd
Sep 26 22:52:16 fastc-20fms64x01 vmware-usbarbitrator[425]: USBGL: kevent: adding USB device 1-2
Sep 26 22:52:16 fastc-20fms64x01 kernel: usb 1-2: New USB device found, idVendor=12d1, idProduct=15ca, bcdDevice= 1.02
Sep 26 22:52:16 fastc-20fms64x01 kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 26 22:52:16 fastc-20fms64x01 kernel: usb 1-2: Product: HUAWEI_MOBILE
Sep 26 22:52:16 fastc-20fms64x01 kernel: usb 1-2: Manufacturer: HUAWEI_MOBILE
Sep 26 22:52:16 fastc-20fms64x01 kernel: usb 1-2: SerialNumber: 0123456789ABCDEF
Sep 26 22:52:16 fastc-20fms64x01 kernel: usb-storage 1-2:1.0: USB Mass Storage device detected
Sep 26 22:52:16 fastc-20fms64x01 kernel: scsi host2: usb-storage 1-2:1.0
Sep 26 22:52:16 fastc-20fms64x01 mtp-probe[4385]: checking bus 1, device 12: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Sep 26 22:52:16 fastc-20fms64x01 mtp-probe[4385]: bus: 1, device: 12 was not an MTP device
Sep 26 22:52:16 fastc-20fms64x01 systemd[1]: Starting USB_ModeSwitch_1-2...
Sep 26 22:52:16 fastc-20fms64x01 usb_modeswitch[4422]: switch device 12d1:15ca on 001/012
Sep 26 22:52:16 fastc-20fms64x01 vmware-usbarbitrator[425]: USBGL: kevent: removing USB device 1-2
Sep 26 22:52:16 fastc-20fms64x01 kernel: usb 1-2: USB disconnect, device number 12
Sep 26 22:52:17 fastc-20fms64x01 kernel: usb 1-2: new high-speed USB device number 13 using xhci_hcd
Sep 26 22:52:17 fastc-20fms64x01 vmware-usbarbitrator[425]: USBGL: kevent: adding USB device 1-2
Sep 26 22:52:17 fastc-20fms64x01 kernel: usb 1-2: New USB device found, idVendor=12d1, idProduct=1506, bcdDevice= 1.02
Sep 26 22:52:17 fastc-20fms64x01 kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 26 22:52:17 fastc-20fms64x01 kernel: usb 1-2: Product: HUAWEI_MOBILE
Sep 26 22:52:17 fastc-20fms64x01 kernel: usb 1-2: Manufacturer: HUAWEI_MOBILE
Sep 26 22:52:17 fastc-20fms64x01 kernel: option 1-2:1.0: GSM modem (1-port) converter detected
Sep 26 22:52:17 fastc-20fms64x01 kernel: usb 1-2: GSM modem (1-port) converter now attached to ttyUSB3
Sep 26 22:52:17 fastc-20fms64x01 vmnet-natd[808]: RTM_NEWLINK: name:wwan0 index:17 flags:0x00001002
Sep 26 22:52:17 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1: MAC-Address: 00:1e:10:1f:00:00
Sep 26 22:52:17 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1: setting rx_max = 16384
Sep 26 22:52:17 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1: NDP will be placed at end of frame for this device.
Sep 26 22:52:17 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1: cdc-wdm1: USB WDM device
Sep 26 22:52:17 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1 wwan0: register 'huawei_cdc_ncm' at usb-0000:00:14.0-2, Huawei CDC NCM device, 00:1e:10:1f:00:00
Sep 26 22:52:17 fastc-20fms64x01 kernel: usb-storage 1-2:1.2: USB Mass Storage device detected
Sep 26 22:52:17 fastc-20fms64x01 kernel: scsi host2: usb-storage 1-2:1.2
Sep 26 22:52:17 fastc-20fms64x01 vmnetBridge[528]: RTM_NEWLINK: name:wwan0 index:17 flags:0x00001002
Sep 26 22:52:17 fastc-20fms64x01 mtp-probe[4442]: checking bus 1, device 13: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Sep 26 22:52:17 fastc-20fms64x01 mtp-probe[4442]: bus: 1, device: 13 was not an MTP device
Sep 26 22:52:17 fastc-20fms64x01 root[4465]: usb_modeswitch: switched to 12d1:1506 on 001/013
Sep 26 22:52:18 fastc-20fms64x01 systemd[1]: usb_modeswitch@1-2.service: Deactivated successfully.
Sep 26 22:52:18 fastc-20fms64x01 systemd[1]: Finished USB_ModeSwitch_1-2.
Sep 26 22:52:18 fastc-20fms64x01 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 26 22:52:18 fastc-20fms64x01 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 26 22:52:18 fastc-20fms64x01 kernel: audit: type=1130 audit(1664229138.377:248): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 26 22:52:18 fastc-20fms64x01 kernel: audit: type=1131 audit(1664229138.377:249): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=usb_modeswitch@1-2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 26 22:52:18 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1 wwp0s20f0u2i1: renamed from wwan0
Sep 26 22:52:18 fastc-20fms64x01 vmnet-natd[808]: RTM_NEWLINK: name:wwp0s20f0u2i1 index:17 flags:0x00001002
Sep 26 22:52:18 fastc-20fms64x01 vmnetBridge[528]: RTM_NEWLINK: name:wwp0s20f0u2i1 index:17 flags:0x00001002
Sep 26 22:52:18 fastc-20fms64x01 mtp-probe[4502]: checking bus 1, device 13: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Sep 26 22:52:18 fastc-20fms64x01 mtp-probe[4502]: bus: 1, device: 13 was not an MTP device
Sep 26 22:52:18 fastc-20fms64x01 kernel: scsi 2:0:0:0: Direct-Access     HUAWEI   TF CARD Storage  2.31 PQ: 0 ANSI: 2
Sep 26 22:52:18 fastc-20fms64x01 kernel: sd 2:0:0:0: Attached scsi generic sg1 type 0
Sep 26 22:52:18 fastc-20fms64x01 kernel: sd 2:0:0:0: Power-on or device reset occurred
Sep 26 22:52:18 fastc-20fms64x01 kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
Sep 26 22:52:23 fastc-20fms64x01 kernel: huawei_cdc_ncm 1-2:1.1: unknown notification 3 received: index 1 len 4

Can you please help me with this?