|
1 | | - |
| 1 | +# Troubleshooting |
2 | 2 |
|
3 | | -## OpenWRT |
| 3 | +## OpenWRT Issues |
4 | 4 |
|
5 | | -### No network/Modem stuck at searching |
| 5 | +### No Network/Modem Stuck at Searching |
6 | 6 |
|
7 | | -First step is to extract the contents of modem.bin from your firmware dump if you use edl without `--genxml` flag you need to open the bin file with PowerISO or another software and extract the partition having type of `GPT FAT16` |
| 7 | +First, extract the contents of `modem.bin` from your firmware dump. If you used `edl` without the `--genxml` flag, you need to open the bin file with PowerISO or another software and extract the partition with type `GPT FAT16`. |
8 | 8 |
|
9 | | -Once you have the `IMAGE` folder then go to this directory `IMAGE\MODEM_PR\MCFG\CONFIGS\MCFG_SW\GENERIC\` choose the folder according to your region: |
| 9 | +Once you have the `IMAGE` folder, navigate to this directory: `IMAGE\MODEM_PR\MCFG\CONFIGS\MCFG_SW\GENERIC\` and choose the folder according to your region: |
10 | 10 |
|
11 | | -- APAC - Asia Pacific |
12 | | -- CHINA - China |
13 | | -- COMMON - (You can use this if your region is not in the folders list) |
14 | | -- EU - Europe |
15 | | -- NA - North America |
16 | | -- SA - South America |
17 | | -- SEA - South East Asia |
| 11 | +- **APAC** - Asia Pacific |
| 12 | +- **CHINA** - China |
| 13 | +- **COMMON** - Use this if your region is not listed |
| 14 | +- **EU** - Europe |
| 15 | +- **NA** - North America |
| 16 | +- **SA** - South America |
| 17 | +- **SEA** - South East Asia |
18 | 18 |
|
19 | | -Once you have selected your region, you'll find a group of folders typically representing Telcos in your area. Click on the appropriate one until you locate `MCFG_SW.MBN`. Once found, proceed to transfer the file to your dongle by executing `adb push MCFG_SW.MBN /lib/firmware`. After the transfer is complete, execute `adb reboot`. You can now access the internet with your modem. |
| 19 | +Once you have selected your region, you'll find folders typically representing Telcos in your area. Navigate through the appropriate folder until you locate `MCFG_SW.MBN`. |
| 20 | + |
| 21 | +**To apply the fix:** |
| 22 | + |
| 23 | +1. Transfer the file to your dongle: `adb push MCFG_SW.MBN /lib/firmware` |
| 24 | +2. Reboot the device: `adb reboot` |
| 25 | +3. Your modem should now have internet access |
20 | 26 |
|
21 | 27 | > [!NOTE] |
22 | | -> There are instances that the modem doesn't automatically work, If you encounter this issue you need to execute `adb shell` and `mmcli -m 0 -e` to enable your modem. |
| 28 | +> If the modem doesn't automatically work, you may need to execute: |
| 29 | +> |
| 30 | +> ```bash |
| 31 | +> adb shell |
| 32 | +> mmcli -m 0 -e |
| 33 | +> ``` |
| 34 | +> |
| 35 | +> This will manually enable your modem. |
23 | 36 |
|
24 | | -### Connection Refuse |
| 37 | +### Connection Refused |
25 | 38 |
|
26 | | -If you encounter this problem simply set this on your OpenWRT dashboard |
| 39 | +If you encounter this problem, configure the following settings in your OpenWRT dashboard: |
27 | 40 |
|
28 | 41 | ```bash |
29 | 42 | Name |
|
45 | 58 | MASQUERADE - Automatically rewrite to outbound interface IP |
46 | 59 | ``` |
47 | 60 |
|
48 | | -### Can't use RNDIS after Installation |
| 61 | +### Can't Use RNDIS After Installation |
49 | 62 |
|
50 | | -Download [RNDIS Driver](https://github.com/milkv-duo/duo-files/raw/main/common/RNDIS_drivers_20231018.zip) and add it your device manager |
| 63 | +Download the [RNDIS Driver](https://github.com/milkv-duo/duo-files/raw/main/common/RNDIS_drivers_20231018.zip) and add it to your device manager. |
51 | 64 |
|
52 | 65 | Alternatively you can use `Microsoft USB RNDIS` driver. |
53 | 66 |
|
|
0 commit comments