User Tools

Site Tools


bug_gt_mapping_modem

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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>​
 +
  
bug_gt_mapping_modem.txt ยท Last modified: 2016/06/14 16:35 (external edit)