This shows you the differences between two versions of the page.
— |
bug_gt_mapping_modem [2016/06/14 16:35] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Bugfix: Error Mapping Modem ===== | ||
+ | \\ | ||
+ | **Affected versions:** \\ | ||
+ | All the FoxBox belonging to GT family. | ||
+ | |||
+ | **Description:** \\ | ||
+ | An error can occour while trying to map internal modems. | ||
+ | |||
+ | **Solution:** \\ | ||
+ | **1)** Connect via SSH.\\ | ||
+ | **2)** Put inside **/etc/udev/rules.d/70-persistent-cd.rules**: \\ | ||
+ | <code> | ||
+ | SUBSYSTEM=="tty", SUBSYSTEMS=="usb", ATTRS{bInterfaceClass}=="ff", ATTRS{bInterfaceSubClass}=="01", ATTRS{bInterfaceProtocol}=="01", ATTRS{bInterfaceNumber}=="02", SYMLINK+="MSATA-HUAWEI", ENV{GENERATED}="1" | ||
+ | |||
+ | SUBSYSTEM=="tty", SUBSYSTEMS=="usb", ATTRS{bInterfaceClass}=="ff", ATTRS{bInterfaceSubClass}=="ff", ATTRS{bInterfaceProtocol}=="ff", ATTRS{bInterfaceNumber}=="00", SYMLINK+="MSATA-NOVATEL", ENV{GENERATED}="1" | ||
+ | </code> | ||
+ | **3)** Change in your **/etc/smsd.conf**:\\ | ||
+ | <code> | ||
+ | ttyUSB0 in MSATA-HUAWEI | ||
+ | ttyUSB1 in MSATA-NOVATEL | ||
+ | </code> | ||
+ | |||