Changes between Initial Version and Version 1 of WIMXUWI/TeltonikaUM62x1


Ignore:
Timestamp:
12/14/11 13:17:11 (12 years ago)
Author:
dmeyer@cs.wisc.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WIMXUWI/TeltonikaUM62x1

    v1 v1  
     1= Teltonika UM62x1 =
     2
     3After the device is set up, the USB device will appear as a wired Ethernet device with the IP address of 192.168.0.x.  You can view/configure the settings and connection information from the flash based web frontend at 192.168.0.1.  The default username for the admin end that we will be using is:
     4{{{
     5Username:  admin
     6Password:  admin
     7}}}
     8
     9From there, several tabs will show up and one in particular is the CLI (command line interface) that you can run several commands to collect all kinds of information.  A list of commands can be viewed with the help command.
     10
     11== How To's ==
     12
     13=== Linux ===
     14
     15Device will look like a cdrom
     16
     17{{{
     18eject
     19}}}
     20
     21Can use:
     22
     23{{{
     24wget --http-user admin --http-password admin -qO - http://192.168.0.1/cgi/cli?[command]
     25}}}
     26
     27=== Embedded Linux ===
     28
     29Verified working with Openwrt on Routerstation Pro.
     30
     31TODO:  Complete kernel module list.
     32Kernel has to be compiled with cdc_ether, scsi cdrom
     33
     34If using Openwrt, compile busybox with eject command or dmesg to find out what the device shows up as:
     35
     36{{{
     37opkg update
     38opkg install sdparm
     39sdparm --command=eject /dev/sg? 
     40}}}
     41
     42Then use the Linux
     43
     44=== Windows ===
     45
     46Verified working in Windows 7 64-bit
     47
     48Did not test without installing Teltonika software
     49
     50Install software when prompted to.
     51
     52=== Mac OS ===
     53
     54Verified working under Lion
     55
     56TODO.