Page 1 of 1
huawei e8372h-153 switching but not recognized as modem
Posted: 16 Oct 2019, 10:32
by roeeklinger60
Hey guys,
I have recently bought a huawei e8372h-153, I followed this guide:
https://gist.github.com/guseppiguliano/ ... 1439a03790
and everything worked just fined, when I unplugged and re plugged dmesg | fail -f gave something like "GSM modem connected ttyUSB..."
However, when I restarted my PC back to windows and then back to Ubuntu, the device is recognized as "USB mass storage" in dmgesg, but as a modem in lsusb (it successfully changes from 12d1:1f01 to 12d1:14dc in lsusb). No matter how many times I re plug it it says 12d1:1f01 in lsusb but 12d1:14dc and wvdial is unable to recognize it as a modem.
I have tried uninstalling and reinstalling usb-modeswitch and repeating the guide but dmesg still shows it as a USB device, lsusb as 12d1:14dc and wvdial doesn't recognize it.
Any ideas ?
I am running on a Lenovo usung Ubuntu 18.04.
Thanks !
Re: huawei e8372h-153 switching but not recognized as modem
Posted: 16 Oct 2019, 12:59
by LOM
Huawei E8372h is not a dial-up modem, it is a router with a wifi access point for up to 10 clients.
You can tether over usb to the LAN of this router where you get an ethernet-over-usb connection.
Re: huawei e8372h-153 switching but not recognized as modem
Posted: 16 Oct 2019, 17:28
by roeeklinger60
LOM wrote:Huawei E8372h is not a dial-up modem, it is a router with a wifi access point for up to 10 clients.
You can tether over usb to the LAN of this router where you get an ethernet-over-usb connection.
Thanks for the reply !
I actually didn't know that. How come I got a GSM modem from dmesg if it's not a modem ?
BTW which 4G Huawei modem do you recommend ? I am trying to set up a 4G proxy server with WVdial +Squid
Re: huawei e8372h-153 switching but not recognized as modem
Posted: 17 Oct 2019, 02:58
by LOM
roeeklinger60 wrote:
BTW which 4G Huawei modem do you recommend ? I am trying to set up a 4G proxy server with WVdial +Squid
4G is LTE Category 3 at minimum and dial-up modems can not fully utilize those speeds so most such modems do only have an ethernet-over-usb function.
Huawei E392, E397, E398 has both dial-up modem function and direct ethernet function, but they are old so probably difficult to find.
dial-up is so yesterday, squid works equally well on an ethernet-over-usb connection so why do you want dial-up?
Re: huawei e8372h-153 switching but not recognized as modem
Posted: 17 Oct 2019, 12:29
by roeeklinger60
LOM wrote:roeeklinger60 wrote:
BTW which 4G Huawei modem do you recommend ? I am trying to set up a 4G proxy server with WVdial +Squid
4G is LTE Category 3 at minimum and dial-up modems can not fully utilize those speeds so most such modems do only have an ethernet-over-usb function.
Huawei E392, E397, E398 has both dial-up modem function and direct ethernet function, but they are old so probably difficult to find.
dial-up is so yesterday, squid works equally well on an ethernet-over-usb connection so why do you want dial-up?
I will actually look into that. Creating a 4G proxy as not an easy task and to be honest I don't really know what I am doing yet. I saw a guide that this is with WVdial so I wanted to follow that guide. But TBH I am pretty sure there are other ways to do this.
Thanks !
Re: huawei e8372h-153 switching but not recognized as modem
Posted: 17 Oct 2019, 20:49
by roeeklinger60
LOM wrote:roeeklinger60 wrote:
BTW which 4G Huawei modem do you recommend ? I am trying to set up a 4G proxy server with WVdial +Squid
4G is LTE Category 3 at minimum and dial-up modems can not fully utilize those speeds so most such modems do only have an ethernet-over-usb function.
Huawei E392, E397, E398 has both dial-up modem function and direct ethernet function, but they are old so probably difficult to find.
dial-up is so yesterday, squid works equally well on an ethernet-over-usb connection so why do you want dial-up?
OK so I replaced the current model for a e3372. I reinstall usb-modeswitch but I still get the same problem.l
lsusb shows :
Code: Select all
Bus 003 Device 015: ID 12d1:14dc Huawei Technologies Co., Ltd.
but dmesg shows:
Code: Select all
[ 783.810761] usb 3-1: Manufacturer: HUAWEI_MOBILE
[ 783.818026] cdc_ether 3-1:1.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-1, CDC Ethernet Device, 0c:5b:8f:27:9a:64
[ 783.825872] usb-storage 3-1:1.2: USB Mass Storage device detected
[ 783.826998] scsi host6: usb-storage 3-1:1.2
[ 783.869906] cdc_ether 3-1:1.0 enx0c5b8f279a64: renamed from eth0
[ 784.333781] IPv6: ADDRCONF(NETDEV_CHANGE): enx0c5b8f279a64: link becomes ready
[ 784.857873] scsi 6:0:0:0: Direct-Access HUAWEI TF CARD Storage 2.31 PQ: 0 ANSI: 2
[ 784.858474] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 784.858669] sd 6:0:0:0: Power-on or device reset occurred
[ 784.860099] sd 6:0:0:0: [sdb] Attached SCSI removable disk
WVdialconf also detects no modem.
Is the device configured or a modem now or not ? why don't I see a GSM modem message in dmesg as before ?
Thanks a lot.
Re: huawei e8372h-153 switching but not recognized as modem
Posted: 18 Oct 2019, 17:27
by LOM
roeeklinger60 wrote:
OK so I replaced the current model for a e3372. I reinstall usb-modeswitch but I still get the same problem.l
E3372 is an E8372 without wifi but as I said most 4G modems do only have the ethernet-over-usb function due to 4G higher speed than dial-up can cope with. 25 Mbit/s or there around is the limit for ppp diasl-up, that is not a 4G speed.
If you are using the latest usb_modeswitch (2.52) and you are lucky then it might work to switch this modem into an old dumb slow ppp dial-up modem by enabling HuaweiAltModeGlobal in /etc/usb_modeswitch.conf
Re: huawei e8372h-153 switching but not recognized as modem
Posted: 10 Nov 2019, 15:44
by Josh
The Huawei modems E3272 and E3372 do not provide a PPP port anymore in the alternative mode, only a serial DIAG port and an NCM interface (optimized Ethernet flavour).
It's likely that newer ones follow that path.
Re: huawei e8372h-153 switching but not recognized as modem
Posted: 04 Feb 2020, 11:08
by Linux-Qubes-Newbie
Have you got your E3372 to work, and if so how ?
I ask because I seem to have run into the same problem.