mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 07:29:59 -07:00
* Add a new configuration page and move content out from TP-Link. The
Configuration section in TP-Link is duplicating what is already in
config.toml.example, and given that we have recently added a lot of
new options I don't want to maintain multiple copies.
* Lots of anchor links were broken since we moved docs from README into
mdbook. Fix them all.
* Document that the key input feature is disabled since 0.4.0.
* Smaller cosmetic changes:
* Make TP-Link M7350 page consistent with TP-Link M7310 page.
* Fix indentation on some bullet points.
* Center-align the rayhunter logo in introduction.md to calm my soul.
It is still misaligned with the page title above itself.
* Add "edit on github" link in mdbook settings.
27 lines
1.0 KiB
Markdown
27 lines
1.0 KiB
Markdown
# Orbic RC400L
|
|
|
|
The Orbic RC400L is an inexpensive LTE modem primarily designed for the US marked, and the original device for which Rayhunter is developed.
|
|
|
|
You can buy an Orbic [using bezos
|
|
bucks](https://www.amazon.com/Orbic-Verizon-Hotspot-Connect-Enabled/dp/B08N3CHC4Y),
|
|
or on [eBay](https://www.ebay.com/sch/i.html?_nkw=orbic+rc400l).
|
|
|
|
[Please check whether the Orbic works in your country](https://www.frequencycheck.com/countries/), and whether the Orbic RC400L supports the right frequency bands for your purpose before buying.
|
|
|
|
## Supported Bands
|
|
|
|
| Frequency | Band |
|
|
| ------- | ------------------ |
|
|
| 5G (wideband,midband,nationwide) | n260/n261, n77, n2/5/48/66 |
|
|
| 4G | 2/4/5/12/13/48/66 |
|
|
| Global & Roaming | n257/n78 |
|
|
| Wifi 2.4Ghz | b/g/n |
|
|
| Wifi 5Ghz | a/ac/ax |
|
|
| Wifi 6 | 🮱 |
|
|
|
|
## Obtaining a shell
|
|
|
|
After running through the installation procedure, you can obtain a root shell
|
|
by running `adb shell` or `./installer util shell`. Then, inside of that shell
|
|
you can run `/bin/rootshell` to obtain "fakeroot."
|