Most posts like this are 'I can't get so-and-so to work on Linux'.
But this one isn't. It's about how I got something to work, very easily (ymmv, of course).
I tried PDANet, Easytether, and a couple other tether apps and nothing seemed to work to connect my data/wifi to my laptop.
Then I tried Klink demo. It worked.Yay! So I bought it (it's only like five bucks).
You have to run two terminal commands once it's installed. The first, you must leave running. The second, once done, you can close out.
Get the free demo version to test on your machine. It works perfectly well, but with only a limited number of websites (Google is one) so that you can test it.
Once you do, run these commands in terminal:
"sudo klink" in terminal
then run in another terminal window:
"sudo dhclient klink0"
You may (I did) have to enable,not disable, usbdebugging, unlike what the program says.
running the first command should get you this in the terminal:
INFO: Detecting devices
With Android 4.2.2+ devices, please allow USB debugging when
prompted on your device.
Otherwise, if this lasts for more than a few seconds, turn
off USB debugging, restart the device, and turn on USB debugging.
INFO: Detected device: (your device number shows here)
INFO: Status: Ready for connection
INFO: Status: Starting connection
INFO: ************************************************** ****
INFO: *** TAP device "klink0" is enabled. ***
INFO: *** Please leave this running while you use Klink. ***
INFO: *** ***
INFO: *** NetworkManager should now take over if you ***
INFO: *** have it. ***
INFO: *** ***
INFO: *** OTHERWISE: ***
INFO: *** Please run "sudo dhclient klink0" in a ***
INFO: *** separate terminal to get online. ***
INFO: *** ***
INFO: *** Alternatively, "sudo ifup klink0" will work ***
INFO: *** better if your system is compatible (i.e., has ***
INFO: *** the ifupdown package installed). ***
INFO: ************************************************** ****
Running Klink up script
INFO: Status: Connection active
And that's it!
Now I can run Borderlands 2 on Linux, and play multiplayer games online. Without having to resort to my hotspot.
But this one isn't. It's about how I got something to work, very easily (ymmv, of course).
I tried PDANet, Easytether, and a couple other tether apps and nothing seemed to work to connect my data/wifi to my laptop.
Then I tried Klink demo. It worked.Yay! So I bought it (it's only like five bucks).
You have to run two terminal commands once it's installed. The first, you must leave running. The second, once done, you can close out.
Get the free demo version to test on your machine. It works perfectly well, but with only a limited number of websites (Google is one) so that you can test it.
Once you do, run these commands in terminal:
"sudo klink" in terminal
then run in another terminal window:
"sudo dhclient klink0"
You may (I did) have to enable,not disable, usbdebugging, unlike what the program says.
running the first command should get you this in the terminal:
INFO: Detecting devices
With Android 4.2.2+ devices, please allow USB debugging when
prompted on your device.
Otherwise, if this lasts for more than a few seconds, turn
off USB debugging, restart the device, and turn on USB debugging.
INFO: Detected device: (your device number shows here)
INFO: Status: Ready for connection
INFO: Status: Starting connection
INFO: ************************************************** ****
INFO: *** TAP device "klink0" is enabled. ***
INFO: *** Please leave this running while you use Klink. ***
INFO: *** ***
INFO: *** NetworkManager should now take over if you ***
INFO: *** have it. ***
INFO: *** ***
INFO: *** OTHERWISE: ***
INFO: *** Please run "sudo dhclient klink0" in a ***
INFO: *** separate terminal to get online. ***
INFO: *** ***
INFO: *** Alternatively, "sudo ifup klink0" will work ***
INFO: *** better if your system is compatible (i.e., has ***
INFO: *** the ifupdown package installed). ***
INFO: ************************************************** ****
Running Klink up script
INFO: Status: Connection active
And that's it!
Now I can run Borderlands 2 on Linux, and play multiplayer games online. Without having to resort to my hotspot.
Comment