Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Xiaomi Router Mini with full Unifi support, turn into a beast with custom asus rom!

views
     
TSI<3LYN
post Jan 6 2016, 08:02 PM, updated 10y ago

On my way
****
Senior Member
614 posts

Joined: Sep 2009


Warning/Disclaimer: It might brick your device if you don’t understand what you’re doing. I am not responsible for any things that happened to your device or you. It will be much easier for you if you had experience with linux commands and/or flashed a router with custom firmware before.

Xiaomi Router Mini is probly one of the cheapest dual band wifi router you can get in the market and it is very powerful device for its price. Luckily for me, i purchased it for only RM60ish including shipping from china, the promotion is already expired though.

First thing i realized when i got the Xiaomi Router is, it doesn’t work with Unifi due to non customizable VLAN tags on the official firmware which is expected due to I did some research before I purchase the device. Hence, I flashed it with OpenWrt. I was expecting OpenWrt to work perfectly with Xiaomi Router Mini. However, I soon realized i was wrong. After some tinkering, I found that not only wireless AC doesn’t work (unable to get the driver working), i am unable to get Hypptv (issues with vlan tagging but only for iptv specifically, PPPoE works fine) working as well.

After I failed to get it working, I tried PandoraBox as well but PandoraBox can’t even support vlan tagging correctly.

I was almost ready to give up... until i found a promising firmware by hiboyhiboyhiboy ( http://www.right.com.cn/forum/thread-161324-1-1.html it is in chinese if you can read) . I've compiled my own version of Padavan firmware, you can check Files you need (to download) section for the link. It customized based on Padavan ( https://bitbucket.org/padavan/rt-n56u ). If you want, you can compile it from the source by following this guide ( https://bitbucket.org/padavan/rt-n56u/wiki/...wToMakeFirmware ).

Updates:
08 January 2016, I've compiled my own version of Padavan's firmware with minimum customization, with come with OpenVPN support and remapped the GPIO and some ports accordingly for Xiaomi Miwifi Mini router. It is compiled from latest commit ( ba454a7 )

Files you need (to download)
1. Breed bootloader
2. Custom Padavan firmware megablue edition v1


For those who had experience with flashing a router this is the short version or overview of the guide.
1. Gain access to the router console either telnet or ssh or web based console
2. Installing the custom bootloader - Breed
3. Boot into Breed, install the Padavan firmware
4. Do the basic configures and vlan taggings to get it to work with Unifi or Maxis broadband


Gain access to the router console either telnet or ssh or web based console
there are various ways to gain access the to console, I only show the easiest way that I found on ( https://wiki.openwrt.org/toh/xiaomi/mini )

1. Connect to your PC to your router with ethernet cable
2. Power on and setup the Xiaomi router until it reboots and gets IP address 192.168.31.1
3. Log-in into the router and grab the value of the stok URL parameter (for instance: "9c2428de4d17e2db7e5a6a337e6f57a3")
4. Replace the <STOK> placeholder and load this URL in your browser or curl, this will start telnetd on the router:
CODE
http://192.168.31.1/cgi-bin/luci/;stok=<STOK>/api/xqnetwork/set_wifi_ap?ssid=whatever&encryption=NONE&enctype=NONE&channel=1%3B%2Fusr%2Fsbin%2Ftelnetd

5. It should spit out some wifi error code, that is ok, don't worry.
6. Replace the <STOK> placeholder, the current password and the desired root password and load this URL in your browser or curl, this will set the router root password
CODE
http://192.168.31.1/cgi-bin/luci/;stok=<STOK>/api/xqsystem/set_name_password?oldPwd=<CURRENTPASS>&newPwd=<NEWPASS>

It should spit out: {"code":0}
7. Telnet to the router, enter user root and NEWPASS chosen above.

Installing the custom bootloader - Breed
1. Now i assuming you have access to your router console/telnet/ssh.
2. This is the risky part, proceed with extreme caution as a broken bootloader could brick your router, the only way for you to revive the router would be 3. physically wire the TTL connection to rewrite the bootloader.
4. Download Breed for Xiaomi router mini ( http://breed.hackpascal.net/r802%20%5b2015...iaomi-mini.bin) .
5. Copy it to the root directory of a usb thumb drive (1GB free space is more than enough) with FAT/FAT32 partition.
6. Plug the thumb drive into the router.
7. at the console, type
CODE
cd /extdisks/sda1/
follow by
CODE
ls -l
you should be able to see the breed-mt7620-xiaomi-mini.bin
8. type
CODE
cat /proc/mtd
it will list out the partitions on the router flash chip.
9. look for "Bootloader" it should be listed as mtd1: 00030000 00010000 "Bootloader"
10. now dump a backup of the partition to your usb drive with following command
CODE
dd if=/dev/mtd1 of=/extdisks/sda1/Bootloader.bin

11. you should also create a backup for all other partitions listed with
CODE
cat /proc/mtd
as well, just name them accordingly.
12. now you’re ready to install the custom bootloader, type
CODE
mtd -r write breed-mt7620-xiaomi-mini.bin Bootloader

13. it should shows rebooting when the installation is complete.

Boot into Breed, install the Padavan firmware
1. download the custom Padavan firmware megablue edition v1 and unzip it (you dont need to unzip it, it is already in the extracted form)
2. power off your router, look for a pinhole at the back of your router, press and hold it with a pin, while holding the button in the pinhole, power on your router.
3. release the pinhole button when you see orange/yellow light is blinking.
4. open your browser (preferably Chrome) and type 192.168.1.1 into the address bar.
7. you should be able to access the Breed web interface (in chinese but i will guide you!).
8. Now select the second button on the menu it should says 固件更新
9. now you should be located at http://192.168.1.1/upgrade.html select 固件 and upload the custom Padavan firmware. it should look like this https://i.imgur.com/28pq86W.png
10. wait for the progress bar to complete, it should reboots automatically.
11. you might need to boot into Breed for the second time to reset the default settings for the Padavan firmware. to reset the settings, click the 5th button on the menu, the select Config 區 (公版). It should look like this https://i.imgur.com/oFjNtBm.png
click 執行 to reset the settings,

vlan taggings to get it to work with Unifi & Hypptv
1. now the router should be flashed with the the firmware, it should be accessible at 192.168.1.1 with username: admin and password: admin.
2. now we’re going to configure the basic internet and iptv (for unifi, if you’re using maxis broadband you need to adjust the vlan accordingly) .
3. Click Advanced Settings -> WAN
4. WAN Connection type PPPoE
5. Under PPP VPN client setting key in your unifi account username and password
6. Under Ports Isolation and VLAN Filtering
7. Choose IPTV STB Port: LAN2 (last LAN port counting from left to right)
9. VLAN CPU (Internet) VID 500
8. VLAN CPU IPTV VID 600
9. VLVAN LAN2 VID 600
10. it should look something like this https://i.imgur.com/Cxmstbg.png
11. click apply
12. now you should be able to access the internet and Hypptv.


while the rest of the router functions pretty much self-explanatory. i am too lazy to continue as the guide is already extremely long for my taste, There are a lot of things you can do with the Padavan firmware (google it for details)

Now enjoy better network performance with highly affordable price smile.gif

This post has been edited by I<3LYN: Jan 14 2016, 02:12 PM
blacktubi
post Jan 6 2016, 08:44 PM

-
Group Icon
Elite
8,396 posts

Joined: Jul 2008

Great instruction. biggrin.gif

Anyway, how's the wireless performance on the ported Asus firmware as I know wireless performance is hit and miss on most non Xiaomi firmware.
TSI<3LYN
post Jan 6 2016, 08:46 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(blacktubi @ Jan 6 2016, 08:44 PM)
Great instruction. biggrin.gif

Anyway, how's the wireless performance on the ported Asus firmware as I know wireless performance is hit and miss on most non Xiaomi firmware.
*
i am yet to test both 2.4 and 5Ghz in detail.

I will report back once i did some bandwidth and stability test.
blacktubi
post Jan 6 2016, 08:56 PM

-
Group Icon
Elite
8,396 posts

Joined: Jul 2008

QUOTE(I<3LYN @ Jan 6 2016, 08:46 PM)
i am yet to test both 2.4 and 5Ghz in detail.

I will report back once i did some bandwidth and stability test.
*
Great! Please share the wireless performance.

I am still stuck with Xiaomi stock firmware and having to use a VLAN switch for Unifi. sweat.gif
TSI<3LYN
post Jan 6 2016, 10:50 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(blacktubi @ Jan 6 2016, 08:56 PM)
Great! Please share the wireless performance.

I am still stuck with Xiaomi stock firmware and having to use a VLAN switch for Unifi. sweat.gif
*
just did some testing

got weird results though

my router is at my living room.

the signal strength within the line of sight (few meters away) is about -40 dBm

furthest corners away from the router at 2nd floor is about -60 ~ -65 dBm

650MB within line of sight @ 3m25s (2.4G wireless mode N)
650MB within line of sight @ 2m06s (5G wireless mode N)

650MB room at 2nd floor directly above the router @ 2m50s (2.4G wireless mode N)
5G 650MB room at 2nd floor directly above the router @ 1m54s (5G wireless mode N)

the latency is stable for most places in my house (just standard double story house), except for the further corner away from the router.

I have no other comparisons, but It is much better than the router (D-Link L7-N-R2000) that TM provided though.

It is also much better than vanilla OpenWRT firmware.

This post has been edited by I<3LYN: Jan 6 2016, 10:52 PM
blacktubi
post Jan 6 2016, 11:29 PM

-
Group Icon
Elite
8,396 posts

Joined: Jul 2008

QUOTE(I<3LYN @ Jan 6 2016, 10:50 PM)
just did some testing

got weird results though

my router is at my living room.

the signal strength within the line of sight (few meters away) is about -40 dBm

furthest corners away from the router at 2nd floor is about -60 ~ -65 dBm

650MB within line of sight @ 3m25s (2.4G wireless mode N)
650MB within line of sight @ 2m06s (5G wireless mode N)

650MB room at 2nd floor directly above the router @ 2m50s (2.4G wireless mode N)
5G 650MB room at 2nd floor directly above the router @ 1m54s (5G wireless mode N)

the latency is stable for most places in my house (just standard double story house), except for the further corner away from the router.

I have no other comparisons, but It is much better than the router (D-Link L7-N-R2000) that TM provided though. 

It is also much better than vanilla OpenWRT firmware.
*
I calculated and it is around 41Mbit/s for 5Ghz 2m06s. hmm.gif

Do you have 802.11AC enabled as that's where the problem is.
TSI<3LYN
post Jan 6 2016, 11:52 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(blacktubi @ Jan 6 2016, 11:29 PM)
I calculated and it is around 41Mbit/s for 5Ghz 2m06s. hmm.gif

Do you have 802.11AC enabled as that's where the problem is.
*
there are 2 issues, i've AC enabled on router but the devices I test on don't support AC, secondly the pc that upload the file might be hit a bottleneck due to the hdd and network speed. I need to change my approach to at least try to maximize the speed of N mode doh.gif
blacktubi
post Jan 6 2016, 11:54 PM

-
Group Icon
Elite
8,396 posts

Joined: Jul 2008

QUOTE(I<3LYN @ Jan 6 2016, 11:52 PM)
there are 2 issues, i've AC enabled on router but the devices I test on don't support AC, secondly the pc that upload the file might be hit a bottleneck due to the hdd and network speed. I need to change my approach  to at least try to maximize the speed of N mode doh.gif
*
I just remember that the Xiaomi MiWiFi Mini only support Fast Ethernet. sweat.gif

Thanks for the great discovery anyway, I am going to try it out soon.
wcypierre
post Jan 7 2016, 01:10 AM

Newbie Programmer
Group Icon
Elite
4,619 posts

Joined: Jul 2011
QUOTE(I<3LYN @ Jan 6 2016, 11:52 PM)
there are 2 issues, i've AC enabled on router but the devices I test on don't support AC, secondly the pc that upload the file might be hit a bottleneck due to the hdd and network speed. I need to change my approach  to at least try to maximize the speed of N mode doh.gif
*
Check out your phone? If your phone uses qualcomm most likely it has 802.11ac in it


TSI<3LYN
post Jan 7 2016, 09:49 AM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(wcypierre @ Jan 7 2016, 01:10 AM)
Check out your phone? If your phone uses qualcomm most likely it has 802.11ac in it
*
good suggestion... but i need another source that able to split out data at 1300mbps and also support wireless AC doh.gif
zhuoyang
post Jan 7 2016, 04:59 PM

Getting Started
**
Junior Member
197 posts

Joined: Jul 2011
Can you do a test how is the WiFi coverage and performance compared to pandorabox?
I tried the latest openwrt chaos calmer, the WiFi really sucks compared to both official firmware and pandorabox.
TSI<3LYN
post Jan 7 2016, 05:18 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(zhuoyang @ Jan 7 2016, 04:59 PM)
Can you do a test how is the WiFi coverage and performance compared to pandorabox?
I tried the latest openwrt chaos calmer, the WiFi really sucks compared to both official firmware and pandorabox.
*
the signal is definitely better than openwrt.. i say it is on par with PandoraBox/official firmware.

It is compiled with the proprietary wifi driver as far as i know. hence the better performance compared with openwrt which is using generic driver.


are you using unifi? how did you get pandorabox running with unifi? blink.gif

This post has been edited by I<3LYN: Jan 7 2016, 05:20 PM
zhuoyang
post Jan 7 2016, 05:48 PM

Getting Started
**
Junior Member
197 posts

Joined: Jul 2011
QUOTE(I<3LYN @ Jan 7 2016, 05:18 PM)
the signal is definitely better than openwrt.. i say it is on par with PandoraBox/official firmware.

It is compiled with the  proprietary wifi driver as far as i know. hence the better performance compared with openwrt which is using generic driver.
are you using unifi? how did you get pandorabox running with unifi?  blink.gif
*
I am using it just for access point. My router still using tm provided dir-615 (running dd-wrt for ultimate stability)
TSI<3LYN
post Jan 8 2016, 11:37 AM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(zhuoyang @ Jan 7 2016, 05:48 PM)
I am using it just for access point. My router still using tm provided dir-615 (running dd-wrt for ultimate stability)
*
i see.

Personally, i think it is better to use Xiaomi for the entire setup, since it has much better hardware ( and wifi? i don't know, i was using D-Link DIR614 and it is crap) . Otherwise it is a waste of the hardware to use it just as an AP.
zhuoyang
post Jan 8 2016, 11:53 AM

Getting Started
**
Junior Member
197 posts

Joined: Jul 2011
QUOTE(I<3LYN @ Jan 8 2016, 11:37 AM)
i see.

Personally, i think it is better to use Xiaomi for the entire setup, since it has much better hardware ( and wifi? i don't know, i was using D-Link DIR614 and it is crap) . Otherwise it is a waste of the hardware to use it just as an AP.
*
Yea planning to install this custom firmware soon
TSI<3LYN
post Jan 8 2016, 03:05 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(zhuoyang @ Jan 8 2016, 11:53 AM)
Yea planning to install this custom firmware soon
*
i am compiling my own version from the Padavan source code for security reasons brows.gif

so you will get the clean version of padavan's firmware with minimum modification (without the chinese addons) for the xiaomi-mini router.

I probly can get it uploaded by tonight or so if there are no problem with the compile process and test runs.

stay tuned.



Updates:
I've compiled my own version, everything is working fine so far, make sure you select the correct Wifi country code (just select any country with 1-13 channels) /channel otherwise it could auto selecting the channel 14 which is not supported in most countries including ours.

This post has been edited by I<3LYN: Jan 8 2016, 04:49 PM
kelvin
post Jan 12 2016, 08:41 AM

Casual
***
Junior Member
467 posts

Joined: Jan 2003
QUOTE(I<3LYN @ Jan 8 2016, 03:05 PM)
i am compiling my own version from the Padavan source code for security reasons brows.gif

so you will get the clean version of padavan's firmware with minimum modification (without the chinese addons) for the xiaomi-mini router.

I probly can get it uploaded by tonight or so if there are no problem with the compile process and test runs.

stay tuned.

Updates:
I've compiled my own version, everything is working fine so far, make sure you select the correct Wifi country code (just select any country with 1-13 channels) /channel otherwise it could auto selecting the channel 14 which is not supported in most countries including ours.
*
Hi,
Can I flash when my router is now stock firmware. ( xiaomi firmware )
Thanks.
TSI<3LYN
post Jan 12 2016, 11:30 AM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(kelvin @ Jan 12 2016, 08:41 AM)
Hi,
Can I flash when my router is now stock firmware. ( xiaomi firmware ) 
Thanks.
*
yes, you can. You can flash it from any firmware as long as it is the same router.
goolias
post Jan 12 2016, 11:55 AM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
Hi,

Mind to share your compiled version ?
TSI<3LYN
post Jan 12 2016, 01:30 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(goolias @ Jan 12 2016, 11:55 AM)
Hi,

Mind to share your compiled version ?
*
already shared the first post.
goolias
post Jan 12 2016, 01:33 PM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
QUOTE
Updates:
08 January 2016, I've compiled my own version of Padavan's firmware with minimum customization, with come with OpenVPN support and remapped the GPIO and some ports accordingly for Xiaomi Miwifi Mini router. It is compiled from latest commit ( ba454a7 )
You mean this link: ba454a7 ?
TSI<3LYN
post Jan 12 2016, 03:48 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(goolias @ Jan 12 2016, 01:33 PM)
You mean this link: ba454a7 ?
*
Custom Padavan firmware megablue edition v1
acbc
post Jan 12 2016, 03:49 PM

Look at all my stars!!
*******
Senior Member
9,035 posts

Joined: Jan 2003
Just a TP-Link Smart Easy Switch to do the VLAN taggings.
TSI<3LYN
post Jan 12 2016, 04:00 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(acbc @ Jan 12 2016, 03:49 PM)
Just a TP-Link Smart Easy Switch to do the VLAN taggings.
*
not worth it for me to buy another equipment just to do the VLAN taggings, kind of defeat the purpose of getting a cheap and powerful router, furthermore i dont need gigabit ethernet.
acbc
post Jan 12 2016, 10:21 PM

Look at all my stars!!
*******
Senior Member
9,035 posts

Joined: Jan 2003
QUOTE(I<3LYN @ Jan 12 2016, 04:00 PM)
not worth it for me to buy another equipment just to do the VLAN taggings, kind of defeat the purpose of getting a cheap and powerful router, furthermore i dont need gigabit ethernet.
*
The switch not even RM 100.

I prefer stock firmware.
kelvin
post Jan 13 2016, 09:31 AM

Casual
***
Junior Member
467 posts

Joined: Jan 2003
QUOTE(I<3LYN @ Jan 12 2016, 11:30 AM)
yes, you can. You can flash it from any firmware as long as it is the same router.
*
I want to make sure that all the steps work as in your guide before I flash my Xiaomi mini router. I tested with a TP - Link TL-WDR4300 flash with openwrt. I copy the 2 files to a USB pendrive format with Fat32 and plug in to the USB of the TP Link router. SSH to the router and I issue the command cd /extdisks/sda1 , but it says cannot cd to extdisks . Is there something that I miss out ?
Thanks.
zhuoyang
post Jan 13 2016, 11:32 AM

Getting Started
**
Junior Member
197 posts

Joined: Jul 2011
QUOTE(acbc @ Jan 12 2016, 10:21 PM)
e
The switch not even RM 100.

I prefer stock firmware.
*
Why would you comment on this thread then, when it's a custom firmware thread ?
Also why would we to need spend extra RM100 for a switch just for vlan tagging , when we already have a hardware capable of doing so.

TSI<3LYN
post Jan 13 2016, 05:30 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(zhuoyang @ Jan 13 2016, 11:32 AM)
Why would you comment on this thread then, when it's a custom firmware thread ?
Also why would we to need spend extra RM100 for a switch just for vlan tagging , when we already have a hardware capable of doing so.
*
thanks for saying that. I was going to say something similar but kind of hold back a bit to avoid argument tongue.gif

if i were to buy another equipment just to have better out of the box experience, i might as well as just a router that does all that with vanilla setup rather than spending it on 2 piece of equipments. doh.gif

for me choosing xiaomi mini router because it is highly hackable and cheap.

This post has been edited by I<3LYN: Jan 13 2016, 05:51 PM
TSI<3LYN
post Jan 13 2016, 05:34 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(kelvin @ Jan 13 2016, 09:31 AM)
I want to make sure that all the steps work as in your guide before I flash my Xiaomi mini router. I tested with a TP - Link TL-WDR4300 flash with openwrt. I copy the 2 files to a USB pendrive format with Fat32 and plug in to the USB of the TP Link router. SSH to the router and I issue the command cd /extdisks/sda1 , but it says cannot cd to extdisks . Is there something that I miss out ?
Thanks.
*
because every firmware mount the drives at different locations

you can try to follow every steps with your xiaomi router prior
CODE
mtd -r write breed-mt7620-xiaomi-mini.bin Bootloader


because it is the exact step that would cause your router to brick if you did something wrong.

anything prior this doesn't write anything to your router that could cause your router brick.

you're safe to to familiarize yourself, find out anythings that you're uncertain then you could just raise the questions in this thread.

This post has been edited by I<3LYN: Jan 13 2016, 05:50 PM
kelvin
post Jan 14 2016, 09:17 AM

Casual
***
Junior Member
467 posts

Joined: Jan 2003
Hi,
After finish flash the ROM and refresh 192.168.1.1, but "Page No Found". When turn On the router, no yellow light, straight away the blue light up. Tried 2 times, the same problem happen. Is my flashing step wrong or anything I done it not correct?
Thanks.
TSI<3LYN
post Jan 14 2016, 02:11 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(kelvin @ Jan 14 2016, 09:17 AM)
Hi,
After finish flash the ROM and refresh 192.168.1.1, but "Page No Found". When turn On the router, no yellow light, straight away the blue light up. Tried 2 times, the same problem happen. Is my flashing step wrong or anything I done it not correct?
Thanks.
*
which step were you at?

did you manage to boot into Breed?

are you sure it is "Page not found" instead of other error? if it is page not found make sure the url in your address bar is exactly http://192.168.1.1/ instead of being redirected. access it from incognito mode if you want to be sure.
Also try, http://my.router/


This post has been edited by I<3LYN: Jan 14 2016, 02:19 PM
kelvin
post Jan 14 2016, 02:51 PM

Casual
***
Junior Member
467 posts

Joined: Jan 2003
QUOTE(I<3LYN @ Jan 14 2016, 02:11 PM)
which step were you at?

did you manage to boot into Breed?

are you sure it is "Page not found" instead of other error? if it is page not found make sure the url in your address bar is exactly http://192.168.1.1/ instead of being redirected. access it from incognito mode if you want to be sure.
Also try, http://my.router/
*
I was at step 10 of your guide. I manage to boot to breed, select option no. 2 to update the firmware. It updated until the bar is complete, then at the bar, some Chinese character says if it do not reboot, you need to refresh. This is where I am stuck. After refresh, I do not get the page, it only show me a pink color page, i forgot the error written there. At the same time the routet blue light is flashing. What should I do now
TSI<3LYN
post Jan 14 2016, 03:10 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(kelvin @ Jan 14 2016, 02:51 PM)
I was at step 10 of your guide. I manage to boot to breed, select option  no. 2 to update the firmware. It updated until the bar is complete, then at the bar, some Chinese character says if it do not reboot, you need to refresh. This is where I am stuck. After refresh, I do not get the page, it only show me a pink color page,    i forgot the error written there. At the same time the routet blue light is flashing. What should I do now
*
dont worry, as long as you still can access to breed, most things can be recovered.

how long did you wait after the progress bar reached the end? give it 10 minutes before you reboot.

Please do the step 11 as well.

QUOTE
you might need to boot into Breed for the second time to reset the default settings for the Padavan firmware. to reset the settings, click the 5th button on the menu, the select Config 區 (公版). It should look like this https://i.imgur.com/oFjNtBm.png
click 執行 to reset the settings,



Also, you should try to access your route from incognito mode

In some cases, some cache that your previous router/firmware left behind could redirect the default page to the wrong url.

This post has been edited by I<3LYN: Jan 14 2016, 03:13 PM
kelvin
post Jan 14 2016, 03:27 PM

Casual
***
Junior Member
467 posts

Joined: Jan 2003
QUOTE(I<3LYN @ Jan 14 2016, 03:10 PM)
dont worry, as long as you still can access to breed, most things can be recovered.

how long did you wait after the progress bar reached the end? give it 10 minutes before you reboot.

Please do the step 11 as well.
Also, you should try to access your route from incognito mode

In some cases, some cache that your previous router/firmware left behind could redirect the default page to the wrong url.
*
Thks for the prompt reply, i waited like 25 mins after the progress bar reachef the end. Still the screen remain the same. Anyway I will try again tonight in incognito mode and keep you inform on the progress.
I was curious why the blue light kerp blinking. Normslly when ypu on the routet, it is yellow then turn to blue, but my case , it will straight go to blue blinking when i turn it on
TSI<3LYN
post Jan 14 2016, 03:35 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(kelvin @ Jan 14 2016, 03:27 PM)
Thks for the prompt reply, i waited like 25 mins after the progress bar reachef the end. Still the screen remain the same. Anyway I will try again tonight in incognito mode and keep you inform on the progress.
I was curious why the blue light kerp blinking. Normslly when ypu on the routet, it is yellow then turn to blue, but my case , it will straight go to blue blinking when i turn it on
*
the behavior of the LEDs got changed with the bootloader & firmware.
kelvin
post Jan 14 2016, 03:57 PM

Casual
***
Junior Member
467 posts

Joined: Jan 2003
QUOTE(I<3LYN @ Jan 14 2016, 03:35 PM)
the behavior of the LEDs got changed with the bootloader & firmware.
*
One more question, if i successfully reboot to breed and do srep 11,i. e reseting the configuration to default, then i rebbot. After rebooting, the gui will be in english to set the settings for unifi, cos now is in breed mode , there is no advance setting as i your guide in the last step
TSI<3LYN
post Jan 14 2016, 04:35 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(kelvin @ Jan 14 2016, 03:57 PM)
One more question, if i successfully reboot to breed and do srep 11,i. e reseting the configuration to default, then i rebbot. After rebooting, the gui will be in english to set the settings for unifi, cos now is in breed mode , there is no advance setting as i your guide in the last step
*
yes, the UI will be in English.
kelvin
post Jan 14 2016, 07:28 PM

Casual
***
Junior Member
467 posts

Joined: Jan 2003
Thanks for all the advice, finally got it connected to unifi with iptv. Use incognito mode, then only can access the router. Thanks again, now trying out and monitor the performance of this router
kelvin
post Jan 16 2016, 09:43 AM

Casual
***
Junior Member
467 posts

Joined: Jan 2003
Is it possible to SSH again to the router once upgraded. I just wamt to check the wireless setting /etc/config/wireless. I just cannot Ssh when i try to use putty. Thanks.
TSI<3LYN
post Jan 16 2016, 05:05 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(kelvin @ Jan 16 2016, 09:43 AM)
Is it possible to SSH again to the router once upgraded. I just wamt to check the wireless setting /etc/config/wireless. I just cannot Ssh when i try to use putty. Thanks.
*
Administration -> Services -> Enable SSH server
kelvin
post Jan 16 2016, 07:04 PM

Casual
***
Junior Member
467 posts

Joined: Jan 2003
Login as root, tried the password when i install breed , message is wrong password. tried a few password that i know , butt all to no avail. Any solution? Thanks
TSI<3LYN
post Jan 16 2016, 10:00 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(kelvin @ Jan 16 2016, 07:04 PM)
Login as root, tried the password when i install breed , message is wrong password. tried a few password that i know , butt all to no avail. Any solution? Thanks
*
dude... your username is admin... doh.gif why you use root to login
wcypierre
post Jan 16 2016, 10:07 PM

Newbie Programmer
Group Icon
Elite
4,619 posts

Joined: Jul 2011
QUOTE(I<3LYN @ Jan 16 2016, 10:00 PM)
dude... your username is admin...  doh.gif  why you use root to login
*
because this is a linux device, and historically root is the username for admin so that's why he put root laugh.gif
kelvin
post Jan 16 2016, 10:39 PM

Casual
***
Junior Member
467 posts

Joined: Jan 2003
Got it, thanks
jay90
post Jan 17 2016, 09:37 PM

New Member
*
Junior Member
26 posts

Joined: Aug 2010
Hi there,

Thank you for compiling this.
Was running one of Padavan's previous builds but did not have Hypptv & OpenVPN support.
zhuoyang
post Jan 19 2016, 10:19 AM

Getting Started
**
Junior Member
197 posts

Joined: Jul 2011
Installed to my router , everything works fine!
Anyway to get ipv6 working ?
and also no QoS support ?

This post has been edited by zhuoyang: Jan 19 2016, 10:21 AM
ramnkc
post Jan 19 2016, 03:07 PM

New Member
*
Junior Member
40 posts

Joined: Oct 2006
Hi, just want to ask if i install follow the instructions and install the breed bootloader and padavan's firmware... can i install OpenWrt Chaos Calmer stable version directly?

Because we flash the breed bootloader , can i revert it back to stock firmware with the normal way?

And what is the <CURRENTPASS> ?

This post has been edited by ramnkc: Jan 19 2016, 07:31 PM
TSI<3LYN
post Jan 19 2016, 11:18 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(zhuoyang @ Jan 19 2016, 10:19 AM)
Installed to my router , everything works fine!
Anyway to get ipv6 working ?
and also no QoS support ?
*
yes ipv6 works fine, but you have to configure it.

I didn't play with QoS yet, the version that i had compiled doesn't have QoS enabled.
TSI<3LYN
post Jan 19 2016, 11:20 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(ramnkc @ Jan 19 2016, 03:07 PM)
Hi, just want to ask if i install follow the instructions and install the breed bootloader and padavan's firmware... can i install OpenWrt Chaos Calmer stable version directly?

Because we flash the breed bootloader , can i revert it back to stock firmware with the normal way?

And what is the <CURRENTPASS> ?
*
if you just want to install openwrt, there are easier way, just follow the openwrt wiki.


zhuoyang
post Jan 20 2016, 01:36 AM

Getting Started
**
Junior Member
197 posts

Joined: Jul 2011
QUOTE(I<3LYN @ Jan 19 2016, 11:18 PM)
yes ipv6 works fine, but you have to configure it.

I didn't play with QoS yet, the version that i had compiled doesn't have QoS enabled.
*
How to configure ? I was able to get ipv6 public ip but looks like there's something wrong with DHCPv6 because ipv6 test failed
UserU
post Jan 20 2016, 02:30 PM

CSONLINE2.NET - FREE COUNTER-STRIKE
Group Icon
Elite
5,093 posts

Joined: Mar 2009
From: Land of make believe

Hi I<3LYN, I've completed the setup but for strange reasons, the LAN1 port doesn't work if I change the VLAN LAN(number) for either ports. The effect could also apply to LAN2 port.

This post has been edited by UserU: Jan 20 2016, 04:32 PM
TSI<3LYN
post Jan 20 2016, 07:41 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(zhuoyang @ Jan 20 2016, 01:36 AM)
How to configure ? I was able to get ipv6 public ip but looks like there's something wrong with DHCPv6 because ipv6 test failed
*
This is my config,

user posted image

ignore the DNSv6 server 1 since i am running my own DNS server.

you can use google dns if you want.
TSI<3LYN
post Jan 20 2016, 07:44 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(UserU @ Jan 20 2016, 02:30 PM)
Hi I<3LYN, I've completed the setup but for strange reasons, the LAN1 port doesn't work if I change the VLAN LAN(number) for either ports. The effect could also apply to LAN2 port.
*
what do you mean by LAN port doesn't work? what are you trying to do with it?

can you post a screenshot for the section?



UserU
post Jan 20 2016, 08:43 PM

CSONLINE2.NET - FREE COUNTER-STRIKE
Group Icon
Elite
5,093 posts

Joined: Mar 2009
From: Land of make believe

QUOTE(I<3LYN @ Jan 20 2016, 07:44 PM)
what do you mean by LAN port doesn't work? what are you trying to do with it?

can you post a screenshot for the section?
*
I'm connecting two PCs to the router via Ethernet cables.

Will upload the screenshots soon.
UserU
post Jan 20 2016, 09:08 PM

CSONLINE2.NET - FREE COUNTER-STRIKE
Group Icon
Elite
5,093 posts

Joined: Mar 2009
From: Land of make believe

I<3LYN, here they are:
Attached Image
Attached Image

Even if I were to fill in the last field for LAN1, the error switches side (Limited Connectivity). Troubleshooting the affected client returned the ("Ethernet Doesn't Have A Valid IP Configuration") error.

For instance, PC1 Ethernet (LAN2) has the limited connectivity. If I configure the settings (add values), PC2 Ethernet (LAN1) would now have the limited connectivity, with PC1 connected to the network.

This post has been edited by UserU: Jan 20 2016, 09:11 PM
TSI<3LYN
post Jan 21 2016, 10:46 AM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(UserU @ Jan 20 2016, 09:08 PM)
I<3LYN, here they are:
Attached Image
Attached Image

Even if I were to fill in the last field for LAN1, the error switches side (Limited Connectivity). Troubleshooting the affected client returned the ("Ethernet Doesn't Have A Valid IP Configuration") error.

For instance, PC1 Ethernet (LAN2) has the limited connectivity. If I configure the settings (add values), PC2 Ethernet (LAN1) would now have the limited connectivity, with PC1 connected to the network.
*
hence you're not using hypptv right? then you should just disable the STB port, by selecting Choose IPTV STB Port -> No
UserU
post Jan 21 2016, 11:22 AM

CSONLINE2.NET - FREE COUNTER-STRIKE
Group Icon
Elite
5,093 posts

Joined: Mar 2009
From: Land of make believe

QUOTE(I<3LYN @ Jan 21 2016, 10:46 AM)
hence you're not using hypptv right? then you should just disable the STB port, by selecting Choose IPTV STB Port -> No
*
Not using it at all.

Thanks, it worked smile.gif
leowjc
post Jan 22 2016, 03:52 AM

Getting Started
**
Junior Member
247 posts

Joined: Jan 2006


i had flashed the padawan successfully, however after entering my unifi id and pw, the connection status is "waiting for ppp client connection"
ramnkc
post Jan 22 2016, 10:40 AM

New Member
*
Junior Member
40 posts

Joined: Oct 2006
QUOTE(I<3LYN @ Jan 20 2016, 07:41 PM)
This is my config,

user posted image

ignore the DNSv6 server 1 since i am running my own DNS server.

you can use google dns if you want.
*
I tried to put in google DNS
2001:4860:4860::8888
2001:4860:4860::8844

And tried, the system show i grab but when i tried to access to Sarawak report new portal site, its still blocking it. I turn off the ipV6 setting then its working... custom DNS for ipv6 not working?

And mine to share the source file and where you made the customization? Or you have the latest padavan firmware customize build?

This post has been edited by ramnkc: Jan 22 2016, 11:18 PM
myghimh
post Jan 27 2016, 02:19 PM

Getting Started
**
Junior Member
235 posts

Joined: Mar 2008


hiya, is there a way to do this for the smaller version of xiaomi router? the youth version? that one is without USB slot, so how can i perform this flashing without the USB?
TSI<3LYN
post Jan 28 2016, 01:55 AM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(myghimh @ Jan 27 2016, 02:19 PM)
hiya, is there a way to do this for the smaller version of xiaomi router? the youth version? that one is without USB slot, so how can i perform this flashing without the USB?
*
Not suite sure with the youth version.
myghimh
post Jan 29 2016, 11:08 AM

Getting Started
**
Junior Member
235 posts

Joined: Mar 2008


hiya

i am using this padavan thing now, but i wanted to know, why after changing my admin password to enter the router, the section to change password now dissapears. i am able to login using the new password, but i can't seem to find back the section to change the password. I checked in the Administration page, but the only field available there is device name, then straight away System Time at the bottom. There is no change password section there anymore. Is it normal?
TSI<3LYN
post Jan 29 2016, 11:56 AM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(myghimh @ Jan 29 2016, 11:08 AM)
hiya

i am using this padavan thing now, but i wanted to know, why after changing my admin password to enter the router, the section to change password now dissapears. i am able to login using the new password, but i can't seem to find back the section to change the password. I checked in the Administration page, but the only field available there is device name, then straight away System Time at the bottom. There is no change password section there anymore. Is it normal?
*
no, it is not normal.

you should still able to see it.

this is my interface.

user posted image
myghimh
post Jan 29 2016, 12:16 PM

Getting Started
**
Junior Member
235 posts

Joined: Mar 2008


QUOTE(I<3LYN @ Jan 29 2016, 11:56 AM)
no, it is not normal.

you should still able to see it.

this is my interface.

user posted image
*
hiya thanks. are you accessing it from remote? or from local, means 192.168.x.x
myghimh
post Jan 29 2016, 12:20 PM

Getting Started
**
Junior Member
235 posts

Joined: Mar 2008


QUOTE(myghimh @ Jan 29 2016, 12:16 PM)
hiya thanks. are you accessing it from remote? or from local, means 192.168.x.x
*
i think i know why already. if you access from remote, that part is missing. if you access from 192.168.x.x or locally, the section appears.. i think should be some kind of security measure. anyway, thanks.

i was asking this question because sometimes, i get the prompt that i am already logged in from other ip. but i just wait a few minutes, then i can login again. i'm pretty sure i have logged out of the other sessions, so not sure why it keep popping up. do you happen to see this behaviour on your router?
ramnkc
post Feb 1 2016, 01:25 PM

New Member
*
Junior Member
40 posts

Joined: Oct 2006
Hi,

Found this in russian forum http://4pda.ru/forum/index.php?showtopic=6...0#entry41511968

I think its related to XiaoMi Mi router 5ghz EEProm pacthing which fix the low signal issue.... but no idea what should i do about it.

take a look.


TSI<3LYN
post Feb 1 2016, 03:04 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(ramnkc @ Feb 1 2016, 01:25 PM)
Hi,

Found this in russian forum http://4pda.ru/forum/index.php?showtopic=6...0#entry41511968

I think its related to XiaoMi Mi router 5ghz EEProm pacthing which fix the low signal issue.... but no idea what should i do about it.

take a look.
*
alright thank you, i probly will take a look soon (sorry i am quite busy lately)
pokengx
post Feb 17 2016, 07:53 PM

New Member
*
Newbie
1 posts

Joined: Aug 2012
Thank You rclxms.gif working perfectly
Pegasus88
post Feb 18 2016, 11:37 AM

Enthusiast
*****
Senior Member
725 posts

Joined: Mar 2011
From: MIRI


I have a question here,

If i turn Xiaomi Router into an access point, can I still use the USB port connected with an external HD ?

*which mean when i turned off DHCP and give this router a fixed IP. hmm.gif

This post has been edited by Pegasus88: Feb 18 2016, 11:38 AM
goolias
post Feb 18 2016, 05:19 PM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
QUOTE(Pegasus88 @ Feb 18 2016, 11:37 AM)
I have a question here,

If i turn Xiaomi Router into an access point, can I still use the USB port connected with an external HD ?

*which mean when i turned off DHCP and give this router a fixed IP. hmm.gif
*
Yes, You can. I am using it that way.
goolias
post Feb 18 2016, 05:38 PM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
I tried with beta firmware from xiaomi, it can dial to Streamyx.
But no guaranteed it will work, because in the stable firmware the default dial-up option has been predefined to China and Taiwan ISP only, no option to define phone number., strangely though if I not mistaken beta firmware can define phone no.
goolias
post Feb 19 2016, 11:10 AM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
5GHz wifi has nothing to do with Streamyx, it depends on the device that connected supported or not.
Pegasus88
post Feb 19 2016, 01:41 PM

Enthusiast
*****
Senior Member
725 posts

Joined: Mar 2011
From: MIRI


QUOTE(goolias @ Feb 18 2016, 05:19 PM)
Yes, You can. I am using it that way.
*
Thank you. rclxms.gif
irwan6179
post Feb 29 2016, 01:21 PM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



Thanks for the guide I<3LYN. This is my first time trying to flash Padavan. Just want to make sure, is there anyway to flash Padavan without Breed?
irwan6179
post Mar 1 2016, 12:22 PM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



got it working.. excellent firmware. thanks all
irwan6179
post Mar 5 2016, 08:37 PM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



QUOTE(I<3LYN @ Jan 19 2016, 11:18 PM)
yes ipv6 works fine, but you have to configure it.

I didn't play with QoS yet, the version that i had compiled doesn't have QoS enabled.
*
Bro I<3LYN, do you think you could build the latest commit with QOS enabled? It would be a huge help for my 2mbps connection.
iz1011
post Mar 6 2016, 10:56 AM

On my way
****
Junior Member
515 posts

Joined: Dec 2008
HI. Just asking if I plug this modem into unifi and it won't work without the custom rom right?
UserU
post Mar 6 2016, 01:50 PM

CSONLINE2.NET - FREE COUNTER-STRIKE
Group Icon
Elite
5,093 posts

Joined: Mar 2009
From: Land of make believe

QUOTE(iz1011 @ Mar 6 2016, 10:56 AM)
HI. Just asking if I plug this modem into unifi and it won't work without the custom rom right?
*
It won't. You've to void the warranty to make it compatible.
iz1011
post Mar 8 2016, 01:56 PM

On my way
****
Junior Member
515 posts

Joined: Dec 2008
QUOTE(UserU @ Mar 6 2016, 02:50 PM)
It won't. You've to void the warranty to make it compatible.
*
I like the answer. Guess i'm going to sell it then

wcypierre
post Mar 8 2016, 02:08 PM

Newbie Programmer
Group Icon
Elite
4,619 posts

Joined: Jul 2011
QUOTE(iz1011 @ Mar 8 2016, 01:56 PM)
I like the answer. Guess i'm going to sell it then
*
still, xiaomi don't sell this model locally so basically you don't have warranty anyway (except from the vendor that you bought it from if they honor it)
irwan6179
post Mar 8 2016, 03:31 PM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



sell it to me cheap cheap
iz1011
post Mar 8 2016, 11:52 PM

On my way
****
Junior Member
515 posts

Joined: Dec 2008
QUOTE(irwan6179 @ Mar 8 2016, 04:31 PM)
sell it to me cheap cheap
*
How much you want?
irwan6179
post Mar 9 2016, 07:39 PM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



rm80. kl area pickup
soonwai
post Mar 9 2016, 09:41 PM


********
All Stars
11,455 posts

Joined: Oct 2007
From: KL


People, what's the cheapest local source for the Xiaomi Mini? Thinking of getting one to play with. So cheap for dual band.
trix
post Mar 12 2016, 03:33 AM

Enthusiast
*****
Senior Member
848 posts

Joined: Feb 2005
From: everywhere, yet nowhere.



QUOTE(soonwai @ Mar 9 2016, 09:41 PM)
People, what's the cheapest local source for the Xiaomi Mini? Thinking of getting one to play with. So cheap for dual band.
*
http://www.11street.my/product/ProductDeta...o?prdNo=1365177
RM99, can go lower with coupon but only for a limited period/stock


followed I<3LYN's guide, built padavan's firmware from commit 821f6cd
internet, hypptv, ipv6 works thumbup.gif
shanelai
post Mar 12 2016, 09:54 PM

MAyd@y M@ydAy!
******
Senior Member
1,820 posts

Joined: Jan 2003
From: KL/Singapore



does this work on maxis fibre bb?
KIT39
post Mar 13 2016, 12:24 AM

New Member
*
Junior Member
43 posts

Joined: Jan 2010


Guys Please help why I cant download the http://breed.hackpascal.net/r802%20%5B2015...omi-mini.bin%29
trix
post Mar 13 2016, 11:27 AM

Enthusiast
*****
Senior Member
848 posts

Joined: Feb 2005
From: everywhere, yet nowhere.



QUOTE(KIT39 @ Mar 13 2016, 12:24 AM)
Guys Please help why I cant download the http://breed.hackpascal.net/r802%20%5B2015...omi-mini.bin%29
*
http://breed.hackpascal.net/
adix4
post Mar 15 2016, 12:09 AM

ich bin eine Katze :3
******
Senior Member
1,254 posts

Joined: Apr 2007
From: Berlin

soonwai irwan6179

hello guys i am selling my blue colored xiaomi mini WiFi because of this problem

https://forum.lowyat.net/topic/3893439

I ragequit and i want to buy Asus lol, if you want to buy you can PM me lol

bought last week (Friday)

This post has been edited by adix4: Mar 15 2016, 12:10 AM
Keefkok
post Mar 17 2016, 03:30 PM

Getting Started
**
Junior Member
116 posts

Joined: Jan 2012
Dual band router = faster internet speed? Or stability?
weiheng
post Mar 31 2016, 11:47 PM

I'm Lovin' it
******
Senior Member
1,513 posts

Joined: Jan 2003

I don't need hypptv, stock firmware work with internet and ipv6 for unifi?
sil3ntHunt3r
post Apr 7 2016, 03:08 PM

S.H.I.E.L.D
*****
Senior Member
877 posts

Joined: Jan 2003



QUOTE(weiheng @ Mar 31 2016, 11:47 PM)
I don't need hypptv, stock firmware work with internet and ipv6 for unifi?
*
Not sure on ipv6 but Unifi should work fine.


TSI<3LYN
post Apr 7 2016, 03:23 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(weiheng @ Mar 31 2016, 11:47 PM)
I don't need hypptv, stock firmware work with internet and ipv6 for unifi?
*
QUOTE(sil3ntHunt3r @ Apr 7 2016, 03:08 PM)
Not sure on ipv6 but Unifi should work fine.
*
no, unifi cant work on official firmware.
powez
post Apr 9 2016, 09:48 PM

New Member
*
Newbie
1 posts

Joined: Jan 2005
Hi ... Sorry, I m new in this ... Does this apply to Mi Router 2 1TB (The white color box) ? Same firmware ?
TSI<3LYN
post Apr 10 2016, 05:36 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(powez @ Apr 9 2016, 09:48 PM)
Hi ... Sorry, I m new in this ... Does this apply to Mi Router 2 1TB (The white color box) ? Same firmware ?
*
no, it wont work on Mi Router 2.
shichuanhua
post Apr 27 2016, 06:41 PM

New Member
*
Newbie
1 posts

Joined: Apr 2016
Anyone managed to add network printer using this firmware?
adix4
post Apr 28 2016, 04:20 PM

ich bin eine Katze :3
******
Senior Member
1,254 posts

Joined: Apr 2007
From: Berlin

Hi guys im still selling my router for RM80 if you want

open box just for testing condition, works fine (After sent to seller to check one more time)


victor131490
post Apr 29 2016, 05:46 PM

Casual
***
Junior Member
367 posts

Joined: Dec 2006
From: Ipoh



does this work on adsl connection ??
Bombgen
post Apr 29 2016, 07:46 PM

Enthusiast
*****
Senior Member
967 posts

Joined: Apr 2009


Hello guys, just bought this router for bridging purposes. I'm using TP-LINK Archer T2U wifi adapter as a receiver on my desktop. However, my adapter cannot detect the 5Ghz while it can connect on 2.4Ghz without probs. My phone can connect to 5Ghz. I know this is the problem on the adapter itself. Just want to ask what adapter you guys use (for Windows 10) only.. thanks in advance..
fli_guy84
post May 5 2016, 03:17 PM

Getting Started
**
Junior Member
216 posts

Joined: Jan 2007
Just bought this router online. Can't wait to try it. smile.gif

Edit: My Blue Xiaomi Router is working perfertly. Thanks I<3LYN!

This post has been edited by fli_guy84: May 9 2016, 10:15 PM
fli_guy84
post May 10 2016, 12:30 PM

Getting Started
**
Junior Member
216 posts

Joined: Jan 2007
I<3LYN and others:

routerclub.ru seems to have their own Padavan nightly builds for the router. Link

Have anyone tried it?

Source

This post has been edited by fli_guy84: May 10 2016, 12:32 PM
TSI<3LYN
post May 10 2016, 03:42 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(fli_guy84 @ May 10 2016, 12:30 PM)
I<3LYN and others:

routerclub.ru seems to have their own Padavan nightly builds for the router. Link

Have anyone tried it?

Source
*
nope i didn't. maybe you could try it out and let us know?


nicks
post May 10 2016, 04:04 PM

TC
*******
Senior Member
2,070 posts

Joined: Sep 2005
From: Sungai Buloh



@I<3LYN

Do you provide the service to do that? PM me.
TSI<3LYN
post May 10 2016, 05:01 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(nicks @ May 10 2016, 04:04 PM)
@I<3LYN

Do you provide the service to do that? PM me.
*
sorry i dont do that.
fli_guy84
post May 10 2016, 05:41 PM

Getting Started
**
Junior Member
216 posts

Joined: Jan 2007
QUOTE(I<3LYN @ May 10 2016, 03:42 PM)
nope i didn't. maybe you could try it out and let us know?
*
Kinda worried it might brick my router or something. tongue.gif

I'll just wait for your future builds. (Y)
trix
post May 11 2016, 05:39 PM

Enthusiast
*****
Senior Member
848 posts

Joined: Feb 2005
From: everywhere, yet nowhere.



kinda easy actually to build the firmware yourself
https://bitbucket.org/padavan/rt-n56u/wiki/...wToMakeFirmware
just need to get the board profile for MI-MINI since its not included as this model is not officially supported
Juan86
post May 12 2016, 12:52 AM

On my way
****
Junior Member
650 posts

Joined: Mar 2009
nice thanks rclxms.gif

This post has been edited by Juan86: May 12 2016, 03:16 AM
cancer_kid
post May 22 2016, 09:23 AM

Getting Started
**
Junior Member
52 posts

Joined: Oct 2005


hello ... any idea if this method works with the 1TB router by xiaomi as well?
goolias
post May 24 2016, 02:32 PM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
I successfully flashed to padavan firmware, everything work fine.
But I find that the web interface seem buggy, switch between menu option will be unreponsive required re-login to proceed.
goolias
post May 25 2016, 09:56 AM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
QUOTE(cancer_kid @ May 22 2016, 09:23 AM)
hello ... any idea if this method works with the 1TB router by xiaomi as well?
*
Nope, padavan only support Ralink SoC based router only. Broadcom based SoC commonly used in Xiaomi 1T is not supported.
goolias
post May 25 2016, 09:58 AM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
I<3LYN

How do I build for Xiaomi Mini platform?
I have followed the padavan build firmware guide, I completed the tool-chain build, I am in config now, according to padavan the config is for N56U, how do I config for xiaomi mini then?

This post has been edited by goolias: May 25 2016, 09:59 AM
cancer_kid
post May 25 2016, 10:59 AM

Getting Started
**
Junior Member
52 posts

Joined: Oct 2005


QUOTE(goolias @ May 25 2016, 09:56 AM)
Nope, padavan only support Ralink SoC based router only. Broadcom based SoC commonly used in Xiaomi 1T is not supported.
*
Thanks @goolias! any clue if we have any other ways to make it work broadcom SoC? much appreciated. thanks!
goolias
post May 25 2016, 11:30 AM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
QUOTE(cancer_kid @ May 25 2016, 10:59 AM)
Thanks @goolias! any clue if we have any other ways to make it work broadcom SoC? much appreciated. thanks!
*
No chance at all!
The creator has no interest in Broadcom based chipset.
Unless you wanna custom compile from Xiaomi source, not sure if it available.

trix
post May 28 2016, 05:05 PM

Enthusiast
*****
Senior Member
848 posts

Joined: Feb 2005
From: everywhere, yet nowhere.



https://drive.google.com/folderview?id=0B8s...Z1U&usp=sharing
compiled from commit d1ac127 if anyone interested
also contains sample config and board profile for this router

MI-MINI board profile folder and content goes here: rt-n56u/trunk/configs/boards/
inside MI-MINI folder, create symlink to libc.config : ln -s ../uclibc-mipsel.config ./libc.config
goolias
post May 29 2016, 03:31 PM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
QUOTE(trix @ May 28 2016, 05:05 PM)
https://drive.google.com/folderview?id=0B8s...Z1U&usp=sharing
compiled from commit d1ac127 if anyone interested
also contains sample config and board profile for this router

MI-MINI board profile folder and content goes here: rt-n56u/trunk/configs/boards/
inside MI-MINI folder, create symlink to libc.config : ln -s ../uclibc-mipsel.config ./libc.config
*
Cool! Do you know how do i add our own packages into the firmware?
goolias
post May 29 2016, 06:32 PM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
QUOTE(cancer_kid @ May 22 2016, 09:23 AM)
hello ... any idea if this method works with the 1TB router by xiaomi as well?
*
Hi, if you can read chinese pls refer here to use Tomato for 1st Gen xiaomi 1T router.
Strictly for 1st gen only.
You can use google translate if you dun read Chinese.
BTW, the author said after flash with Tomato firmware they can't control the fan speed, fan is always at low speed, the unit temp is running high, I mean very high!
Proceed with caution, anyway if you decide to take the plunge pls tell us your result and findings.

sil3ntHunt3r
post May 31 2016, 11:54 AM

S.H.I.E.L.D
*****
Senior Member
877 posts

Joined: Jan 2003



QUOTE(goolias @ May 25 2016, 09:58 AM)
[email=I<3LYN]I<3LYN[/email]

How do I build for Xiaomi Mini platform?
I have followed the padavan build firmware guide, I completed the tool-chain build, I am in config now, according to padavan the config is for N56U, how do I config for xiaomi mini then?
*
You can use Prometheus tool (prometheus.freize.net).
I have build one, but need to find spare MI MINI to test.

Currently using TS build firmware for my Unifi and so far running fine. Much stable than given TM Innatech RGX4400.

This post has been edited by sil3ntHunt3r: May 31 2016, 11:55 AM
goolias
post May 31 2016, 11:12 PM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
QUOTE(sil3ntHunt3r @ May 31 2016, 11:54 AM)
You can use Prometheus tool (prometheus.freize.net).
I have build one, but need to find spare MI MINI to test.

Currently using TS build firmware for my Unifi and so far running fine. Much stable than given TM Innatech RGX4400.
*
Hi, thanks for info. The entire site in Russian, i saw the screen shot in Russian too.
I don't read Russian, and don't understand it cry.gif
sil3ntHunt3r
post Jun 1 2016, 11:02 AM

S.H.I.E.L.D
*****
Senior Member
877 posts

Joined: Jan 2003



QUOTE(goolias @ May 31 2016, 11:12 PM)
Hi, thanks for info. The entire site in Russian, i saw the screen shot in Russian too.
I don't read Russian, and don't understand it  cry.gif
*
You can translate the web using Google Chrome.
The script itself have dual language, Russian and English.

I've build one yesterday and successfully flashed in into my MINI MI. biggrin.gif
goolias
post Jun 1 2016, 01:39 PM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
cool! do u know is there anyway we can include our package into it?
fli_guy84
post Jun 1 2016, 02:28 PM

Getting Started
**
Junior Member
216 posts

Joined: Jan 2007
trix & sil3ntHunt3r

Great stuffs. I'll try them after work.
sil3ntHunt3r
post Jun 1 2016, 05:02 PM

S.H.I.E.L.D
*****
Senior Member
877 posts

Joined: Jan 2003



QUOTE(goolias @ Jun 1 2016, 01:39 PM)
cool! do u know is there anyway we can include our package into it?
*
This the config available from Prometheus tool.

user posted image
user posted image
goolias
post Jun 1 2016, 09:50 PM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
QUOTE(sil3ntHunt3r @ Jun 1 2016, 05:02 PM)
This the config available from Prometheus tool.

user posted image
user posted image
*
Which option u choose?
It seem we can only select from predefined package. Possible to define our own packages?
sil3ntHunt3r
post Jun 1 2016, 10:33 PM

S.H.I.E.L.D
*****
Senior Member
877 posts

Joined: Jan 2003



QUOTE(goolias @ Jun 1 2016, 09:50 PM)
Which option u choose?
It seem we can only select from predefined package. Possible to define our own packages?
*
Not sure on that. I just add OpenVPN as I did not see the real usage for other config for my need.
Probably you can try to contact the tool author. smile.gif

Here I share my build with the latest source (1619d13). I'm not taking any responsibility if you brick your router. I just share this for those who like to try.

Only for XIAOMI MI MINI Router

1. MI-MINI_3.4.3.9-099_1619d13_NO-VPN.trx
Config: No VPN, Themed
(tested on my own MI MINI, IPTV not working (probably wrong config)).

2. MI-MINI_3.4.3.9-099_1619d13_OPEN-VPN.trx
Config: OpenVPN, Themed
(haven't test yet)

This post has been edited by sil3ntHunt3r: Jun 20 2016, 02:10 PM
fli_guy84
post Jun 2 2016, 05:01 PM

Getting Started
**
Junior Member
216 posts

Joined: Jan 2007
I wanted to compile the firmware myself last night but I realised that trix has compiled it based on the latest commit.

Been using it since last night and everything works fine. biggrin.gif

Link: https://drive.google.com/folderview?id=0B8s...Z1U&usp=sharing
irwan6179
post Jun 11 2016, 09:00 PM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



Thanks for the latest firmware. Using it now. Any tips on how to include QOS on the built?
trix
post Jun 12 2016, 11:46 AM

Enthusiast
*****
Senior Member
848 posts

Joined: Feb 2005
From: everywhere, yet nowhere.



QUOTE(irwan6179 @ Jun 11 2016, 09:00 PM)
Thanks for the latest firmware. Using it now. Any tips on how to include QOS on the built?
*
QoS is unsupported on this firmware
if you really want to, need to disable hardware NAT and configure QoS through command line

https://bitbucket.org/padavan/rt-n56u/wiki/...%B5%D0%B9%20QoS (in russian, translate to english)
kclee08
post Jun 12 2016, 08:30 PM

New Member
*
Junior Member
6 posts

Joined: Jan 2010
Hi, can this works on Xiaomi Router 3?
sil3ntHunt3r
post Jun 13 2016, 12:28 PM

S.H.I.E.L.D
*****
Senior Member
877 posts

Joined: Jan 2003



QUOTE(kclee08 @ Jun 12 2016, 08:30 PM)
Hi, can this works on Xiaomi Router 3?
*
Saw Padavan build for MI Router 3 but never test it as I did not have the hardware.
goolias
post Jun 13 2016, 03:41 PM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
MiWifi Mini 3 using Nand Flash, the rest is the same as MiWifi mini 2
Is bleed boot loader available for this model?
trix
post Jun 15 2016, 12:29 AM

Enthusiast
*****
Senior Member
848 posts

Joined: Feb 2005
From: everywhere, yet nowhere.



QUOTE(kclee08 @ Jun 12 2016, 08:30 PM)
Hi, can this works on Xiaomi Router 3?
*
yes it does, confirmed just now successfully flashed padavan firmware on mi router 3
download developer firmware from here and flash it first otherwise you can't enable ssh to proceed with the rest of the flashing steps

better use prometheus, as from the progress status, the firmware was split into 2 part and flashed into MTD devices kernel1 and rootfs0

probably i can go through prometheus' script to find out how its actually performed, but maybe for another day

anyway, here's what i found from a chinese forum on how to enable ssh after you have flashed developer firmware

http://192.168.31.1/cgi-bin/luci/;stok=<...0nvram%20commit

http://192.168.31.1/cgi-bin/luci/;stok=<...it.d%2Fdropbear

http://192.168.31.1/cgi-bin/luci/;stok=<...ropbear%20start

http://192.168.31.1/cgi-bin/luci/;stok=<...<NEWPASS>




Attached thumbnail(s)
Attached Image
sainod
post Jun 21 2016, 03:50 PM

Getting Started
**
Junior Member
165 posts

Joined: Oct 2008
but by using this do we forgo the fixed line service provided?
FameWolf
post Jun 25 2016, 01:29 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


Hello folks.

Got the latest version of padavan on my router.....got it swapped out for my old one...have a 8 port gigabit switch hooked up to it...wired connections are working fine and getting net as they should but for whatever reason both the 2.4 and 5ghz clients are showing "no internet" after successfully connection. I've looked but I don't see anything I think I need to set...I'd think the wifi connections would auto bridge to the lan unless you told them different?


*update*

Got things squared away. Had a bad default gateway.

This post has been edited by FameWolf: Jun 25 2016, 02:36 PM
fish_pg
post Jun 26 2016, 12:46 PM

Getting Started
**
Junior Member
191 posts

Joined: Apr 2007
QUOTE(trix @ Jun 15 2016, 12:29 AM)
yes it does, confirmed just now successfully flashed padavan firmware on mi router 3
download developer firmware from here and flash it first otherwise you can't enable ssh to proceed with the rest of the flashing steps

better use prometheus, as from the progress status, the firmware was split into 2 part and flashed into MTD devices kernel1 and rootfs0

probably i can go through prometheus' script to find out how its actually performed, but maybe for another day

anyway, here's what i found from a chinese forum on how to enable ssh after you have flashed developer firmware

http://192.168.31.1/cgi-bin/luci/;stok=<...0nvram%20commit

http://192.168.31.1/cgi-bin/luci/;stok=<...it.d%2Fdropbear

http://192.168.31.1/cgi-bin/luci/;stok=<...ropbear%20start

http://192.168.31.1/cgi-bin/luci/;stok=<...<NEWPASS>
*
Hi, by successfully flashing it, mean that u r now able to connect your miwifi router 3 to unifi, arent u?
trix
post Jun 26 2016, 06:44 PM

Enthusiast
*****
Senior Member
848 posts

Joined: Feb 2005
From: everywhere, yet nowhere.



QUOTE(fish_pg @ Jun 26 2016, 12:46 PM)
Hi, by successfully flashing it, mean that u r now able to connect your miwifi router 3 to unifi, arent u?
*
yup, working fine. hypptv, ipv6 also works, just like mi mini + padavan

fish_pg
post Jun 26 2016, 08:06 PM

Getting Started
**
Junior Member
191 posts

Joined: Apr 2007
QUOTE(trix @ Jun 26 2016, 06:44 PM)
yup, working fine. hypptv, ipv6 also works, just like mi mini + padavan
*
Mind to share a tutorial for a newbie like me?
FameWolf
post Jun 26 2016, 09:02 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(trix @ Jun 26 2016, 05:44 AM)
yup, working fine. hypptv, ipv6 also works, just like mi mini + padavan
*
Did you also install breed bootloader?

Notice any major improvements over the Xiomi Mi mini?

Youtube reviews seem to indicate more flash and 4 antennas but folks didn't notice a big difference in coverage area although it might handle more simultaneous users at once.

Primary Rom is chinese only or at least it was on May 26th when reviewed so Padavan in english would be a good step up...of course you lose the mi wifi app (which IS in english..go figure).

This post has been edited by FameWolf: Jun 27 2016, 04:38 AM
FameWolf
post Jun 27 2016, 02:18 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(trix @ May 28 2016, 04:05 AM)
[url=[/url]
compiled from commit d1ac127 if anyone interested
also contains sample config and board profile for this router

MI-MINI board profile folder and content goes here: rt-n56u/trunk/configs/boards/
inside MI-MINI folder, create symlink to libc.config : ln -s ../uclibc-mipsel.config ./libc.config
*
Do you enable smb client in your builds so the router can mount local network storage?
trix
post Jun 27 2016, 10:21 PM

Enthusiast
*****
Senior Member
848 posts

Joined: Feb 2005
From: everywhere, yet nowhere.



QUOTE(fish_pg @ Jun 26 2016, 08:06 PM)
Mind to share a tutorial for a newbie like me?
*
https://www.youtube.com/watch?v=VQ35zI8W3ns...ix2zecfvmrvxw0k
in russian, but should be understandable to follow
let me know if you need clarification on any part
basically:
1. install developer firmware so ssh can be enabled
2. setup VM for linux (if you already have linux machine, then use that instead. and doesn't have to be vmware workstation, can use others instead like virtualbox)
3. download and run prometheus
4. gain ssh access on router (if this doesn't work, use the steps i gave previously)
5. prometheus to pull source from padavan
6. build toolchain (only needed once, unless there's any update on toolchain source code)
7. configure and build firmware
8. flash firmware

QUOTE(FameWolf @ Jun 26 2016, 09:02 PM)
Did you also install breed bootloader?

Notice any major improvements over the Xiomi Mi mini?

Youtube reviews seem to indicate more flash and 4 antennas but folks didn't notice a big difference in coverage area although it might handle more simultaneous users at once.

Primary Rom is chinese only or at least it was on May 26th when reviewed so Padavan in english would be a good step up...of course you lose the mi wifi app (which IS in english..go figure).
*
not using breed bootloader, prometheus installed u-boot instead
i'm using mi-mini and mi-3 at 2 different houses, so can't compare them side by side.
but mi-3 replaces tp-link tl-wr1043nd v1, and coverage is much better for 2.4GHz network.
i don't really use the available flash space for anything else, so no comment on that part

QUOTE(FameWolf @ Jun 27 2016, 02:18 PM)
Do you enable smb client in your builds so the router can mount local network storage?
*
previous build, nope
latest (cc58fc3), yes
i've removed QoS since its unsupported and can't be configured from webgui
config file used to build the firmware is also there on my google drive for reference
FameWolf
post Jun 27 2016, 11:50 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(trix @ Jun 27 2016, 09:21 AM)
not using breed bootloader, prometheus installed u-boot instead
i'm using mi-mini and mi-3 at 2 different houses, so can't compare them side by side.
but mi-3 replaces tp-link tl-wr1043nd v1, and coverage is much better for 2.4GHz network.
i don't really use the available flash space for anything else, so no comment on that part
previous build, nope
latest (cc58fc3), yes
i've removed QoS since its unsupported and can't be configured from webgui
config file used to build the firmware is also there on my google drive for reference
*
I guess I'm going to have to get familiar with prometheus assuming you used that also for the MI-3 to build padavan unless you are releasing the version for that also? I ordered one but will take about a month to get to me.

I've read posts that say the MI-3 both does and does not come with an english rom installed. Which was it for you originally?

As for qos...since the user has to disable hardware nat for it to work why not implement the folder with the needed scripts but default them to not run (leave out the lines that actually execute the qos on startup)...then the user has the option for either.

Personally I don't need qos so badly I'm giving up hardware nat...I do wish I could prioritize my obihai obi200 voip traffic...I can isolate it to a specific mac or ip address which is static...even isolate it to a specific PORT on the router if I use some of the op's instructions but still don't see a way to prioritize it.

This post has been edited by FameWolf: Jun 27 2016, 11:51 PM
FameWolf
post Jun 29 2016, 06:54 AM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(trix @ Jun 27 2016, 09:21 AM)
[url=[/url]
in russian, but should be understandable to follow
let me know if you need clarification on any part
basically:
1. install developer firmware so ssh can be enabled
2. setup VM for linux (if you already have linux machine, then use that instead. and doesn't have to be vmware workstation, can use others instead like virtualbox)
3. download and run prometheus
4. gain ssh access on router (if this doesn't work, use the steps i gave previously)
5. prometheus to pull source from padavan
6. build toolchain (only needed once, unless there's any update on toolchain source code)
7. configure and build firmware
8. flash firmware
not using breed bootloader, prometheus installed u-boot instead
i'm using mi-mini and mi-3 at 2 different houses, so can't compare them side by side.
but mi-3 replaces tp-link tl-wr1043nd v1, and coverage is much better for 2.4GHz network.
i don't really use the available flash space for anything else, so no comment on that part
previous build, nope
latest (cc58fc3), yes
i've removed QoS since its unsupported and can't be configured from webgui
config file used to build the firmware is also there on my google drive for reference
*
I am on your most recent build. (cc58fc3) (Thanks for making these available!)! I am attempting to use owncloud and lighttpd via entware-ng however it keeps telling me "Note: "smbclient" is not installed. Mounting of SMB / CIFS, SMB / CIFS using OC login is not possible. Please ask your system administrator to install it." under the section to mount external storage. I'm trying to mount some smb shares from my freenas server. Any idea what I need to do to make owncloud recognize it? Running the command via ssh still shows "-sh: smbclient: not found"

I verified that the config has:

### Include CIFS (SMB) client. ~0.2MB
CONFIG_FIRMWARE_INCLUDE_CIFS=y

*update* Solved. I did a search for smb and cifs....and so of course the entware package was called "samba36-client"

This post has been edited by FameWolf: Jun 29 2016, 07:09 AM
ivzh
post Jun 29 2016, 10:03 PM

On my way
****
Senior Member
668 posts

Joined: Mar 2006
sorry guys, abit off topic here, i just bought a mi router 3, is the router support unifi? i mean can it connect to unifi using pppoe? i m not going to use hypptv thou.

or i need custom firmware?

irwan6179
post Jul 1 2016, 03:41 AM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



Yes. To set vlan 500.

Btw guys, where is the setting in prometheus to change from mini to xiaomi router 3?
goolias
post Jul 1 2016, 09:55 AM

Casual
***
Junior Member
321 posts

Joined: Jan 2003
QUOTE(ivzh @ Jun 29 2016, 10:03 PM)
sorry guys, abit off topic here, i just bought a mi router 3, is the router support unifi? i mean can it connect to unifi using pppoe? i m not going to use hypptv thou.

or i need custom firmware?
*
Yes, you need custom firmware. Original firmware doesn't support VLAN.
trix
post Jul 3 2016, 10:13 PM

Enthusiast
*****
Senior Member
848 posts

Joined: Feb 2005
From: everywhere, yet nowhere.



QUOTE(irwan6179 @ Jul 1 2016, 03:41 AM)
Yes. To set vlan 500.

Btw guys, where is the setting in prometheus to change from mini to xiaomi router 3?
*
once prometheus started, press C, then y to delete prometheus config
when it restarts, you'll be able to select a different router

irwan6179
post Jul 4 2016, 02:40 PM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



QUOTE(trix @ Jul 3 2016, 10:13 PM)
once prometheus started, press C, then y to delete prometheus config
when it restarts, you'll be able to select a different router
*
Thanks bro
FameWolf
post Jul 4 2016, 03:44 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(trix @ Jul 3 2016, 09:13 AM)
once prometheus started, press C, then y to delete prometheus config
when it restarts, you'll be able to select a different router
*
Where exactly do we put your config within the path of the prometheus folder? Do we need the Mi-Mini folder? I'm trying to build the MI-3 firmware as a test. If there is a walkthough somewhere even if I have to translate it I'd be appreciative.
trix
post Jul 4 2016, 05:39 PM

Enthusiast
*****
Senior Member
848 posts

Joined: Feb 2005
From: everywhere, yet nowhere.



QUOTE(FameWolf @ Jul 4 2016, 03:44 PM)
Where exactly do we put your config within the path of the prometheus folder?  Do we need the Mi-Mini folder?  I'm trying to build the MI-3 firmware as a test.  If there is a walkthough somewhere even if I have to translate it I'd be appreciative.
*
my config is for mi-mini, not mi-3
for mi-3, if you're using prometheus, no need to use anything from my google drive
dl everything through prometheus
there is a youtube video i posted previously on how to use prometheus to install padavan on mi-3. its in russian, but easy enough to follow without understanding what was being said
FameWolf
post Jul 4 2016, 09:16 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(trix @ Jul 4 2016, 04:39 AM)
my config is for mi-mini, not mi-3
for mi-3, if you're using prometheus, no need to use anything from my google drive
dl everything through prometheus
there is a youtube video i posted previously on how to use prometheus to install padavan on mi-3. its in russian, but easy enough to follow without understanding what was being said
*
I'm building both mi-mini and mi-3 so I'd still like to know where I put the file named "config" as I have config.sh and some others in the configs dir but none that just say "config". I think I found my problem with prometheus...I couldn't even get the toolchain compiled because I was working from NAS storage....had to pull the source to a local hd (I use linux mint all the time so no VM).

Thanks for your patience and assistance!




*update* Ok after the toolchain finally built (it was a permissions issue with the nas) I was able to see where to put your config. Is the skin used in your builds the default one?

"Patch for the sources IS NOT VALID, building can lead to errors! " <-- is this an error you see when building the firmware?


I guess ironically enough it runs better on linux IN windows than just on linux.

-------------
MediaTek MT7620/MT7602E/7612E 802.11 AP driver (MT76X2_AP) [M/n/y] m
LED support (MT76X2_AP_LED) [N/y] n
Soft LED support (MT76X2_AP_LED_SOFT) [N/y] n
LLTD (Link Layer Topology Discovery Protocol) (MT76X2_AP_LLTD) [Y/n] y
WDS support (MT76X2_AP_WDS) [Y/n] y
MBSSID support (MT76X2_AP_MBSS) [Y/n] y
New MBSSID mode support (MT76X2_AP_MBSS_NEW_MBSSID_MODE) [Y/n] y
AP-Client support (MT76X2_AP_APCLI) [Y/n] y
AP-Client TGn Cert support (MT76X2_AP_APCLI_CERT) [N/y] n
AP-Client Auto Bandwidth Support (MT76X2_AP_APCLI_AUTO_BW) [N/y] (NEW) aborted!

Console input/output is redirected. Run 'make oldconfig' to update configuration.

make[3]: *** [silentoldconfig] Error 1
make[2]: *** [silentoldconfig] Error 2
make[1]: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.
make[1]: Leaving directory `/home/famewolf/xmwork/rt-n56u/trunk/linux-3.4.x'
make: *** [linux] Error 1
/-------------------------------------------------------------------------------/
AP-Client Auto Bandwidth Support (MT76X2_AP_APCLI_AUTO_BW) [N/y] (NEW) aborted!
make[3]: *** [silentoldconfig] Error 1
make[2]: *** [silentoldconfig] Error 2
make[1]: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.
make: *** [dep] Error 2
make: *** [linux] Error 1
/-------------------------------------------------------------------------------/
Firmware: ERROR
An error occured during the compilation process!
Please copy the logs and then ask questions on 4pda!
Press any key to continue...


This post has been edited by FameWolf: Jul 4 2016, 10:35 PM
FameWolf
post Jul 13 2016, 02:57 AM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


Is anyone willing to share their compiled mi-3 build?


If I understand right we'd have to write to 2 partitions using dd?

This post has been edited by FameWolf: Jul 13 2016, 08:58 PM
irwan6179
post Jul 13 2016, 03:40 PM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



mine is having problem with using transmission and samba share. So I don't think it's suitable for sharing(plus I don't know how to get the file, linux noob here). If anyone has I'd also like to try them.

Thanks
michael9413
post Jul 18 2016, 03:53 PM

***@_@***
*******
Senior Member
6,986 posts

Joined: Jan 2003
From: E-Poh.../Pen-Nang.../Pee-Jay/S.Jaye



dear guys... i have a Mi Router Mini from my friend to use a my Maxis Fiber router...
i want to set it as my router to replace the Thompson one that come default...
how to do it??? need to use custom firmware???? Can any one help?

so after flash custom firmware, it can't be manage under the Mi Home apps already?
irwan6179
post Jul 19 2016, 12:25 PM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



QUOTE(michael9413 @ Jul 18 2016, 03:53 PM)
dear guys... i have a Mi Router Mini from my friend to use a my Maxis Fiber router...
i want to set it as my router to replace the Thompson one that come default...
how to do it??? need to use custom firmware???? Can any one help?

so after flash custom firmware, it can't be manage under the Mi Home apps already?
*
Need to use customer firmware. Use TS's guide to flash. Most probably mi home won't work after that.
FameWolf
post Jul 28 2016, 02:22 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


Got Padavan installed onto my MI-3 and finally was able to compile directly on my linux machine. I'll have to upgrade my Xiaomi Mi before I swap them out.

My question is this. Can I backup the "settings" on the Xiaomi Mi wifi in padavan and then restore them in padavan on the Xiaomi Mi wifi 3? I'd like to save haveing to redo alot of the config.



*note*

English speakers may want to review the steps/install here: https://wiki.openwrt.org/toh/xiaomi/mini and use it roughly for the Mi-3. You still have to download the developer version..you still have to REGISTER the router with Xiaomi via the android or iphone app..all this in preparation to download the patch which enables SSH on the router. The instructions on installing the ssh bin are rough...when they say hold the reset till you see the yellow light blink MULTIPLE TIMES thats just what it means...hold it..keep holding it...when you see multiple blinks (not just 1 blink which it does earlier) then you can let go and it will flash the ssh bin file from the usb drive.

All that gets your router ready to accept firmware from the script. On it you still have to update everything..build a toolchain (one time) then build the firmware and finally flash it. Make sure you back up your partitions.

Hope that helps someone cause it took me a LONG time to get everything squared away while trying to follow a video with the person speaking russian.

This post has been edited by FameWolf: Jul 28 2016, 02:29 PM
irwan6179
post Jul 28 2016, 03:29 PM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



QUOTE(FameWolf @ Jul 28 2016, 02:22 PM)

English speakers may want to review the steps/install here: https://wiki.openwrt.org/toh/xiaomi/mini  and use it roughly for the Mi-3.  You still have to download the developer version..you still have to REGISTER the router with Xiaomi via the android or iphone app..all this in preparation to download the patch which enables SSH on the router.  The instructions on installing the ssh bin are rough...when they say hold the reset till you see the yellow light blink MULTIPLE TIMES thats just what it means...hold it..keep holding it...when you see multiple blinks (not just 1 blink which it does earlier) then you can let go and it will flash the ssh bin file from the usb drive.

All that gets your router ready to accept firmware from the script.  On it you still have to update everything..build a toolchain (one time) then build the firmware and finally flash it.  Make sure you back up your partitions. 

Hope that helps someone cause it took me a LONG time to get everything squared away while trying to follow a video with the person speaking russian.
*
I actually problem at the step to flash ssh bin from usb drive. It works after I multiple press the reset button after plug in. Before that I just hold it the reset while powering on, it didn't work.
FameWolf
post Jul 29 2016, 04:43 AM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(irwan6179 @ Jul 13 2016, 02:40 AM)
mine is having problem with using transmission and samba share. So I don't think it's suitable for sharing(plus I don't know how to get the file, linux noob here). If anyone has I'd also like to try them.

Thanks
*
FYI the .trx file is stored in a subdir from the dir that has the start.sh script. startshdir/trx_archive/creationdatetime

I have found out it's dangerous to just use the .trx.

"The firmware file must be divided into several parts before flashing. It is dangerous to do it yourself."


If no one can confirm it's safe to share the settings between the mi and the mi-3 (backup and restore) I suppose I'll have to do them manually. sad.gif

The following script (ran from the router) will create a file that contains the full config for the router in text file format with nvram set commands that can be edited so it is suitable to flash to a new router. The normal binary backup is very dangerous because it will try to assign hardware addresses and other things so you'd want to delete anything except the section you wanted such as the ip ranges, static ip addresses etc....

#!/bin/bash

nvram showall > nvram_settings.txt
rm nvram_settings.tmp
cat nvram_settings.txt | while read i;
do
o=${i%}
echo "nvram set " ${o} >> nvram_settings.tmp
done

sort nvram_settings.tmp > my_settings.txt


This post has been edited by FameWolf: Jul 29 2016, 11:24 PM
lala_cai
post Aug 3 2016, 01:41 AM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


QUOTE(FameWolf @ Jul 29 2016, 04:43 AM)
FYI the .trx file is stored in a subdir from the dir that has the start.sh script.  startshdir/trx_archive/creationdatetime

I have found out it's dangerous to just use the .trx.

"The firmware file must be divided into several parts before flashing. It is dangerous to do it yourself."
If no one can confirm it's safe to share the settings between the mi and the mi-3 (backup and restore) I suppose I'll have to do them manually.  sad.gif

The following script (ran from the router) will create a file that contains the full config for the router in text file format with nvram set commands that can be edited so it is suitable to flash to a new router.  The normal binary backup is very dangerous because it will try to assign hardware addresses and other things so you'd want to delete anything except the section you wanted such as the ip ranges, static ip addresses etc....

#!/bin/bash

nvram showall > nvram_settings.txt
rm  nvram_settings.tmp
cat nvram_settings.txt | while read i;
do
o=${i%}
echo "nvram set " ${o} >> nvram_settings.tmp
done

sort nvram_settings.tmp > my_settings.txt
*
FrameWolf,

By any chance you have the old developer firmware?
It seems that the newer developer firmware is no longer SSH accessible
FameWolf
post Aug 3 2016, 01:52 AM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(lala_cai @ Aug 2 2016, 12:41 PM)
FrameWolf,

By any chance you have the old developer firmware?
It seems that the newer developer firmware is no longer SSH accessible
*
For which router? The MI-3 required me to jump through some hoops to get ssh access. You have to install the current developer version (which does not have ssh) then you have to pair your router to a xiaomi account via the android app. Finally you have to download a ssh patchfile and save it to a flashdrive then hold down reset when plugging in power to router and continue to hold down until the router blinks the yellow light multiple times (not just once...it does that early and if you continue holding then it finally blinks a couple of times).

I don't think providing you MY downloaded patchfile would work since it's tied to my router.


Instruction originally from:

https://wiki.openwrt.org/toh/xiaomi/mini



This post has been edited by FameWolf: Aug 3 2016, 01:54 AM
lala_cai
post Aug 3 2016, 03:24 AM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


QUOTE(FameWolf @ Aug 3 2016, 01:52 AM)
For which router?  The MI-3 required me to jump through some hoops to get ssh access.  You have to install the current developer version (which does not have ssh) then you have to pair your router to a xiaomi account via the android app.  Finally you have to download a ssh patchfile and save it to a flashdrive then hold down reset when plugging in power to router and continue to hold down until the router blinks the yellow light multiple times (not just once...it does that early and if you continue holding then it finally blinks a couple of times).

I don't think providing you MY downloaded patchfile would work since it's tied to my router.
Instruction originally from:

https://wiki.openwrt.org/toh/xiaomi/mini
*
Thanks for the quick reply bro.

Managed to get the ssh by using the same method trix used but I flashed to the older firmware.

Can refer to here for the older firmware and ssh method

http://www.cnx-software.com/2016/04/20/xia...#comment-529022

I have managed to flash the Pandavan firmware.
biggrin.gif
FameWolf
post Aug 3 2016, 12:03 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


Anyone having a problem with the prometheus script? I can't get it to go beyond commit eaebfec even though several new ones show...it keeps reverting back to the eaebfec.

Updating sources...
Updating eaebfec..1e6e2fc
Fast-forward
trunk/build_firmware | 1 +
trunk/configs/boards/BN750DB/kernel-3.4.x.config | 3 +-
trunk/configs/boards/KN-EXTRA/kernel-3.4.x.config | 3 +-
trunk/configs/boards/KN-GIGA3/kernel-3.4.x.config | 4 +-
trunk/configs/boards/KN-LITE2/kernel-3.4.x.config | 3 +-
trunk/configs/boards/KN-OMNI/kernel-3.4.x.config | 3 +-
trunk/configs/boards/KN-START2/kernel-3.4.x.config | 3 +-
trunk/configs/boards/KN-ULTRA2/kernel-3.4.x.config | 4 +-
trunk/configs/boards/KN-ULTRA2/kernel-3.4.x.wan_as_lan1.config | 4 +-
trunk/configs/boards/KN-VIVA/kernel-3.4.x.config | 3 +-
trunk/configs/boards/RP-AC56/kernel-3.4.x.config | 3 +-
trunk/configs/boards/RT-AC1200/kernel-3.4.x.config | 3 +-
trunk/configs/boards/RT-AC1200HP/kernel-3.4.x.config | 3 +-
trunk/configs/boards/RT-AC51U/kernel-3.4.x.config | 3 +-
trunk/configs/boards/RT-AC54U/kernel-3.4.x.config | 3 +-
trunk/configs/boards/RT-N11P/kernel-3.4.x.config | 3 +-
trunk/configs/boards/RT-N14U/kernel-3.4.x.config | 3 +-
trunk/configs/boards/RT-N56U/kernel-3.4.x.config | 3 +-
trunk/configs/boards/RT-N56UB1/kernel-3.4.x.config | 4 +-
trunk/configs/boards/RT-N65U/kernel-3.0.x.config | 2 +-
trunk/configs/boards/SWR1100/kernel-3.4.x.config | 3 +-
trunk/linux-3.0.x/arch/mips/kernel/signal.c | 13 +-
trunk/linux-3.0.x/arch/mips/kernel/traps.c | 5 +-
trunk/linux-3.0.x/drivers/net/usb/cdc_ether.c | 50 +
trunk/linux-3.0.x/drivers/net/usb/rndis_host.c | 8 +-
trunk/linux-3.0.x/drivers/net/wireless/ralink/rt2860v2_ap/Makefile | 1 +
trunk/linux-3.0.x/drivers/net/wireless/ralink/rt5392_ap/Makefile | 1 +
trunk/linux-3.0.x/drivers/net/wireless/ralink/rt5592_ap/Makefile | 1 +
trunk/linux-3.0.x/drivers/usb/serial/option.c | 3 +
trunk/linux-3.0.x/net/bridge/br_input.c | 7 +
trunk/linux-3.0.x/net/netfilter/nf_conntrack_h323_asn1.c | 3 +-
trunk/linux-3.4.x/arch/mips/kernel/signal.c | 13 +-
trunk/linux-3.4.x/arch/mips/kernel/traps.c | 5 +-
trunk/linux-3.4.x/drivers/net/usb/cdc_ether.c | 51 +
trunk/linux-3.4.x/drivers/net/usb/rndis_host.c | 8 +-
trunk/linux-3.4.x/drivers/net/wireless/ralink/rt2860v2_ap/Makefile | 1 +
trunk/linux-3.4.x/drivers/net/wireless/ralink/rt5392_ap/Makefile | 1 +
trunk/linux-3.4.x/drivers/net/wireless/ralink/rt5592_ap/Makefile | 1 +
trunk/linux-3.4.x/drivers/usb/serial/option.c | 3 +
trunk/linux-3.4.x/net/bridge/br_input.c | 7 +
trunk/linux-3.4.x/net/ipv6/Kconfig | 2 +-
trunk/linux-3.4.x/net/netfilter/nf_conntrack_h323_asn1.c | 3 +-
trunk/proprietary/rt_wifi/rtpci/2.5.X.X/rtpci/ap/ap_data.c | 18 +-
trunk/proprietary/rt_wifi/rtpci/2.5.X.X/rtpci/common/igmp_snoop.c | 159 +-
trunk/proprietary/rt_wifi/rtpci/2.5.X.X/rtpci/include/igmp_snoop.h | 24 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rt5392_ap/Makefile | 1 +
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rt5592_ap/Makefile | 1 +
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/ap/ap.c | 4 +
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/ap/ap_apcli.c | 108 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/ap/ap_cfg.c | 26 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/ap/ap_data.c | 16 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/ap/apcli_assoc.c | 3 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/ap/apcli_ctrl.c | 43 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/common/cmm_profile.c | 42 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/common/igmp_snoop.c | 130 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/common/rtmp_init.c | 64 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/include/ap_apcli.h | 18 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/include/chip/rtmp_mac.h | 6 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/include/igmp_snoop.h | 15 +-
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/include/mlme.h | 4 +
trunk/proprietary/rt_wifi/rtpci/2.7.X.X/rtpci/include/rtmp.h | 6 +
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/ap/ap.c | 12 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/ap/ap_apcli.c | 108 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/ap/ap_cfg.c | 26 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/ap/ap_data.c | 21 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/ap/ap_wpa.c | 2 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/ap/apcli_assoc.c | 3 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/ap/apcli_ctrl.c | 43 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/chips/mt76x0.c | 3 +
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/common/cmm_asic.c | 23 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/common/cmm_data.c | 100 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/common/cmm_profile.c | 41 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/common/igmp_snoop.c | 129 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/common/rtmp_init.c | 57 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/common/rtmp_init_inf.c | 17 -
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/include/ap_apcli.h | 18 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/include/igmp_snoop.h | 15 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/include/rtmp.h | 21 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt7610/mgmt/mgmt_entrytb.c | 26 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/ap/ap.c | 13 +
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/ap/ap_apcli.c | 160 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/ap/ap_cfg.c | 25 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/ap/ap_data.c | 22 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/ap/ap_wpa.c | 2 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/ap/apcli_ctrl.c | 54 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/ap/apcli_sync.c | 6 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/chips/rt6352.c | 3 +
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/common/cmm_asic.c | 51 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/common/cmm_cfg.c | 2 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/common/cmm_data.c | 100 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/common/cmm_mac_pci.c | 3 +
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/common/cmm_profile.c | 47 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/common/igmp_snoop.c | 216 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/common/ps.c | 6 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/common/rtmp_init.c | 70 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/common/rtmp_init_inf.c | 13 -
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/include/ap_apcli.h | 19 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/include/igmp_snoop.h | 14 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/include/mlme.h | 2 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/include/rtmp.h | 17 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/rate_ctrl/alg_ags.c | 12 +
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/rate_ctrl/alg_grp.c | 19 +-
trunk/proprietary/rt_wifi/rtpci/3.0.X.X/mt76x2/rate_ctrl/alg_legacy.c | 12 +
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/ap/ap.c | 2 +
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/ap/ap_apcli.c | 132 +-
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/ap/ap_cfg.c | 25 +-
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/ap/ap_data.c | 31 +-
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/ap/apcli_ctrl.c | 38 +-
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/common/cmm_profile.c | 41 +-
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/common/igmp_snoop.c | 332 +-
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/common/rtmp_init.c | 11 +-
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/hw_ctrl/cmm_asic_mt.c | 9 +-
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/include/ap_apcli.h | 21 +-
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/include/igmp_snoop.h | 27 +-
trunk/proprietary/rt_wifi/rtpci/4.1.X.X/mt76x3/include/mlme.h | 2 +-
trunk/proprietary/rt_wifi/rtsoc/2.4.X.X/rt2860v2/ap/ap_data.c | 18 +-
trunk/proprietary/rt_wifi/rtsoc/2.4.X.X/rt2860v2/common/igmp_snoop.c | 159 +-
trunk/proprietary/rt_wifi/rtsoc/2.4.X.X/rt2860v2/include/igmp_snoop.h | 24 +-
trunk/proprietary/rt_wifi/rtsoc/2.4.X.X/rt2860v2/os/linux/rbus_main_dev.c | 2 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/ap/ap.c | 12 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/ap/ap_apcli.c | 107 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/ap/ap_cfg.c | 24 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/ap/ap_data.c | 21 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/ap/ap_wpa.c | 2 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/ap/apcli_ctrl.c | 43 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/chips/rt6352.c | 3 +
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/common/cmm_asic.c | 23 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/common/cmm_data.c | 127 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/common/cmm_profile.c | 94 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/common/igmp_snoop.c | 130 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/common/rtmp_init.c | 68 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/common/rtmp_init_inf.c | 10 -
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/common/rtmp_timer.c | 2 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/include/ap_apcli.h | 18 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/include/chip/rtmp_mac.h | 7 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/include/igmp_snoop.h | 15 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/include/mlme.h | 4 +
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/include/rtmp.h | 57 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/include/rtmp_timer.h | 2 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2/os/linux/rbus_main_dev.c | 2 +-
trunk/proprietary/rt_wifi/rtsoc/2.7.X.X/rt2860v2_ap/Makefile | 1 +
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/ap/ap.c | 2 +
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/ap/ap_apcli.c | 114 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/ap/ap_cfg.c | 23 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/ap/ap_data.c | 16 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/ap/apcli_ctrl.c | 39 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/common/cmm_profile.c | 32 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/common/igmp_snoop.c | 300 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/common/mlme.c | 37 -
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/common/rtmp_init.c | 11 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/common/uapsd.c | 2 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/include/ap_apcli.h | 18 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/include/iface/rtmp_rbs.h | 2 +
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/include/igmp_snoop.h | 20 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/include/mlme.h | 5 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/embedded/include/rtmp.h | 2 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/hw_ctrl/cmm_asic_mt.c | 39 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/include/hw_ctrl/cmm_asic_mt.h | 2 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/rate_ctrl/alg_grp.c | 4 +-
trunk/proprietary/rt_wifi/rtsoc/4.1.X.X/mt7628/rate_ctrl/alg_legacy.c | 10 +-
trunk/user/aria2/ariaweb/index.html | 2 +-
trunk/user/aria2/ariaweb/js/aria2web.min.js | 2 +-
trunk/user/httpd/web_ex.c | 4 +-
trunk/user/openssh/openssh-7.x/.cvsignore | 28 -
trunk/user/openssh/openssh-7.x/.skipped-commit-ids | 11 +
trunk/user/openssh/openssh-7.x/ChangeLog | 11419 +++++++++++++++++++++++++++++++++-------------------------------
trunk/user/openssh/openssh-7.x/INSTALL | 5 +-
trunk/user/openssh/openssh-7.x/Makefile.in | 45 +-
trunk/user/openssh/openssh-7.x/PROTOCOL | 4 +-
trunk/user/openssh/openssh-7.x/PROTOCOL.agent | 24 +-
trunk/user/openssh/openssh-7.x/PROTOCOL.certkeys | 42 +-
trunk/user/openssh/openssh-7.x/PROTOCOL.chacha20poly1305 | 4 +-
trunk/user/openssh/openssh-7.x/README | 2 +-
trunk/user/openssh/openssh-7.x/audit-linux.c | 28 +-
trunk/user/openssh/openssh-7.x/auth-krb5.c | 3 +-
trunk/user/openssh/openssh-7.x/auth-options.c | 13 +-
trunk/user/openssh/openssh-7.x/auth-pam.c | 107 +-
trunk/user/openssh/openssh-7.x/auth-pam.h | 2 +
trunk/user/openssh/openssh-7.x/auth-passwd.c | 19 +-
trunk/user/openssh/openssh-7.x/auth-rh-rsa.c | 11 +-
trunk/user/openssh/openssh-7.x/auth-rhosts.c | 12 +-
trunk/user/openssh/openssh-7.x/auth.c | 151 +-
trunk/user/openssh/openssh-7.x/auth.h | 7 +-
trunk/user/openssh/openssh-7.x/auth2-chall.c | 6 +-
trunk/user/openssh/openssh-7.x/auth2-hostbased.c | 7 +-
trunk/user/openssh/openssh-7.x/auth2.c | 6 +-
trunk/user/openssh/openssh-7.x/authfile.c | 34 +-
trunk/user/openssh/openssh-7.x/canohost.c | 262 +-
trunk/user/openssh/openssh-7.x/canohost.h | 13 +-
trunk/user/openssh/openssh-7.x/channels.c | 12 +-
trunk/user/openssh/openssh-7.x/cipher-bf1.c | 4 +-
trunk/user/openssh/openssh-7.x/cipher.c | 14 +-
trunk/user/openssh/openssh-7.x/clientloop.c | 12 +-
trunk/user/openssh/openssh-7.x/compat.c | 2 +-
trunk/user/openssh/openssh-7.x/config.h.in | 35 +-
trunk/user/openssh/openssh-7.x/configure | 361 +-
trunk/user/openssh/openssh-7.x/configure.ac | 188 +-
trunk/user/openssh/openssh-7.x/contrib/cygwin/README | 1 +
trunk/user/openssh/openssh-7.x/contrib/redhat/openssh.spec | 4 +-
trunk/user/openssh/openssh-7.x/contrib/ssh-copy-id | 10 +-
trunk/user/openssh/openssh-7.x/contrib/suse/openssh.spec | 4 +-
trunk/user/openssh/openssh-7.x/defines.h | 13 +
trunk/user/openssh/openssh-7.x/dh.c | 116 +-
trunk/user/openssh/openssh-7.x/dh.h | 4 +-
trunk/user/openssh/openssh-7.x/kex.c | 8 +-
trunk/user/openssh/openssh-7.x/kex.h | 17 +-
trunk/user/openssh/openssh-7.x/kexc25519.c | 6 +-
trunk/user/openssh/openssh-7.x/kexdh.c | 9 +-
trunk/user/openssh/openssh-7.x/kexdhc.c | 10 +-
trunk/user/openssh/openssh-7.x/kexdhs.c | 10 +-
trunk/user/openssh/openssh-7.x/kexgexs.c | 4 +-
trunk/user/openssh/openssh-7.x/key.c | 4 +-
trunk/user/openssh/openssh-7.x/log.c | 14 +-
trunk/user/openssh/openssh-7.x/log.h | 4 +-
trunk/user/openssh/openssh-7.x/mac.c | 23 +-
trunk/user/openssh/openssh-7.x/mac.h | 4 +-
trunk/user/openssh/openssh-7.x/misc.c | 150 +-
trunk/user/openssh/openssh-7.x/misc.h | 6 +-
trunk/user/openssh/openssh-7.x/moduli | 474 ++-
trunk/user/openssh/openssh-7.x/moduli.0 | 2 +-
trunk/user/openssh/openssh-7.x/monitor.c | 45 +-
trunk/user/openssh/openssh-7.x/monitor_fdpass.c | 8 +-
trunk/user/openssh/openssh-7.x/monitor_wrap.c | 17 +-
trunk/user/openssh/openssh-7.x/monitor_wrap.h | 10 +-
trunk/user/openssh/openssh-7.x/mux.c | 12 +-
trunk/user/openssh/openssh-7.x/myproposal.h | 15 +-
trunk/user/openssh/openssh-7.x/opacket.h | 4 -
trunk/user/openssh/openssh-7.x/openbsd-compat/.cvsignore | 1 -
trunk/user/openssh/openssh-7.x/openbsd-compat/Makefile.in | 2 +-
trunk/user/openssh/openssh-7.x/openbsd-compat/arc4random.c | 4 +-
trunk/user/openssh/openssh-7.x/openbsd-compat/bindresvport.c | 1 +
trunk/user/openssh/openssh-7.x/openbsd-compat/bsd-asprintf.c | 12 -
trunk/user/openssh/openssh-7.x/openbsd-compat/bsd-err.c | 71 +
trunk/user/openssh/openssh-7.x/openbsd-compat/bsd-misc.c | 17 +
trunk/user/openssh/openssh-7.x/openbsd-compat/bsd-misc.h | 11 +
trunk/user/openssh/openssh-7.x/openbsd-compat/bsd-snprintf.c | 12 -
trunk/user/openssh/openssh-7.x/openbsd-compat/inet_aton.c | 10 +-
trunk/user/openssh/openssh-7.x/openbsd-compat/openbsd-compat.h | 35 +
trunk/user/openssh/openssh-7.x/openbsd-compat/port-solaris.h | 1 +
trunk/user/openssh/openssh-7.x/openbsd-compat/regress/.cvsignore | 6 -
trunk/user/openssh/openssh-7.x/openbsd-compat/vis.c | 60 +-
trunk/user/openssh/openssh-7.x/openbsd-compat/vis.h | 5 +-
trunk/user/openssh/openssh-7.x/openbsd-compat/xcrypt.c | 40 +
trunk/user/openssh/openssh-7.x/packet.c | 142 +-
trunk/user/openssh/openssh-7.x/packet.h | 8 +-
trunk/user/openssh/openssh-7.x/pathnames.h | 4 +-
trunk/user/openssh/openssh-7.x/platform-tracing.c | 43 +
trunk/user/openssh/openssh-7.x/platform.c | 10 +-
trunk/user/openssh/openssh-7.x/platform.h | 1 +
trunk/user/openssh/openssh-7.x/progressmeter.c | 19 +-
trunk/user/openssh/openssh-7.x/readconf.c | 264 +-
trunk/user/openssh/openssh-7.x/readconf.h | 14 +-
trunk/user/openssh/openssh-7.x/regress/.cvsignore | 31 -
trunk/user/openssh/openssh-7.x/regress/Makefile | 49 +-
trunk/user/openssh/openssh-7.x/regress/agent-getpeereid.sh | 25 +-
trunk/user/openssh/openssh-7.x/regress/cert-hostkey.sh | 126 +-
trunk/user/openssh/openssh-7.x/regress/cert-userkey.sh | 48 +-
trunk/user/openssh/openssh-7.x/regress/cfginclude.sh | 293 ++
trunk/user/openssh/openssh-7.x/regress/cfgparse.sh | 4 +-
trunk/user/openssh/openssh-7.x/regress/connect-privsep.sh | 7 +-
trunk/user/openssh/openssh-7.x/regress/forwarding.sh | 4 +-
trunk/user/openssh/openssh-7.x/regress/integrity.sh | 4 +-
trunk/user/openssh/openssh-7.x/regress/misc/Makefile | 3 +
trunk/user/openssh/openssh-7.x/regress/misc/kexfuzz/Makefile | 78 +
trunk/user/openssh/openssh-7.x/regress/misc/kexfuzz/README | 28 +
trunk/user/openssh/openssh-7.x/regress/misc/kexfuzz/kexfuzz.c | 410 +++
trunk/user/openssh/openssh-7.x/regress/modpipe.c | 31 +-
trunk/user/openssh/openssh-7.x/regress/netcat.c | 43 +-
trunk/user/openssh/openssh-7.x/regress/sshcfgparse.sh | 29 +
trunk/user/openssh/openssh-7.x/regress/test-exec.sh | 10 +-
trunk/user/openssh/openssh-7.x/regress/unittests/Makefile | 4 +-
trunk/user/openssh/openssh-7.x/regress/unittests/sshbuf/test_sshbuf_misc.c | 31 +-
trunk/user/openssh/openssh-7.x/regress/unittests/sshkey/test_sshkey.c | 4 +-
trunk/user/openssh/openssh-7.x/regress/unittests/test_helper/Makefile | 3 +-
trunk/user/openssh/openssh-7.x/regress/unittests/utf8/Makefile | 12 +
trunk/user/openssh/openssh-7.x/regress/unittests/utf8/tests.c | 82 +
trunk/user/openssh/openssh-7.x/roaming.h | 0
trunk/user/openssh/openssh-7.x/sandbox-seccomp-filter.c | 6 +
trunk/user/openssh/openssh-7.x/scard/.cvsignore | 2 -
trunk/user/openssh/openssh-7.x/scp.0 | 6 +-
trunk/user/openssh/openssh-7.x/scp.1 | 8 +-
trunk/user/openssh/openssh-7.x/scp.c | 53 +-
trunk/user/openssh/openssh-7.x/servconf.c | 60 +-
trunk/user/openssh/openssh-7.x/serverloop.c | 47 +-
trunk/user/openssh/openssh-7.x/session.c | 47 +-
trunk/user/openssh/openssh-7.x/session.h | 4 +-
trunk/user/openssh/openssh-7.x/sftp-client.c | 14 +-
trunk/user/openssh/openssh-7.x/sftp-server.0 | 2 +-
trunk/user/openssh/openssh-7.x/sftp-server.c | 10 +-
trunk/user/openssh/openssh-7.x/sftp.0 | 6 +-
trunk/user/openssh/openssh-7.x/sftp.1 | 8 +-
trunk/user/openssh/openssh-7.x/sftp.c | 77 +-
trunk/user/openssh/openssh-7.x/ssh-add.0 | 2 +-
trunk/user/openssh/openssh-7.x/ssh-agent.0 | 2 +-
trunk/user/openssh/openssh-7.x/ssh-agent.c | 24 +-
trunk/user/openssh/openssh-7.x/ssh-dss.c | 5 +-
trunk/user/openssh/openssh-7.x/ssh-ecdsa.c | 5 +-
trunk/user/openssh/openssh-7.x/ssh-ed25519.c | 5 +-
trunk/user/openssh/openssh-7.x/ssh-keygen.0 | 21 +-
trunk/user/openssh/openssh-7.x/ssh-keygen.1 | 12 +-
trunk/user/openssh/openssh-7.x/ssh-keygen.c | 18 +-
trunk/user/openssh/openssh-7.x/ssh-keyscan.0 | 2 +-
trunk/user/openssh/openssh-7.x/ssh-keyscan.c | 5 +-
trunk/user/openssh/openssh-7.x/ssh-keysign.0 | 2 +-
trunk/user/openssh/openssh-7.x/ssh-pkcs11-helper.0 | 2 +-
trunk/user/openssh/openssh-7.x/ssh-rsa.c | 5 +-
trunk/user/openssh/openssh-7.x/ssh.0 | 27 +-
trunk/user/openssh/openssh-7.x/ssh.1 | 33 +-
trunk/user/openssh/openssh-7.x/ssh.c | 140 +-
trunk/user/openssh/openssh-7.x/ssh1.h | 3 +-
trunk/user/openssh/openssh-7.x/ssh2.h | 6 +-
trunk/user/openssh/openssh-7.x/ssh_api.c | 10 +-
trunk/user/openssh/openssh-7.x/ssh_config.0 | 40 +-
trunk/user/openssh/openssh-7.x/ssh_config.5 | 77 +-
trunk/user/openssh/openssh-7.x/sshbuf-getput-basic.c | 8 +-
trunk/user/openssh/openssh-7.x/sshbuf-misc.c | 25 +-
trunk/user/openssh/openssh-7.x/sshbuf.h | 9 +-
trunk/user/openssh/openssh-7.x/sshconnect2.c | 96 +-
trunk/user/openssh/openssh-7.x/sshd.0 | 2 +-
trunk/user/openssh/openssh-7.x/sshd.c | 179 +-
trunk/user/openssh/openssh-7.x/sshd_config | 3 +-
trunk/user/openssh/openssh-7.x/sshd_config.0 | 41 +-
trunk/user/openssh/openssh-7.x/sshd_config.5 | 28 +-
trunk/user/openssh/openssh-7.x/sshkey.c | 44 +-
trunk/user/openssh/openssh-7.x/sshkey.h | 4 +-
trunk/user/openssh/openssh-7.x/ttymodes.c | 3 +-
trunk/user/openssh/openssh-7.x/ttymodes.h | 5 +-
trunk/user/openssh/openssh-7.x/utf8.c | 290 ++
trunk/user/openssh/openssh-7.x/utf8.h | 24 +
trunk/user/openssh/openssh-7.x/version.h | 6 +-
trunk/user/rc/net_wifi.c | 32 +-
trunk/user/rc/ralink.c | 8 +-
trunk/user/rc/services.c | 3 +
trunk/user/shared/cflags.mk | 3 +-
trunk/user/shared/defaults.c | 2 -
trunk/user/www/n56u_ribbon_fixed/Advanced_System_Content.asp | 2 +-
336 files changed, 12882 insertions(+), 9608 deletions(-)
delete mode 100644 trunk/user/openssh/openssh-7.x/.cvsignore
create mode 100644 trunk/user/openssh/openssh-7.x/.skipped-commit-ids
delete mode 100644 trunk/user/openssh/openssh-7.x/openbsd-compat/.cvsignore
create mode 100644 trunk/user/openssh/openssh-7.x/openbsd-compat/bsd-err.c
delete mode 100644 trunk/user/openssh/openssh-7.x/openbsd-compat/regress/.cvsignore
create mode 100644 trunk/user/openssh/openssh-7.x/platform-tracing.c
delete mode 100644 trunk/user/openssh/openssh-7.x/regress/.cvsignore
create mode 100644 trunk/user/openssh/openssh-7.x/regress/cfginclude.sh
create mode 100644 trunk/user/openssh/openssh-7.x/regress/misc/Makefile
create mode 100644 trunk/user/openssh/openssh-7.x/regress/misc/kexfuzz/Makefile
create mode 100644 trunk/user/openssh/openssh-7.x/regress/misc/kexfuzz/README
create mode 100644 trunk/user/openssh/openssh-7.x/regress/misc/kexfuzz/kexfuzz.c
create mode 100644 trunk/user/openssh/openssh-7.x/regress/sshcfgparse.sh
create mode 100644 trunk/user/openssh/openssh-7.x/regress/unittests/utf8/Makefile
create mode 100644 trunk/user/openssh/openssh-7.x/regress/unittests/utf8/tests.c
delete mode 100644 trunk/user/openssh/openssh-7.x/roaming.h
delete mode 100644 trunk/user/openssh/openssh-7.x/scard/.cvsignore
create mode 100644 trunk/user/openssh/openssh-7.x/utf8.c
create mode 100644 trunk/user/openssh/openssh-7.x/utf8.h
Previous HEAD position was 1e6e2fc... openssh: bump to 7.3p1
HEAD is now at eaebfec... re-implement previous commit


This post has been edited by FameWolf: Aug 3 2016, 12:04 PM
fli_guy84
post Aug 3 2016, 10:58 PM

Getting Started
**
Junior Member
216 posts

Joined: Jan 2007
FameWolf
I have the same issue, not sure why.

Anyway, just compiled my firmware and had issues with HyppTV having no signal. After reading some posts, it is due to Multicast Traffic settings. HyppTV works again after disable the setting below:

user posted image
FameWolf
post Aug 4 2016, 03:34 AM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


Be aware the Xiaomi development software is dangerous and you shouldn't stay on it any longer than necessary.

http://en.wooyun.io/2015/07/06/A-Review-of...rs-Browser.html
lala_cai
post Aug 11 2016, 02:09 AM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


guys, wanna check, do you guys get RxDropFramesFilter increasing drop on WAN?
i keep getting increased counts
not sure where to configure to reduce this
TSI<3LYN
post Aug 11 2016, 12:42 PM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(lala_cai @ Aug 11 2016, 02:09 AM)
guys, wanna check, do you guys get RxDropFramesFilter increasing drop on WAN?
i keep getting increased counts
not sure where to configure to reduce this
*
what is the number are we talking about?
lala_cai
post Aug 13 2016, 01:52 AM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


something like this

Port Link : 100 Mbps, Full Duplex, FC OFF

MIB Counters
----------------------------------------
TxGoodOctets : 150790512
TxGoodFrames : 1340188
TxBadOctets : 0
TxBadFrames : 0
TxDropFrames : 0
RxGoodOctets : 3344566849
RxGoodFrames : 2660835
RxBadOctets : 0
RxBadFrames : 0
RxDropFramesFilter : 64647
RxDropFramesErr : 0

The RXDropFramesFilter keeps increasing
Pip_X
post Aug 19 2016, 12:08 AM

Got miao miao jor.
*******
Senior Member
2,465 posts

Joined: Jan 2003
From: Bukit Jalil, migrated to Paldea.



I cant even connect to my router at 192.168.31.1 to do flashing.
I have setup it to do wireless sharing.
But connecting to a lan port to my PC only get the IP 169.254.145.74
IamNOT
post Aug 24 2016, 10:14 AM

Getting Started
**
Junior Member
283 posts

Joined: Aug 2008
From: Malacca


Can I just use the original firmware if not using IPTV? Just for internet...
kebuyah
post Sep 5 2016, 01:57 PM

New Member
*
Junior Member
5 posts

Joined: Feb 2006


QUOTE(trix @ Jul 4 2016, 05:39 PM)
my config is for mi-mini, not mi-3
for mi-3, if you're using prometheus, no need to use anything from my google drive
dl everything through prometheus
there is a youtube video i posted previously on how to use prometheus to install padavan on mi-3. its in russian, but easy enough to follow without understanding what was being said
*
Hi guys, i just got my mi 3 router and able to connect to internet wifi via mobile apps using wifi key same as SSID name. The problem now is on the apps need to pair the router and key in pairing/admin password which I didnt know. While using the apps, I also unable to get the same screen as shown above like use the wifi key as admin password. the screen go straight away to pair the router and require to key in admin password. I try the same key as wifi key/SSID name but got wrong password. Is there any other way I can bypass and go straight away to the router config without using Apps and connectivity via wifi? Maybe all you guys can help me regarding this issue. TQVM.

tan_aniki
post Sep 5 2016, 04:30 PM

Look at all my stars!!
*******
Senior Member
9,052 posts

Joined: Feb 2006


why so troublesome? i thought just configure the account setting in BTU and then just share the internet from LAN of BTU to WAN of xiaomi router is enough right? http://tuxfirewall.com/unifi-how-to-config...wei-hg655a-btu/
IPTV can be connected to BTU itself, no need through router

This post has been edited by tan_aniki: Sep 5 2016, 04:31 PM
Ery007
post Sep 25 2016, 03:13 PM

New Member
*
Newbie
1 posts

Joined: Sep 2016
[quote=trix,Jun 27 2016, 10:21 PM]
https://www.youtube.com/watch?v=VQ35zI8W3ns...ix2zecfvmrvxw0k
in russian, but should be understandable to follow
let me know if you need clarification on any part
basically:
1. install developer firmware so ssh can be enabled
2. setup VM for linux (if you already have linux machine, then use that instead. and doesn't have to be vmware workstation, can use others instead like virtualbox)
3. download and run prometheus
4. gain ssh access on router (if this doesn't work, use the steps i gave previously)
5. prometheus to pull source from padavan
6. build toolchain (only needed once, unless there's any update on toolchain source code)
7. configure and build firmware
8. flash firmware


Bro
Can u elaborate more detail. Im using Virtual Box to run prometheus but nothing happen. How should it look like. if you have SS for the process it might help.

Thank you


TerryZeroX
post Sep 25 2016, 03:44 PM

Starssssss
******
Senior Member
1,072 posts

Joined: Jan 2005
From: Somewhere...



Yikes the link for the Breed Bootloader is broken, is there any otherway to obtain it?

EDIT:
Found the link from their site

This post has been edited by TerryZeroX: Sep 25 2016, 03:48 PM
FameWolf
post Sep 25 2016, 10:20 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(TerryZeroX @ Sep 25 2016, 02:44 AM)
Yikes the link for the Breed Bootloader is broken, is there any otherway to obtain it?

EDIT:
Found the link from their site
*
Do they have a version that's all in english yet?
jianwei87
post Sep 27 2016, 05:33 PM

Casual
***
Junior Member
481 posts

Joined: Jan 2007
How is the wireless repeater work in this firmware?
TerryZeroX
post Sep 28 2016, 12:24 PM

Starssssss
******
Senior Member
1,072 posts

Joined: Jan 2005
From: Somewhere...



QUOTE(FameWolf @ Sep 25 2016, 10:20 PM)
Do they have a version that's all in english yet?
*
I don't think so, just follow the guide on the 1st post from this thread you should be fine smile.gif Perfect firmware for the mi wifi mini. After countless try on pandora and openwrt I was about to give up then i saw this.
FameWolf
post Sep 28 2016, 12:50 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(TerryZeroX @ Sep 27 2016, 11:24 PM)
I don't think so, just follow the guide on the 1st post from this thread you should be fine smile.gif Perfect firmware for the mi wifi mini. After countless try on pandora and openwrt I was about to give up then i saw this.
*
I was referring to the breed bootloader. I have the padavan firmware working fine.
sHawTY
post Sep 28 2016, 02:18 PM

Frequent Reporter
********
All Stars
14,908 posts

Joined: Jul 2005

QUOTE(IamNOT @ Aug 24 2016, 10:14 AM)
Can I just use the original firmware if not using IPTV? Just for internet...
No. You still need to do VLAN tagging for both UniFi & Maxis Fibre
For TIME Fibre, no need VLAN tagging
Da_Shiang
post Oct 4 2016, 04:20 PM

Enthusiast
*****
Senior Member
746 posts

Joined: Jul 2006
From: Penang


flashed the router as per first post. And enjoy using it.

One question, is there any easier why to update the transmission (for torrenting)?
leowjc
post Oct 4 2016, 10:09 PM

Getting Started
**
Junior Member
247 posts

Joined: Jan 2006


How do I revert back to original ROM?
muncheno
post Oct 7 2016, 04:19 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
Hi, I would like to thanks the TS for the thread and sharing here.

On yesterday night I finally find the time and guts to flash my Mi Mini router with Pavadan following the instructions from here and pavadan firmware from <here>.

http://plol.eu/how-to-install-a-full-spec-...mi-router-mini/

I was setting the mini router as repeater (AP + WDS) on 5ghz wifi to my Xiaomi Router 3 (original firmware).
The router was spacing apart with 1 wall, distance around 7-8m apart and I checked the status from pavadan the STA are linking at around 4XX-5XX Mbps which better than my powerplugs.
Within 3m apart, it was link at 7XXMbps which extreme good for me. smile.gif

Overall I'm very happy with it, however problem seem getting from Xiaomi Router 3 which whenever I reboot Mi3 the wifi channel run even I have set it on fix channel. Thus is break the link to the repeater.

So now, I'm thinking to flash my Mi3 (router 3) with pavadan.

Being a newbie to this, I want to know if anyone have build the firmware for Mi3 for sharing here?
I'm not very good with linux and prometheus, worry that I screw up my Mi3.

This post has been edited by muncheno: Oct 7 2016, 04:21 PM
FameWolf
post Oct 7 2016, 04:28 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(muncheno @ Oct 7 2016, 03:19 AM)
Hi, I would like to thanks the TS for the thread and sharing here.

On yesterday night I finally find the time and guts to flash my Mi Mini router with Pavadan following the instructions from here and pavadan firmware from <here>.

http://plol.eu/how-to-install-a-full-spec-...mi-router-mini/

I was setting the mini router as repeater (AP + WDS) on 5ghz wifi to my Xiaomi Router 3 (original firmware).
The router was spacing apart with 1 wall, distance around 7-8m apart and I checked the status from pavadan the STA are linking at around 4XX-5XX Mbps which better than my powerplugs.
Within 3m apart, it was link at 7XXMbps which extreme good for me. smile.gif

Overall I'm very happy with it, however problem seem getting from Xiaomi Router 3 which whenever I reboot Mi3 the wifi channel run even I have set it on fix channel. Thus is break the link to the repeater.

So now, I'm thinking to flash my Mi3 (router 3) with pavadan.

Being a newbie to this, I want to know if anyone have build the firmware for Mi3 for sharing here?
I'm not very good with linux and prometheus, worry that I screw up my Mi3.
*
I used the prometheus script to flash padavan to my mi-3. You either have to jump through some hoops or downgrade the firmware on the mi-3 to a version that allows ssh. The script can then interface to build and flash padavan. Not sure what else I could tell you. You can't just share a file. Multiple partitions get flashed on the mi-3. You HAVE to use the script and compile it then let the script do the flashing.

This post has been edited by FameWolf: Oct 7 2016, 04:29 PM
muncheno
post Oct 7 2016, 05:20 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(FameWolf @ Oct 7 2016, 04:28 PM)
I used the prometheus script to flash padavan to my mi-3.  You either have to jump through some hoops or downgrade the firmware on the mi-3 to a version that allows ssh.  The script can then interface to build and flash padavan.  Not sure what else I could tell you.  You can't just share a file.  Multiple partitions get flashed on the mi-3.  You HAVE to use the script and compile it then let the script do the flashing.
*
Thanks FameWolf for the reply.

If I understood correctly here, Mi-3 does not have BLEED bootloader. Thus can't flash any ready customs made (.trx) like Mi-mini.

To-date only way to flash Mi-3 to pavadan is using Prometheus script in Linux environment or VMware.
The Prometheus script is to ssh to router (after activated telnet/ssh from router) and build the pavadan into the Mi-3 partitions.

More or less correct here?

Thanks again..


muncheno
post Oct 11 2016, 01:22 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
Update here,

I found the Mi-3 pavadan firmware from <here>.

http://plol.eu/how-to-install-a-full-spec-...mi-router-mini/

Problem don't know how to flash it.
Whether we can use bleed bootloader for Xiaomi Mini onto Mi-3 or not.
Or just directly flash it using SSH.

Any advises? Wanted to listen to your opinion before I flash my MI-3 tonight or tmr9.
For me that I consider newbie, likely I will use the tested method - Promotheus script.

Thanks.
FameWolf
post Oct 11 2016, 01:47 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(muncheno @ Oct 11 2016, 12:22 AM)
Update here,

I found the Mi-3 pavadan firmware from  <here>.

http://plol.eu/how-to-install-a-full-spec-...mi-router-mini/

Problem don't know how to flash it.
Whether we can use bleed bootloader for Xiaomi Mini onto Mi-3 or not.
Or just directly flash it using SSH.

Any advises? Wanted to listen to your opinion before I flash my MI-3 tonight or tmr9.
For me that I consider newbie, likely I will use the tested method - Promotheus script.

Thanks.
*
I did alot of research on it before I flashed the MI-3 which I use right now as my primary router. I was told it could NOT successfully be flashed to padavan via a .trx or whatever file...that it required the script because multiple partitions have to be flashed(and possibly resized)...it also installs the uboot firmware...no breed isn't available for it...but the script can take partition backups and makes it pretty bullet proof...you can also use virtualbox...you might check the prometheus.frieze.net side as I think they had a pre-setup vmware image that could be booted...I compiled mine directly on linux since that's what I use. ..the tutorial takes you through a complicated process that involves registering on the xiaomi website..getting a patched file etc...I recommend you skip all that and get your device flashed to the previous version which still allowed ssh to be enabled...once that's working the script is basically numbered...download source, build the toolchain, build the firmware, backup the partitions, write the firmware.
muncheno
post Oct 11 2016, 01:59 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(FameWolf @ Oct 11 2016, 01:47 PM)
I did alot of research on it before I flashed the MI-3 which I use right now as my primary router.  I was told it could NOT successfully be flashed to padavan via a .trx or whatever file...that it required the script because multiple partitions have to be flashed(and possibly resized)...it also installs the uboot firmware...no breed isn't available for it...but the script can take partition backups and makes it pretty bullet proof...you can also use virtualbox...you might check the prometheus.frieze.net side as I think they had a pre-setup vmware image that could be booted...I compiled mine directly on linux since that's what I use. ..the tutorial takes you through a complicated process that involves registering on the xiaomi website..getting a patched file etc...I recommend you skip all that and get your device flashed to the previous version which still allowed ssh to be enabled...once that's working the script is basically numbered...download source, build the toolchain, build the firmware, backup the partitions, write the firmware.
*
Agree with your points here.

Question here, when running prometheues scripts, is the your Mi-3 router still connecting to internet as primary while download source, build the toolchain, build the firmware, backup the partitions, write the firmware. ?

Thanks.
FameWolf
post Oct 11 2016, 02:05 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(muncheno @ Oct 11 2016, 12:59 AM)
Agree with your points here.

Question here, when running prometheues scripts, is the your Mi-3 router still connecting to internet as primary while download source, build the toolchain, build the firmware, backup the partitions, write the firmware. ?

Thanks.
*
Well now that it's on padavan and being upgraded yeah...not sure I'd let their factory firmware have access to the net given reports some of it's developer factory xiaomi versions phoned home. The only time it would be down is the actual writing and that takes no more than a minute with about an additional 20 seconds for the router to reboot itself.


Be aware however that the padavan software does NOT include QOS because QOS and hardware NAT are mutually exclusive...if you NEED QOS then you have to disable hardware NAT and then configure some script to setup QOS because the gui won't do it. The cpu in the router is easily powerful enough to do it without issue...I just personally chose to keep the hardware nat going.
muncheno
post Oct 11 2016, 09:52 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
Update here,

I'm flashing my MI-3 to pavadan with Prometheus scripts with Linux Mint on my old netbook.

What I did is follow the instructions given to ssh to MI-3 router.
This is referring to flashing developer firmware 2.11.20 then;
flashing miwifi_ssh.bin with reset button;
and I was using putty.exe to telnet instead ssh, somehow it is mistake here.

Not knowing at the time, I did using these method below as well
QUOTE
http://192.168.31.1/cgi-bin/luci/;stok=<STOK>/api/xqnetwork/set_wifi_ap?ssid=Xiaomi&encryption=NONE&enctype=NONE&channel=1%3Bnvram%20set%20ssh%5Fen%3D1%3B%20nvram%20commit

http://192.168.31.1/cgi-bin/luci/;stok=<...it.d%2Fdropbear

http://192.168.31.1/cgi-bin/luci/;stok=<...ropbear%20start

http://192.168.31.1/cgi-bin/luci/;stok=<...<NEWPASS>
Then I recall must use ssh, and from there I manage to access to the router via ssh at 192.168.31.1.

From here onward, I switch to running on linux mint and follow the code:-
Linux system:
1. Open a terminal;
2. Download the script by typing: the wget -O start.sh http://prometheus.freize.net/script/ start-99.sh
3. Enter: the chmod + x start.sh
4. Run the script and follow the instructions in the terminal: ./start.sh

Once the scripts started, it download a bunch of files from the net. I have saw an error half way, it mentions my internet was too slow (something like that) then I could only see header of Prometheus.

So I start again with ./start.sh.

It run again but this time go further and I'm at the Prometheus menu.
Following the nos, I key in (1) to check ssh access to MI-3 router
Then (2) and (3)......

I been waiting more approx 2 hrs for it to build the toolchain now......still building with command from scripts keep flashing on the screen..................... not sure I should start worry. (note: internet still running on Mi-3 router)

edit: After 2hrs+ only manage to reach build firmware to configure options and skins. Now build firmware.....

This post has been edited by muncheno: Oct 11 2016, 10:17 PM
FameWolf
post Oct 11 2016, 11:24 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(muncheno @ Oct 11 2016, 08:52 AM)
Update here,

I'm flashing my MI-3 to pavadan with Prometheus scripts with Linux Mint on my old netbook.

What I did is follow the instructions given to ssh to MI-3 router.
This is referring to flashing developer firmware 2.11.20 then;
flashing miwifi_ssh.bin with reset button;
and I was using putty.exe to telnet instead ssh, somehow it is mistake here.

Not knowing at the time, I did using these method below as well
Then I recall must use ssh, and from there I manage to access to the router via ssh at 192.168.31.1.

From here onward, I switch to running on linux mint and follow the code:-
Linux system:
1. Open a terminal;
2. Download the script by typing: the wget -O start.sh http://prometheus.freize.net/script/ start-99.sh
3. Enter: the chmod + x start.sh
4. Run the script and follow the instructions in the terminal: ./start.sh

Once the scripts started, it download a bunch of files from the net. I have saw an error half way, it mentions my internet was too slow (something like that) then I could only see header of Prometheus.

So I start again with ./start.sh.

It run again but this time go further and I'm at the Prometheus menu.
Following the nos, I key in (1) to check ssh access to MI-3 router
Then (2) and (3)......

I been waiting more approx 2 hrs for it to build the toolchain now......still building with command from scripts keep flashing on the screen.....................  not sure I should start worry. (note: internet still running on Mi-3 router)

edit: After 2hrs+ only manage to reach build firmware to configure options and skins. Now build firmware.....
*
You only have to build the toolchain once. wink.gif I've got a pretty fast I7 and even with it the compiling takes a little while so sounds about normal.
infrasonic
post Oct 12 2016, 12:00 AM

--
****
Senior Member
648 posts

Joined: Jun 2011


My Xiaomi Router 3 had been sitting in the store for quite a long time after I got my Unifi and it doesn't work on Unifi..

Does the instructions on first post works on Xiaomi Router 3 to flash to OpenWRT?
FameWolf
post Oct 12 2016, 12:04 AM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(infrasonic @ Oct 11 2016, 11:00 AM)
My Xiaomi Router 3 had been sitting in the store for quite a long time after I got my Unifi and it doesn't work on Unifi..

Does the instructions on first post works on Xiaomi Router 3 to flash to OpenWRT?
*
No but the 5 or 6 posts DIRECTLY above yours do.
infrasonic
post Oct 12 2016, 12:09 AM

--
****
Senior Member
648 posts

Joined: Jun 2011


QUOTE(FameWolf @ Oct 12 2016, 12:04 AM)
No but the 5 or 6 posts DIRECTLY above yours do.
*
Yeah I saw it but I don't understand anything sweat.gif
muncheno
post Oct 12 2016, 08:58 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
My summary for the steps for flashing Mi Router 3 (Mi-3) to padavan.

1) Change MI-3 to developer firmware by login into your router webpage (192.168.1.1 or 192.168.31.1 or others)
The new developer firmware may not work, I was using ver. 2.11.20 (miwifi_r3_all_55ac7_2.11.20.bin)
You can try google for it or try your luck with the newer version from http://www1.miwifi.com/miwifi_download.html

2) Once you are on the developer firmware, next is to enable ssh service from the developer firmware. 2 approaches, can try both.
QUOTE(Option 1)
     Option 1) Official way is goto http://d.miwifi.com/rom/ssh and copy down the ssh username and password.
                    Then download the miwifi_ssh.bin to a usb drive (fat32). Plug the usb drive into your router usb port.
                    Off the router and turn on Router while reset-button pressed and USB stick plugged in.
                    Release Reset-button after the orange LED starts flashing (blink few times before release)
                    Wait a minute to complete flashing and device is online again (shown by blue LED)
QUOTE(Option 2)
     Option 2) Login to router with a browser
                    After login observe and address. It should generate code like below:-
                    hXXp://192.168.31.1/cgi-bin/luci/;stok=2ca162de9aa42e55e30c8f9fe35031c4/web/home#router

                    Copy the code after stok= ......... example:- 0b5ff8b6fb80c457759ad92f468003d5
                    This is like a temporary pass for access your bootloader.

                    Then the 4 url’s below is used to set password for ssh and activate the ssh service.
                    Change the key word <stok> with your string that just copy.
                    Example hXXp://192.168.31.1/cgi-bin/luci/;stok=<STOK>/api/xqsystem/set_name_password?oldPwd=<OLDPASS>&newPwd=<NEWPASS> to hXXp://192.168.31.1/cgi-bin/luci/;stok=0b5ff8b6fb80c457759ad92f468003d5/api/xqsystem/set_name_password?oldPwd=<OLDPASS>&newPwd=<NEWPASS>
                     Here are the 4 url's:-

http://192.168.31.1/cgi-bin/luci/;stok=<...0nvram%20commit

http://192.168.31.1/cgi-bin/luci/;stok=<...it.d%2Fdropbear

http://192.168.31.1/cgi-bin/luci/;stok=<...ropbear%20start

http://192.168.31.1/cgi-bin/luci/;stok=<...<NEWPASS>
3) SSH to the device to flash OpenWrt, I was using putty.exe (google for it if you don't have it ready)
Open a SSH connection to root@192.168.31.1 or maybe 192.168.1.1
Login using credentials provided by the SSH download website in step 2-option 1,
OR with the username 'root' and 'password' create in step 2 - option 2.

4) Confirm login in to ssh is sucessful. (I guess you should not reboot your router from here, else I think you need repeat step 2 &3.

5) 2 approaches here again, Linux or Windows. Goto hXXp://prometheus.freize.net to download and read the steps.
QUOTE(Option 1 - Linux @ I was using this approach)

     Using Linux (either your dual os or separate PC running Linux) and open terminal.exe.
     Download the script by typing: the wget -O start.sh http://prometheus.freize.net/script/ start-99.sh
     Enter: the chmod + x start.sh
     Run the script and follow the instructions in the terminal: ./start.sh

5. Prometheus to pull source from padavan
6. Build toolchain (only needed once, unless there's any update on toolchain source code)
7. Configure and build firmware
QUOTE(Option 2 - Windows)

1. Setup VM for linux (if you already have linux machine, then use that instead. and doesn't have to be vmware
2. workstation, can use others instead like virtualbox)
3. Download and run prometheus
4. Gain ssh access on router (if this doesn't work, use the steps i gave previously)
5. Prometheus to pull source from padavan
6. Build toolchain (only needed once, unless there's any update on toolchain source code)
7. Configure and build firmware
8. Flash firmware
This post has been edited by muncheno: Oct 13 2016, 05:07 PM
infrasonic
post Oct 14 2016, 11:54 PM

--
****
Senior Member
648 posts

Joined: Jun 2011


QUOTE(muncheno @ Oct 12 2016, 08:58 AM)
My summary for the steps for flashing Mi Router 3 (Mi-3) to padavan.

1) Change MI-3 to developer firmware by login into your router webpage (192.168.1.1 or 192.168.31.1 or others)
    The new developer firmware may not work, I was using ver. 2.11.20 (miwifi_r3_all_55ac7_2.11.20.bin)
    You can try google for it or try your luck with the newer version from http://www1.miwifi.com/miwifi_download.html

2) Once you are on the developer firmware, next is to enable ssh service from the developer firmware. 2 approaches, can try both.

QUOTE(Option 2 - Windows)

1. Setup VM for linux (if you already have linux machine, then use that instead. and doesn't have to be vmware
2. workstation, can use others instead like virtualbox)
3. Download and run prometheus
4. Gain ssh access on router (if this doesn't work, use the steps i gave previously)
5. Prometheus to pull source from padavan
6. Build toolchain (only needed once, unless there's any update on toolchain source code)
7. Configure and build firmware
8. Flash firmware
*
Thanks alot for the instructions! However I've tried just now and failed..
For step 2) I did like you instructed with all the 4 Urls, all 4 just showed some error code. The NEWPASS and OLDPASS I just put the password of the router control panel admin login. Am I doing it right?
When I used Putty.exe somehow I get to be connected without any error message. What do you mean by "SSH to the device to flash OpenWrt"?

On Step 5) I don't really get it, so I followed the instructions on this site http://shopper.life/proshivka-xiaomi-mi-wi...theus-8793.html to use the VMware. After that it's just bunch of data in russian (or other language) on the VMware that's being going on for more than 1 hour, till I gave up waiting..

Can you help me pls? sweat.gif

kcchong
post Oct 15 2016, 12:58 AM

New Member
*
Junior Member
9 posts

Joined: Jun 2012
QUOTE(muncheno @ Oct 12 2016, 08:58 AM)
My summary for the steps for flashing Mi Router 3 (Mi-3) to padavan.

1) Change MI-3 to developer firmware by login into your router webpage (192.168.1.1 or 192.168.31.1 or others)
    The new developer firmware may not work, I was using ver. 2.11.20 (miwifi_r3_all_55ac7_2.11.20.bin)
    You can try google for it or try your luck with the newer version from http://www1.miwifi.com/miwifi_download.html

2) Once you are on the developer firmware, next is to enable ssh service from the developer firmware. 2 approaches, can try both.

QUOTE(Option 2 - Windows)

1. Setup VM for linux (if you already have linux machine, then use that instead. and doesn't have to be vmware
2. workstation, can use others instead like virtualbox)
3. Download and run prometheus
4. Gain ssh access on router (if this doesn't work, use the steps i gave previously)
5. Prometheus to pull source from padavan
6. Build toolchain (only needed once, unless there's any update on toolchain source code)
7. Configure and build firmware
8. Flash firmware
*
i'm getting error the following error

wget: can't open 'start.sh': Read-only file system
kcchong
post Oct 15 2016, 02:49 PM

New Member
*
Junior Member
9 posts

Joined: Jun 2012
QUOTE(muncheno @ Oct 12 2016, 08:58 AM)
My summary for the steps for flashing Mi Router 3 (Mi-3) to padavan.

1) Change MI-3 to developer firmware by login into your router webpage (192.168.1.1 or 192.168.31.1 or others)
     The new developer firmware may not work, I was using ver. 2.11.20 (miwifi_r3_all_55ac7_2.11.20.bin)
     You can try google for it or try your luck with the newer version from http://www1.miwifi.com/miwifi_download.html

2) Once you are on the developer firmware, next is to enable ssh service from the developer firmware. 2 approaches, can try both.

QUOTE(Option 2 - Windows)

1. Setup VM for linux (if you already have linux machine, then use that instead. and doesn't have to be vmware
2. workstation, can use others instead like virtualbox)
3. Download and run prometheus
4. Gain ssh access on router (if this doesn't work, use the steps i gave previously)
5. Prometheus to pull source from padavan
6. Build toolchain (only needed once, unless there's any update on toolchain source code)
7. Configure and build firmware
8. Flash firmware
*
i'm happy to report i got this working with the guide. Just for others who might be as noob as me.
- Mi Router 3 must have access to internet to be able to download prometheus.
- the linux command by muncheno might be wrong. head to prometheus.freize.net to check the command. the translated command and non-translated command are different. regardless, i had error using linux method (see the post above this).
- i use vmware with prometheus (method 2) to get mine to work.

*edit reason - rearrange phrase only

This post has been edited by kcchong: Oct 17 2016, 10:13 PM
Nando's
post Oct 15 2016, 05:01 PM

Casual
***
Junior Member
431 posts

Joined: Dec 2012
From: Kitchen
I'm getting this error, while install custom loader,
cd /extdisks/sda1/, permission denied
infrasonic
post Oct 16 2016, 03:42 PM

--
****
Senior Member
648 posts

Joined: Jun 2011


QUOTE(kcchong @ Oct 15 2016, 02:49 PM)

i'm happy to report i got this working with the guide. Just for others who might be as noob as me.
- Mi Router 3 must have access to internet to be able to download prometheus.
- the linux command by muncheno might be wrong. head to prometheus.freize.net to check the command. the translated command and non-translated command is different.
- regardless, i had error using linux method. i use vmware with prometheus (method 2) to get mine to work.
*
But how can the router access to internet if I'm using unifi and the router doesn't have vlan tagging? sweat.gif

Did you follow the steps on prometheus.freize.net for the vmware part?

This post has been edited by infrasonic: Oct 16 2016, 03:42 PM
muncheno
post Oct 16 2016, 07:26 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(Nando's @ Oct 15 2016, 05:01 PM)
I'm getting this error, while install custom loader,
cd /extdisks/sda1/, permission denied
*
Nando, you are having Mi Mini or Mi-3 router?
Custom bootloader, is only tested for Mi Mini, I have not seen anyone test it Mi-3 yet.

From my understanding, it might work but I wasn't dare to test it.


muncheno
post Oct 16 2016, 07:36 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(infrasonic @ Oct 16 2016, 03:42 PM)
But how can the router access to internet if I'm using unifi and the router doesn't have vlan tagging?  sweat.gif

Did you follow the steps on prometheus.freize.net for the vmware part?
*
Hi infrasonic, first disclaimer here - I not expect here and it is own your own risk.

It doesn't necessary to have the Mi-3 or Mi Mini router as default router to connect to internet.
In your case if you can't have vlan tagging, it is possible configure your mi router as 2nd router by having lan cable bridging it (and disable DHCP & having a static ip).

If you were following the instructions within this thread or from prometheus, VM or linux approached only using internet to updates is source and files.

Nando's
post Oct 16 2016, 08:01 PM

Casual
***
Junior Member
431 posts

Joined: Dec 2012
From: Kitchen
QUOTE(muncheno @ Oct 16 2016, 07:26 PM)
Nando, you are having Mi Mini or Mi-3 router?
Custom bootloader, is only tested for Mi Mini, I have not seen anyone test it Mi-3 yet.

From my understanding, it might work but I wasn't dare to test it.
*
I'm using Mi Mini
muncheno
post Oct 16 2016, 08:46 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(Nando's @ Oct 16 2016, 08:01 PM)
I'm using Mi Mini
*
For Mi Mini, you should follows instructions in first post.
You do not need connect Mi Mini to internet, but you must be in correct developer firmware to ensure able to get access with SSH.
Then only flash the breed bootloader.

I pressume you stuck at step 7. I also pressume you have your usb drive with FAT or FAT32.
if you can't access to "cd /extdisks/sda1/" can try "cd /mnt/sda1/" .
If still fails, try look for it by learning linux command like "ls -al /mnt"


Installing the custom bootloader - Breed
1. Now i assuming you have access to your router console/telnet/ssh.
2. This is the risky part, proceed with extreme caution as a broken bootloader could brick your router, the only way for you to revive the router would be 3. physically wire the TTL connection to rewrite the bootloader.
4. Download Breed for Xiaomi router mini ( http://breed.hackpascal.net/r802%20%5b2015...iaomi-mini.bin) .
5. Copy it to the root directory of a usb thumb drive (1GB free space is more than enough) with FAT/FAT32 partition.
6. Plug the thumb drive into the router.
7. at the console, type
CODE
cd /extdisks/sda1/
follow by
CODE
ls -l
you should be able to see the breed-mt7620-xiaomi-mini.bin
8. type
CODE
cat /proc/mtd
it will list out the partitions on the router flash chip.
9. look for "Bootloader" it should be listed as mtd1: 00030000 00010000 "Bootloader"
10. now dump a backup of the partition to your usb drive with following command
CODE
dd if=/dev/mtd1 of=/extdisks/sda1/Bootloader.bin

11. you should also create a backup for all other partitions listed with
CODE
cat /proc/mtd
as well, just name them accordingly.
12. now you’re ready to install the custom bootloader, type
CODE
mtd -r write breed-mt7620-xiaomi-mini.bin Bootloader

13. it should shows rebooting when the installation is complete.

kcchong
post Oct 17 2016, 10:08 PM

New Member
*
Junior Member
9 posts

Joined: Jun 2012
QUOTE(infrasonic @ Oct 16 2016, 03:42 PM)
But how can the router access to internet if I'm using unifi and the router doesn't have vlan tagging?  sweat.gif

Did you follow the steps on prometheus.freize.net for the vmware part?
*
i think i'm using the bridge mode as said by muncheno (i'm really a noob). basically, i used cable to connect unifi router to the blue port in router 3. that enable my router 3 to have internet access.

i followed the vmware part.

using terminal on linux didnt work out for me.
muncheno
post Oct 18 2016, 10:49 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
Just to quick check here.
Anyone here configure their router as VPN server?

I have try configure as VPN server and DDNS using no-ip.com and I'm using Time Dot Com for my router and phone using celcom.

On the router setup, enable VPN server - PPTP, MS-CHAP-V2, MPPE-128, No - broadcast traffic. Then user setup to local ip to 192.168.1.245-192.168.1.254

Some how I can't connect from the client, from my android phone to my router via. celcom -> Mi-Mini Router (no-ip.com ddns).
I also have try with direct ip addresss.

I managed to configure my main router Mi-Mini to allow ftp, sftp, ssh, smb and also port forwarding to another Mi-3 router and android box with both running ftp, sftp, ssh and smb too.

No problem accessing them from internet (from phone or office wifi) including web gui from my Mi-3 router.

Dunno why it fail for VPN server. Any expert here can help?

This post has been edited by muncheno: Oct 18 2016, 10:50 AM
FameWolf
post Oct 18 2016, 12:24 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(muncheno @ Oct 17 2016, 09:49 PM)
Just to quick check here.
Anyone here configure their router as VPN server?

I have try configure as VPN server and DDNS using no-ip.com and I'm using Time Dot Com for my router and phone using celcom.

On the router setup, enable VPN server - PPTP, MS-CHAP-V2, MPPE-128, No - broadcast traffic. Then user setup to local ip to 192.168.1.245-192.168.1.254

Some how I can't connect from the client, from my android phone to my router via. celcom -> Mi-Mini Router (no-ip.com ddns).
I also have try with direct ip addresss.

I managed to configure my main router Mi-Mini to allow ftp, sftp, ssh, smb and also port forwarding to another Mi-3 router and android box with both running ftp, sftp, ssh and smb too.

No problem accessing them from internet (from phone or office wifi) including web gui from my Mi-3 router.

Dunno why it fail for VPN server. Any expert here can help?
*
Are you monitoring the commits here? https://bitbucket.org/padavan/rt-n56u/commits/all


There were a bunch of them...I ended up recompiling today...some may address your issue. Previously 09/24 was last commits showing so 10/16 onward were new and pushed in last couple of days. You can also monitor the open issues to see if your issue has been reported or open a new one. Keep in mind he provides ZERO support for the xiaomi version however if it's a general padavan issue he'd probably still address it. The padavan author is NOT the same person who wrote the prometheus script however the prometheus author DID have permission from the padavan author to do so.

This post has been edited by FameWolf: Oct 18 2016, 12:27 PM
muncheno
post Oct 18 2016, 05:43 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(FameWolf @ Oct 18 2016, 12:24 PM)
Are you monitoring the commits here?   https://bitbucket.org/padavan/rt-n56u/commits/all
There were a bunch of them...I ended up recompiling today...some may address your issue.  Previously 09/24 was last commits showing so 10/16 onward were new and pushed in last couple of days.  You can also monitor the open issues to see if your issue has been reported or open a new one.  Keep in mind he provides ZERO support for the xiaomi version however if it's a general padavan issue he'd probably still address it.   The padavan author is NOT the same person who wrote the prometheus script however the prometheus author DID have permission from the padavan author to do so.
*
Thanks for replying.

I didn't follow the commits because earlier I have read some of the commits before and he have mentions many times, if others than the designated devices he is not supporting.

You are compiling the router firmware on your own?
Are you following strictly to these instructions? https://bitbucket.org/padavan/rt-n56u/wiki/...wToMakeFirmware

Cheers.


Edit: Got the answer, you recompiling it with Prometheus scripts.
Once your Mi-3 is already with Padavan, it is okay to flash .trx compiled for Mi-3. I have tested the Mi-3 padavan firmware from http://plol.eu/how-to-install-a-full-spec-...mi-router-mini/ with build version aef4269.

This post has been edited by muncheno: Oct 18 2016, 05:48 PM
FameWolf
post Oct 19 2016, 12:34 AM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(muncheno @ Oct 18 2016, 04:43 AM)
Thanks for replying.

I didn't follow the commits because earlier I  have read some  of the commits before and he have mentions many times, if others  than the designated devices he is not supporting.

You are compiling the router firmware on your own?
Are you following strictly to these instructions? https://bitbucket.org/padavan/rt-n56u/wiki/...wToMakeFirmware

Cheers.
Edit: Got the answer, you recompiling it with Prometheus scripts.
Once your Mi-3 is already with Padavan, it is okay to flash .trx compiled for Mi-3. I have tested the Mi-3 padavan firmware from http://plol.eu/how-to-install-a-full-spec-...mi-router-mini/ with build version aef4269.
*
Not recommended and may not work....again it flashes multiple partitions and you have no way of knowing if one of the other partitions needs an update for the new version you are flashing which the trx would not provide...I just let prometheus handle the flashing. Currently on 3.4.3.9-099_6f8655c

This post has been edited by FameWolf: Oct 19 2016, 12:35 AM
muncheno
post Oct 19 2016, 09:19 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(FameWolf @ Oct 19 2016, 12:34 AM)
Not recommended and may not work....again it flashes multiple partitions and you have no way of knowing if one of the other partitions needs an update for the new version you are flashing which the trx would not provide...I just let prometheus handle the flashing.  Currently on  3.4.3.9-099_6f8655c
*
I have just compiled 3.4.3.9-099_6f8655c

Do you have any idea how to compile own padavan firmware for xiaomi mini?
FameWolf
post Oct 19 2016, 10:36 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(muncheno @ Oct 19 2016, 08:19 AM)
I have just compiled 3.4.3.9-099_6f8655c

Do you have any idea how to compile own padavan firmware for xiaomi mini?
*
Pretty sure the mini is one of the supported devices for the prometheus script...you have to use the option to delete your prometheus config then select the new device...build it's toolchain, firmware etc....You can always extract prometheus to a 2nd dir and select the mini for that one and keep them separate.
muncheno
post Oct 20 2016, 12:06 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(FameWolf @ Oct 19 2016, 10:36 PM)
Pretty sure the mini is one of the supported devices for the prometheus script...you have to use the option to delete your prometheus config then select the new device...build it's toolchain, firmware etc....You can always extract prometheus to a 2nd dir and select the mini for that one and keep them separate.
*
Thanks again for the clue.
It is easy enough with the Prometheus scripts.
Just delete the config and choose mi mini.
Then start build firmware again.
lala_cai
post Oct 21 2016, 02:02 AM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


QUOTE(FameWolf @ Oct 19 2016, 12:34 AM)
Not recommended and may not work....again it flashes multiple partitions and you have no way of knowing if one of the other partitions needs an update for the new version you are flashing which the trx would not provide...I just let prometheus handle the flashing.  Currently on  3.4.3.9-099_6f8655c
*
A quick question, how you managed to get 6f8655c?
I click check for updates but still stuck with aef4269


FameWolf
post Oct 21 2016, 03:18 AM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(lala_cai @ Oct 20 2016, 01:02 PM)
A quick question, how you managed to get 6f8655c?
I click check for updates but still stuck with aef4269
*
More than likely you picked the "stable version" as opposed to the "test" version.
muncheno
post Oct 21 2016, 08:27 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(FameWolf @ Oct 19 2016, 12:34 AM)
Not recommended and may not work....again it flashes multiple partitions and you have no way of knowing if one of the other partitions needs an update for the new version you are flashing which the trx would not provide...I just let prometheus handle the flashing.  Currently on  3.4.3.9-099_6f8655c
*
Just for sharing, after I got my mini and mi-3 in padavan.
I being using firmware update from padavan to upgrade to latest firmware in .trx format.

So far so good didn't see much problem except VPN server.
For quick test which I could connect if my laptop or phone is connecting the router.
However when I connect thru broadband or office wifi, if fail to connect due unknown reason. It did passthru the phase to check username and password.
lala_cai
post Oct 21 2016, 01:20 PM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


QUOTE(FameWolf @ Oct 21 2016, 03:18 AM)
More than likely you picked the "stable version" as opposed to the "test" version.
*
I did tried update the script to test version but the GIT still remain the old version. Not so sure wat went wrong.
FameWolf
post Oct 21 2016, 02:14 PM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


QUOTE(lala_cai @ Oct 21 2016, 12:20 AM)
I did tried update the script to test version but the GIT still remain the old version. Not so sure wat went wrong.
*
You do always have the option to put the test script in a new folder and grab down source..basically start from scratch..it's what I did when I moved to test and I didn't have any issues.


jimmy.soo
post Oct 24 2016, 10:36 PM

Happy Go Lucky
******
Senior Member
1,050 posts

Joined: Feb 2006
From: KL


Just to share that I'm able to use my xiaomi router mini connect straight from the BTU, all I did was unchecked the enable vlan trunk in the BTU, this will also causing u to lose the IPTV I guess.

I followed the instruction here, using ZTE ZXDSL 931DII BTU.
http://stanleytiang.blogspot.my/2013/02/un...31dii-with.html
muncheno
post Oct 25 2016, 08:27 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(muncheno @ Oct 18 2016, 10:49 AM)
Just to quick check here.
Anyone here configure their router as VPN server?

I have try configure as VPN server and DDNS using no-ip.com and I'm using Time Dot Com for my router and phone using celcom.

On the router setup, enable VPN server - PPTP, MS-CHAP-V2, MPPE-128, No - broadcast traffic. Then user setup to local ip to 192.168.1.245-192.168.1.254

Some how I can't connect from the client, from my android phone to my router via. celcom -> Mi-Mini Router (no-ip.com ddns).
I also have try with direct ip addresss.

I managed to configure my main router Mi-Mini to allow ftp, sftp, ssh, smb and also port forwarding to another Mi-3 router and android box with both running ftp, sftp, ssh and smb too.

No problem accessing them from internet (from phone or office wifi) including web gui from my Mi-3 router.

Dunno why it fail for VPN server. Any expert here can help?
*
I have resolved the VPN server problem.
It happen to be my office and my celcom - is blocking the access to my home VPN.

Today I tried connected from other Time dot com line and it work perfectly. Thus my setup is okay, question is which isp is blocking the VPN, hopefully no problem with unifi <-> time.

Next experiment is to link with my parents home network.

This post has been edited by muncheno: Oct 26 2016, 12:58 PM
old_calculator
post Oct 26 2016, 12:02 PM

Don't go away
*****
Senior Member
980 posts

Joined: Nov 2007
From: Kuantan, Pahang

hello guys, first of all I would like to thank to I<3LYN , muncheno for MI-3 guide and all of the forummers here.

i have this problem where my iptv would have no signal every 4 minutes. When I switch the channel, it will keep on streaming just for only 4 minutes. I have disabled IPv6 and used Google DNS (because last night when I used Automatic DNS, the stream is lagging)


Attached below, my config


Please help and thank you for your time

WAN Settings
Attached Image

VLAN Settings
Attached Image

IPTV Settings
Attached Image

LAN2 Network Graph
Attached Image

This post has been edited by old_calculator: Oct 26 2016, 12:05 PM
old_calculator
post Oct 27 2016, 11:58 AM

Don't go away
*****
Senior Member
980 posts

Joined: Nov 2007
From: Kuantan, Pahang

QUOTE(old_calculator @ Oct 26 2016, 12:02 PM)
hello guys, first of all I would like to thank to I<3LYN , muncheno for MI-3 guide and all of the forummers here.

» Click to show Spoiler - click again to hide... «

*
Last night I reverted back to TM Router and exhibit the same problem so I assume the problem is at tm's part. Currently running back the Xiaomi Router 3
muncheno
post Nov 10 2016, 09:06 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
For those who lazy to build their own firmware.

Links below is only for those already running Padavan and interested to update to latest commits.

USE IT AT YOUR OWN RISKS.

MI-3_3.4.3.9-099_9cdd85a.trx
https://mega.nz/#!txASgabD!ZhbpocG6...n4B6_izbKQZZLPM

MI-MINI_3.4.3.9-099_9cdd85a.trx
https://mega.nz/#!01pmVCQA!tFEooJux...DEO0ckn5QTnlf1k

Cheers.
Attached Image

This post has been edited by muncheno: Nov 10 2016, 08:16 PM
eugene88
post Nov 11 2016, 03:55 PM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


Anyone facing any issue during partition backup?

My Mi Router 3 always fails a few checksums and cannot continue with the flashing
irwan6179
post Nov 11 2016, 04:13 PM

Regular
******
Senior Member
1,040 posts

Joined: Oct 2004
From: the other side



QUOTE(muncheno @ Nov 10 2016, 09:06 AM)
For those who lazy to build their own firmware.

Links below is only for those already running Padavan and interested to update to latest commits.

USE IT AT YOUR OWN RISKS.

MI-3_3.4.3.9-099_9cdd85a.trx
https://mega.nz/#!txASgabD!ZhbpocG6...n4B6_izbKQZZLPM

MI-MINI_3.4.3.9-099_9cdd85a.trx
https://mega.nz/#!01pmVCQA!tFEooJux...DEO0ckn5QTnlf1k

Cheers.
Attached Image
*
Thanks for the files.
eugene88
post Nov 11 2016, 04:16 PM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


Do I have to flash to Openwrt before using Prometheus to flash?
muncheno
post Nov 11 2016, 04:24 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(irwan6179 @ Nov 11 2016, 04:13 PM)
Thanks for the files.
*
Forgotten to inform here, I have disabled the Firefly Itunes function.
I don't use it.

QUOTE(eugene88 @ Nov 11 2016, 04:16 PM)
Do I have to flash to Openwrt before using Prometheus to flash?
*
Not necessary, all you need is to able to access to SSH.
If you flash using Prometheus scripts, it should able to handle the rest.

For Mi-Mini, you have an option to flash Breed bootloader following instructions in the 1st post.
With Breed, then you can flash .trx directly.

This post has been edited by muncheno: Nov 11 2016, 04:25 PM
eugene88
post Nov 11 2016, 04:41 PM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


QUOTE(muncheno @ Nov 11 2016, 04:24 PM)
Not necessary, all you need is to able to access to SSH.
If you flash using Prometheus scripts, it should able to handle the rest.

For Mi-Mini, you have an option to flash Breed bootloader following instructions in the 1st post.
With Breed, then you can flash .trx directly.
*
I'm using Mi Router 3 on dev firmware 2.11.20

Now I'm stuck at this step

user posted image

I tried resetting the router, reflashing the dev firmware but nothing works.
muncheno
post Nov 11 2016, 04:47 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(eugene88 @ Nov 11 2016, 04:41 PM)
I'm using Mi Router 3 on dev firmware 2.11.20

Now I'm stuck at this step

user posted image

I tried resetting the router, reflashing the dev firmware but nothing works.
*
Not sure I got any good advice for you.
If I recalled correctly for my MI-3, I have similar failure for backup.

Since I didn't change to Breed bootloader, I figure out if I need rescue, I could always restore to Xiaomi firmware using the UBOOT.

I went to update the source, configure the packages/addon and flash the firmware via Prometheus Scripts.


eugene88
post Nov 11 2016, 05:01 PM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


QUOTE(muncheno @ Nov 11 2016, 04:47 PM)
Not sure I got any good advice for you.
If I recalled correctly for my MI-3, I have similar failure for backup.

Since I didn't change to Breed bootloader, I figure out if I need rescue, I could always restore to Xiaomi firmware using the UBOOT.

I went to update the source, configure the packages/addon and flash the firmware via Prometheus Scripts.
*
I updated the source, how I can configure the packages/addon?

Can I flash the firmware without performing partition backups?
muncheno
post Nov 11 2016, 05:12 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(eugene88 @ Nov 11 2016, 05:01 PM)
I updated the source, how I can configure the packages/addon?

Can I flash the firmware without performing partition backups?
*
Yes - You can flash without backup the partition. Of coz on your own risk to do so.

As for the configuration, answering direct from my memory here, you should follow the steps:-

Option(0) to check if the script can ssh to your router
Option (1) to update the script
Option (2) to update the source
Option (3) to build toolchain (this will take ages - many hours)


Then
Option (4) related to firmware.
Once you are in, the sub-menu options available to:-
-configure - simple mode or by editing (notepad styles - disable and enable option with '#')
-select skin
-update source again (no need if you already done so)

Then the same sub-menu would allow you to:-
- build the firmware (this will take ages - many hours)
- and lastly flash the firmware.

Hope this help.



bran-d
post Nov 11 2016, 07:38 PM

New Member
*
Junior Member
8 posts

Joined: Feb 2009
From: Subang


is the breed bootloader link dead?
muncheno
post Nov 11 2016, 07:54 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(bran-d @ Nov 11 2016, 07:38 PM)
is the breed bootloader link dead?
*
http://breed.hackpascal.net/
bran-d
post Nov 11 2016, 08:00 PM

New Member
*
Junior Member
8 posts

Joined: Feb 2009
From: Subang


QUOTE(muncheno @ Nov 11 2016, 07:54 PM)
Thanks. sorry being noob here. hehe biggrin.gif
bran-d
post Nov 11 2016, 08:35 PM

New Member
*
Junior Member
8 posts

Joined: Feb 2009
From: Subang


on the step installing the custom bootloader - Breed, step 7: at the console,
what console? kindly guide me here... THANKS..
muncheno
post Nov 11 2016, 08:45 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
The same.screen that connected and then u login and key password.

If you on windows, I presume you are using putty and if u on Linux than it is the terminal.

Once you successful logon, the will prompt something like command prompt for u to key in Linux commands.

Those are the command list in step 7 onward that should key in accordingly.

This post has been edited by muncheno: Nov 11 2016, 08:48 PM
eugene88
post Nov 11 2016, 08:54 PM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


QUOTE(muncheno @ Nov 11 2016, 05:12 PM)
Yes - You can flash without backup the partition. Of coz on your own risk to do so.

As for the configuration, answering direct from my memory here, you should follow the steps:-

Option(0)  to check if the script can ssh to your router
Option (1) to update the script
Option (2) to update the source
Option (3) to build toolchain (this will take ages - many hours)
Then
Option (4) related to firmware.
Once you are in, the sub-menu options available to:-
-configure - simple mode or by editing (notepad styles - disable and enable option with '#')
-select skin
-update source again (no need if you already done so)

Then the same sub-menu would allow you to:-
- build the firmware (this will take ages - many hours)
- and lastly flash the firmware.

Hope this help.
*
Thanks, managed to flash my router after skipping partition backup

For the latest commits, do I still have to use Padavan or I can just use firmware upgrade to flash it?
muncheno
post Nov 11 2016, 09:02 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(eugene88 @ Nov 11 2016, 08:54 PM)
Thanks, managed to flash my router after skipping partition backup

For the latest commits, do I still have to use Padavan or I can just use firmware upgrade to flash it?
*
The way I did it.now is build the firmware then I flash via padavan web GUI from the router.

I only use the scripts to build firmware.

eugene88
post Nov 11 2016, 09:21 PM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


QUOTE(muncheno @ Nov 11 2016, 09:02 PM)
The way I did it.now is build the firmware then I flash via padavan web GUI from the router.

I only use the scripts to build firmware.
*
For the trx file you provided above, can I flash it via the firmware upgrade feature?
muncheno
post Nov 11 2016, 09:27 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(eugene88 @ Nov 11 2016, 09:21 PM)
For the trx file you provided above, can I flash it via the firmware upgrade feature?
*
Not sure I understand ur question here.

1st time, I would recommend using Prometheus and subsequently okay via padavan.

Why? Because i been told xiaomi firmware and padavan have different partitioning. 1st time to make Prometheus will partition and flash it.

Subsequently you and run using padavan from router web page (firmware upgrade) and check the log to see the flashing. You will able find from the log which partition is flashed.

This post has been edited by muncheno: Nov 11 2016, 09:28 PM
eugene88
post Nov 11 2016, 09:43 PM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


QUOTE(muncheno @ Nov 11 2016, 09:27 PM)
Not sure I understand ur question here.

1st time, I would recommend using Prometheus and subsequently okay via padavan.

Why? Because i been told xiaomi firmware and padavan have different partitioning. 1st time to make Prometheus will partition and flash it.

Subsequently you and run using padavan from router web page (firmware upgrade) and check the log to see the flashing. You will able find from the log which partition is flashed.
*
I got Prometheus and Padavan mixed up sweat.gif

So, no need to use Prometheus anymore to update biggrin.gif

If I want to change the skins, will I have to use Prometheus for flashing?
bran-d
post Nov 11 2016, 09:57 PM

New Member
*
Junior Member
8 posts

Joined: Feb 2009
From: Subang


QUOTE(muncheno @ Nov 11 2016, 08:45 PM)
The same.screen that connected and then u login and key password.

If you on windows, I presume you are using putty and if u on Linux than it is the terminal.

Once you successful logon, the will prompt something like command prompt for u to key in Linux commands.

Those are the command list in step 7 onward that should key in accordingly.
*
very sorry, i am very new to all this... lol... no idea on how to get all this work...
i require to SSH to the router? any beginner guide to use putty and all? btw, i am using win 10 64bit.
bran-d
post Nov 11 2016, 09:58 PM

New Member
*
Junior Member
8 posts

Joined: Feb 2009
From: Subang


QUOTE(muncheno @ Nov 11 2016, 08:45 PM)
The same.screen that connected and then u login and key password.

If you on windows, I presume you are using putty and if u on Linux than it is the terminal.

Once you successful logon, the will prompt something like command prompt for u to key in Linux commands.

Those are the command list in step 7 onward that should key in accordingly.
*
very sorry, i am very new to all this... lol... no idea on how to get all this work...
i require to SSH to the router? any beginner guide to use putty and all? btw, i am using win 10 64bit.
muncheno
post Nov 11 2016, 10:36 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(bran-d @ Nov 11 2016, 09:58 PM)
very sorry, i am very new to all this... lol... no idea on how to get all this work...
i require to SSH to the router? any beginner guide to use putty and all? btw, i am using win 10 64bit.
*
Sorry if I given the impression to be rude here.

I think it is easier if you are following the STEPs in the 1st post than u try asking steps that u not even there yet.

Remember Google is ur best friend, hint given and all u need is Google it if u don't understand.

This post has been edited by muncheno: Nov 11 2016, 10:36 PM
bran-d
post Nov 11 2016, 11:08 PM

New Member
*
Junior Member
8 posts

Joined: Feb 2009
From: Subang


ok.thanks. done.
i reach until step 13 of installation of custom bootloader - Breed and Rebooting...
i proceed to next step where off the router and reset, the color of the LED is blinking in blue and NOT orange or yellow.. cannot enter with 192.168.1.1.. what should i do now?



muncheno
post Nov 11 2016, 11:30 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(bran-d @ Nov 11 2016, 11:08 PM)
ok.thanks. done.
i reach until step 13 of installation of  custom bootloader - Breed and Rebooting...
i proceed to next step where off the router and reset, the color of the LED is  blinking in blue and NOT orange or yellow.. cannot enter with 192.168.1.1.. what should i do now?
*
If you can't get it on 192.168.1.1
try also 192.168.31.1 (make sure your computer also 192.168.31.X)


If not mistaken your router in a state only Breed bootloader is running which is part of the process.

You need boot the bootloader mode with reset button press while powering. Release only when you see the orange light is blinking.

Lastly, you are having Xiaomi Mini right?

This post has been edited by muncheno: Nov 11 2016, 11:33 PM
bran-d
post Nov 12 2016, 12:31 AM

New Member
*
Junior Member
8 posts

Joined: Feb 2009
From: Subang


QUOTE(muncheno @ Nov 11 2016, 11:30 PM)
If you can't get it on 192.168.1.1
try also 192.168.31.1 (make sure your computer also 192.168.31.X)
If not mistaken your router in a state only Breed bootloader is running which is part of the process.

You need boot the bootloader mode with reset button press while powering. Release only when you see the orange light is blinking.

Lastly, you are having Xiaomi Mini right?
*
Thanks for the help very much i will try it again.
Yes is xiaomi mini.
bran-d
post Nov 12 2016, 02:45 PM

New Member
*
Junior Member
8 posts

Joined: Feb 2009
From: Subang


Succeeded. some how i find my reset is quite different. when i reset the router, the LED change from pink to blue blinking and that its, login into 192.168.1.1.

once again thanks to muncheno so much for guiding.
lala_cai
post Nov 12 2016, 03:27 PM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


guys a quick one.
If i keep using the Prometheus to flash/upgrade the firmware, do i need to keep making backup?
i'm afraid the router will be out of storage.
muncheno
post Nov 12 2016, 08:19 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(bran-d @ Nov 12 2016, 02:45 PM)
Succeeded. some how i find my reset is quite different. when i reset the router, the LED change from pink to blue blinking and that its, login into 192.168.1.1.

once again thanks to muncheno so much for guiding.
*
Welcome and enjoy smile.gif

QUOTE(lala_cai @ Nov 12 2016, 03:27 PM)
guys a quick one.
If i keep using the Prometheus to flash/upgrade the firmware, do i need to keep making backup?
i'm afraid the router will be out of storage.
*
U only need one backup and u can move the backup to other location.

The backup should be your on PC and not your router if you are using the scripts.


lala_cai
post Nov 12 2016, 08:38 PM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


QUOTE(muncheno @ Nov 12 2016, 08:19 PM)
U only need one backup and u can move the backup to other location.

The backup should be your on PC and not your router if you are using the scripts.
*
Ohhh... i thought the backup will be at the router itself. sweat.gif sweat.gif
Cos am always using the Prometheus to flash
Thanks
smile.gif
silrave
post Nov 12 2016, 10:57 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


double post

This post has been edited by silrave: Nov 12 2016, 11:26 PM
silrave
post Nov 12 2016, 11:21 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


any sensei here success flash asus rom in xiaomi router 3
muncheno
post Nov 13 2016, 07:01 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(silrave @ Nov 12 2016, 11:21 PM)
any sensei here success flash asus rom in xiaomi router 3
*
Yes, pls read this thread from 1st post and few pages back.
Flashing Asus firmware does not come easy for beginner.
silrave
post Nov 13 2016, 12:46 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Nov 13 2016, 07:01 AM)
Yes, pls read this thread from 1st post and few pages back.
Flashing Asus firmware does not come easy for beginner.
*
haha i yesterday stuck
i keep on fail to connect after i get the ssh
silrave
post Nov 13 2016, 01:29 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


wan to ask how to reset root password?
because i find out i keep on fail on this

http://192.168.31.1/cgi-bin/luci/;stok=<...<NEWPASS>

i try to reset router still the same
muncheno
post Nov 13 2016, 03:46 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(silrave @ Nov 13 2016, 01:29 PM)
wan to ask how to reset root password?
because i find out i keep on fail on this

http://192.168.31.1/cgi-bin/luci/;stok=<...<NEWPASS>

i try to reset router still the same
*
Not sure you at which step or what did u do.

Read urself.

https://forum.lowyat.net/topic/3828356/+180

This post has been edited by muncheno: Nov 13 2016, 03:48 PM
silrave
post Nov 13 2016, 05:01 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Nov 13 2016, 03:46 PM)
Not sure you at which step or what did u do.

Read urself.

https://forum.lowyat.net/topic/3828356/+180
*
haiz try my best
yesterday i manage to change the root password
then today i wan to change the root password also fail
muncheno
post Nov 13 2016, 05:05 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(silrave @ Nov 13 2016, 05:01 PM)
haiz try my best
yesterday i manage to change the root password
then today i wan to change the root password also fail
*
R u running a developer firmware and make sure it is older version.

If u on xiaomi firmware, just reset it and you will ask to set password again. Choose not the same password for router.


silrave
post Nov 13 2016, 05:15 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Nov 13 2016, 05:05 PM)
R u running a developer firmware and make sure it is older version.

If u on xiaomi firmware, just reset it and you will ask to set password again. Choose not the same password for router.
*
ya i download developer firmware
i fail to login right
i try to use ssh that root password then success XD
because i try to change password it fail

now i follow your guide
thinking see how to get linux terminal
jianwei87
post Nov 13 2016, 05:32 PM

Casual
***
Junior Member
481 posts

Joined: Jan 2007
I'm still unable to telnet the router. I'm getting this error message in step 6 "{"code":1523,"msg":"参数错误"}"
muncheno
post Nov 13 2016, 06:06 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(jianwei87 @ Nov 13 2016, 05:32 PM)
I'm still unable to telnet the router. I'm getting this error message in step 6 "{"code":1523,"msg":"参数错误"}"
*
U r trying to flash ur Mi-mini router?
Are you on correct developer firmware? Never one might not work.

Without much details here, I can only tell you not to telnet, instead use SSH method. Telnet is a mistake.
jianwei87
post Nov 13 2016, 09:26 PM

Casual
***
Junior Member
481 posts

Joined: Jan 2007
QUOTE(muncheno @ Nov 13 2016, 06:06 PM)
U r trying to flash ur Mi-mini router?
Are you on correct developer firmware? Never one might not work.

Without much details here, I can only tell you not to telnet, instead use SSH method. Telnet is a mistake.
*
Ya, I'm trying to flash my Mi Mini router. But I'm not able to telnet or SSH follow the method. Even I get the SSH from Xiaomi website to gain the SSH access I still unable to get into the router SSH.
muncheno
post Nov 13 2016, 09:36 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(jianwei87 @ Nov 13 2016, 09:26 PM)
Ya, I'm trying to flash my Mi Mini router. But I'm not able to telnet or SSH follow the method. Even I get the SSH from Xiaomi website to gain the SSH access I still unable to get into the router SSH.
*
Care to provide details?

Are on developer firmware? which version?
You flash miwifissh.bin file or not? or you using <STOK> code method?

Good night.
silrave
post Nov 13 2016, 11:57 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Nov 13 2016, 09:36 PM)
Care to provide details?

Are on developer firmware? which version?
You flash miwifissh.bin file or not? or you using <STOK> code method?

Good night.
*
i download the miwifi_r3_firmware_e87c6_2.13.75.bin then flash it in the router page
after that download and install apps into my mobile phone
then i get ssh root password

i try to use winscp i can login with the root password
but i try to run the url link change root password failed
jianwei87
post Nov 14 2016, 12:38 AM

Casual
***
Junior Member
481 posts

Joined: Jan 2007
QUOTE(muncheno @ Nov 13 2016, 09:36 PM)
Care to provide details?

Are on developer firmware? which version?
You flash miwifissh.bin file or not? or you using <STOK> code method?

Good night.
*
I stuck at the install the Breed step. I did do everything with this final instruction

"mtd -r write breed-mt7620-xiaomi-mini.bin Bootloader" and it show



Writing from breed-mt7620-xiaomi-mini.bin to Bootloader ...
Rebooting ...



and also downloaded the Padavan firmware but I'm not able to get

"power off your router, look for a pinhole on the back, power on your router while pressing and holding the button inside the pinhole;"

But I didn't see any orange/yellow light blinking, I just see the blue light blinking.

Even I try to restart the router without doing the pinhole, I still able to get into the XiaoMi router page which is 192.168.31.1

This post has been edited by jianwei87: Nov 14 2016, 12:39 AM
silrave
post Nov 14 2016, 02:39 AM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(jianwei87 @ Nov 14 2016, 12:38 AM)
I stuck at the install the Breed step. I did do everything with this final instruction

"mtd -r write breed-mt7620-xiaomi-mini.bin Bootloader" and it show
Writing from breed-mt7620-xiaomi-mini.bin to Bootloader ...   
Rebooting ...
and also downloaded the Padavan firmware but I'm not able to get

"power off your router, look for a pinhole on the back, power on your router while pressing and holding the button inside the pinhole;"

But I didn't see any orange/yellow light blinking, I just see the blue light blinking.

Even I try to restart the router without doing the pinhole, I still able to get into the XiaoMi router page which is 192.168.31.1
*
hmm i not sure about u
i do on xiao mi router 3
then i ignore the enable ssh stuff
then i use vmware install finish till step 3
tomorrow will continue cause too alte already
muncheno
post Nov 14 2016, 06:28 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(jianwei87 @ Nov 14 2016, 12:38 AM)
I stuck at the install the Breed step. I did do everything with this final instruction

"mtd -r write breed-mt7620-xiaomi-mini.bin Bootloader" and it show
Writing from breed-mt7620-xiaomi-mini.bin to Bootloader ...   
Rebooting ...
and also downloaded the Padavan firmware but I'm not able to get

"power off your router, look for a pinhole on the back, power on your router while pressing and holding the button inside the pinhole;"

But I didn't see any orange/yellow light blinking, I just see the blue light blinking.

Even I try to restart the router without doing the pinhole, I still able to get into the XiaoMi router page which is 192.168.31.1
*
Run 2 separate command prompt cmd with these
Ping -t 192.168.1.1
Ping -t 192.168.31.1

Then off your router.
Press and hold on the reset button then power on your router.
Do not release the reset button until it start blinking, it take ATLEAST 15-20sec for it to start blinking.

Check from the ping see which address responsed.

If you r very sure that u already have the breed bootloader, now you only need to boot into Breed to flash padavan.
Keep trying.


jianwei87
post Nov 14 2016, 08:51 AM

Casual
***
Junior Member
481 posts

Joined: Jan 2007
QUOTE(muncheno @ Nov 14 2016, 06:28 AM)
Run 2 separate command prompt cmd with these
Ping -t 192.168.1.1
Ping -t 192.168.31.1

Then off your router.
Press and hold on the reset button then power on your router.
Do not release the reset button until it start blinking, it take ATLEAST 15-20sec for it to start blinking.

Check from the ping see which address  responsed.

If you r very sure that u already have the breed bootloader, now you only need to boot into Breed to flash padavan.
Keep trying.
*
Get response at 192.168.31.1 only and timeout 192.168.1.1

Also did the step you told me to turn off the router and hold the reset button then power on the router. But it show the blinking blue LED light.
muncheno
post Nov 14 2016, 09:00 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(jianwei87 @ Nov 14 2016, 08:51 AM)
Get response at 192.168.31.1 only and timeout 192.168.1.1

Also did the step you told me to turn off the router and hold the reset button then power on the router. But it show the blinking blue LED light.
*
If you are able to login into there router with 192.168.31.1 and it is still Xiaomi's firmware, then you did not flash the Breed bootloader correctly.

2 options, I would suggest.
Option 1 - repeat the steps.

or

Option 2 - since you can ssh into your router, you can use Prometheus scripts to build the firmware and flash your router without changing the Uboot to Breed bootloader.

Just my 2-cents, reminder here, do at your own-risk.
jianwei87
post Nov 14 2016, 01:43 PM

Casual
***
Junior Member
481 posts

Joined: Jan 2007
QUOTE(muncheno @ Nov 14 2016, 09:00 AM)
If you are able to login into there router with 192.168.31.1 and it is still Xiaomi's firmware, then you did not flash the Breed bootloader correctly.

2 options, I would suggest.
Option 1 - repeat the steps.

or

Option 2 - since you can ssh into your router, you can use Prometheus scripts to build the firmware and flash your router without changing the Uboot to Breed bootloader.

Just my 2-cents, reminder here, do at your own-risk.
*
OMG I couldn't login via SSH it said I'm not enter correct password.

Permission denied (publickey,password).

What happen?

This post has been edited by jianwei87: Nov 14 2016, 01:50 PM
muncheno
post Nov 14 2016, 02:50 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(jianwei87 @ Nov 14 2016, 01:43 PM)
OMG I couldn't login via SSH it said I'm not enter correct password.

Permission denied (publickey,password).

What happen?
*
I suggest you to start the steps all over.

Secondly not sure I could understand your feedback here as I do not exactly which steps you are in.
Very confuses for someone who read your post with a short note not knowing which steps

First you inform that you already flashed the Breed bootloader.
Then you now you can't access SSH anymore.

If you can't get into Breed bootloader and you also can't access via SSH.
I could only advice you to start over or ask someone else to help.

I'm not an expect here, I 'm just help with my experience I did on my Mi routers and share here.

jianwei87
post Nov 14 2016, 10:06 PM

Casual
***
Junior Member
481 posts

Joined: Jan 2007
It like the WDS doesn't work for my RT-N66U. I follow the guide from here
https://bitbucket.org/padavan/rt-n56u/wiki/...e-area-of-wi-fi
silrave
post Nov 15 2016, 07:44 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


yes
3 days at least i done finish flash to asus rom
but problem is on how to configure id and password for unifi ?
because i saw website all is easy configuration
but i login all is manual input
muncheno
post Nov 15 2016, 08:21 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(silrave @ Nov 15 2016, 07:44 PM)
yes
3 days at least i done finish flash to asus rom
but problem is on how to configure id and password for unifi ?
because i saw website all is easy configuration
but i login all is manual input
*
I'm Time user.

My guess is at below if you using hipptv, hopefully others help correct this.


Edited: correct image
.Attached Image

This post has been edited by muncheno: Nov 15 2016, 08:25 PM
silrave
post Nov 15 2016, 09:20 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Nov 15 2016, 08:21 PM)
I'm Time user.

My guess is at below if you using hipptv, hopefully others help correct this.
Edited: correct image
.Attached Image
*
ok follow page 1 then settle use cable got connection
but got issue on wireless
it show no internet

This post has been edited by silrave: Nov 15 2016, 09:38 PM
silrave
post Nov 15 2016, 10:54 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(jianwei87 @ Nov 14 2016, 12:38 AM)
I stuck at the install the Breed step. I did do everything with this final instruction

"mtd -r write breed-mt7620-xiaomi-mini.bin Bootloader" and it show
Writing from breed-mt7620-xiaomi-mini.bin to Bootloader ...   
Rebooting ...
and also downloaded the Padavan firmware but I'm not able to get

"power off your router, look for a pinhole on the back, power on your router while pressing and holding the button inside the pinhole;"

But I didn't see any orange/yellow light blinking, I just see the blue light blinking.

Even I try to restart the router without doing the pinhole, I still able to get into the XiaoMi router page which is 192.168.31.1
*
why dont u use vmware do ?
i think that is more easier
hellfire_my
post Nov 16 2016, 12:07 AM

On my way
****
Senior Member
540 posts

Joined: Jan 2003
From: Kuala Lumpur


There was a lot of bashing on xiaomi wifi router 3 on its 5G wifi signal. I wonder after flash with the Padavan custom firmware, will it improve the wifi signal stability?

This post has been edited by hellfire_my: Nov 16 2016, 12:33 AM
muncheno
post Nov 16 2016, 01:11 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(hellfire_my @ Nov 16 2016, 12:07 AM)
There was a lot of bashing on xiaomi wifi router 3 on its 5G wifi signal. I wonder after flash with the Padavan custom firmware, will it improve the wifi signal stability?
*
To me, no regret on using Padavan firmware definite more stable here. Before that on mi firmware I have set schedule to reboot the routers on every week to avoid any stability issue.
Then again problem mostly due my Mi-mini router.

Maybe try set reboot schedule with ur miwifi app first and see if that improve.
I would recommend to u to flash Padavan, just that it is not ease. It take times and effort.

FameWolf
post Nov 16 2016, 01:49 AM

New Member
*
Junior Member
26 posts

Joined: Jun 2016


A nice writeup on installing padavan onto a mi-3: https://www.reddit.com/r/Xiaomi/comments/5d...om_firmware_on/
hellfire_my
post Nov 16 2016, 09:12 AM

On my way
****
Senior Member
540 posts

Joined: Jan 2003
From: Kuala Lumpur


QUOTE(muncheno @ Nov 16 2016, 01:11 AM)
To me, no regret on using Padavan firmware definite more stable here. Before that on mi firmware I have set schedule to reboot the routers on every week to avoid any stability issue.
Then again problem mostly due my Mi-mini router.

Maybe try set reboot schedule with ur miwifi app first and see if that improve.
I would recommend to u to flash Padavan, just that it is not ease. It take times and effort.
*
There are some people complain on 5G wifi signal suddenly will disappear even in a very close distance and the download speed measure on 2.4G or 5G is not quite fast compare with other different brand of router.

It was suspect due to the original firmware have flaw or not stable. I haven't got my self the device yet, still considering to get the mini version or the latest router 3 version, so does any of the above happen to you before Padavan was flash? While after Padavan flash any of those happened?
muncheno
post Nov 16 2016, 10:06 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(hellfire_my @ Nov 16 2016, 09:12 AM)
There are some people complain on 5G wifi signal suddenly will disappear even in a very close distance and the download speed measure on 2.4G or 5G is not quite fast compare with other different brand of router.

It was suspect due to the original firmware have flaw or not stable. I haven't got my self the device yet, still considering to get the mini version or the latest router 3 version, so does any of the above happen to you before Padavan was flash? While after Padavan flash any of those happened?
*
Not for me, I got no such issue even on default firmware.
I suggest you go read yourself rather u just listen me as others that tell u stuff which you can't judge.

Edited:
The sudden disappear situation, I could only image if user who choose the wrong region therefore router running at the channels does not support by old devices.

This post has been edited by muncheno: Nov 16 2016, 10:08 AM
silrave
post Nov 16 2016, 02:59 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(hellfire_my @ Nov 16 2016, 12:07 AM)
There was a lot of bashing on xiaomi wifi router 3 on its 5G wifi signal. I wonder after flash with the Padavan custom firmware, will it improve the wifi signal stability?
*
hmm
i am the ppl who using xiaomi wifi router 3 with padavan custom firmware
hmm so far i am connect to 5g signal so far no issue
tonight will try agani and update u


QUOTE(muncheno @ Nov 16 2016, 01:11 AM)
To me, no regret on using Padavan firmware definite more stable here. Before that on mi firmware I have set schedule to reboot the routers on every week to avoid any stability issue.
Then again problem mostly due my Mi-mini router.

Maybe try set reboot schedule with ur miwifi app first and see if that improve.
I would recommend to u to flash Padavan, just that it is not ease. It take times and effort.
*
haha ya once u know how to flash actually quite easy
just need time during flash and backup firmware.



QUOTE(hellfire_my @ Nov 16 2016, 09:12 AM)
There are some people complain on 5G wifi signal suddenly will disappear even in a very close distance and the download speed measure on 2.4G or 5G is not quite fast compare with other different brand of router.

It was suspect due to the original firmware have flaw or not stable. I haven't got my self the device yet, still considering to get the mini version or the latest router 3 version, so does any of the above happen to you before Padavan was flash? While after Padavan flash any of those happened?
*
so far after i flash my xiaomi router 3 to asus firmware
need to learn how to use qos and how to do transmission of download torrent
muncheno
post Nov 16 2016, 04:14 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(silrave @ Nov 16 2016, 02:59 PM)
so far after i flash my xiaomi router 3 to asus firmware
need to learn how to use qos and how to do transmission of download torrent
*
No QOS function here.
https://forum.lowyat.net/index.php?act=ST&f...post&p=82062443


https://bitbucket.org/padavan/rt-n56u/wiki/EN/Transmission
Attached Image

This post has been edited by muncheno: Nov 16 2016, 04:31 PM
silrave
post Nov 17 2016, 07:31 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


so far test till today
xiao mi router no issue
the only issue is tm modem > <
it suddenly dont have voip then i dont have internet
restart modem without restart xiaomi router
still work fine ^^
muncheno
post Nov 17 2016, 07:40 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(silrave @ Nov 17 2016, 07:31 PM)
so far test till today
xiao mi router no issue
the only issue is tm modem > <
it suddenly dont have voip then i dont have internet
restart modem without restart xiaomi router
still work fine ^^
*
Can you share your uniform setting on vlan here again?
How about hippytv?
Thanks.
silrave
post Nov 17 2016, 08:25 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Nov 17 2016, 07:40 PM)
Can you share your uniform setting on vlan here again?
How about hippytv?
Thanks.
*
i follow the first page but the hypptv i dunno
cause i no use it lol



Attached thumbnail(s)
Attached Image
silrave
post Nov 17 2016, 08:31 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Nov 16 2016, 04:14 PM)
sorry a
i have no idea you share that link
is it means
it does not support QOS except disable nat features?
muncheno
post Nov 17 2016, 09:11 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(silrave @ Nov 17 2016, 08:31 PM)
sorry a
i have no idea you share that link
is it means
it does not support QOS except disable nat features?
*
It has been disable, and if you must have then you need to disable QOS and install it yourself.

No idea on how to install it, my hint is google about ddwrt and QOS.


silrave
post Nov 17 2016, 09:53 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Nov 17 2016, 09:11 PM)
It has been disable, and if you must have then you need to disable QOS and install it yourself.

No idea on how to install it, my hint is google about ddwrt and QOS.
*
i find out using Fixed TX Rate Link Mode to capped the internet speed
but the speed like max only less than 5 mbps

your means need to flash ddwrt into pavadan firmware and qos?
muncheno
post Nov 17 2016, 11:26 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(silrave @ Nov 17 2016, 09:53 PM)
i find out using Fixed TX Rate Link Mode to capped the internet speed
but the speed like max only less than 5 mbps

your means need to flash ddwrt into pavadan firmware and qos?
*
As usual I don't really understand what are you trying to do here.

Hope this help.
https://bitbucket.org/padavan/rt-n56u/issues/420/qos

This post has been edited by muncheno: Nov 17 2016, 11:27 PM
silrave
post Nov 17 2016, 11:29 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Nov 17 2016, 11:26 PM)
As usual I don't really understand what are you trying to do here.

Hope this help.
https://bitbucket.org/padavan/rt-n56u/issues/420/qos
*
haha
i am try to create and guest ap
so ppl who using their wireless only have 10mbps capped internet speed
cause i am having 30mbps internet package
tolaktakjatuh
post Nov 19 2016, 11:33 PM

Huehuehue
****
Senior Member
653 posts

Joined: Aug 2010
From: Alor Setar


I wonder if this cute router could replace my Archer c7 hmm.gif

Problem is my C7 cant use 5Ghz coz will drop the wifi line after sometime, need to reboot router to get it up again, then down again. Using 2.4Ghz mode only works perfectly fine.

Another issue is ipv6 wont work on c7.

Does this router support usb printer server?
muncheno
post Nov 20 2016, 11:01 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(tolaktakjatuh @ Nov 19 2016, 11:33 PM)
I wonder if this cute router could replace my Archer c7 hmm.gif

Problem is my C7 cant use 5Ghz coz will drop the wifi line after sometime, need to reboot router to get it up again, then down again. Using 2.4Ghz mode only works perfectly fine.

Another issue is ipv6 wont work on c7.

Does this router support usb printer server?
*
If u ask me, C7 is more capable router than Xiaomi on default.
This is AC1750 and a gigabyte router.

However if u suggested C7 5ghz wifi is not stable, you could try update the firmware to latest to reconfirm.
Else you could try customs firmware, they are normally more stable.

As far as I know, C7 only support ddwrt or openwrt as options .
Both ddwrt is not good with support 5ghz, which you may having 5XX Mbps vs 11xx Mbps.
Then it will allow u to have ipv6.

Comparing to Xiaomi routers, I'm still getting 8XX Mbps on 5ghz, however limit by 100mbps ports, my network transfer speed is always limited to 12MB/s.

Xiaomi routers on default, I don't think it support printer.
Yes with Padavan firmware, however I didn't try it before.

Just my 2-cents, me not an expert.

This post has been edited by muncheno: Nov 20 2016, 11:03 AM
silrave
post Nov 20 2016, 12:35 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Nov 20 2016, 11:01 AM)
If u ask me, C7 is more capable router than Xiaomi on default.
This is AC1750 and a gigabyte router.

However if u suggested C7 5ghz wifi is not stable, you could try update the firmware to latest to reconfirm.
Else you could try customs firmware, they are normally more stable.

As far as I know, C7 only support ddwrt or openwrt as options .
Both ddwrt is not good with support 5ghz, which you may having 5XX Mbps vs 11xx Mbps.
Then it will allow u to have ipv6.

Comparing to Xiaomi routers, I'm still getting 8XX Mbps on 5ghz, however limit by 100mbps ports, my network transfer speed is always limited to 12MB/s.

Xiaomi routers on default, I don't think it support printer.
Yes with Padavan firmware, however I didn't try it before.

Just my 2-cents, me not an expert.
*
hmm i not sure haven configure test too
i just configure it can wireless connect then i stop and rest le
the transmission also no test
cause wireless i can max get 3000kb/s
eugene88
post Dec 11 2016, 09:31 PM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


QUOTE(muncheno @ Nov 10 2016, 09:06 AM)
For those who lazy to build their own firmware.

Links below is only for those already running Padavan and interested to update to latest commits.

USE IT AT YOUR OWN RISKS.

MI-3_3.4.3.9-099_9cdd85a.trx
https://mega.nz/#!txASgabD!ZhbpocG6...n4B6_izbKQZZLPM

MI-MINI_3.4.3.9-099_9cdd85a.trx
https://mega.nz/#!01pmVCQA!tFEooJux...DEO0ckn5QTnlf1k

Cheers.
Attached Image
*
Do you have the latest commits or the older one before updating to commit 9cdd85a?
muncheno
post Dec 11 2016, 10:08 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(eugene88 @ Dec 11 2016, 09:31 PM)
Do you have the latest commits or the older one before updating to commit 9cdd85a?
*
Xiaomi mini
Download here
https://mega.nz/#!G1hUnCqS!uOZLLw8p...az-bY3j4Bsf4Mu4

Xiaomi Mi-3
https://mega.nz/#!Cho30LgQ!XJkPDkMO...QJORUYhsYhB0Kd4

Older version

This post has been edited by muncheno: Dec 11 2016, 10:10 PM
ChouTofu
post Dec 11 2016, 11:03 PM

New Member
*
Newbie
8 posts

Joined: Dec 2016
Hi,

Ok, I'm giving up, my Mi mini doesn't work :/

I've followed the tutorial, am succesfully running the Paragon version version MI-3_3.4.3.9-099_9cdd85a.trx. Set up login, password, VLAN 500, all check.

Admin panel shows it's connected, but there's still no internet. When I plug back the cable to original TM router, internet works. I've cloned MAC address from TM router, but still no internet. Tried with IPTV port on and off, to no avail.

My setup is Huawei HG-655a as modem, from which cable from LAN1 goes to wifi router. Default is TM's L7-N-R2000.

Weird thing is when router connects, they have different DNS - TM one has Unifi's DNSs, while Xiaomi has... something smile.gif

Any ideas what I might be missing? doh.gif


Attached Image
muncheno
post Dec 11 2016, 11:26 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(ChouTofu @ Dec 11 2016, 11:03 PM)
Hi,

Ok, I'm giving up, my Mi mini doesn't work :/

I've followed the tutorial, am succesfully running the Paragon version  version MI-3_3.4.3.9-099_9cdd85a.trx. Set up login, password, VLAN 500, all check.

Admin panel shows it's connected, but there's still no internet. When I plug back the cable to original TM router, internet works. I've cloned MAC address from TM router, but still no internet. Tried with IPTV port on and off, to no avail.

My setup is Huawei HG-655a as modem, from which cable from LAN1 goes to wifi router. Default is TM's L7-N-R2000.

Weird thing is when router connects, they have different DNS - TM one has Unifi's DNSs, while Xiaomi has... something smile.gif

Any ideas what I might be missing? doh.gif
*
How u setup for unifi?
Care to tell us more if u need help.

How did u setup vlan?

Xiaomi mini is definite working with unifi and I have setup to use at my parent home.

Make sure ur internet pppoe id and password is correct.
Then enable vlan 500 for wan/internet.

ChouTofu
post Dec 12 2016, 01:26 AM

New Member
*
Newbie
8 posts

Joined: Dec 2016
Hi,

I'm assuming PPPoE login/password are correct because you can see from status screen, the router reports PPPoE as "Connected". The same with vlan, on default version it was never connecting but now it's "Connected".
Not sure what else I can show, I've attached screen with WAN settings. As mentioned, I've copied MAC from the TM router and disabled IPTV (but I tried with enabled too).

Same result doh.gif




Attached Image
SUSraynman
post Dec 12 2016, 06:53 AM

Look at all my stars!!
*******
Senior Member
4,333 posts

Joined: Jan 2003


You have to find out why your assigned DNS addresses are not valid.

They cannot be ping-ed.

They don't seem to be TM Unifi default DNS addresses.

My OpenDNS IPv4 addresses, 208.67.222.222 and 208.67.220.220, work fine.

user posted image


Also, your Unifi password seems to have only 10 characters. There should be 13.


ChouTofu
post Dec 12 2016, 08:26 PM

New Member
*
Newbie
8 posts

Joined: Dec 2016
Password - Hmm. Maybe because this is really old unifi setup? Like 4 of 5 yrs? That's why the pass is only 10 chars. If I change even one letter, router cannot connect so it must be correct smile.gif

When router is connected, and my comp is connected to mi router, I tried to ping 8.8.8.8 (google dns) (thus skipping weird dnses) but I instantly get packets dropped.

Damn doh.gif I can telnet to router but what should I be checking?

Thank you for reading!
muncheno
post Dec 12 2016, 10:42 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(ChouTofu @ Dec 12 2016, 08:26 PM)
Password - Hmm. Maybe because this is really old unifi setup? Like 4 of 5 yrs? That's why the pass is only 10 chars. If I change even one letter, router cannot connect so it must be correct smile.gif

When router is connected, and my comp is connected to mi router, I tried to ping 8.8.8.8  (google dns) (thus skipping weird dnses) but I instantly get packets dropped.

Damn doh.gif I can telnet to router but what should I be checking?

Thank you for reading!
*
Can you try not to use MAC address from TM router?
and can you try also disable option for "Get DNS address automatically" ?
Use google dns like 8.8.8.8 and 8.8.4.4
ChouTofu
post Dec 13 2016, 01:42 AM

New Member
*
Newbie
8 posts

Joined: Dec 2016
--EDIT--

Well. This is embarrassing but it looks like it might be wrong password. After replacing password in Xiaomi with some random chars, I'm STILL connected but to those wrong IPs >.<

When I check the TM router password, it only shows me 10 characters sad.gif so I need to find paperwork and check if full password is there.

Ugh. 4am. Enough for today doh.gif

This post has been edited by ChouTofu: Dec 13 2016, 04:04 AM
fli_guy84
post Dec 16 2016, 08:29 PM

Getting Started
**
Junior Member
216 posts

Joined: Jan 2007
QUOTE(muncheno @ Oct 12 2016, 08:58 AM)
My summary for the steps for flashing Mi Router 3 (Mi-3) to padavan.

1) Change MI-3 to developer firmware by login into your router webpage (192.168.1.1 or 192.168.31.1 or others)
    The new developer firmware may not work, I was using ver. 2.11.20 (miwifi_r3_all_55ac7_2.11.20.bin)
    You can try google for it or try your luck with the newer version from http://www1.miwifi.com/miwifi_download.html

2) Once you are on the developer firmware, next is to enable ssh service from the developer firmware. 2 approaches, can try both.

QUOTE(Option 2 - Windows)

1. Setup VM for linux (if you already have linux machine, then use that instead. and doesn't have to be vmware
2. workstation, can use others instead like virtualbox)
3. Download and run prometheus
4. Gain ssh access on router (if this doesn't work, use the steps i gave previously)
5. Prometheus to pull source from padavan
6. Build toolchain (only needed once, unless there's any update on toolchain source code)
7. Configure and build firmware
8. Flash firmware
*
Hey, thanks for the guide. I've managed to get my Mi-3 running. However, I managed to do it by skipping Step 2 by just making sure that you've upgraded/downgraded to miwifi_r3_all_55ac7_2.11.20.bin firmware and making sure Step 0 in Prometheus is successful.

plikmuny
post Dec 22 2016, 07:18 PM

New Member
*
Junior Member
11 posts

Joined: Dec 2016
Hi Muncheno: can you pls guide me in settinng up VPN on my Mini ? after so much of struggle i managed to install Padavan using this Guide. http://wifika.ru/proshivka-routera-xiaomi-...n-ili-asus.html

it is really helpful.

I would like to know how to set up VPN Server in Padavan...

Thanks in advance.
OurEnemy
post Dec 23 2016, 08:31 PM

New Member
*
Newbie
2 posts

Joined: Dec 2016


Hello, can someone guide me how to install padavan on xiaomi mi wifi 3? I just bought 2 day ago untill now i dont know to figure out. Please help me.
muncheno
post Dec 24 2016, 02:41 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(plikmuny @ Dec 22 2016, 07:18 PM)
Hi Muncheno: can you pls guide me in settinng up VPN on my Mini ? after so much of struggle i managed to install Padavan using this Guide. http://wifika.ru/proshivka-routera-xiaomi-...n-ili-asus.html

it is really helpful.

I would like to know how to set up VPN Server in Padavan...

Thanks in advance.
*
https://bitbucket.org/padavan/rt-n56u/wiki/...ated-vpn-server
muncheno
post Dec 24 2016, 02:44 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(OurEnemy @ Dec 23 2016, 08:31 PM)
Hello, can someone guide me how to install padavan on xiaomi mi wifi 3? I just bought 2 day ago untill now i dont know to figure out. Please help me.
*
I would suggest you read the last 10 pages and first few pages.
If too find it too hard to read, I suggest you to give up coz it is not an easy process like normal flashing.
OurEnemy
post Dec 24 2016, 04:01 AM

New Member
*
Newbie
2 posts

Joined: Dec 2016


QUOTE(muncheno @ Dec 24 2016, 02:44 AM)
I would suggest you read the last 10 pages and first few pages.
If too find it too hard to read, I suggest you to give up coz it is not an easy process like normal flashing.
*
Nah wanna give up 😅. I read all tutorial and tips, but can really understanding what are they said. Just afraid bootloop or stuck if no wizard. If someone can share, how i can be so thankful to you.

This post has been edited by OurEnemy: Dec 24 2016, 04:03 AM
plikmuny
post Dec 24 2016, 11:16 AM

New Member
*
Junior Member
11 posts

Joined: Dec 2016
QUOTE(OurEnemy @ Dec 23 2016, 02:31 PM)
Hello, can someone guide me how to install padavan on xiaomi mi wifi 3? I just bought 2 day ago untill now i dont know to figure out. Please help me.
*
Follow this guide, http://wifika.ru/proshivka-routera-xiaomi-...n-ili-asus.html
But be careful, use appropriate file for WiFi 3 router. Otherwise procedure is same. Only this method worked best for me without fail.
It might help you also.
muncheno
post Dec 24 2016, 11:27 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(plikmuny @ Dec 24 2016, 11:16 AM)
Follow this guide, http://wifika.ru/proshivka-routera-xiaomi-...n-ili-asus.html
But be careful, use appropriate file for WiFi 3 router.  Otherwise procedure is same.  Only this method worked best for me without fail.
It might help you also.
*
The steps for Mi-3 is different from Mini.
Not sure if there a Pandora firmware for Mi-3 yet.

Current procedure from Mi-3 is more or less the same as above but involve direct build the firmware with promotheus scripts and using the scripts to format internal router partitions.

This post has been edited by muncheno: Dec 28 2016, 11:55 AM
plikmuny
post Dec 25 2016, 08:27 AM

New Member
*
Junior Member
11 posts

Joined: Dec 2016
Hi muncheno, that link for VPN setup didn't help me much. I was lost in the amount of information that is provided there.
Can u guide me in setting up VPN pls.
I am using 1&1 DSL Internet in Germany, they have provided me a WiFi router and I have to use this router for Internet.
Now my question is, from this router I used cat6 data cable to connect to xiaomi wifi mini. Regarding the IP address for mini and also forwarding the Internet through the VPN in mini, I want to use that secure Internet for the rest of devices at home(TV, laptop, Kodi, av receiver and mobile phones) . So that I don't have to bother about running VPN in every single device and also to view geo unblocked content viewing without ads by protecting my identity and moderate protection from hackers...

With so much advantages, I would definitely do a vpn setup on xiaomi mini, but the procedure explained there is too technical for my expertise.

Pls either you or anyone here experts help me once setup vpn and make things simple and easier.

Can you tell me how often I should do a check up of the config files or I mean renewal of certificates keys etc..... It's all new for me. Sorry for being so noob.

Thanks for your help
muncheno
post Dec 27 2016, 08:48 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(plikmuny @ Dec 25 2016, 08:27 AM)
Hi muncheno,  that link for VPN setup didn't help me much.  I was lost in the amount of information that is provided there.
Can u guide me in setting up VPN pls.
I am using 1&1 DSL Internet in Germany,  they have provided me a WiFi router and I have to use this router for Internet. 
Now my question is, from this router I used cat6 data cable to connect to xiaomi wifi mini.  Regarding the IP address for mini and also forwarding the Internet through the VPN in mini, I want to use that secure Internet for the rest of devices at home(TV,  laptop, Kodi, av receiver and mobile phones) .  So that I don't have to bother about running VPN in every single device and also to view geo unblocked content viewing without ads by protecting my identity and moderate protection from hackers...

With so much advantages, I would definitely do a vpn setup on xiaomi mini, but the procedure explained there is too technical for my expertise.

Pls either you or anyone here experts help me once setup vpn and make things simple and easier. 

Can you tell me how often I should do a check up of the config files or I mean renewal of certificates keys etc..... It's all new for me. Sorry for being so noob.

Thanks for your help
*
Sorry I'm not sure I'm understand your setup here completely.

Your setup, Is it like below?
1&1 DSL ISP ---> WIFI router ---(CAT6)---->Xiaomi Mini

If yes, I'm not sure the setup will work for you, I'm not sure which port is needed for port forwarding in the WIFI router to allow VPN services. Secondly, if Xiaomi router setup as AP, the options for VPN and firewall is not available anymore.


My setup is at below for the VPN:-
ISP ---->BTU------(CAT5e)--->Xiaomi Mini
but I have upgraded to Huawei WS880
ISP ---->BTU------(CAT5e)--->WS880

Another point here is, you need to make sure your ISP didn't block the port required for the VPN. (I not sure which port is used by Xiaomi or WS880).

I don't have Xiaomi as the main router any more, but idea stay the same.
On the Xiaomi router, you just need to enable VPN server - PPTP, MS-CHAP-V2, MPPE-128, YES - broadcast traffic. Then user setup to local ip to 192.168.1.245-192.168.1.254 and setup the users for VPN.

Attached Image
Attached Image

plikmuny
post Dec 28 2016, 07:53 AM

New Member
*
Junior Member
11 posts

Joined: Dec 2016
i have an Internet from 1&1, they have provided a router, from there i access Internet on many devices. i want to connect my Xiaomi wifi mini router to use it as a VPN source . From the Xiaomi through VPN i want to use internet both as wifi and wired. but with an vpn IP. that means i want to change my IP and block the Ads.

Can you guide me pls ?

1&1 router > Xiaomi(VPN- using Padavan) > WiFi > Laptop+Kodi+TV+AVR+Mobile.

What do i use as Username and password ? which IP Address do i use ?

pls be more specific and in detail. Thanks



This post has been edited by plikmuny: Dec 28 2016, 07:55 AM
muncheno
post Dec 28 2016, 08:09 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(muncheno @ Dec 27 2016, 08:48 AM)

Your setup, Is it like below?
1&1 DSL ISP  ---> WIFI router (1&1 router) ---(CAT6)---->Xiaomi Mini

If yes, I'm not sure the setup will work for you, I'm not sure which port is needed for port forwarding in the WIFI router to allow VPN services. Secondly, if Xiaomi router setup as AP, the options for VPN and firewall is not available anymore.
QUOTE(plikmuny @ Dec 28 2016, 07:53 AM)
i have an Internet from 1&1, they have provided a router, from there i access Internet on many devices. i want to connect my Xiaomi wifi mini router to use it as a VPN source . From the Xiaomi through VPN i want to use internet both as wifi and wired. but with an vpn IP. that means i want to change my IP and block the Ads.

Can you guide me pls ?

1&1 router > Xiaomi(VPN- using Padavan) > WiFi > Laptop+Kodi+TV+AVR+Mobile.

What do i use as Username and password ? which IP Address do i use ?

pls be more specific and in detail. Thanks
*
Sorry, my knowledge is upto Xiaomi as the main router (with VPN).
U have to replace the 1&1 router with Xiaomi, else it won't work without correct port forwarding in the 1&1 router.

Username and password here refer to the clients that will be connecting to your VPN

Attached Image
plikmuny
post Dec 28 2016, 10:46 PM

New Member
*
Junior Member
11 posts

Joined: Dec 2016
QUOTE(muncheno @ Dec 28 2016, 02:09 AM)
Sorry, my knowledge is upto Xiaomi as the main router (with VPN).
U have to replace the 1&1 router with Xiaomi, else it won't work without correct port forwarding in the 1&1 router.

Username and password here refer to the clients that will be connecting to your VPN

Attached Image
*
Hi, but why should I replace 1&1 router? I think I may not get into Internet without it. Will try.

Also, why only pptp, why not I can choose open vpn? I heard openvpn is faster and better, right?

Regarding the IP address assigning, can I use arbitrary in address like 192.168.1.50-70? Or should I go with what the firmware has suggested like 10.0.8.0? It's little confusing.

Can I also do like this that I get a fully functional openvpn configuration from Windows and just copy paste all the necessary info into padavan vpn? Does it work actually?

Can I choose UK ip address or Sweden which is nearby my place.. Also can you guide me in installing ad blocker in padavan pls.

Thanks so much. I really appreciate that atleast you are responding to my queries. Thanks buddy.
muncheno
post Dec 29 2016, 10:11 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(plikmuny @ Dec 28 2016, 10:46 PM)
Hi, but why should I replace 1&1 router?  I think I may not get into Internet without it. Will try.

Also, why only pptp,  why not I can choose open vpn?  I heard openvpn is faster and better, right?

Regarding the IP address assigning,  can I use arbitrary in address like 192.168.1.50-70?  Or should I go with what the firmware has suggested like 10.0.8.0?  It's little confusing.

Can I also do like this that I get a fully functional openvpn configuration from Windows and just copy paste all the necessary info into padavan vpn?  Does it work actually? 

Can I choose UK ip address or Sweden which is nearby my place.. Also can you guide me in installing ad blocker in padavan pls.

Thanks so much.  I really appreciate that atleast you are responding to my queries. Thanks buddy.
*
Dear plikmuny,

I didn't try using OpenVPN as it involve generate the .opvn certificate and need additional software on the client to connect to server.
I just wanted to try VPN so that I connect easier from anywhere to access and get files from my home NAS storages. Secondary also try to link my home NAS with my parent's home so they can access to my movies.

As for the IP, it the choice of your preference to put in separate subnet. I not an expert in this, I'm only using the same range as the router 192.168.1.XX so it can easier talk to pc in the networks. I THINK here, different subnet will able to separate the connected client from the other PCs connect to other AP router (if available).

Again here, I'm not the expert, thus I don't not how to install ad blocker in padavan, I only know it contain url filter or block.

Good luck.
endless88
post Dec 30 2016, 11:27 PM

Getting Started
**
Junior Member
219 posts

Joined: Mar 2005


Seeking advice from fellow lowyat networking sifus on my scenario below.

-Subscribed to Unifi 30mbps
-Main router ASUS AC68U - AC 1900 with Gigabit Ethernet
-Second router XiaoMi Router 3 - AC 1200 with 10/100 Ethernet

Trying to decide whether I should set up the xiaomi as access point on second floor of my house (LAN cable ready) or should I just go cable free and set it up as a WiFi Repeater at the staircase as it can receive the full bar 2.4ghz signal from the AC68U.

The bandwidth will be halved from 300Mbps to 150Mbps due to Repeater mode, but if I set up as Access Point over LAN, its going to be capped at 100Mbps anyway due to XiaoMi's WAN port speed at 10/100, not even mentioning my internet speed is only 30Mbps at max.

When searching uncle google, it seems that most sites still recommend AP mode than repeater mode but I cant get the logic since halving the bandwidth via repeater mode is still having higher bandwith than the AP over LAN.

Or are there other benefits such as stability? Streaming
more smooth etc? My usage is typically client device connecting to internet directly as well as apple airplay to apple tv, i dont use file sharing over wifi/NAS/USB harddisk etc.

Seems to me that cutting the cable is more convenient but really hope sifus can enlighten me.

muncheno
post Dec 31 2016, 05:59 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(endless88 @ Dec 30 2016, 11:27 PM)
Seeking advice from fellow lowyat networking sifus on my scenario below.

-Subscribed to Unifi 30mbps
-Main router ASUS AC68U - AC 1900 with Gigabit Ethernet
-Second router XiaoMi Router 3 - AC 1200 with 10/100 Ethernet

Trying to decide whether I should set up the xiaomi as access point on second floor of my house (LAN cable ready) or should I just go cable free and set it up as a WiFi Repeater at the staircase as it can receive the full bar 2.4ghz signal from the AC68U.

The bandwidth will be halved from 300Mbps to 150Mbps due to Repeater mode, but if I set up as Access Point over LAN, its going to be capped at 100Mbps anyway due to XiaoMi's WAN port speed at 10/100, not even mentioning my internet speed is only 30Mbps at max.

When searching uncle google, it seems that most sites still recommend AP mode than repeater mode but I cant get the logic since halving the bandwidth via repeater mode is still having higher bandwith than the AP over LAN.

Or are there other benefits such as stability? Streaming
more smooth etc? My usage is typically client device connecting to internet directly as well as apple airplay to apple tv, i dont use file sharing over wifi/NAS/USB harddisk etc.

Seems to me that cutting the cable is more convenient but really hope sifus can enlighten me.
*
Default Xiaomi firmware or padavan firmware??

For default Xiaomi firmware and most ideal case I would recommend LAN cable whenever you can afford and possible.
It is easier for future upgrade.

For options of cable free, wi-fi repeated always subject to stability as congestion on 2.4ghz in your case when more devices at surrounding, the harder the signals to reach.
Pairing at 2.4ghz is not always stable .

For padavan firmware, then u can set as 5ghz ac repeater then you can link the routers at 867mbps and 2.4ghz for laptop/HP and more important more stable due to less congested networks.

Then again always test first for cable free options, location is very import here. I would suggest you to test the connection with a laptop or the Xiaomi mini on 2nd floor to see if wi-fi connection Is stable or not and best location for the 2nd router.

Lastly if wireless connection to the stable and since no NAS storage is required, and you don't the need for LAN cable as the repeater is cable to delivery more than 30mbps, for Xiaomi mini on default firmware should able to give u 35-45mbps (2-3m away) on 2.4ghz.
endless88
post Jan 1 2017, 01:22 PM

Getting Started
**
Junior Member
219 posts

Joined: Mar 2005


Duplicate

This post has been edited by endless88: Jan 1 2017, 01:30 PM
endless88
post Jan 1 2017, 01:31 PM

Getting Started
**
Junior Member
219 posts

Joined: Mar 2005


QUOTE(muncheno @ Dec 31 2016, 05:59 PM)
Default Xiaomi firmware or padavan firmware??

For default Xiaomi firmware and most ideal case I would recommend LAN cable whenever you can afford and possible.
It is easier for future upgrade.

For options of cable free, wi-fi repeated always subject to stability as congestion on 2.4ghz in your case when more devices at surrounding, the harder the signals to reach.
Pairing at 2.4ghz is not always stable .

For padavan firmware, then u can set as 5ghz ac repeater then you can link the routers at 867mbps and 2.4ghz for laptop/HP and more important more stable due to less congested networks.

Then again always test first for cable free options, location is very import here. I would suggest you to test the connection with a laptop or the Xiaomi mini on 2nd floor to see if wi-fi connection Is stable or not and best location for the 2nd router.

Lastly if wireless connection to the stable and since no NAS storage is required, and you don't the need for LAN cable as the repeater is cable to delivery more than 30mbps, for Xiaomi mini on default firmware should able to give u 35-45mbps (2-3m away) on 2.4ghz.
*
Wow didnt know padavan caters for 5ghz repeater mode. Very eager to try that out but need to take a leap of faith first for the not so straightforward flashing process haha.

Can sifu share any concerns if thats the intended set up (5ghz repeater) compared to LAN AP? Congestion? Stability etc? And when repeated over 5ghz, does xiaomi retransmit over 5ghz only or both 2.4/5 as well?
endless88
post Jan 2 2017, 03:32 PM

Getting Started
**
Junior Member
219 posts

Joined: Mar 2005


Pls disregard my post. Managed to get the asus to transmit all over the hse now. Gonna sell this xiaomi smile.gif
zzzhhhzzz
post Jan 3 2017, 08:49 AM

Regular
******
Senior Member
1,671 posts

Joined: Apr 2012
guys just wondering... a few question:

1. if I want to use this xiaomi router as my access point, do I need to go flash a new firmware or I can use the stock firmware ?
2. currently having the TP-link Archer c5 from unifi... is the xiaomi router better than the TP-link ? should I make the xiaomi router as the main and turn the Archer C5 to access point or the other way ?

thanks for all the help
muncheno
post Jan 3 2017, 09:00 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(zzzhhhzzz @ Jan 3 2017, 08:49 AM)
guys just wondering... a few question:

1. if I want to use this xiaomi router as my access point, do I need to go flash a new firmware or I can use the stock firmware ?
2. currently having the TP-link Archer c5 from unifi... is the xiaomi router better than the TP-link ? should I make the xiaomi router as the main and turn the Archer C5 to access point or the other way ?

thanks for all the help
*
Ans for:-
Q1) Yes for customs firmware, if you want to use Xiaomi router as main router (access point). Default firmware doesn't support VLAN tagging.

Q2) I don't see the need of changing the Archer C5 as I read reviews from most ppl in Lowyat are satisfy with it performance.

For Xiaomi mini router on default firmware is not as stable when come to 5ghz wifi and Xiaomi Mi-3 is more stable.
However with customs firmware like Pavadan here, it is extremely stable and my guess is >archer C5.
Of coz, it you looking for reasons to change, then Xiaomi Mini on Pavadan give you additional more function such as VPN, bandwidth monitoring, download manager and etc.

muncheno
post Jan 3 2017, 09:16 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(endless88 @ Jan 1 2017, 01:31 PM)
Wow didnt know padavan caters for 5ghz repeater mode. Very eager to try that out but need to take a leap of faith first for the not so straightforward flashing process haha.

Can sifu share any concerns if thats the intended set up (5ghz repeater) compared to LAN AP? Congestion? Stability etc? And when repeated over 5ghz, does xiaomi retransmit over 5ghz only or both 2.4/5 as well?
*
Greatz to know you don't need additional router for your home.

Just to answer you question here, on 5gz repeater mode - I find it is very stable for the my Xiaomi Mini.
If I were having a direct sight between router in a distance of 3M, they always stay linking at 867mbps.
The setup is linking or repeating over 5ghz and sharing to devices on 2.4ghz. Of coz sharing on 5ghz is also possible same time, but it is connected directly to main router.

Then getting a bit of fluctuation with link speed 4XX-867mbps on my another tested setup, the main router was in the living room and my Xiaomi Mini in the last room space apart around 7-8 meters with 1 wall and door in between.
With these setup 5ghz for linking routers and running on 2.4Ghz for devices, I manage to speed around 4X-5Xmbps on speedtest.
This is as good as connecting to main router at 2.4g wifi.


zzzhhhzzz
post Jan 3 2017, 12:52 PM

Regular
******
Senior Member
1,671 posts

Joined: Apr 2012
http://www.lazada.com.my/xiaomi-mi-wifi-ro...k-11474236.html


is this the router that you guys are talking about
-oc-gassa
post Jan 3 2017, 12:59 PM

Enthusiast
*****
Senior Member
967 posts

Joined: Jan 2003
From: setapak
QUOTE(zzzhhhzzz @ Jan 3 2017, 08:49 AM)
guys just wondering... a few question:

1. if I want to use this xiaomi router as my access point, do I need to go flash a new firmware or I can use the stock firmware ?
2. currently having the TP-link Archer c5 from unifi... is the xiaomi router better than the TP-link ? should I make the xiaomi router as the main and turn the Archer C5 to access point or the other way ?

thanks for all the help
*
QUOTE(muncheno @ Jan 3 2017, 09:00 AM)
Ans for:-
Q1) Yes for customs firmware, if you want to use Xiaomi router as main router (access point). Default firmware doesn't support VLAN tagging.

Q2) I don't see the need of changing the Archer C5 as I read reviews from most ppl in Lowyat are satisfy with it performance.

For Xiaomi mini router on default firmware is not as stable when come to 5ghz wifi and Xiaomi Mi-3 is more stable.
However with customs firmware like Pavadan here, it is extremely stable and my guess is >archer C5.
Of coz, it you looking for reasons to change, then Xiaomi Mini on Pavadan give you additional more function such as VPN, bandwidth monitoring, download manager and etc.
*
im thinking the same.. i got TP-link Archer C5 for Unifi.. but in dun know why.. thic C5 always sudden hang/restart on daily basis.. thinking on using Mi router as well...
silrave
post Jan 10 2017, 08:06 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


hi
i forget my pandavan root password
can any ppl know how to retrieve that password?
cause i plan to install transmission and play on it
muncheno
post Jan 10 2017, 08:10 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(silrave @ Jan 10 2017, 08:06 PM)
hi
i forget my pandavan root password
can any ppl know how to retrieve that password?
cause i plan to install transmission and play on it
*
Default padavan firmware password?
If yes, read 1st post again.
silrave
post Jan 10 2017, 08:11 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Jan 10 2017, 08:10 PM)
Default padavan firmware password?
If yes, read 1st post again.
*
already change
but forget the password > <
muncheno
post Jan 10 2017, 08:20 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(silrave @ Jan 10 2017, 08:11 PM)
already change
but forget the password > <
*
No idea on how to resolve it.
Are you having Xiaomi Mini?
If yes, maybe can boot to Breeder recovery mode to reset or reflash firmware?
silrave
post Jan 10 2017, 08:38 PM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Jan 10 2017, 08:20 PM)
No idea on how to resolve it.
Are you having Xiaomi Mini?
If yes, maybe can boot to Breeder recovery mode to reset or reflash firmware?
*
i am using xiaomi router 3
i finish flash padavan already
but if i not wrong i never flash breeder this thing before
muncheno
post Jan 10 2017, 09:19 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(silrave @ Jan 10 2017, 08:38 PM)
i am using xiaomi router 3
i finish flash padavan already
but if i not wrong i never flash breeder this thing before
*
I suspect you need use the Developer ROM/firmware and flash it using the USB drive with hard reset method. Then flash again padavan with the existing procedure using Prometheus.


Good luck.
silrave
post Jan 11 2017, 12:13 AM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(muncheno @ Jan 10 2017, 09:19 PM)
I suspect you need use the Developer ROM/firmware and flash it using the USB drive with hard reset method. Then flash again padavan with the existing procedure using Prometheus.
Good luck.
*
yup last time i am use promethues to do
using vmware
zzzhhhzzz
post Jan 11 2017, 07:54 AM

Regular
******
Senior Member
1,671 posts

Joined: Apr 2012
QUOTE(silrave @ Jan 10 2017, 08:38 PM)
i am using xiaomi router 3
i finish flash padavan already
but if i not wrong i never flash breeder this thing before
*
hi im also interested in getting a xiaomi router 3 ... do you know any website with step by step instruction to flash padavan ? so far how is your xiaomi router 3 after flashing with padavan ? more stable than the original one and can support vlan tagging ?
silrave
post Jan 11 2017, 10:37 AM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(zzzhhhzzz @ Jan 11 2017, 07:54 AM)
hi im also interested in getting a xiaomi router 3 ... do you know any website with step by step instruction to flash padavan ? so far how is your xiaomi router 3 after flashing with padavan ? more stable than the original one and can support vlan tagging ?
*
haha i flash before
but i follow chinese tutorial
i am use vmware to do it
yup i use 1 modem connect to my xiaomi router and then settle
zzzhhhzzz
post Jan 11 2017, 11:06 AM

Regular
******
Senior Member
1,671 posts

Joined: Apr 2012
QUOTE(silrave @ Jan 11 2017, 10:37 AM)
haha i flash before
but i follow chinese tutorial
i am use vmware to do it
yup i use 1 modem connect to my xiaomi router and then settle
*
Hi can share me the link for you tutorial ? maybe can use google translate for that tutorial.. thanks
silrave
post Jan 11 2017, 11:23 AM

Look at all my stars!!
*******
Senior Member
5,893 posts

Joined: Jun 2006


QUOTE(zzzhhhzzz @ Jan 11 2017, 11:06 AM)
Hi can share me the link for you tutorial ? maybe can use google translate for that tutorial.. thanks
*
actually they got photo you can follow the guide
they are quite similar as xiaomi router mini
but the guide
i forget
give me some time to find it back
muncheno
post Feb 5 2017, 11:02 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
For those who interested to upgrade to latest commits.

Note: At your own-risk. I compile this for my Xiaomi routers use.

Xiaomi Mini
MI-MINI_3.4.3.9-099_5aa2a75.trx
https://mega.nz/#!to4TFbLY!k3XCeOEs...cr4V65P21Pi0Vzg


Xiaomi Mi-3
MI-3_3.4.3.9-099_5aa2a75.trx
https://mega.nz/#!d1QVEZhD!bJAjTO7o...BCEHd1IimY_dy9I
kenny79
post Feb 6 2017, 06:56 PM

Look at all my stars!!
*******
Senior Member
3,200 posts

Joined: Jan 2003
From: IPOH



Any tutorial for flash this I'm have a mi router also plan to flash
muncheno
post Feb 6 2017, 07:31 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(kenny79 @ Feb 6 2017, 06:56 PM)
Any tutorial for flash this I'm have a mi router also plan to flash
*
Above is for update.
To flash from original firmware pls refer post no.1 and use the search function. Lastly Google!

Cheers

kenny79
post Feb 6 2017, 08:38 PM

Look at all my stars!!
*******
Senior Member
3,200 posts

Joined: Jan 2003
From: IPOH



bro is this mean if success im just use one device to access the unifi or i still need a router plus AP..??
kenny79
post Feb 6 2017, 08:50 PM

Look at all my stars!!
*******
Senior Member
3,200 posts

Joined: Jan 2003
From: IPOH



QUOTE(muncheno @ Feb 6 2017, 07:31 PM)
Above is for update.
To flash from original firmware pls refer post no.1 and use the search function. Lastly Google!

Cheers
*
bro can u do the job for me i pay u a mean smile.gif .... if using the maxis fibre also can ..????plus after the job we just plug it and this only device we need for maxis fibre o we use it as a router but still need a ap ..???
muncheno
post Feb 6 2017, 09:33 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(kenny79 @ Feb 6 2017, 08:50 PM)
bro can u do the job for me i pay u a mean smile.gif .... if using the maxis fibre also can ..????plus after the job we just plug it and this only device we need for maxis fibre o we use it as a router but still need a ap ..???
*
To be honest here, I not experience with Maxis broadband setup.

I have only tried on unifi which using vlan tagging at ViD500 for internet and ViD600 for IPTV.

As for Maxis it is using VID621 and you should able to plug indirect to BTU LAN port 2.

Lastly, I'm sorry, I not able to help as I'm in Penang.
Maybe other user here can help you. If you will to spend, I would recommend you go for other off the shelves router that support maxis, example Asus.


kenny79
post Feb 8 2017, 08:32 PM

Look at all my stars!!
*******
Senior Member
3,200 posts

Joined: Jan 2003
From: IPOH



QUOTE(muncheno @ Feb 6 2017, 09:33 PM)
To be honest here, I not experience with Maxis broadband setup.

I have only tried on unifi which using vlan tagging at ViD500 for internet and ViD600 for IPTV.

As for Maxis it is using VID621 and you should able to plug indirect to BTU LAN port 2.

Lastly, I'm sorry, I not able to help as I'm in Penang.
Maybe other user here can help you. If you will to spend, I would recommend you go for other off the shelves router that support maxis, example Asus.
*
Asus router is abit terrible in price
muncheno
post Feb 8 2017, 08:45 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(kenny79 @ Feb 8 2017, 08:32 PM)
Asus router is abit terrible in price
*
If don't have other choices and willing and daring to post to me, I don't mind help u flash it for free.

But again u bear the postage fees, and I will only able flash it on weekend.

If u have Xiaomi Mini, it should take 1weekend with breeder boatloader but Xiaomi Mi-3 might take me 2 wkends incase I need time to build and flash the firmware again with promotheus.

Differences here breeder can't go back to original as I know, with promotheus still possible. Mi-3 don't have breeder.
kenny79
post Feb 9 2017, 08:51 AM

Look at all my stars!!
*******
Senior Member
3,200 posts

Joined: Jan 2003
From: IPOH



QUOTE(muncheno @ Feb 8 2017, 08:45 PM)
If don't have other choices and willing and daring to post to me, I don't mind help u flash it for free.

But again u bear the postage fees, and I will only able flash it on weekend.

If u have Xiaomi Mini, it should take 1weekend with breeder boatloader but  Xiaomi Mi-3 might take me 2 wkends incase I need time to build and flash the firmware again with promotheus.

Differences here breeder can't go back to original as I know, with promotheus still possible. Mi-3 don't have breeder.
*
Bro so if done we just use this xiaomi router only or we need to pair with the maxis Modem also
muncheno
post Feb 9 2017, 10:43 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(kenny79 @ Feb 9 2017, 08:51 AM)
Bro so if done we just use this xiaomi router only or we need to pair with the maxis Modem also
*
Something like this.
» Click to show Spoiler - click again to hide... «


Just to highlight here again I don't have experience with Maxis fiber setup. My best advice is for the read and google urself.

I 'm offerring you my help to flash the mi router to padavan firmware only, for the wan configuration you still to test it out if it work or not with Maxis default router.

I don't charge you anything, so I also dont own you anything if it does not work.

This post has been edited by muncheno: Feb 9 2017, 01:06 PM
kenny79
post Feb 9 2017, 12:40 PM

Look at all my stars!!
*******
Senior Member
3,200 posts

Joined: Jan 2003
From: IPOH



QUOTE(muncheno @ Feb 9 2017, 10:43 AM)
Something like this.
» Click to show Spoiler - click again to hide... «


Just to highlight here again I don't have experience with Maxis fiber setup. My best advice is for the read and google urself.

I 'm offerring you my help to flash the mi router to padavan firmware only, for the wan configuration you still to test it out where it work or not with Maxis default router.

I don't charge you anything, so I also dont own you anything if it does not work.
*
That one I know can chat at private for how to send to u
lim924
post Feb 10 2017, 12:12 AM

New Member
*
Junior Member
39 posts

Joined: Apr 2005


QUOTE(I<3LYN @ Jan 6 2016, 08:02 PM)
Warning/Disclaimer:  It might brick your device if you don’t understand what you’re doing. I am not responsible for any things that happened to your device or you. It will be much easier for you if you had experience with linux commands and/or flashed a router with custom firmware before.

Xiaomi Router Mini is probly one of  the cheapest dual band wifi router you can get in the market and it is very powerful device for its price. Luckily for me, i purchased it for only RM60ish including shipping from china, the promotion is already expired though.

First thing i realized when i got the Xiaomi Router is, it doesn’t work with Unifi due to non customizable VLAN tags on the official firmware which is expected due to I did some research before I purchase the device. Hence, I flashed it with OpenWrt. I was expecting OpenWrt to work perfectly with Xiaomi Router Mini. However, I soon realized i was wrong. After some tinkering, I found that not only wireless AC doesn’t work (unable to get the driver working), i am unable to get Hypptv (issues with vlan tagging but only for iptv specifically, PPPoE works fine) working as well.

After I failed to get it working, I tried PandoraBox as well but PandoraBox can’t even support vlan tagging correctly.

I was almost ready to give up... until i found a promising firmware by hiboyhiboyhiboy ( http://www.right.com.cn/forum/thread-161324-1-1.html it is in chinese if you can read) . I've compiled my own version of Padavan firmware, you can check Files you need (to download) section for the link. It customized based on Padavan ( https://bitbucket.org/padavan/rt-n56u ). If you want, you can compile it from the source by following this guide ( https://bitbucket.org/padavan/rt-n56u/wiki/...wToMakeFirmware ).

Updates:
08 January 2016, I've compiled my own version of Padavan's firmware with minimum customization, with come with OpenVPN support and remapped the GPIO and some ports accordingly for Xiaomi Miwifi Mini router. It is compiled from latest commit ( ba454a7 )

Files you need (to download)
1.  Breed bootloader
2. Custom Padavan firmware megablue edition v1
For those who had experience with flashing a router this is the short version or overview of the guide.
1. Gain access to the router console either telnet or ssh or web based console
2. Installing the custom bootloader - Breed
3. Boot into Breed, install the Padavan firmware
4. Do the basic configures and vlan taggings to get it to work with Unifi or Maxis broadband
Gain access to the router console either telnet or ssh or web based console
there are various ways to gain access the to console, I only show the easiest way that I found on ( https://wiki.openwrt.org/toh/xiaomi/mini )

1. Connect to your PC to your router with ethernet cable
2. Power on and setup the Xiaomi router until it reboots and gets IP address 192.168.31.1
3. Log-in into the router and grab the value of the stok URL parameter (for instance: "9c2428de4d17e2db7e5a6a337e6f57a3")
4. Replace the <STOK> placeholder and load this URL in your browser or curl, this will start telnetd on the router:
CODE
http://192.168.31.1/cgi-bin/luci/;stok=<STOK>/api/xqnetwork/set_wifi_ap?ssid=whatever&encryption=NONE&enctype=NONE&channel=1%3B%2Fusr%2Fsbin%2Ftelnetd

5. It should spit out some wifi error code, that is ok, don't worry.
6. Replace the <STOK> placeholder, the current password and the desired root password and load this URL in your browser or curl, this will set the router root password
CODE
http://192.168.31.1/cgi-bin/luci/;stok=<STOK>/api/xqsystem/set_name_password?oldPwd=<CURRENTPASS>&newPwd=<NEWPASS>

It should spit out: {"code":0}
7. Telnet to the router, enter user root and NEWPASS chosen above.

Installing the custom bootloader - Breed
1. Now i assuming you have access to your router console/telnet/ssh.
2. This is the risky part, proceed with extreme caution as a broken bootloader could brick your router, the only way for you to revive the router would be 3. physically wire the TTL connection to rewrite the bootloader.
4. Download Breed for Xiaomi router mini ( http://breed.hackpascal.net/r802%20%5b2015...iaomi-mini.bin) .
5. Copy it to the root directory of a usb thumb drive (1GB free space is more than enough) with FAT/FAT32 partition.
6. Plug the thumb drive into the router.
7. at the console, type 
CODE
cd /extdisks/sda1/
follow by
CODE
ls -l
you should be able to see the breed-mt7620-xiaomi-mini.bin
8. type
CODE
cat /proc/mtd
it will list out the partitions on the router flash chip.
9. look for "Bootloader" it should be listed as  mtd1: 00030000 00010000 "Bootloader"
10. now dump a backup of the partition to your usb drive with following command
CODE
dd if=/dev/mtd1 of=/extdisks/sda1/Bootloader.bin

11. you should also create a backup for all other partitions listed with
CODE
cat /proc/mtd
as well, just name them accordingly.
12. now you’re ready to install the custom bootloader, type
CODE
mtd -r write breed-mt7620-xiaomi-mini.bin Bootloader

13. it should shows rebooting when the installation is complete.

Boot into Breed, install the Padavan firmware
1. download the custom Padavan firmware megablue edition v1 and unzip it (you dont need to unzip it, it is already in the extracted form)
2. power off your router, look for a pinhole at the back of your router, press and hold it with a pin, while holding the button in the pinhole, power on your router.
3. release the pinhole button when you see orange/yellow light is blinking.
4. open your browser (preferably Chrome) and type 192.168.1.1 into the address bar.
7. you should be able to access the Breed web interface (in chinese but i will guide you!).
8. Now select the second button on the menu it should says 固件更新
9. now you should be located at http://192.168.1.1/upgrade.html select 固件 and upload the custom Padavan firmware. it should look like this https://i.imgur.com/28pq86W.png
10. wait for the progress bar to complete, it should reboots automatically.
11. you might need to boot into Breed for the second time to reset the default settings for the Padavan firmware. to reset the settings, click the 5th button on the menu, the select Config 區 (公版). It should look like this https://i.imgur.com/oFjNtBm.png
click 執行 to reset the settings,

vlan taggings to get it to work with Unifi & Hypptv
1. now the router should be flashed with the the firmware, it should be accessible at 192.168.1.1 with username: admin and password: admin.
2. now we’re going to configure the basic internet and iptv (for unifi, if you’re using maxis broadband you need to adjust the vlan accordingly) .
3. Click Advanced Settings -> WAN
4. WAN Connection type PPPoE
5. Under PPP VPN client setting key in your unifi account username and password
6. Under Ports Isolation and VLAN Filtering
7. Choose IPTV STB Port: LAN2 (last LAN port counting from left to right)
9. VLAN CPU (Internet) VID 500
8. VLAN CPU IPTV VID 600
9. VLVAN LAN2 VID 600
10. it should look something like this https://i.imgur.com/Cxmstbg.png
11. click apply
12. now you should be able to access the internet and Hypptv.
while the rest of the router functions pretty much self-explanatory. i am too lazy to continue as the guide is already extremely long for my taste, There are a lot of things you can do with the Padavan firmware (google it for details)

Now enjoy better network performance with highly affordable price smile.gif
*
Bro, does the usb port can use to share printer? Coz i wan tk share my usb printer to the network using this router.

amparo.aga
post Feb 18 2017, 09:02 AM

New Member
*
Newbie
1 posts

Joined: Feb 2017
thanks for this op. question though i want to revert to original firmware so i can flash open-wrt 15.05. pluggin in a usb with dev firmware then unplug-hold reset-plug doesnt work. instead of orange blibking i get blue and no flashing happens and blue light wont stop blinking. help please
muncheno
post Feb 18 2017, 08:19 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(amparo.aga @ Feb 18 2017, 09:02 AM)
thanks for this op. question though i want to revert to original firmware so i can flash open-wrt 15.05. pluggin in a usb with dev firmware then unplug-hold reset-plug doesnt work. instead of orange blibking i get blue and no flashing happens and blue light wont stop blinking. help please
*
May I know what you wanted to flash it to? And you r having Xiaomi Mini or Mi-3 router???

From openwrt to padavan? If yes, please Google about Prometheus scripts. You could try to flash it with the scripts if you have SSH access. The scripts will repartition it for pavadan firmware. Without touching uboot.

However, I not what is the reserve process to flash from pavadan to Xiaomi stock firmware. I notice Prometheus scripts does have option to flashback to stock.

If you are having Mini version here, since you have SSH access already l, another alternative is flash the breed boatloader following the instruction in 1st post. After having breed bootloader, you could then following 1st post to flash pavadan.

Just my 2-cents, if you brick your device, I'm not responsible.

NyOx
post Feb 18 2017, 08:26 PM

On my way
****
Senior Member
585 posts

Joined: Nov 2007
user posted image

it is this router?
wshen6
post Feb 19 2017, 10:22 PM

Getting Started
**
Junior Member
72 posts

Joined: Nov 2010
Hi, I would like to ask if I want to use Qos function for android tv box to ensure consistent streaming, xiaomi mini router with padavan firmware should be sufficient right?
muncheno
post Feb 19 2017, 11:19 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(wshen6 @ Feb 19 2017, 10:22 PM)
Hi, I would like to ask if I want to use Qos function for android tv box to ensure consistent streaming, xiaomi mini router with padavan firmware should be sufficient right?
*
Padavan QOS options is not available.
wshen6
post Feb 20 2017, 07:47 AM

Getting Started
**
Junior Member
72 posts

Joined: Nov 2010
QUOTE(muncheno @ Feb 19 2017, 11:19 PM)
Padavan QOS options  is not available.
*
Oh ok, thanks bro.
eugene88
post Feb 21 2017, 10:25 AM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


How to make OpenVPN work with any dynamic WAN IP?

When my WAN IP changes, the profile will no longer be able to connect.
muncheno
post Feb 21 2017, 12:32 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(eugene88 @ Feb 21 2017, 10:25 AM)
How to make OpenVPN work with any dynamic WAN IP?

When my WAN IP changes, the profile will no longer be able to connect.
*
Assume you already have your VPN working with direct ip from the wan/router.

Goto WAN -> DDNS to configure get dynamic address, example: yourname.ddns.net

Before this you need to register and create a domain from example of dyn, no-ip.com, change-ip.


David_78
post Feb 21 2017, 12:38 PM

Getting Started
**
Junior Member
140 posts

Joined: Dec 2008
I got it to load padavan asus rom awesome rom, the files

https://yadi.sk/d/6EpD2EpHmB82o

How to load it in russian youtube

https://www.youtube.com/watch?v=VQ35zI8W3ns
muncheno
post Feb 21 2017, 12:46 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(David_78 @ Feb 21 2017, 12:38 PM)
I got it to load padavan asus rom awesome rom, the files

https://yadi.sk/d/6EpD2EpHmB82o

How to load it in russian youtube

https://www.youtube.com/watch?v=VQ35zI8W3ns
*
Good for you.
You'll like the stability and features with padavan over stock firmware.
David_78
post Feb 21 2017, 03:10 PM

Getting Started
**
Junior Member
140 posts

Joined: Dec 2008
QUOTE(muncheno @ Feb 21 2017, 12:46 PM)
Good for you.
You'll like the stability and features with padavan over stock firmware.
*
Stock xiaomi rom is suck, slow.... capped my top speed and take alot of router cpu and ram resources, I had to tune it multiple time. to get max speed. Asus rom on the spot max speed take very little resources
eugene88
post Feb 21 2017, 11:20 PM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


QUOTE(muncheno @ Feb 21 2017, 12:32 PM)
Assume you already have your VPN working with direct ip from the wan/router.

Goto WAN -> DDNS to configure get dynamic address, example: yourname.ddns.net

Before this you need to register and create a domain from example of  dyn, no-ip.com, change-ip.
*
Yea I already have the VPN working with direct IP

After configuring DDNS, it will work without any further configurations?
lala_cai
post Feb 22 2017, 01:54 PM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


a quick question, since router 3 only supports 100Mbps ETH, should i consider to upgrade router if unifi 100Mbps?

so far this router 3 (padavan firmware) serving me well

am tempted to get asus AC68U for RM700+ at lazada sweat.gif

This post has been edited by lala_cai: Feb 22 2017, 01:56 PM
muncheno
post Feb 22 2017, 04:09 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(lala_cai @ Feb 22 2017, 01:54 PM)
a quick question, since router 3 only supports 100Mbps ETH, should i consider to upgrade router if unifi 100Mbps?

so far this router 3 (padavan firmware) serving me well

am tempted to get asus AC68U for RM700+ at lazada  sweat.gif
*
It depends. I'm on time 100mbps.
Currently using WS880 as main router and Mi-3 as repeater.

Depending on test server, speedtest via 5.8ghz AC still can give me DL: 9X UL:9X Mbps.

Then occasionally I get DL:9X UL:6X Mbps but my another WS880 will still give me full speed. I'm sure it is not repeater here as I use Mi-3 as main before.

My suggestion is to continue use Xiaomi, unless you have a lot of device connecting to it. AC68U is good options when mainly devices connected and also support AC wi-fi.

Just my 2-cents.
lala_cai
post Feb 22 2017, 04:42 PM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


QUOTE(muncheno @ Feb 22 2017, 04:09 PM)
It depends. I'm on time 100mbps.
Currently using WS880 as main router and Mi-3 as repeater.

Depending on test server, speedtest via 5.8ghz AC still can give me DL: 9X UL:9X Mbps.

Then occasionally I get DL:9X UL:6X Mbps but my another WS880 will still give me full speed. I'm sure it is not repeater here as I use Mi-3 as main before.

My suggestion is to continue use Xiaomi, unless you have a lot of device connecting to it. AC68U is good options when mainly devices connected and also support AC wi-fi.

Just my 2-cents.
*
okies. will stick to the router 3 1st till those wave2 routers become cheaper.
thanks again smile.gif
jianwei87
post Mar 1 2017, 09:36 PM

Casual
***
Junior Member
481 posts

Joined: Jan 2007
I'm configure the 2nd port for Maxis Fibre VOIP but it doesn't work.


Attached thumbnail(s)
Attached Image
iRonTech
post Mar 3 2017, 01:28 PM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
QUOTE(muncheno @ Feb 5 2017, 11:02 PM)
For those who interested to upgrade to latest commits.

Note: At your own-risk. I compile this for my Xiaomi routers use.

Xiaomi Mini
MI-MINI_3.4.3.9-099_5aa2a75.trx
https://mega.nz/#!to4TFbLY!k3XCeOEs...cr4V65P21Pi0Vzg
Xiaomi Mi-3
MI-3_3.4.3.9-099_5aa2a75.trx
https://mega.nz/#!d1QVEZhD!bJAjTO7o...BCEHd1IimY_dy9I
*
Attached Image

hello

say, if there is update on the mi-3 trx file, how am i able extract out from the vm prometheus ?



ok, manage find the trx file location smile.gif

will try replace maxiS Thomson TG784n Router on asus-ed m3 rclxm9.gif


asus-mi3 working flawlessly with maxis fibre onu alcatel lucent i240g, replaced with Thomson TG784n thumbup.gif

This post has been edited by iRonTech: Mar 5 2017, 03:11 PM
eugene88
post Mar 5 2017, 11:20 PM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


Once I've build the firmware in Prometheus, how can I export the trx file?
muncheno
post Mar 6 2017, 01:04 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(eugene88 @ Mar 5 2017, 11:20 PM)
Once I've build the firmware in Prometheus, how can I export the trx file?
*
Check your home folders, you should able to find it.
eugene88
post Mar 7 2017, 01:10 AM

Look at all my stars!!
*******
Senior Member
2,176 posts

Joined: Sep 2010


QUOTE(muncheno @ Mar 6 2017, 01:04 PM)
Check your home folders, you should able to find it.
*
I can find it but how can I transfer it from the VM to my Windows? hmm.gif
iRonTech
post Mar 7 2017, 11:01 AM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
QUOTE(eugene88 @ Mar 7 2017, 01:10 AM)
I can find it but how can I transfer it from the VM to my Windows?  hmm.gif
*
sudo su
mkdir /media/usb
mount /dev/sdb4 /media/usb (find out the sdb name --> https://linuxconfig.org/howto-mount-usb-drive-in-linux)
cp /home/user/rt-n56u/trunk/images/MI*.trx /media/usb







this is good detail mi3 guide, https://www.reddit.com/r/Xiaomi/comments/5d...om_firmware_on/

This post has been edited by iRonTech: Mar 15 2017, 12:08 PM
holloway
post Mar 7 2017, 01:42 PM

Getting Started
**
Junior Member
123 posts

Joined: Feb 2008
From: On the Ivy Bridge



Hi,

I have been using my Xiaomi Mi Wifi (manage to setup up padavan firmware) on it for couple of months already. But never bothered once to try Hypp TV. Today it just struck me i am on able to watch HyppTV at all.

i have already set

IPTV STB PORT : Lan 2
WAN : WAN
IPTV STB PORT Isolation: No or Isolation between router CPU Port or Isolation between WAN Bridges PORT
VLAN TAG Filter : ON
Internet: 500
VLAN: 600 *DHCP
VLAN LAN2: 600 *Untag

ANy thoughts? it manage to update itself earlier the hypptv(android and all that.) but after that no connection

Edit 1: after Network diagnostic

1. DNS connectivity: None
2. Multicast Connectivity: None

This post has been edited by holloway: Mar 7 2017, 01:49 PM
iRonTech
post Mar 15 2017, 12:10 PM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
this is the way revert back?

https://translate.googleusercontent.com/tra...Q#entry51025092Attached Image

This post has been edited by iRonTech: Mar 15 2017, 01:06 PM
muncheno
post Mar 15 2017, 03:58 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(iRonTech @ Mar 15 2017, 12:10 PM)
If already changed to Breed bootloader, i don't think about method work.
kenny79
post Mar 29 2017, 09:34 PM

Look at all my stars!!
*******
Senior Member
3,200 posts

Joined: Jan 2003
From: IPOH



QUOTE(lala_cai @ Feb 22 2017, 01:54 PM)
a quick question, since router 3 only supports 100Mbps ETH, should i consider to upgrade router if unifi 100Mbps?

so far this router 3 (padavan firmware) serving me well

am tempted to get asus AC68U for RM700+ at lazada  sweat.gif
*
Did u manage to get the VoIP in maxis work
ongbenghooi
post Apr 7 2017, 01:02 PM

Getting Started
**
Junior Member
99 posts

Joined: Jan 2011
I using Mi Wifi 3, after flash to Padavan Firmware I can online but HyppTV can't use show me no signal !

Anyone can help?


muncheno
post Apr 7 2017, 03:03 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(ongbenghooi @ Apr 7 2017, 01:02 PM)
I using Mi Wifi 3, after flash to Padavan Firmware I can online but HyppTV can't use show me no signal !

Anyone can help?
*
Screenshot your settings, maybe others can help.
bad-3_j
post Apr 8 2017, 06:57 AM

New Member
*
Newbie
3 posts

Joined: Apr 2017


can you install official asus n56u firmware on a xiaomi mi router 3 with padavan installed with prometheus?
ongbenghooi
post Apr 11 2017, 06:24 PM

Getting Started
**
Junior Member
99 posts

Joined: Jan 2011
Can I flash back to stock firmware?


ysllye
post May 8 2017, 10:43 PM

New Member
*
Newbie
3 posts

Joined: May 2017
Hi.

I m flashed my mi router mini to pandavan firmware. every thing goes well...
SSH firmware from Mi is now currently not able to download.. so i used telnet to the old version Dev Mi router firmware and it worked well.

My Hyppty now has problem. i m not able to watch the live channel.. those VOD no problem.. can switch channels but the picture didnt show up. when i turn on channel, says channel 108, the top screens bar showing i m on that channel but the picture didnt show up.. and the " satelite disk" icon appear.

play those vod movie no problem. the clock at my STB show the correct time..

what could it be. i've double triple check the vlan tagging .. follow exactly as guided... but still i cant watch my hyppty..

i dont want to use my DLink Dir-615... pls help
tqvm..



Attached thumbnail(s)
Attached Image
muncheno
post May 9 2017, 02:35 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(ysllye @ May 8 2017, 10:43 PM)
Hi.

I m flashed my mi router mini to pandavan firmware. every thing goes well...
SSH firmware from Mi is now currently not able to download.. so i used telnet to the old version Dev Mi router firmware and it worked well.

My Hyppty now has problem. i m not able to watch the live channel.. those VOD no problem.. can switch channels but the picture didnt show up. when i turn on channel, says channel 108, the top screens bar showing i m on that channel but the picture didnt show up.. and the " satelite disk" icon appear.

play those vod movie no problem. the clock at my STB show the correct time..

what could it be. i've double triple check the vlan tagging .. follow exactly as guided... but still i cant watch my hyppty..

i dont want to use my DLink Dir-615... pls help
tqvm..
*
Can you try off the IGMP Snooping options? By default it is on.
Sorry, I can remember where to find the option.


ysllye
post May 11 2017, 11:01 AM

New Member
*
Newbie
3 posts

Joined: May 2017
QUOTE(muncheno @ May 9 2017, 02:35 AM)
Can you try off the IGMP Snooping options? By default it is on.
Sorry, I can remember where to find the option.
*
I find it tonight see if it work after off that option.
tq

ysllye
post May 11 2017, 11:03 AM

New Member
*
Newbie
3 posts

Joined: May 2017
QUOTE(holloway @ Mar 7 2017, 01:42 PM)
Hi,

I have been using my Xiaomi Mi Wifi (manage to setup up padavan firmware) on it for couple of months already. But never bothered once to try Hypp TV. Today it just struck me i am on able to watch HyppTV at all.

i have already set

IPTV STB PORT : Lan 2
WAN : WAN
IPTV STB PORT Isolation: No or Isolation between router CPU Port or Isolation between WAN Bridges PORT
VLAN TAG Filter : ON
Internet: 500
VLAN: 600 *DHCP
VLAN LAN2: 600 *Untag

ANy thoughts? it manage to update itself earlier the hypptv(android and all that.) but after that no connection

Edit 1: after Network diagnostic

1. DNS connectivity: None
2. Multicast Connectivity: None
*
Hi. how r u

have you got your hypptv working? My has the same problem..
please guide me if you know how.

tqvm
holloway
post May 11 2017, 04:57 PM

Getting Started
**
Junior Member
123 posts

Joined: Feb 2008
From: On the Ivy Bridge



QUOTE(ysllye @ May 11 2017, 11:03 AM)
Hi. how r u

have you got your hypptv working? My has the same problem..
please guide me if you know how.

tqvm
*
Hi,

I did manage to get it up and running after few hours of trying and reading.
lala_cai
post May 12 2017, 10:52 AM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


Anybody tried plugging in HDD to the router?
It seems very unstable whereby sometimes unable to read file or unable to delete files.
muncheno
post May 12 2017, 12:21 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(lala_cai @ May 12 2017, 10:52 AM)
Anybody tried plugging in HDD to the router?
It seems very unstable whereby sometimes unable to read file or unable to delete files.
*
It could be not enough power from USB.

This post has been edited by muncheno: May 14 2017, 01:11 PM
coo|dude
post May 14 2017, 08:20 AM

Cool By The Pool!
******
Senior Member
1,064 posts

Joined: Oct 2008



anyone selling Xiaomi Router 3 here that has been rooted to Padavan ROM? Or provide such rooting service?

thanks,
iRonTech
post May 24 2017, 11:32 AM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
newer built available for mi 3/mini

cf494ea

Attached Image




waiting add in the asus air protection biggrin.gif

This post has been edited by iRonTech: May 24 2017, 11:33 AM
muncheno
post May 24 2017, 12:31 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(iRonTech @ May 24 2017, 11:32 AM)
newer built available for mi 3/mini

cf494ea

Attached Image
waiting add in the asus air protection  biggrin.gif
*
After you have build the firmware.
Can you share it here?

Thanks in advance.
iRonTech
post May 24 2017, 12:58 PM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
QUOTE(muncheno @ May 24 2017, 12:31 PM)
After you have build the firmware.
Can you share it here?

Thanks in advance.
*
here, https://mega.nz/#!dVAnBZ4A!V5A26H1a...bDYz673suwhnWnU
muncheno
post May 25 2017, 12:22 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(iRonTech @ May 24 2017, 12:58 PM)
Thanks.
I flashed ur build here and working.

iRonTech
post May 25 2017, 05:24 PM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
QUOTE(muncheno @ May 25 2017, 12:22 AM)
Thanks.
I flashed ur build here and working.
*
5aa2a75 built laptop 2.4Ghz wifi with 2 walls speedtest.net only 1/3, now almost 3/3

however, online gamers still advised 5Ghz avoid congested/interference
plikmuny
post May 27 2017, 02:44 PM

New Member
*
Junior Member
11 posts

Joined: Dec 2016
@Irontech: I have successfully flashed the padavan firmware on MI WiFi mini. But I am not able to successfully configure the openvpn settings. I have a router provided by ISP, how can I route all the Internet traffic through VPN in xiaomi with ISP router behind it?
I am really confused. Can u guide me pls?
iRonTech
post May 28 2017, 08:34 AM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
QUOTE(plikmuny @ May 27 2017, 02:44 PM)
@Irontech: I have successfully flashed the padavan firmware on MI WiFi mini. But I am not able to successfully configure the openvpn settings.  I have a router provided by ISP,  how can I route all the Internet traffic through VPN in xiaomi with ISP router behind it? 
I am really confused.  Can u guide me pls?
*
suppose it straight forward?Attached Image
plikmuny
post May 28 2017, 11:24 PM

New Member
*
Junior Member
11 posts

Joined: Dec 2016
QUOTE(iRonTech @ May 28 2017, 02:34 AM)
suppose it straight forward?Attached Image
*
Only PPTP Settings are working or can i get Openvpn to work ?
Could you pls guide me in Setting up OpenVPN. I am getting lost in the Settings of remote IP and the different Settings of Openvpn Server and Client Settings...
as i said before i have an ISP Router, to that i have connected with LAN Cable and i want to route the whole Internet Connection coming through Xiaomi WiFi Router through VPN.
I have an IP Address for ISP Router and i dont know where i am doing wrong but even after Setting up VPN Client and Server, i could Access Internet using Xiaomi Router but i dont think the VPN is fully functional, because my IP Address after connecting to Xiaomi Router is unchanged also the ads are not blocked !!!

I want to use OpenVPn mainly for geo-unblocking and Ad-Blocking.

I hope you can guide me. Is there a difference in using PPTP & OpenVPN in Terms of Speed and Security ?

Thanks for your help.
lala_cai
post May 29 2017, 12:07 PM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


QUOTE(iRonTech @ May 24 2017, 12:58 PM)
Thanks for the firmware. flashed it and working. so far so good.


Btw, on a different item, anybody managed to get a site to site vpn working?
Example I want to built a site-to-stie vpn from my house to my friend's house using the router (both using mi router 3 with padavan)

marcus_bread
post May 29 2017, 03:12 PM

On my way
****
Junior Member
506 posts

Joined: May 2010
am thinking to terminate the unifi and subscribe to Digi infinite plan.
so i got this mi 3 router, can i but a USB 4G modem and stick it to mi 3 router to use?
anyone sifu can confirm this. TQVM
iRonTech
post May 29 2017, 06:11 PM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
QUOTE(plikmuny @ May 28 2017, 11:24 PM)
Only PPTP Settings are working or can i get Openvpn to work ?
Could you pls guide me in Setting up OpenVPN. I am getting lost in the Settings of remote IP and the different Settings of Openvpn Server and Client Settings...
as i said before i have an ISP Router, to that i have connected with LAN Cable and i want to route the whole Internet Connection coming through Xiaomi WiFi Router through VPN.
I have an IP Address for ISP Router and i dont know where i am doing wrong but even after Setting up VPN Client and Server, i could Access Internet using Xiaomi Router but i dont think the VPN is fully functional, because my IP Address after connecting to Xiaomi Router is unchanged also the ads are not blocked !!!

I want to use OpenVPn mainly for geo-unblocking and Ad-Blocking.

I hope you can guide me. Is there a difference in using PPTP & OpenVPN in Terms of Speed and Security ?

Thanks for your help.
*
Attached Image
bad-3_j
post May 29 2017, 11:39 PM

New Member
*
Newbie
3 posts

Joined: Apr 2017


did anybody tried to install the official ac56u firmware on xiaomi mi 3 router which allready has padavan installed? and what's the result.
kelvin
post Jun 4 2017, 06:38 PM

Casual
***
Junior Member
467 posts

Joined: Jan 2003
how do i get the password for ssh fot the mi3 router.

I cant open d.miwifi.com/rom/ssh, says rom/ssh is not found on this server.
without it, i cannot ssh to the router. BTW, i am using vmware
any help is appreciated
kingofbob
post Jun 5 2017, 03:11 AM

New Member
*
Junior Member
20 posts

Joined: Apr 2005


QUOTE(muncheno @ May 24 2017, 12:31 PM)
After you have build the firmware.
Can you share it here?

Thanks in advance.
*
For those who wants the updated mi mini firmware: MI-MINI_3.4.3.9-099.cf494ea.trx
https://drive.google.com/open?id=0B2PJyILCA...cXFaaDJOMTE0bmM
Nando's
post Jun 5 2017, 11:53 AM

Casual
***
Junior Member
431 posts

Joined: Dec 2012
From: Kitchen
QUOTE(kingofbob @ Jun 5 2017, 03:11 AM)
For those who wants the updated mi mini firmware: MI-MINI_3.4.3.9-099.cf494ea.trx
https://drive.google.com/open?id=0B2PJyILCA...cXFaaDJOMTE0bmM
*
Thanks for sharing wink.gif

I'm currently using 3.4.3.9-099_aef4269, what if i want to update the firmware, I'll just upload this firmware and that's it?
biggrin.gif biggrin.gif
muncheno
post Jun 5 2017, 04:06 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(Nando's @ Jun 5 2017, 11:53 AM)
Thanks for sharing wink.gif

I'm currently using 3.4.3.9-099_aef4269, what if i want to update the firmware, I'll just upload this firmware and that's it?
biggrin.gif  biggrin.gif
*
Yes, direct upload from the webgui.
ongbenghooi
post Jun 5 2017, 04:34 PM

Getting Started
**
Junior Member
99 posts

Joined: Jan 2011
QUOTE(kingofbob @ Jun 5 2017, 03:11 AM)
For those who wants the updated mi mini firmware: MI-MINI_3.4.3.9-099.cf494ea.trx
https://drive.google.com/open?id=0B2PJyILCA...cXFaaDJOMTE0bmM
*
Can you share Mi Router 3 firmware to update.


Nando's
post Jun 5 2017, 05:29 PM

Casual
***
Junior Member
431 posts

Joined: Dec 2012
From: Kitchen
QUOTE(muncheno @ Jun 5 2017, 04:06 PM)
Yes, direct upload from  the webgui.
*
Thanks a lot! smile.gif
plikmuny
post Jun 5 2017, 06:08 PM

New Member
*
Junior Member
11 posts

Joined: Dec 2016
can i flash another Firmware for example Gargoyle or Openwrt or LEDE onto Xiaomi mi WiFi mini from Padavan ? it is saying failed flashing.
I am able to find a solution for setting up OpenVPN and Adblocking solution in Padavan.
Anyone here have an Idea ?
muncheno
post Jun 5 2017, 06:16 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(plikmuny @ Jun 5 2017, 06:08 PM)
can i flash another Firmware for example Gargoyle or Openwrt or LEDE onto Xiaomi mi WiFi mini from Padavan ? it is saying failed flashing.
I am able to find a solution for setting up OpenVPN and Adblocking solution in Padavan.
Anyone here have an Idea ?
*
Have you try this?
https://bitbucket.org/padavan/rt-n56u/wiki/...reOpenvpnServer

Must generate and install the certificate first.
plikmuny
post Jun 5 2017, 06:27 PM

New Member
*
Junior Member
11 posts

Joined: Dec 2016
QUOTE(kingofbob @ Jun 4 2017, 09:11 PM)
For those who wants the updated mi mini firmware: MI-MINI_3.4.3.9-099.cf494ea.trx
https://drive.google.com/open?id=0B2PJyILCA...cXFaaDJOMTE0bmM
*
Hi, i just flashed your firmware onto my mini , but i see you have removed OpenVPN support ? only PPTP and L2TP are available.
Any reason ? If i want to flash another Firmware like Openwrt, Gargoyle or DDwrt, how do i proceed ?
Thanks in advance
kingofbob
post Jun 6 2017, 01:07 AM

New Member
*
Junior Member
20 posts

Joined: Apr 2005


QUOTE(ongbenghooi @ Jun 5 2017, 04:34 PM)
Can you share Mi Router 3 firmware to update.
*
mi router 3 already someone posted up there
kingofbob
post Jun 6 2017, 01:09 AM

New Member
*
Junior Member
20 posts

Joined: Apr 2005


QUOTE(plikmuny @ Jun 5 2017, 06:27 PM)
Hi, i just flashed your firmware onto my mini , but i see you have removed OpenVPN support ? only PPTP and L2TP are available.
Any reason ? If i want to flash another Firmware like Openwrt, Gargoyle or DDwrt, how do i proceed ?
Thanks in advance
*
Sorry, that firmware was not the full version.
Here is the full version: MI-MINI_3.4.3.9-099.cf494ea.FULL.trx
https://drive.google.com/open?id=0B2PJyILCA...MHN1bzlLd1BmUzg

This post has been edited by kingofbob: Jun 6 2017, 02:52 AM
Nando's
post Jun 6 2017, 06:12 PM

Casual
***
Junior Member
431 posts

Joined: Dec 2012
From: Kitchen
--removed--

This post has been edited by Nando's: Jun 6 2017, 06:26 PM
plikmuny
post Jun 8 2017, 02:42 AM

New Member
*
Junior Member
11 posts

Joined: Dec 2016
QUOTE(kingofbob @ Jun 5 2017, 07:09 PM)
Sorry, that firmware was not the full version.
Here is the full version: MI-MINI_3.4.3.9-099.cf494ea.FULL.trx
https://drive.google.com/open?id=0B2PJyILCA...MHN1bzlLd1BmUzg
*
Thanks, but do you know how to flash gargoyle on top of Padavan?
Any help would be appreciated...
kingofbob
post Jun 8 2017, 10:09 AM

New Member
*
Junior Member
20 posts

Joined: Apr 2005


QUOTE(plikmuny @ Jun 8 2017, 02:42 AM)
Thanks,  but do you know how to flash gargoyle on top of Padavan?
Any help would be appreciated...
*
nope i only tried openwrt before unsuccessfully. router brick and cannot recover.
plikmuny
post Jun 9 2017, 05:20 AM

New Member
*
Junior Member
11 posts

Joined: Dec 2016
QUOTE(muncheno @ Jun 5 2017, 12:16 PM)
Have you try this?
https://bitbucket.org/padavan/rt-n56u/wiki/...reOpenvpnServer

Must generate and install the certificate first.
*
I did, but of no use . In fact I am doing something wrong I guess but I don't know what and where....
papyrous
post Jun 10 2017, 10:51 PM

Getting Started
**
Junior Member
214 posts

Joined: May 2017
I manage to flash Padavan for the older WiFi router, can't get vpn server to work, any guides?
poringkien
post Jun 11 2017, 08:57 PM

Getting Started
**
Junior Member
181 posts

Joined: Apr 2010
anyone tried to flash the xiaomi router 3C to support on maxis fiber ?
NetGi
post Jun 12 2017, 05:55 PM

Getting Started
**
Junior Member
95 posts

Joined: Nov 2014
From: Subang Jaya


QUOTE(I<3LYN @ Jan 6 2016, 08:02 PM)
vlan taggings to get it to work with Unifi & Hypptv
1. now the router should be flashed with the the firmware, it should be accessible at 192.168.1.1 with username: admin and password: admin.
2. now we’re going to configure the basic internet and iptv (for unifi, if you’re using maxis broadband you need to adjust the vlan accordingly) .
3. Click Advanced Settings -> WAN
4. WAN Connection type PPPoE
5. Under PPP VPN client setting key in your unifi account username and password
6. Under Ports Isolation and VLAN Filtering
7. Choose IPTV STB Port: LAN2 (last LAN port counting from left to right)
9. VLAN CPU (Internet) VID 500
8. VLAN CPU IPTV VID 600
9. VLVAN LAN2 VID 600
10. it should look something like this https://i.imgur.com/Cxmstbg.png
11. click apply
12. now you should be able to access the internet and Hypptv.
*
I am currently using XiaoMi Mi 3 Router. After flashing custom Padavan firmware and by following your steps, managed to get Unifi to work. Thanks!

QUOTE(fli_guy84 @ Aug 3 2016, 10:58 PM)
FameWolf
I have the same issue, not sure why.

Anyway, just compiled my firmware and had issues with HyppTV having no signal. After reading some posts, it is due to Multicast Traffic settings. HyppTV works again after disable the setting below:

user posted image
*
And by following your steps, managed to get HyppTV working as well (resolved my 'No Signal' issue). Thanks a bunch! rclxms.gif
poringkien
post Jun 14 2017, 07:22 PM

Getting Started
**
Junior Member
181 posts

Joined: Apr 2010
QUOTE(NetGi @ Jun 12 2017, 05:55 PM)
I am currently using XiaoMi Mi 3 Router. After flashing custom Padavan firmware and by following your steps, managed to get Unifi to work. Thanks!
And by following your steps, managed to get HyppTV working as well (resolved my 'No Signal' issue). Thanks a bunch!  rclxms.gif
*
Hi, may I know did the xiaomi router 3 after flashed, able to do bandwidth limit to certain ip/devices?

Thankss
lala_cai
post Jun 14 2017, 11:57 PM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


guys, need some help.

i have managed to get the OpenVPN tunnel to be connected however i cant seem to add the routing correctly.
it keeps showing error in the logs.

i only edited the my script for the OpenVPN on the peer_lan on the client side

QUOTE
#!/bin/sh

### Custom user script
### Called after internal VPN client connected/disconnected to remote VPN server
### $1        - action (up/down)
### $IFNAME  - tunnel interface name (e.g. ppp5 or tun0)
### $IPLOCAL  - tunnel local IP address
### $IPREMOTE - tunnel remote IP address
### $DNS1    - peer DNS1
### $DNS2    - peer DNS2

# private LAN subnet behind a remote server (example)
peer_lan="192.168.2.0"
peer_msk="255.255.255.0"

### example: add static route to private LAN subnet behind a remote server

func_ipup()
{
#  route add -net $peer_lan netmask $peer_msk gw $IPREMOTE dev $IFNAME
    route add -net $peer_lan netmask $peer_msk gw $IPREMOTE dev $IFNAME
  return 0
}

func_ipdown()
{
#  route del -net $peer_lan netmask $peer_msk gw $IPREMOTE dev $IFNAME
    route del -net $peer_lan netmask $peer_msk gw $IPREMOTE dev $IFNAME
  return 0
}

logger -t vpnc-script "$IFNAME $1"

case "$1" in
up)
  func_ipup
  ;;
down)
  func_ipdown
  ;;
esac
I keep getting this error

openvpn-cli[644]: ERROR: Linux route add command failed: external program exited with error status: 1


any ideas?
lala_cai
post Jul 2 2017, 03:32 AM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


forgot to update.
it seems I no need to do any route add as it was automaticaly added once you create a client account and the segment which tied with it.

unifi upgraded to 100mb and it seems mi router 3 still doing well on wifi

user posted image
zhihao4456
post Jul 27 2017, 07:18 PM

On my way
****
Senior Member
559 posts

Joined: Apr 2008
Guys, I gotten myself a Xiaomi Router 3 and flash to Padavan Firmware with the step guide link below
http://en.miui.com/thread-550069-1-1.html

After I have successfully flashed it, I did the settings as a Unifi user (100mbps) shown below

WAN CONNECTION SETTINGS:

Attached Image Attached Image


Wireless 2.4ghz CONNECTION SETTINGS:

Attached Image Attached Image


Wireless 5ghz CONNECTION SETTINGS:

Attached Image Attached Image


The rest of the connection settings is let it as default. However when I did the speedtest, I did not get the speed that I should be getting. Speedtest result shown below. All speedtest is done just right beside the router itself.

LAN CONNECTION SPEEDTEST:
* This is done on a laptop

Attached Image


Wireless 2.4ghz CONNECTION SPEEDTEST:
* This is done on Iphone 7

Attached Image


Wireless 5ghz CONNECTION SPEEDTEST:
* This is done on Iphone 7

Attached Image


Dear all sifus, may I know why I was not able to get at least 80% of the speed on Wifi connection speedtest? Thank You very much. notworthy.gif

** When I use the stock router DLink DIR-850L from TM, i was able to get normal speed of 80+mbps on 2.4ghz and 100+mbps on 5ghz

This post has been edited by zhihao4456: Jul 29 2017, 12:12 PM
zhihao4456
post Jul 28 2017, 08:55 AM

On my way
****
Senior Member
559 posts

Joined: Apr 2008
-CLOSED-

This post has been edited by zhihao4456: Jul 29 2017, 11:37 AM
tertiary
post Jul 31 2017, 11:35 AM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
QUOTE(muncheno @ Feb 5 2017, 11:02 PM)
For those who interested to upgrade to latest commits.

Note: At your own-risk. I compile this for my Xiaomi routers use.

Xiaomi Mini
MI-MINI_3.4.3.9-099_5aa2a75.trx
https://mega.nz/#!to4TFbLY!k3XCeOEs...cr4V65P21Pi0Vzg
Xiaomi Mi-3
MI-3_3.4.3.9-099_5aa2a75.trx
https://mega.nz/#!d1QVEZhD!bJAjTO7o...BCEHd1IimY_dy9I
*
Thanks for this. rclxms.gif

Can flash the above straight to Mi-3 from stock webGUI? Or have to flash developer firmware first?

Any later version you compiled already?
muncheno
post Jul 31 2017, 07:09 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(tertiary @ Jul 31 2017, 11:35 AM)
Thanks for this.  rclxms.gif

Can flash the above straight to Mi-3 from stock webGUI? Or have to flash developer firmware first?

Any later version you compiled already?
*
No. Can not flash direct on stock for firmware. Pls read!

Later firmware, available but from other user . Use search function!
tertiary
post Jul 31 2017, 09:26 PM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
QUOTE(muncheno @ Jul 31 2017, 07:09 PM)
No. Can not flash direct on stock for firmware. Pls read!

Later firmware, available but from other user . Use search function!
*
But OP doesn't agree with you. Post #18:

QUOTE(I<3LYN @ Jan 12 2016, 11:30 AM)
yes, you can. You can flash it from any firmware as long as it is the same router.
*
Confusing

muncheno
post Aug 1 2017, 06:28 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(tertiary @ Jul 31 2017, 09:26 PM)
But OP doesn't agree with you. Post #18:
Confusing
*
Fine, you go ahead flash it then. smile.gif
Since you asked and I told you can't flash direct on stock.
After all it is not my router here.

Just my 2-cents.
Cheers and good luck.

tertiary
post Aug 3 2017, 11:00 AM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
QUOTE(muncheno @ Aug 1 2017, 06:28 AM)
Fine, you go ahead flash it then. smile.gif
Since you asked and I told you can't flash direct on stock.
After all it is not my router here.

Just my 2-cents.
Cheers and good luck.
*
I tried every shortcut I could think of, but I have to report that you are correct. My own findings with the MI 3:

1. .trx files cannot be flashed from the stock firmware.

2. .trx files cannot be flashed from the developer firmware 2.11.20 (that interface is in Chinese btw).

3. I thought Prometheus might allow me to flash the .trx that Muncheno linked in this thread in February. I put it on a usb stick. Ran the VM, Quit out of Prometheus and issued the following commands from # prompt:

sudo su
mkdir /media/usb
mount /dev/sdb1 /media/usb (dev ID can be found by command fdisk -l)
cp /media/usb/MI*.trx /home/user/rt-n56u/trunk/images

The command executed but Prometheus would not recognise the pre-built image, and I couldn't even ls the images folder to see if it was there. I think this is by design, to limit FW distribution.

Anyway, I finally gave up, bit the bullet and built the toolchain and firmware from scratch. It took about two hours on my slow ass laptop.

This is the clearest set of instructions: http://en.miui.com/thread-550069-1-1.html
The appendix of this Reddit post has some useful tips about customising the build: https://www.reddit.com/r/Xiaomi/comments/5d...om_firmware_on/

If you already have Padavan on your own Mi 3, then I offer you the build that I made on 2nd August 2017. No customisations and only a couple of skins. FLASH AT YOUR OWN RISK, YOUR TESTICLES MAY WITHER AND YOUR FAMILY DISOWN YOU ETC ETC. MI 3 ONLY, NOT MINI!!!!!:

https://mega.nz/#!9PAHSaKR!vzmgSFkr...QpKUqKG9YaLQcn0

Hope this helps someone smile.gif

This post has been edited by tertiary: Aug 3 2017, 11:01 AM
tertiary
post Aug 5 2017, 10:22 AM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
Here's a tip for blocking adverts using a hosts file on the Padavan FW Mi-3.

Go to http://4pda.ru/forum/index.php?showtopic=686221&st=1220 and find the post by aarnet near the bottom. I used the first set of instructions (expand the first blue box), translated with Google. BUT when copying and pasting the code in the pink boxes, use the untranslated version because the translation puts extra spaces in the code which breaks it.

After reboot, none of your devices connected to the Mi-3 will display ads smile.gif
skydrake
post Aug 12 2017, 03:08 PM

XiiX
*****
Senior Member
992 posts

Joined: May 2009


hi sifu,

I have problem connecting to maxis using below settings,

mi 3 router flashed to padavan 5aa2a75, vlan tag to 621 with pppoe maxis user name n pwd sets. the rest defaults. I remove the thomson from huawei hg8240h port 1 to mi3 WAN port *assume i don't care the iptv first, set later perhaps* I still can't access to Internet.

what did i missed?

This post has been edited by skydrake: Aug 12 2017, 03:12 PM
skydrake
post Aug 12 2017, 03:18 PM

XiiX
*****
Senior Member
992 posts

Joined: May 2009


QUOTE(jianwei87 @ Mar 1 2017, 09:36 PM)
I'm configure the 2nd port for Maxis Fibre VOIP but it doesn't work.
*
hi, can share how u set the Internet for maxis? I seems missing something and not able to connect.

i had the padavan 5aa2a75 on mi3 sets maxis user name n pwd pppoe and vlan tagged 621. removed the thomson from huawei hg8240h port 1 and connected to mi3 WAN. still not able to connect Internet. not sure what's missing, pls help.
orangpelupa
post Aug 12 2017, 03:45 PM

New Member
*
Junior Member
32 posts

Joined: Dec 2008
QUOTE(tertiary @ Aug 3 2017, 10:00 AM)
I tried every shortcut I could think of, but I have to report that you are correct. My own findings with the MI 3:

1. .trx files cannot be flashed from the stock firmware.

2. .trx files cannot be flashed from the developer firmware 2.11.20 (that interface is in Chinese btw).

3. I thought Prometheus might allow me to flash the .trx that Muncheno linked in this thread in February. I put it on a usb stick. Ran the VM, Quit out of Prometheus and issued the following commands from # prompt:

sudo su
mkdir /media/usb
mount /dev/sdb1 /media/usb (dev ID can be found by command fdisk -l)
cp /media/usb/MI*.trx /home/user/rt-n56u/trunk/images

The command executed but Prometheus would not recognise the pre-built image, and I couldn't even ls the images folder to see if it was there. I think this is by design, to limit FW distribution.

Anyway, I finally gave up, bit the bullet and built the toolchain and firmware from scratch. It took about two hours on my slow ass laptop.

This is the clearest set of instructions: http://en.miui.com/thread-550069-1-1.html
The appendix of this Reddit post has some useful tips about customising the build: https://www.reddit.com/r/Xiaomi/comments/5d...om_firmware_on/

If you already have Padavan on your own Mi 3, then I offer you the build that I made on 2nd August 2017. No customisations and only a couple of skins. FLASH AT YOUR OWN RISK, YOUR TESTICLES MAY WITHER AND YOUR FAMILY DISOWN YOU ETC ETC. MI 3 ONLY, NOT MINI!!!!!:

https://mega.nz/#!9PAHSaKR!vzmgSFkr...QpKUqKG9YaLQcn0

Hope this helps someone smile.gif
*
does it have the ability to change WiFi mac address? (it was introduced in Padavan 4 firmware)
tertiary
post Aug 13 2017, 03:08 PM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
QUOTE(orangpelupa @ Aug 12 2017, 03:45 PM)
does it have the ability to change WiFi mac address? (it was introduced in Padavan 4 firmware)
*
I can't see that option in the GUI. Maybe this is the answer?:
https://bitbucket.org/padavan/rt-n56u/issue...ess-mac-address
orangpelupa
post Aug 14 2017, 09:33 AM

New Member
*
Junior Member
32 posts

Joined: Dec 2008
QUOTE(tertiary @ Aug 13 2017, 02:08 PM)
I can't see that option in the GUI. Maybe this is the answer?:
https://bitbucket.org/padavan/rt-n56u/issue...ess-mac-address
*
oooh nifty! thanks!
tertiary
post Aug 23 2017, 11:42 AM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
I'm not hugely impressed by the Padavan Wifi performance on 5GHz. I have Time 100mb/s and I get very near that with LAN cable, but Wifi varies between 50-80mb/s (Ookla speedtest).

EDIT: I reinstalled my laptop wifi drivers and now getting 94mb/s up and down. False alarm.

This post has been edited by tertiary: Aug 23 2017, 12:35 PM
muncheno
post Aug 25 2017, 12:35 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
Xiaomi Router 3G is out.
Anyone here is getting it?

Xiaomi upgraded to a faster CPU, now support 1gbps Wan and USB3.0

Aliexpress is pricing it around rm250.

I saw in Promothues, seem it is also support Padavan firmware.

This post has been edited by muncheno: Aug 25 2017, 12:37 AM
tertiary
post Aug 25 2017, 10:00 AM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
QUOTE(muncheno @ Aug 25 2017, 12:35 AM)
Xiaomi Router 3G is out.
Anyone here is getting it?

Xiaomi upgraded to a faster CPU, now support 1gbps Wan and USB3.0

Aliexpress is pricing it around rm250.

I saw in Promothues, seem it is also support Padavan firmware.
*
Also at Gearbest: https://www.gearbest.com/wireless-routers/pp_642436.html

According to the Russian forum "MiWiFi firmware based on OpenWRT has an interface in Chinese. The output of the English firmware for Hong Kong and Taiwan is possible.
At the moment, third-party firmware at the stage of assembly and testing. Firmware for developers with access to SSH is not yet available."
http://4pda.ru/forum/lofiversion/index.php?t837667.html

zhihao4456
post Aug 25 2017, 12:55 PM

On my way
****
Senior Member
559 posts

Joined: Apr 2008
QUOTE(muncheno @ Aug 25 2017, 12:35 AM)
Xiaomi Router 3G is out.
Anyone here is getting it?

Xiaomi upgraded to a faster CPU, now support 1gbps Wan and USB3.0

Aliexpress is pricing it around rm250.

I saw in Promothues, seem it is also support Padavan firmware.
*
can get it cheaper in KL already~ flash it like normal Mi3?
tertiary
post Aug 25 2017, 06:33 PM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
QUOTE(zhihao4456 @ Aug 25 2017, 12:55 PM)
can get it cheaper in KL already~ flash it like normal Mi3?
*
Read my post above yours
zhihao4456
post Aug 26 2017, 02:16 AM

On my way
****
Senior Member
559 posts

Joined: Apr 2008
QUOTE(tertiary @ Aug 25 2017, 06:33 PM)
Read my post above yours
*
sry my bad.... we will just wait and see whether it will turn out great or not then~

but the only changes with Mi Router 3 is more rom, more ram, gigabit ethernet and usb 3.0~ somehow felt it will be not much diff but we will see when it is ready =D
jio
post Aug 26 2017, 02:54 AM

Casual
***
Junior Member
383 posts

Joined: May 2005
Mi Router 3G fixed the biggest grip I had with the Mi Router 3, which is the lack of gigabit ethernet. Even single stream ac wifi can easily saturate 100mbit ethernet single direction. What interest me more is the SoC MT7621A is the same as in the EdgeRouter-X & Mikrotik RB750Gr3, which will make this (& R3P) a powerful & affordable IPsec VPN server/client with with built-in wifi if IKEv2 VPN + HW IPsec support is added to the firmware (xiaomi or 3rd party).
muncheno
post Aug 26 2017, 11:50 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
For sharing, just compile the firmware on this morning.

MI-3_3.4.3.9-099_1aae35d.trx

Padavan Commits
muncheno
post Aug 26 2017, 01:23 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(muncheno @ Aug 26 2017, 11:50 AM)
For sharing, just compile the firmware on this morning.

MI-3_3.4.3.9-099_1aae35d.trx

Padavan Commits
*
Another is for Xiaomi Mini

MI-MINI_3.4.3.9-099_1aae35d.trx

Padavan Commits
tertiary
post Aug 27 2017, 10:21 AM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
QUOTE(zhihao4456 @ Aug 26 2017, 02:16 AM)
sry my bad.... we will just wait and see whether it will turn out great or not then~

but the only changes with Mi Router 3 is more rom, more ram, gigabit ethernet and usb 3.0~ somehow felt it will be not much diff but we will see when it is ready =D
*
Latest news is that you can flash the 3G with Padavan without using UART. Read page 27 here: http://4pda.ru/forum/lofiversion/index.php?t837667-520.html

But some people report problems with Wifi lag, so clearly the FW is not fully optimised yet.
zhihao4456
post Aug 27 2017, 11:30 AM

On my way
****
Senior Member
559 posts

Joined: Apr 2008
QUOTE(tertiary @ Aug 27 2017, 10:21 AM)
Latest news is that you can flash the 3G with Padavan without using UART. Read page 27 here: http://4pda.ru/forum/lofiversion/index.php?t837667-520.html

But some people report problems with Wifi lag, so clearly the FW is not fully optimised yet.
*
wow, progress was fast~ hopefully it can soon be stabled up
ed0gawa
post Sep 2 2017, 11:49 PM

coconut
*******
Senior Member
4,398 posts

Joined: Jan 2003




QUOTE(I<3LYN @ Jan 6 2016, 08:02 PM)
Warning/Disclaimer:  It might brick your device if you don’t understand what you’re doing. I am not responsible for any things that happened to your device or you. It will be much easier for you if you had experience with linux commands and/or flashed a router with custom firmware before.

Xiaomi Router Mini is probly one of  the cheapest dual band wifi router you can get in the market and it is very powerful device for its price. Luckily for me, i purchased it for only RM60ish including shipping from china, the promotion is already expired though.

First thing i realized when i got the Xiaomi Router is, it doesn’t work with Unifi due to non customizable VLAN tags on the official firmware which is expected due to I did some research before I purchase the device. Hence, I flashed it with OpenWrt. I was expecting OpenWrt to work perfectly with Xiaomi Router Mini. However, I soon realized i was wrong. After some tinkering, I found that not only wireless AC doesn’t work (unable to get the driver working), i am unable to get Hypptv (issues with vlan tagging but only for iptv specifically, PPPoE works fine) working as well.

After I failed to get it working, I tried PandoraBox as well but PandoraBox can’t even support vlan tagging correctly.

I was almost ready to give up... until i found a promising firmware by hiboyhiboyhiboy ( http://www.right.com.cn/forum/thread-161324-1-1.html it is in chinese if you can read) . I've compiled my own version of Padavan firmware, you can check Files you need (to download) section for the link. It customized based on Padavan ( https://bitbucket.org/padavan/rt-n56u ). If you want, you can compile it from the source by following this guide ( https://bitbucket.org/padavan/rt-n56u/wiki/...wToMakeFirmware ).

Updates:
08 January 2016, I've compiled my own version of Padavan's firmware with minimum customization, with come with OpenVPN support and remapped the GPIO and some ports accordingly for Xiaomi Miwifi Mini router. It is compiled from latest commit ( ba454a7 )

Files you need (to download)
1.  Breed bootloader
2. Custom Padavan firmware megablue edition v1
For those who had experience with flashing a router this is the short version or overview of the guide.
1. Gain access to the router console either telnet or ssh or web based console
2. Installing the custom bootloader - Breed
3. Boot into Breed, install the Padavan firmware
4. Do the basic configures and vlan taggings to get it to work with Unifi or Maxis broadband
Gain access to the router console either telnet or ssh or web based console
there are various ways to gain access the to console, I only show the easiest way that I found on ( https://wiki.openwrt.org/toh/xiaomi/mini )

1. Connect to your PC to your router with ethernet cable
2. Power on and setup the Xiaomi router until it reboots and gets IP address 192.168.31.1
3. Log-in into the router and grab the value of the stok URL parameter (for instance: "9c2428de4d17e2db7e5a6a337e6f57a3")
4. Replace the <STOK> placeholder and load this URL in your browser or curl, this will start telnetd on the router:
CODE
http://192.168.31.1/cgi-bin/luci/;stok=<STOK>/api/xqnetwork/set_wifi_ap?ssid=whatever&encryption=NONE&enctype=NONE&channel=1%3B%2Fusr%2Fsbin%2Ftelnetd

5. It should spit out some wifi error code, that is ok, don't worry.
6. Replace the <STOK> placeholder, the current password and the desired root password and load this URL in your browser or curl, this will set the router root password
CODE
http://192.168.31.1/cgi-bin/luci/;stok=<STOK>/api/xqsystem/set_name_password?oldPwd=<CURRENTPASS>&newPwd=<NEWPASS>

It should spit out: {"code":0}
7. Telnet to the router, enter user root and NEWPASS chosen above.

Installing the custom bootloader - Breed
1. Now i assuming you have access to your router console/telnet/ssh.
2. This is the risky part, proceed with extreme caution as a broken bootloader could brick your router, the only way for you to revive the router would be 3. physically wire the TTL connection to rewrite the bootloader.
4. Download Breed for Xiaomi router mini ( http://breed.hackpascal.net/r802%20%5b2015...iaomi-mini.bin) .
5. Copy it to the root directory of a usb thumb drive (1GB free space is more than enough) with FAT/FAT32 partition.
6. Plug the thumb drive into the router.
7. at the console, type 
CODE
cd /extdisks/sda1/
follow by
CODE
ls -l
you should be able to see the breed-mt7620-xiaomi-mini.bin
8. type
CODE
cat /proc/mtd
it will list out the partitions on the router flash chip.
9. look for "Bootloader" it should be listed as  mtd1: 00030000 00010000 "Bootloader"
10. now dump a backup of the partition to your usb drive with following command
CODE
dd if=/dev/mtd1 of=/extdisks/sda1/Bootloader.bin

11. you should also create a backup for all other partitions listed with
CODE
cat /proc/mtd
as well, just name them accordingly.
12. now you’re ready to install the custom bootloader, type
CODE
mtd -r write breed-mt7620-xiaomi-mini.bin Bootloader

13. it should shows rebooting when the installation is complete.

Boot into Breed, install the Padavan firmware
1. download the custom Padavan firmware megablue edition v1 and unzip it (you dont need to unzip it, it is already in the extracted form)
2. power off your router, look for a pinhole at the back of your router, press and hold it with a pin, while holding the button in the pinhole, power on your router.
3. release the pinhole button when you see orange/yellow light is blinking.
4. open your browser (preferably Chrome) and type 192.168.1.1 into the address bar.
7. you should be able to access the Breed web interface (in chinese but i will guide you!).
8. Now select the second button on the menu it should says 固件更新
9. now you should be located at http://192.168.1.1/upgrade.html select 固件 and upload the custom Padavan firmware. it should look like this https://i.imgur.com/28pq86W.png
10. wait for the progress bar to complete, it should reboots automatically.
11. you might need to boot into Breed for the second time to reset the default settings for the Padavan firmware. to reset the settings, click the 5th button on the menu, the select Config 區 (公版). It should look like this https://i.imgur.com/oFjNtBm.png
click 執行 to reset the settings,

vlan taggings to get it to work with Unifi & Hypptv
1. now the router should be flashed with the the firmware, it should be accessible at 192.168.1.1 with username: admin and password: admin.
2. now we’re going to configure the basic internet and iptv (for unifi, if you’re using maxis broadband you need to adjust the vlan accordingly) .
3. Click Advanced Settings -> WAN
4. WAN Connection type PPPoE
5. Under PPP VPN client setting key in your unifi account username and password
6. Under Ports Isolation and VLAN Filtering
7. Choose IPTV STB Port: LAN2 (last LAN port counting from left to right)
9. VLAN CPU (Internet) VID 500
8. VLAN CPU IPTV VID 600
9. VLVAN LAN2 VID 600
10. it should look something like this https://i.imgur.com/Cxmstbg.png
11. click apply
12. now you should be able to access the internet and Hypptv.
while the rest of the router functions pretty much self-explanatory. i am too lazy to continue as the guide is already extremely long for my taste, There are a lot of things you can do with the Padavan firmware (google it for details)

Now enjoy better network performance with highly affordable price smile.gif
*
QUOTE(iRonTech @ May 24 2017, 12:58 PM)
Hi, I have a Mi3 router that I bought long time ago, kept in my car boot for ages.

Would like to flash it to 'padavan' so that I can use it with my UNIFI.

May I know, IF i want to use the 'latest' compilation by IronTech, which part of the flashing tutorial should be replace with his file?
zhihao4456
post Sep 6 2017, 09:21 AM

On my way
****
Senior Member
559 posts

Joined: Apr 2008
QUOTE(muncheno @ Aug 26 2017, 11:50 AM)
For sharing, just compile the firmware on this morning.

MI-3_3.4.3.9-099_1aae35d.trx

Padavan Commits
*
thank you very much, appreciate your effort
tertiary
post Sep 6 2017, 04:41 PM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
QUOTE(ed0gawa @ Sep 2 2017, 11:49 PM)
Hi, I have a Mi3 router that I bought long time ago, kept in my car boot for ages.

Would like to flash it to 'padavan' so that I can use it with my UNIFI.

May I know, IF i want to use the 'latest' compilation by IronTech, which part of the flashing tutorial should be replace with his file?
*
First of all you should NOT follow the instructions you quoted, they will probably brick your Mi 3. Only Mini uses Breed bootloader, not Mi 3.

Look back at some of my old posts and you will find some links to help you.

AFAIK there is no way to flash a pre-built firmware using Prometheus script. You have to build the toolchain and FW yourself and flash using SSH. Once you have Padavan on your router, THEN you can flash other pre-built FW via the webgui.


darso
post Sep 16 2017, 02:10 AM

New Member
*
Newbie
2 posts

Joined: Sep 2017
Hi guys, I just wanted to ask if all of you who have the Mi Router 3 with Padavan installed have the VPN options available.

I got the Mi 3 a coule of years ago, took me a while to install Padavan but I managed to do so.

What I found is that everything works ok but I don't have any VPN Client & Server options menu item.

These days I've been trying to find out why it's missing, I updated the Padavan scripts and source code, checked that OpenVPN was enabled in the firmware module configuration and rebuilt the firmware.

I uploaded it but the VPN options are still not there. I even changed the Skin in the firmware config options to check that it indeed changes, rebuilt and reuploaded with success on the Skin change, but nothing on the VPN again.

My final try was today when I flahed the @muncheno firmware that he uploaded some days ago. Still no VPN.

Do any of you have a clue about why it's not showing the VPN options? It's not the 3c version, it's the Mi Router 3, with AC wifi.

Thanks in advance
muncheno
post Sep 16 2017, 07:38 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(darso @ Sep 16 2017, 02:10 AM)
Hi guys, I just wanted to ask if all of you who have the Mi Router 3 with Padavan installed have the VPN options available.

I got the Mi 3 a coule of years ago, took me a while to install Padavan but I managed to do so.

What I found is that everything works ok but I don't have any VPN Client & Server options menu item.

These days I've been trying to find out why it's missing, I updated the Padavan scripts and source code, checked that OpenVPN was enabled in the firmware module configuration and rebuilt the firmware.

I uploaded it but the VPN options are still not there. I even changed the Skin in the firmware config options to check that it indeed changes, rebuilt  and reuploaded with success on the Skin change, but nothing on the VPN again.

My final try was today when I flahed the @muncheno firmware that he uploaded some days ago. Still no VPN.

Do any of you have a clue about why it's not showing the VPN options? It's not the 3c version, it's the Mi Router 3, with AC wifi.

Thanks in advance
*
Have you try to reset?
If not, save your setting and reset?
It sbould be there.

My Mi router is used as repeater mode nowdays, too lazy to change to router mode to check.
darso
post Sep 19 2017, 12:34 AM

New Member
*
Newbie
2 posts

Joined: Sep 2017
QUOTE(muncheno @ Sep 16 2017, 12:38 AM)
Have you try to reset?
If not, save your setting  and reset?
It sbould be there.

My Mi router is used as repeater mode nowdays, too lazy to change to router mode to check.
*
Dude, how dumb I am, I was on AP mode and that seems to hide the VPN options, thanks to you for making me reboot.

Shame I can't have the VPN options on AP mode, can't undestand why it would be conflicting with the AP mode.

Thanks again.
qxcheng
post Sep 19 2017, 01:00 PM

New Member
*
Newbie
2 posts

Joined: Feb 2011
Any xiaomi R1D user here?
iRonTech
post Sep 20 2017, 11:33 AM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
QUOTE(ed0gawa @ Sep 2 2017, 11:49 PM)
Hi, I have a Mi3 router that I bought long time ago, kept in my car boot for ages.

Would like to flash it to 'padavan' so that I can use it with my UNIFI.

May I know, IF i want to use the 'latest' compilation by IronTech, which part of the flashing tutorial should be replace with his file?
*
3, 3s https://www.reddit.com/r/Xiaomi/comments/5d...om_firmware_on/

if mi mini, follow #1 this thread
iRonTech
post Oct 9 2017, 09:55 AM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
the old prometheus script update seem problem, here the new vm

https://yadi.sk/d/6EpD2EpHmB82o

http://prometheus.freize.net/



MI-3_3.4.3.9-099.1aae35d

commits up to 1aae35d
kyu85
post Oct 9 2017, 03:22 PM

Zzzzzz
******
Senior Member
1,028 posts

Joined: Dec 2006


Any1 with unifi have try this router?
http://www.lazada.com.my/mi-router-3-76726...Ny&ff=1&sc=GTcC
tertiary
post Oct 9 2017, 04:09 PM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
QUOTE(kyu85 @ Oct 9 2017, 03:22 PM)
Best to read the rest of this thread. Unifi will only work with Padavan firmware on Mi 3 router. I had it working but now switched to Time.

And you can get it cheaper than RM149. Mine was about 110.

kyu85
post Oct 9 2017, 06:47 PM

Zzzzzz
******
Senior Member
1,028 posts

Joined: Dec 2006


QUOTE(tertiary @ Oct 9 2017, 04:09 PM)
Best to read the rest of this thread. Unifi will only work with Padavan firmware on Mi 3 router. I had it working but now switched to Time.

And you can get it cheaper than RM149. Mine was about 110.
*
thx u for the feedback
lala_cai
post Oct 14 2017, 10:05 PM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


By any chance anybody got the latest commit of 45e2740 firmware for MI-3?
Can share?

This post has been edited by lala_cai: Oct 14 2017, 10:05 PM
tertiary
post Oct 17 2017, 09:40 AM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
Any fix available for the WPA2 Krack vulnerability, assuming it affects Padavan FW?
danthe88
post Oct 24 2017, 03:39 AM

New Member
*
Newbie
1 posts

Joined: Oct 2017


Hi guys, anybody else having problem with 'Transmission' and yellow warning sign informing 'connection failed'? Torrent is downloading but very slow, and on PC it has full speed.
Attached Image
Spartaces
post Nov 7 2017, 12:18 AM

New Member
*
Newbie
12 posts

Joined: Oct 2017
Hello, who can flash Router Xiaomi 3 for me. I don't know how because the first attempt is fail. I just realize that i am not using ssh but telnet. So i don't know how the step. If anybody can help to flash, i'll pay rm50 include postage to sent the router to the person and the person send to me back. But if my router is damage/ unsuccessful to flashed, i will not pay anything. Please... cry.gif
muncheno
post Nov 7 2017, 12:16 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(Spartaces @ Nov 7 2017, 12:18 AM)
Hello, who can flash Router Xiaomi 3 for me. I don't know how because the first attempt is fail. I just realize that i am not using ssh but telnet. So i don't know how the step. If anybody can help to flash, i'll pay rm50 include postage to sent the router to the person and the person send to me back. But if my router is damage/ unsuccessful to flashed, i will not pay anything. Please...  cry.gif
*
What step are you in?
Where do you really failed?

Current the router is running on xiaomi development firmware? Or stable firmware?
Spartaces
post Nov 7 2017, 11:08 PM

New Member
*
Newbie
12 posts

Joined: Oct 2017
QUOTE(muncheno @ Nov 7 2017, 12:16 PM)
What step are you in?
Where do you really failed?

Current the router is running on xiaomi development firmware? Or stable firmware?
*
TAKE NOTE that it is Xiaomi Router 3, not mini.
I use TP LINK MR3420, got internet from usb 3g modem that i put into the tplink. So the Xiaomi Router is used as repeater by lan cable from the tp link. I can't flash it through ssh point because a member from Device Team in Miui website suggested me to flash it by connecting lan wire from the Xiaomi to my laptop. But then i don't know the steps, i can't enter 0 to check ssh connection through the process since i am using lan cable. So the flash process failed. Any idea of how to flash the router by lan cable?


Attached thumbnail(s)
Attached Image
muncheno
post Nov 8 2017, 08:40 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(Spartaces @ Nov 7 2017, 11:08 PM)
TAKE NOTE that it is Xiaomi Router 3, not mini.
I use TP LINK MR3420, got internet from usb 3g modem that i put into the tplink. So the Xiaomi Router is used as repeater by lan cable from the tp link. I can't flash it through ssh point because a member from Device Team in Miui website suggested me to flash it by connecting lan wire from the Xiaomi to my laptop. But then i don't know the steps, i can't enter 0 to check ssh connection through the process since i am using lan cable. So the flash process failed. Any idea of how to flash the router by lan cable?
*
Link is shared by irontech on top recently, yet you failed to follow and tell which step are you in.
We need to know what exactly you did that lead you to failure.

If you wanted to pay for the flashing, fine by me.

Sorry dont know how to help you there.

My advise is follow exactly the steps, if need help explain what have been done and where the failure. Good luck.


Spartaces
post Nov 8 2017, 08:43 PM

New Member
*
Newbie
12 posts

Joined: Oct 2017
QUOTE(muncheno @ Nov 8 2017, 08:40 AM)
Link is shared by irontech on top recently, yet you failed to follow and tell which step are you in.
We need to know what exactly you did that lead you to failure.

If you wanted to pay for the flashing, fine by me.

Sorry dont know how to help you there.

My advise is follow exactly the steps, if need help explain what have been done and where the failure. Good luck.
*
I followed every step carefully. Can you check a thread in Miui post about the tutorial? I'll paste a link later. I follow ever step carefully but until one step , it is 'press 0 to check SSH connection" at this time i failed. When i press 0 nothing appear. Just the number zero under the home menu. Even when i try to change language from Rusia o English by press 2, it failed. The developer team member said it was because i was connecting my router to my laptop using lan cable. So the step should be different at that point but he also don't know how the step will be because he only know using SSH connection.

Do you have ever flash Xiaomi Router 3?? Using multiple methods? I also asked an IT people but he said he's not familiar with Xiaomi. And the dev team member in MIUI forum also said that not many people knows about it. If you're confident to flash my router without damaging it, i'll post to you.
Spartaces
post Nov 8 2017, 08:47 PM

New Member
*
Newbie
12 posts

Joined: Oct 2017
QUOTE(muncheno @ Nov 8 2017, 08:40 AM)
Link is shared by irontech on top recently, yet you failed to follow and tell which step are you in.
We need to know what exactly you did that lead you to failure.

If you wanted to pay for the flashing, fine by me.

Sorry dont know how to help you there.

My advise is follow exactly the steps, if need help explain what have been done and where the failure. Good luck.
*
This is the link of tutorial

http://en.miui.com/forum.php?mod=viewthrea...e=2#pid10733139


Hi , can you share the link that shared by irontech??

This post has been edited by Spartaces: Nov 8 2017, 08:48 PM
muncheno
post Nov 9 2017, 08:31 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(Spartaces @ Nov 8 2017, 08:47 PM)
This is the link of tutorial

http://en.miui.com/forum.php?mod=viewthrea...e=2#pid10733139
Hi , can you share the link that shared by irontech??
*

8 posts before the post below!

https://forum.lowyat.net/index.php?showtopi...post&p=86939220

Ur problem is easily fix. Read yourself or find a taker to take your rm50.
tertiary
post Nov 9 2017, 09:01 AM

On my way
****
Junior Member
664 posts

Joined: Nov 2016
@spartaces

I think maybe there is some confusion about your internet link. The laptop/PC where you run the Prometheus VM needs to have internet, either through connection to an old router or with 3G modem or whatever. The LAN cable link to the Mi 3 is for building the firmware and flashing only.

Internet------Laptop-----------Mi 3
Spartaces
post Nov 9 2017, 12:07 PM

New Member
*
Newbie
12 posts

Joined: Oct 2017
QUOTE(muncheno @ Nov 9 2017, 08:31 AM)
8 posts before the post below!

https://forum.lowyat.net/index.php?showtopi...post&p=86939220

Ur problem is easily fix. Read yourself or find a taker to take your rm50.
*
I'll read this first okay . Will come back later.
Spartaces
post Nov 9 2017, 12:12 PM

New Member
*
Newbie
12 posts

Joined: Oct 2017
QUOTE(tertiary @ Nov 9 2017, 09:01 AM)
@spartaces

I think maybe there is some confusion about your internet link. The laptop/PC where you run the Prometheus VM  needs to have internet, either through connection to an old router or with 3G modem or whatever. The LAN cable link to the Mi 3 is for building the firmware and flashing only.

Internet------Laptop-----------Mi 3
*
I read the translated tutorial that internet just needed when downloading the scripts. But to flash, internet connection is not needed.so i connect laptop to my another router that have internet and downloading script. But when i want to flash, i disconnect and connect my LAN cable from Xiaomi to the laptop and also connect to the xiaomi at wifi setting. And after that i flash. Then it became like the one in the picture. 😪

So, this is the issue now : i think the step is different when flashing using LAN cable. But i'll read the link above first and if couldn't understand, maybe i'll ask others to flash it coz i'm not a technical person when it comes to router, flashing, coding etc~
Spartaces
post Nov 9 2017, 06:36 PM

New Member
*
Newbie
12 posts

Joined: Oct 2017
QUOTE(muncheno @ Nov 9 2017, 08:31 AM)
8 posts before the post below!

https://forum.lowyat.net/index.php?showtopi...post&p=86939220

Ur problem is easily fix. Read yourself or find a taker to take your rm50.
*
I've followed this, this is just same with tutorial in MIUI thread. No solution at all.

Well, i wanna ask for opinion. Which one is better : pay someone to flash my router, or just buy a new router that support 3g/4g modem and have stable connection??
iRonTech
post Nov 28 2017, 10:09 AM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
mi3 router mi-3_3.4.3.9-099.dff9a34 available

Attached Image

https://bitbucket.org/padavan/rt-n56u/commits/all

https://mega.nz/#!UZBRkSQB!wmj0zxkc...5IrYcIDb-Nroopk

This post has been edited by iRonTech: Nov 28 2017, 10:17 AM
Beach_Boy
post Dec 15 2017, 11:38 PM

:D
*******
Senior Member
8,456 posts

Joined: Jan 2003
From: 家で折ること
QUOTE(iRonTech @ Nov 28 2017, 10:09 AM)
thanks smile.gif

btw, did anyone got the 'transmission' function running on prometheus FW?
jaypah89
post Jan 27 2018, 07:44 PM

New Member
*
Junior Member
25 posts

Joined: May 2010
Hi,

Does the usb port fully supported by padavan firmware? i own asus router which used padavan firmware and the usb can be used to connect 3g/4g modem or used for printer for wireless printing.

I am particularly interested to know the usb tethering ability as i use my phone as my modem. It would be nice to tether using ac/5ghz wifi protocol as my asus router only capable of 2.4ghz wifi.

Can somebody with xiaomi router mini flashed with padavan firmware to confirm?.. TQ
iRonTech
post Jan 29 2018, 06:16 PM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
0aa2faf is up & ready from the great padavan and those great contritibutors https://bitbucket.org/padavan/rt-n56u/commits/all

Attached Image Attached Image Attached Image


previous built here:-

dff9a34 - https://mega.nz/#!UZBRkSQB!wmj0zxkc...5IrYcIDb-Nroopk

1aae35d - https://mega.nz/#!ccpClC5J!jN_5SbCZ...VwvZhFyufPn7lWg

cf494ea - https://mega.nz/#!dVAnBZ4A!V5A26H1a...bDYz673suwhnWnU




QUOTE(jaypah89 @ Jan 27 2018, 07:44 PM)
Hi,

Does the usb port fully supported by padavan firmware? i own asus router which used padavan firmware and the usb can be used to connect 3g/4g modem or used for printer for wireless printing.

I am particularly interested to know the usb tethering ability as i use my phone as my modem. It would be nice to tether using ac/5ghz wifi protocol as my asus router only capable of 2.4ghz wifi.

Can somebody with xiaomi router mini flashed with padavan firmware to confirm?.. TQ
*
don't have modem/printer to test with, here with the screen from my mi3
» Click to show Spoiler - click again to hide... «


This post has been edited by iRonTech: Jan 29 2018, 06:24 PM
muncheno
post Jan 30 2018, 08:10 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(iRonTech @ Jan 29 2018, 06:16 PM)
0aa2faf is up & ready from the great padavan and those great contritibutors https://bitbucket.org/padavan/rt-n56u/commits/all
Thanks for update.
No problem on my Mi3 as repeater.
jaypah89
post Jan 31 2018, 11:46 AM

New Member
*
Junior Member
25 posts

Joined: May 2010
QUOTE(iRonTech @ Jan 29 2018, 06:16 PM)
0aa2faf is up & ready from the great padavan and those great contritibutors https://bitbucket.org/padavan/rt-n56u/commits/all

Attached Image Attached Image Attached Image
previous built here:-

dff9a34 - https://mega.nz/#!UZBRkSQB!wmj0zxkc...5IrYcIDb-Nroopk

1aae35d - https://mega.nz/#!ccpClC5J!jN_5SbCZ...VwvZhFyufPn7lWg

cf494ea - https://mega.nz/#!dVAnBZ4A!V5A26H1a...bDYz673suwhnWnU
don't have modem/printer to test with, here with the screen from my mi3
» Click to show Spoiler - click again to hide... «

*
Thank you for your reply bro!.. one thing, can xiaomi router share the 4g data from your phone using 5ghz/ac protocol? or is it limited to 2.4ghz only?

iRonTech
post Feb 3 2018, 07:25 AM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
QUOTE(jaypah89 @ Jan 31 2018, 11:46 AM)
Thank you for your reply bro!.. one thing, can xiaomi router share the 4g data from your phone using 5ghz/ac protocol? or is it limited to 2.4ghz only?
*
That depend on your phone system hotspot wifi capability but most android phone only 2.4. Xiaomi AP mode with both.Attached Image

Wouldn't it be easier direct share from phone instead of go through router? Unless 4g modem on router
jaypah89
post Feb 4 2018, 10:14 AM

New Member
*
Junior Member
25 posts

Joined: May 2010
My plan is to use android phone usb tethering plugged directly to router and share the internet using 5ghz wifi.

I dont use the router repeater function as it means the phone has to become hotspot first (which what im trying to avoid as running hotspot all the time makes your phone hot and need to be plugged to wall all thr time). Using usb tethering is more preferable as the phone runs at normal temperature plus usb port from router will charge the phone at same time albeit slower.

i'm using digi rm150 unlimited as my main connection as i can bring my phone out to use as hotspot, or at home plug to router as home wifi biggrin.gif

This post has been edited by jaypah89: Feb 4 2018, 10:21 AM
tingalvin
post Mar 8 2018, 06:40 PM

New Member
*
Junior Member
23 posts

Joined: Feb 2005
anybody has an updated build for the mini router? i see most of the newer posts are for the router 3
darox
post Mar 31 2018, 10:41 PM

New Member
*
Newbie
1 posts

Joined: Mar 2018
Although my flash process was successful, there's no WiFi with name Asus. I can not even connect to the Router over ethernet, the Link is up, but 192.168.1.1 is not accessible. Anyone knows what could be the problem?
bad-3_j
post Apr 12 2018, 12:46 AM

New Member
*
Newbie
3 posts

Joined: Apr 2017


also a weird question since you can flash padavan from ac56u could you possibly install the official firmware from asus ac56u?
ahboh84
post Apr 14 2018, 05:06 PM

New Member
*
Newbie
2 posts

Joined: Dec 2012
Thanks to megablue for the post

And also thanks to FameWolf, a nice link to configure for mi-3 router
QUOTE(FameWolf @ Nov 16 2016, 01:49 AM)
A nice writeup on installing padavan onto a mi-3:  https://www.reddit.com/r/Xiaomi/comments/5d...om_firmware_on/
*
I have successfully configured my mi3 router to connect to unifi. rclxms.gif rclxms.gif

P/S: by the way, this megablue is the megablue from Blue server?
myghimh
post May 4 2018, 12:02 PM

Getting Started
**
Junior Member
235 posts

Joined: Mar 2008


hi guys

i have connected my hypptv to lan1, and did the settings as in the guide, but i can't get any video displayed, just black screen with a satellite dish picture. If i don't do any settings as in pic, it shows the hypptv white logo with the Flash picture. anyone know what other settings i need to change?



This post has been edited by myghimh: May 4 2018, 12:02 PM
fli_guy84
post May 4 2018, 08:46 PM

Getting Started
**
Junior Member
216 posts

Joined: Jan 2007
QUOTE(myghimh @ May 4 2018, 12:02 PM)
hi guys

i have connected my hypptv to lan1, and did the settings as in the guide, but i can't get any video displayed, just black screen with a satellite dish picture. If i don't do any settings as in pic, it shows the hypptv white logo with the Flash picture. anyone know what other settings i need to change?
*
Try to follow my settings here: https://imgur.com/a/oqQ3kM5
myghimh
post May 5 2018, 01:35 AM

Getting Started
**
Junior Member
235 posts

Joined: Mar 2008


QUOTE(fli_guy84 @ May 4 2018, 08:46 PM)
Try to follow my settings here: https://imgur.com/a/oqQ3kM5
*
dude, thanks a lot. now it works. i changed to your settings and now i can see the video. thanks
fli_guy84
post May 6 2018, 02:25 PM

Getting Started
**
Junior Member
216 posts

Joined: Jan 2007
QUOTE(myghimh @ May 5 2018, 01:35 AM)
dude, thanks a lot. now it works. i changed to your settings and now i can see the video. thanks
*
No problem. smile.gif
myghimh
post May 19 2018, 04:57 PM

Getting Started
**
Junior Member
235 posts

Joined: Mar 2008


hi guys

i changed to asus firmware using the breed method previously. want to know, how can i restore back the xiaomi stock firmware using the breed method? its because i wanted to use the saving cctv videos to xiaomi router, so thats why i wanna revert it. i have mi3, mi mini and mi nano flashed to asus, so since i have spare mi mini, i wanna use it for xiaomi videos. anyone can help?

thanks
iRonTech
post Jul 18 2018, 11:35 AM

Access Denied
*******
Senior Member
8,621 posts

Joined: Nov 2004
QUOTE(myghimh @ May 19 2018, 04:57 PM)
hi guys

i changed to asus firmware using the breed method previously. want to know, how can i restore back the xiaomi stock firmware using the breed method? its because i wanted to use the saving cctv videos to xiaomi router, so thats why i wanna revert it. i have mi3, mi mini and mi nano flashed to asus, so since i have spare mi mini, i wanna use it for xiaomi videos. anyone can help?

thanks
*
try this , and let us know the result
myghimh
post Jul 18 2018, 02:22 PM

Getting Started
**
Junior Member
235 posts

Joined: Mar 2008


i was in your situation before. can't find anywhere about this. so i just tested to upload the firmware from xiaomi website using the breed web page. and it works. currently back to xiaomi stock smile.gif
situz
post Aug 4 2018, 10:44 PM

New Member
*
Newbie
1 posts

Joined: Aug 2018


Hello! I have a xiaomi router 3 with Padavan firmware. Anybody knows if it supports the 4g USB Pen Huawei E3372h-153 as a modem?
GameSky
post Aug 27 2018, 11:43 AM

Nyancat too much
*******
Senior Member
6,381 posts

Joined: Jun 2005
From: meow meow
using mi rouger 3g and flashed to padavan using prometheus.

but 5Ghz wifi performance seems a bit letdown, and no ipv6? even tho already enabled ipv6 ..

using it to connect b618, digi infinite
alpidot
post Sep 22 2018, 03:14 PM

Getting Started
**
Junior Member
71 posts

Joined: Mar 2006
From: Dengkil, Selangor


i got free unifi upgrade to 500Mbps, but my speedtest only got up to 80Mbps ony. Anybody get max speed using this router?
SilentVampire
post Sep 22 2018, 03:20 PM

Networking Enthusiast
*******
Senior Member
5,714 posts

Joined: Mar 2007



QUOTE(alpidot @ Sep 22 2018, 03:14 PM)
i got free unifi upgrade to 500Mbps, but my speedtest only got up to 80Mbps ony. Anybody get max speed using this router?
*
Not possible. Click link on my signature to find list of compatible routers, and other general info, and change your router. It only has FE ports, so only support a maximum of 100Mbps on LAN.
alpidot
post Sep 23 2018, 05:38 PM

Getting Started
**
Junior Member
71 posts

Joined: Mar 2006
From: Dengkil, Selangor


QUOTE(SilentVampire @ Sep 22 2018, 03:20 PM)
Not possible. Click link on my signature to find list of compatible routers, and other general info, and change your router. It only has FE ports, so only support a maximum of 100Mbps on LAN.
*
thanks for the reply, better purchase new 1 or wait until TM team change new router?

SilentVampire
post Sep 23 2018, 07:01 PM

Networking Enthusiast
*******
Senior Member
5,714 posts

Joined: Mar 2007



QUOTE(alpidot @ Sep 23 2018, 05:38 PM)
thanks for the reply, better purchase new 1 or wait until TM team change new router?
*
Better purchase own one. Refer to my sig for list of compatible routers.
GadgetzKL
post Oct 3 2018, 11:48 AM

Getting Started
**
Junior Member
92 posts

Joined: Oct 2014
xiaomi router 3 can support unif turbo 300mbps?
Pegasus88
post Oct 5 2018, 08:47 AM

Enthusiast
*****
Senior Member
725 posts

Joined: Mar 2011
From: MIRI


Hello all,

I have mi router 3. Lan port 10/100 with 2x2+2x2 wifi ac.

If I use it as an access point only, can it support 500mbps ?

I'm asking because 10/100 port looks like cannot support speed beyond 100mbps
muncheno
post Oct 5 2018, 10:42 AM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(Pegasus88 @ Oct 5 2018, 08:47 AM)
Hello all,

I have mi router 3. Lan port 10/100 with 2x2+2x2 wifi ac.

If I use it as an access point only, can it support 500mbps ?

I'm asking because 10/100 port looks like cannot support speed beyond 100mbps
*
U already answer ur own questions.
GOOD JOB.

What else u need to know here?
Pegasus88
post Oct 5 2018, 11:00 AM

Enthusiast
*****
Senior Member
725 posts

Joined: Mar 2011
From: MIRI


QUOTE(muncheno @ Oct 5 2018, 10:42 AM)
U already answer ur own questions.
GOOD JOB.

What else u need to know here?
*
If I use it as a repeater, can it support more than 100mbps ?
sheemmet
post Oct 5 2018, 11:06 AM

Casual
***
Junior Member
380 posts

Joined: Jul 2014
QUOTE(Pegasus88 @ Oct 5 2018, 11:00 AM)
If I use it as a repeater, can it support more than 100mbps ?
*
if i not mistaken , xiaomi router 3 repeats at 2.4Ghz only , which means it can't go more than 100Mbps
nod.gif
muncheno
post Oct 5 2018, 12:52 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(Pegasus88 @ Oct 5 2018, 11:00 AM)
If I use it as a repeater, can it support more than 100mbps ?
*
Yes, but actual throughput is bad.

I have use repeater mode in my pass when I'm on 100mbps and I have no problem getting ~100mbps on WiFi via mi router.

The WiFi linking speed between router can be 866mbps if very close (~5m).
Then my phone device also can link to mi router at 866mbps.

In actual use here, I will make assumptions here the cpu of 800mhz can only handle upto 300mbps from WiFi.
Divide by 2 due repeater cut into half efficient.
My guess is max out at 150mbps throughput.

If I could find time on this weekend, I will try it out for u. No promise.
Pegasus88
post Oct 5 2018, 11:19 PM

Enthusiast
*****
Senior Member
725 posts

Joined: Mar 2011
From: MIRI


QUOTE(sheemmet @ Oct 5 2018, 11:06 AM)
if i not mistaken , xiaomi router 3 repeats at 2.4Ghz only , which means it can't go more than 100Mbps
nod.gif
*
QUOTE(muncheno @ Oct 5 2018, 12:52 PM)
Yes, but actual throughput is bad.

I have use repeater mode in my pass when I'm on 100mbps and I have no problem getting ~100mbps on WiFi via mi router.

The WiFi linking speed between router can be 866mbps if very close (~5m).
Then my phone device also can link to mi router at 866mbps.

In actual use here, I will make assumptions here the cpu of 800mhz can only handle upto 300mbps from WiFi.
Divide by 2 due repeater cut into half efficient.
My guess is max out at 150mbps throughput.

If I could find time on this weekend, I will try it out for u. No promise.
*
Thanks all.

I have another RT15U to be used as ap(not repeater). It has gigabit lan port but wifi n 300mbps only.

Will test all this weekend too!
muncheno
post Oct 7 2018, 04:28 PM

Enthusiast
*****
Senior Member
736 posts

Joined: Jun 2006
From: Ipoh
QUOTE(Pegasus88 @ Oct 5 2018, 11:19 PM)
Thanks all.

I have another RT15U to be used as ap(not repeater). It has gigabit lan port but wifi n 300mbps only.

Will test all this weekend too!
*
Tested.

Mi Router 3 as repeater (AP client +AP) using 5g.

On LAN, speedtest around 90 mbps DL & UL.
Then on my wifi using my P20pro, it reach around 15x~18x mbps DL & 13x mbps UL.

This is what I had expected earlier around 150mbps.

Pegasus88
post Oct 8 2018, 11:01 AM

Enthusiast
*****
Senior Member
725 posts

Joined: Mar 2011
From: MIRI


QUOTE(muncheno @ Oct 7 2018, 04:28 PM)
Tested.

Mi Router 3 as repeater (AP client +AP) using 5g.

On LAN, speedtest around 90 mbps DL & UL.
Then on my wifi using my P20pro, it reach around 15x~18x mbps DL & 13x mbps UL.

This is what I had expected earlier around 150mbps.
*
Thanks!

I tested also, couldn't use 5Ghz as repeater frequency, was using only 2.4.

My speed only reach up to 40 to 50 mbps upload, 30+ for download.

Distance around 20-40 feet, two brick walls in between.

hmm.gif hmm.gif hmm.gif hmm.gif hmm.gif


2 Pages  1 2 >Top
 

Change to:
| Lo-Fi Version
0.3901sec    0.31    6 queries    GZIP Disabled
Time is now: 28th November 2025 - 01:16 AM