Connect to Huawei E355 Router via USB interface
without any kernel hacking and without network-manager

The following workaround is tested with
Ubuntu 14.04.1 LTS  and Linux kernel 3.13.0-35-generic

simple workaround on command line (e.g. with gnome-terminal)
============================================================

1.) Get root access via command

  sudo su -


2.) Append the following two lines to file /etc/network/interfaces

auto wwan0
iface wwan0 inet dhcp


3.) Disable all Internet connections via network-manager
    (i.e. disable or remove WLAN connections to the Internet)
     The network-manager should not start any Internet connections after reboot.


4.) Restart networking with the following commands or reboot
    (for details see 
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1301015 )

ifdown --exclude=lo -a && ifup --exclude=lo -a


5.) Show status: IP address is shown in second line with the following command

  ifconfig wwan0


6.) Check internet connection

ping www.ubuntu.com


Note:
After reboot, the router is automatically connected.
An additional local connection managed by network-manager did not interfere
with this wwan0 configuration.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309054

Title:
  huawei E355 usb router not working properly in xubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1309054/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to