Hello, I confirm. The same problem exists in Kubuntu 13.10 with Huawei E173 and Dell Latitude E6430. Only storage is active.
I wrote a comment in https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1057186 but this problem is to be more appriopriate. See the following scenario: 1) turn on the computer, log in 2) connect the USB modem Huawei E173 3) The modem is not detected (see the following commands): % lsusb|grep -i huawei Bus 001 Device 005: ID 12d1:1c0b Huawei Technologies Co., Ltd. E173s 3G broadband stick (modem off) % ls /dev/ttyUSB* no matches found: /dev/ttyUSB* To activate modem run: 4) remove the USB modem Huawei E173 5) Run the following command to load usbserial module (see correct vendor and product code): # modprobe -v usbserial vendor=0x12d1 product=0x1c08 6) You can also turn on usb_modeswitch logging: # diff /etc/usb_modeswitch.conf-ORG /etc/usb_modeswitch.conf 19c19 < EnableLogging=0 --- > EnableLogging=1 7) connect the USB modem Huawei E173 again 8) The modem is properly detected: # lsusb|grep Huawei Bus 001 Device 007: ID 12d1:1c08 Huawei Technologies Co., Ltd. # ls /dev/ttyUSB* /dev/ttyUSB0 /dev/ttyUSB1 # tail -n 20 /var/log/usb_modeswitch.log Mode switch succeeded. Bye. ok:12d1:1c08 -------------------------------- (end of usb_modeswitch output) Checking success of mode switch for max. 20 seconds ... Reading attributes ... USB dir exists: /sys/bus/usb/devices/1-1.2 Warning: USB attribute "serial" not readable. All attributes matched Mode switching was successful, found 12d1:1c08 (HUAWEI: HUAWEI Mobile) Now checking for bound driver ... driver has bound, device is known Checking for AVOID_RESET_QUIRK kernel attribute AVOID_RESET_QUIRK activated All done, exiting 9) Now you can correctly connect using e.g. wvdial via /dev/ttyUSB0. 10) However NetworkManager detects the wrong device /dev/ttyUSB1 # nmcli dev|grep ttyUSB ttyUSB1 gsm rozłączono and it is not possible to connect the internet using the graphical network manager in KDE (Kubuntu 13.10), but with wvdial and /dev/ttyUSB0 it works fine. Regards, Pawel. PS. Sometimes running the following command works fine, but not always (I don't know why). # usb_modeswitch --default-vendor 0x12d1 --default-product 1c0b --target-vendor 0x12d1 --target-product 0x1c08 However when it finally activates modem properly, the network manager finds the correct device /dev/ttyUSB0. Does anyone know how to force network manager to detect the proper device? In my scenario it would be to force /dev/ttyUSB0 instead of /dev/ttyUSB1 . Thank you for your help. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to usb-modeswitch in Ubuntu. https://bugs.launchpad.net/bugs/1183279 Title: [regression] usb huawei E173 and E3131 are not working, i can only read this like a drive but not for the internet connection Status in “usb-modeswitch” package in Ubuntu: Confirmed Bug description: . ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: udev 202-0ubuntu7 ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3 Uname: Linux 3.9.0-2-generic x86_64 ApportVersion: 2.10.2-0ubuntu1 Architecture: amd64 Date: Thu May 23 11:47:50 2013 EcryptfsInUse: Yes InstallationDate: Installed on 2013-04-02 (50 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5) MachineType: System manufacturer System Product Name MarkForUpload: True ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.9.0-2-generic root=/dev/mapper/ubuntu-root ro quiet splash vt.handoff=7 SourcePackage: systemd UpgradeStatus: Upgraded to saucy on 2013-05-10 (13 days ago) dmi.bios.date: 06/11/2011 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0307 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F1A75 dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0307:bd06/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnF1A75:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1183279/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

