Differences

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

Link to this comparison view

Next revision
Previous revision
dcore:easytether_on_minimal_dcore [2016/07/02 12:04] – created nitramdcore:easytether_on_minimal_dcore [2016/07/02 13:52] (current) – [Steps] nitram
Line 10: Line 10:
 ==== Prerequisite ==== ==== Prerequisite ====
 Prerequisite: you need these 5 files. Prerequisite: you need these 5 files.
-     dCore vmlinuz and initrd(I tried jessie and trusty, both worked) +  *dCore vmlinuz and initrd (I tried jessie and trusty, both worked) 
-     easytether_xxx_i386.deb(downloaded from its official site) +  *easytether_xxx_i386.deb(downloaded from its official site) 
-     libssl.so.1.0.0(,which I copied from Tahrpup, Trusty Tahr based distro) +  *libssl.so.1.0.0(,which I copied from Tahrpup, Trusty Tahr based distro) 
-     libcrypto.so.1.0.0(from Tahrpup)+  *libcrypto.so.1.0.0(from Tahrpup)
  
 ==== Steps ==== ==== Steps ====
Line 21: Line 21:
 Extract three executables from the .deb file using ar and tar commands. Extract three executables from the .deb file using ar and tar commands.
 Make a directory named /var/lib/easytether/empty Make a directory named /var/lib/easytether/empty
-Make a script file containing next 5 lines:    +Make a script file containing next 5 lines: 
-     addgroup -S easytether +<code> 
-     adduser -S -G easytether -h /var/lib/easytether/empty -H -s /bin/false easytether +addgroup -S easytether 
-     easytether-usb +adduser -S -G easytether -h /var/lib/easytether/empty -H -s /bin/false easytether 
-     ifconfig easytether-tap up +easytether-usb 
-     udhcpc -i easytether-tap +ifconfig easytether-tap up 
 +udhcpc -i easytether-tap 
 +</code>
 (Optionally, edit /opt/.filetool.lst here.) (Optionally, edit /opt/.filetool.lst here.)
    
Line 39: Line 40:
 http://forum.tinycorelinux.net/index.php/topic,20126.msg125207.html#msg125207 http://forum.tinycorelinux.net/index.php/topic,20126.msg125207.html#msg125207
  
 +**[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore Wiki Welcome page]]**
Print/export
QR Code
QR Code dcore:easytether_on_minimal_dcore (generated for current page)