Guest User

mmmx

a guest
May 3rd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. --How to Install----------------------
  2. 1.Insert the Data card in the USB socket of your PC.
  3. 2. Double-click on the CD ROM icon displayed on the desktop. Then copy the Linux Folder from the directory displayed on clicking the the CD ROM icon.
  4.  
  5.  
  6. You can use the shell command:
  7.  
  8. "rm -rf /tmp/linux"
  9. "cp /media/Modem/linux/ /tmp/ -rf" or directly copy the folder"linux" in the cdrom to /tmp folder.
  10.  
  11. 3.Change the "/tmp/linux/install_linux" file operate mode using the shell command:
  12. "cd /tmp/linux"
  13. "chmod a+x install_linux"
  14. 4. su as root and run "install_linux" in TERMINAL to install USBModem
  15. "sudo -s"
  16. input super user password, so now you are the supper user,run command install_linux to install
  17. "sudo ./install_linux".
  18.  
  19. 5. If you have previously installed this software in your system, you will get a prompt: "The software already exists, do you want overwrite? ([Y]/[N])", enter "Y" to overwrites or "N" to exit.
  20.  
  21. 6. If you have not installed this software in your system before, you will get a prompt: "Please input the install path[/usr/local/MMX353W 3G USB Manager]:". Then you can input install path (full path), or you may use the default path[/usr/local/MMX353W 3G USB Manager] by pressing ENTER directly.
  22.  
  23. 7. After installation is complete, plug out and then plug in the USB Modem again.
  24.  
  25.  
  26. --How to run--------------------------
  27. *(1) From Applications->Internet->MMX353W 3G USB Manager
  28.  
  29. *(2) Run PhonePad in your install path
  30. eg: # /usr/local/MMX353W 3G USB Manager/USBModem
  31.  
  32. *(3) The prefered method is to plug in your device, it will run automatically (Not supported in Xandros).
  33.  
  34. *(4) For ubuntu, you must login as root and run USBModem
  35. eg: # sudo -s
  36. input your root password
  37. # /usr/local/MMX353W 3G USB Manager/USBModem
  38. or
  39. # /usr/local/MMX353W 3G USB Manager/USBModem.sh
  40.  
  41. --How to Uninstall----------------------
  42. *You need login as root*
  43. Run UninstallUSBModem in TERMINAL to Uninstall USBModem
  44. eg: # /usr/local/MMX353W 3G USB Manager/UninstallUSBModem
  45.  
  46. --After connecting to the Internet why cannot I view websites via firefox?----------------
  47.  
  48. Ans: Start firefox and check File->Work Offline checked or not,if checked then uncheck it,you can view website immediately
  49.  
  50.  
  51. --if you can not install in fedora with the error "gnome-terminal"------------------
  52. try to exit super user with command "exit",and re enter into root with command "su - root" but not "su root"
  53.  
  54. --how to install software on ubuntu 10.04 x86_64 11.04 x86_64 12.04 x86_64-------
  55. before installing the software, you must install dependent library that will be used by the software.
  56. 1.update apt source list
  57. # sudo apt-get update
  58. 2.install libc lib
  59. # sudo apt-get install g++-multilib
  60. 3.install X printing Extension (Xprint) client library
  61. # sudo apt-get install libxp-dev
  62. # sudo apt-get install ia32-libs
  63. 4.install libusb-dev ubuntu
  64.  
  65. --for improve software stability please upgrade linux library on ubuntu-------
  66. 1.update apt source list
  67. # sudo apt-get update
  68. 2.upgrade all linux patches
  69. # sudo apt-get upgrade
  70.  
  71. how to root in shell
  72. ubuntu:
  73. $sudo -s
  74. input super user password.
  75.  
  76. --how to support voice call-----------
  77. ubuntu:
  78. udpate and install alsa about library.
  79.  
  80. --why I cannot open help document--------
  81. ubuntu:
  82. $sudo apt-get install evince
Add Comment
Please, Sign In to add comment