Recently, a 3G network card of China Unicom was created, and the model is Huawei E1750. It is normal to use it in Windows, but it cannot be identified in Ubuntu. I found a solution after surfing the Internet and Google. First download usb_modeswitch1.02, because it is the source code that requires compilation and installation: makeinstall, then open/etc/usb_modeswitch.conf, and add the code: # ---- DefaultVendor = 0x12d1; Defaul
Recently, a 3G network card of China Unicom was created, and the model is Huawei E1750. It is normal to use it in Windows, but it cannot be identified in Ubuntu. I found a solution after surfing the Internet and Google.
First download usb_modeswitch 1.02, because the source code requires compilation and installation:
Make install
Then open/etc/usb_modeswitch.conf and add the Code:
#----
DefaultVendor = 0x12d1;
DefaultProduct = 0x1446
TargetVendor = 0x12d1
TargetProduct = 0x1001
MessageContent = "55534243000000000000000000000011060000000000000000000000000000"
CheckSuccess = 5
#--
Finally, run:
Usb_modeswitch-W
Set up a wireless connection in the network manager. OK.