This one is the interesting line:
Code:
[64561.120758] sd 22:0:0:0: [sda] Attached SCSI removable disk
It means that your Huawei stick's CDROM functionality (which is, btw, used to provide drivers and to fool the OS that there is a CD-ROM with the drivers, but in reality it's a small flash memory in the stick itself, which contains the drivers) is assigned to device /dev/sda. So, please do the following: 1. Connect the stick, wait a few seconds 2. enter "lsusb" --> you should see the IDs
12d1:1446 3. enter "eject /dev/sda" - wait a few seconds. 4. enter "lsusb" again --> do you now see the other ID
12d1:140c for the stick? If so, the stick should now be usable in Network Manager. In case this works, the next step would be to automate the mode switching using usb_modeswitch or modemmanager. Also, you may use the manual step, in case automation does not work yet, and configure the modem settings in Network Manager.