Difference between revisions of "IDP3.0 Issue"
From ESS-WIKI
(Created page with "{| class="wikitable" |- ! Issue !! Root Cause !! How |- | Luci Web UI can not show modem info || Bug in: /lib/network/usb-modem.sh || '''Method1:''' Relpace the Media:Usb-m...") |
(No difference)
|
Latest revision as of 10:40, 17 February 2016
Issue | Root Cause | How |
---|---|---|
Luci Web UI can not show modem info | Bug in: /lib/network/usb-modem.sh | Method1: Relpace the "usb-modem.sh"
0. Prepare a USB disk #fdisk -l example: /dev/sdc 4. Copy the file to target system #cp /media/sdc/usb-modem.tar . 5. unzip the tar file # tar xvf usb-modem.tar 6. replace the /lib/network/usb-modem.sh #cp ./usb-modem.sh /lib/network/usb-modem.sh 7. reboot & confirm luci web page does show 3g modem information |
3G module will loss (1.connect to internet, 2. warm reboot, 3. usb interface ) | system doesn't disconnect connection in shutdown | Replace the attached netifd.service and netifd-systemd-wrapper (in 3g_loss_issue.zip ) to the following files:
netifd-systemd-wrapper under /sbin/ netifd.service under /lib/systemd/system/ |