3G modem suuport
#6
Your output looks ok to me, it created the wwan0 network interface. But you need also the ttyUSBxxx or ttyACMxxx serial ports to configure/control the modem. I read a bit about your stick and it seems there is a way via the 'option' kernel module to force the serial driver to recognize the PID/VID.

Other people seem to have had luck with adding UDEV rules like 

Code:
SUBSYSTEMS=="usb", ATTRS{modalias}=="usb:v12D1p1465*", KERNEL=="ttyUSB*", ATTRS{bInterfaceNumber}=="00", ATTRS{bInterfaceProtocol}=="ff", NAME="ttyUSB_utps_modem"

SUBSYSTEMS=="usb", ATTRS{modalias}=="usb:v12D1p1465*", KERNEL=="ttyUSB*", ATTRS{bInterfaceNumber}=="03", ATTRS{bInterfaceProtocol}=="ff", NAME="ttyUSB_utps_diag"

SUBSYSTEMS=="usb", ATTRS{modalias}=="usb:v12D1p1465*", KERNEL=="ttyUSB*", ATTRS{bInterfaceNumber}=="04", ATTRS{bInterfaceProtocol}=="ff", NAME="ttyUSB_utps_pcui"
Come have a chat in the Pine IRC channel >>


Messages In This Thread
3G modem suuport - by dikov - 03-04-2017, 09:51 AM
RE: 3G modem suuport - by xalius - 03-04-2017, 10:04 AM
RE: 3G modem suuport - by teppo - 03-05-2017, 12:53 PM
RE: 3G modem suuport - by dikov - 03-06-2017, 12:09 AM
RE: 3G modem suuport - by MarkHaysHarris777 - 03-06-2017, 12:36 AM
RE: 3G modem suuport - by xalius - 03-08-2017, 02:16 AM
RE: 3G modem suuport - by dikov - 03-11-2017, 06:18 PM
RE: 3G modem suuport - by xalius - 03-11-2017, 06:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)