added new description for the usb lte modem feature
This commit is contained in:
parent
57ec121f57
commit
6e31601f5e
1 changed files with 15 additions and 2 deletions
17
README.md
17
README.md
|
@ -12,7 +12,7 @@
|
|||
3. [Setting up functions of the KCInterface manually](#setting-up-functions-of-the-kcinterface-manually)
|
||||
* [Setting up the Hidden Service](#setting-up-the-hidden-service)
|
||||
4. [Features](#features)
|
||||
* [Installing 12d1:1f01 Huawei E353/E3131 LTE Usb Modem](#installing-12d1:1f01-huawei-e353/e3131-lte-usb-modem)
|
||||
* [Installing 12d1:1f01 Huawei E353/E3131 LTE Usb Modem](#installing-12d1\:1f01-huawei-e353\/e3131-lte-usb-modem)
|
||||
|
||||
# Hardware
|
||||
|
||||
|
@ -316,7 +316,9 @@ First issue
|
|||
|
||||
to check, if you are trying to install the right LTE usb dongle.
|
||||
|
||||
|
||||
Being connected to the internet with your laptop, and having the shared
|
||||
internet connection being issued from your laptop, the kaoscube has
|
||||
internet too.
|
||||
|
||||
Then, install usb_modeswitch with the command
|
||||
|
||||
|
@ -328,4 +330,15 @@ and then switch to modem mode for the usb stick
|
|||
sudo usb_modeswitch -v 12d1 -p 1f01 -M '55534243123456780000000000000a11062000000000000100000000000000'
|
||||
|
||||
|
||||
After that, lsusb will show you that the usb modem is now recognized as
|
||||
a modem.
|
||||
|
||||
Now you can issue
|
||||
|
||||
ip a
|
||||
|
||||
and look for the new generated interface of the modem.
|
||||
|
||||
take it's IP address, in my case it was 192.168.8.100/24, and replace
|
||||
the last bit with a 1 (192.168.8.1).
|
||||
Put that IP address into the browser of your laptop.
|
||||
|
|
Loading…
Reference in a new issue