I'm using Proxmox with an OPNSense VM and it's working flawlessly. Now I wanted to set up an LTE connection as the WAN interface. For this, I bought the Huawei E3372s, but unfortunately, I'm unable to switch the mode.
Here is the current status:
- USB devices: usbconfig | grep Huawei
Code: Select all
ugen1.2: <Modem (Mass Storage Mode) Huawei Technologies Co., Ltd.> at usbus1, cfg=255 md=HOST spd=HIGH (480Mbps) pwr=ON (2mA)
- IDs: usbconfig -d 1.2 dump_device_desc
Code: Select all
bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0210 bDeviceClass = 0x0000 <Probed by interface class> bDeviceSubClass = 0x0000 bDeviceProtocol = 0x00ff bMaxPacketSize0 = 0x0040 idVendor = 0x12d1 idProduct = 0x14fe bcdDevice = 0x0102 iManufacturer = 0x0001 <HUAWEI_MOBILE> iProduct = 0x0002 <HUAWEI_MOBILE> iSerialNumber = 0x0003 <0123456789ABCDEF> bNumConfigurations = 0x0001
- Permissions: ls -l /dev/ugen1.2
Code: Select all
lrwxr-xr-x 1 root wheel 9 Aug 12 12:51 /dev/ugen1.2 -> usb/1.2.0
- Switch mode: sudo usb_modeswitch -v 12d1 -p 14fe -W -J (or -H or -X)
Code: Select all
Take all parameters from the command line * usb_modeswitch: handle USB devices with multiple modes * Version 2.6.0 (C) Josua Dietze 2017 * Based on libusb1/libusbx ! PLEASE REPORT NEW CONFIGURATIONS ! DefaultVendor= 0x12d1 DefaultProduct= 0x14fe HuaweiNewMode=1 Look for default devices ... found USB ID 0000:0000 found USB ID 0000:0000 found USB ID 0627:0001 found USB ID 12d1:14fe vendor ID matched product ID matched Found devices in default mode (1) Access device 002 on bus 001 Get the current device configuration ... Determining the active configuration failed (error -5). Abort
- Different USB ports: Mainboard, front I/O, both 2.0 and 3.0
- Proxmox USB forwarding: by port / by ID
- On a Fedora laptop: correct mode is immediately recognized, everything works fine there -> so the device it self is fine?