Differences between revisions 1 and 2
Revision 1 as of 2020-01-12 21:09:32
Size: 562
Editor: Sciuro
Comment:
Revision 2 as of 2020-03-07 10:47:14
Size: 560
Editor: Sciuro
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
Hierna werkt de dongle als interface wwan0 The dongle will work as interface wwan0.

Description

The Huawei E355 is a USB dongle with a small 3G router and WiFi access point. You always can connect over WiFi, but it has a USB network connection. The problem is that on the first connect, it acts like a storage device and not as a networking device.

Installation

Install the usb-modeswitch software:

apt-get install usb-modeswitch

Put in /etc/network/interfaces:

allow-hotplug wwan0
iface wwan0 inet dhcp

The dongle will work as interface wwan0.

Howto/HuaweiE355 (last edited 2020-03-07 10:47:14 by Sciuro)