Introduction
Mini USB Portable 3G/4G WiFi Hotspot IEEE 802.11b/g/n 150Mbps Wireless Router - search on ebayThis hardware seems to be exactly the same like (firmware is different ):
- HAME A5 Mini
- HAME A15
Below you will find the way how to bring new working u-boot and openwrt firmware at once.
Basic device parameters:
- SoC RT5350
- MIPS CPU
- Clock 360 MHz
- 4 MByte Flash (GD25Q32)
- 16 MByte RAM (EM639165TS-6G)
- USB Host 2.0
- 10/100 Ethernet switch
- 802.11n interface
- I2C
- Uart
- Reset button
- 2 LEDs
- Micro usb as power source
GPIO description:
- GPIO0 - Reset Button
- GPIO1 - I2C_SD
- GPIO2 - I2C_SCLK
- GPIO7 - USB Power
- GPIO12 - USB Root Hub Power
- GPIO13 - Unknown, but seems to be used in bootloader
- GPIO17 - Red Power LED
- GPIO20 - Blue System LED
Bootloader
Default u-boot bootloader is broken - ethernet is not fully initialized, and it seems that it is protected against starting other firmware than oryginal one.
Do not try to upgrade this bootloader from bootloader menu - you will brick your device !
To load openwrt firmware new bootloader is needed - I am using - uboot128.img taken from JiapengLi
Openwrt firmware
Do not try to upgrade this bootloader from bootloader menu - you will brick your device !
To load openwrt firmware new bootloader is needed - I am using - uboot128.img taken from JiapengLi
Openwrt firmware
Default firmware cannot accept openwrt images so at the beggining (after u-boot upgrade) we will load minimal openwrt firmware firmware.img .
Upgrade procedure
Verification
Check twice if it is router we are talking about:
- Take a look on photos of PCB
- Check MDT structure by call "cat /proc/mtd", has to be like below:
cat /proc/mtd
dev: size erasesize name
mtd2: 00010000 00010000 "Config"
mtd3: 00010000 00010000 "Factory"
mtd4: 00117a6d 00010000 "Kernel"
mtd5: 00298593 00010000 "RootFS"
mtd6: 003b0000 00010000 "Kernel_RootFS"
mtd0: 00400000 00010000 "ALL"
mtd1: 00030000 00010000 "Bootloader"
Think twice :)
First step
- Reset router to default settings
- Connect to router via telnet and login with default user name (admin) and password (admin)
- Now you can upgrade router via FTP or USB
Upgrade via FTP
- Release memory by commands:
killall udhcpd
killall dnsmasq
killall nvram_daemon
rmmod ehci_hcd
rmmod ohci_hcd
ifconfig ra0 down
rmmod rt2860v2_ap
- probably you will be disconnected after last command, so login via telnet again.
- Verify free memory by calling free, check if you have more than 3500 free memory
# free total used free shared buffers Mem: 12884 9180 3704 0 532 Swap: 0 0 0Total: 12884 9180 3704
- Resize TMP, and start proftp server
mount -o remount,size=4M tmpfs /tmp
proftpd.sh server 192.168.100.1 192.168.100.1 21 10
proftpd
- Connect to router via ftp and copy uboot128.img and firmware.img to /tmp directory on router
- ! Upgrade uboot - be careful, do not reset router during and after this operation !
mtd_write write /tmp/uboot128.img Bootloader
- You should see on console
#Unlocking Bootloader ...
#Writing from /tmp/uboot128.img to Bootloader ... [w]
- ! Upgrade firmware - do not reset router during this operation!
mtd_write write /tmp/firmware.img Kernel_RootFS
- You should see on console
#Unlocking Kernel_RootFS ...
#Writing from /tmp/firmware.img to Kernel_RootFS ... [w]
- Reboot router :), enjoy new u-boot with working ethernet and openwrt firmware. Now you can use standard openwrt upgrade procedure.
reboot
- Router will set IP address to 192.168.100.1 , you can login via telnet
Upgrade via USB
killall dnsmasq
killall nvram_daemon
rmmod ehci_hcd
rmmod ohci_hcd
ifconfig ra0 down
rmmod rt2860v2_ap
proftpd.sh server 192.168.100.1 192.168.100.1 21 10
proftpd
#Writing from /tmp/uboot128.img to Bootloader ... [w]
#Writing from /tmp/firmware.img to Kernel_RootFS ... [w]
- Prepare usb stick, format it with fat filesystem, and copy uboot128.img and firmware.img
- Conect usb stick to router and mount it by:
mount /dev/sda1 /mnt
- Wait a few seconds and verify if you see files
ls /mnt
- You should see content, do not go further if you do not see files !
uboot128.img firmware.img
- ! Upgrade uboot - be careful, do not reset router during and after this operation !
mtd_write write /mnt/uboot128.img Bootloader
- You should see on console
#Unlocking Bootloader ...
#Writing from /mnt/uboot128.img to Bootloader ... [w]
- ! Upgrade firmware - do not reset router during this operation!
mtd_write write /mnt/firmware.img Kernel_RootFS
- You should see on console
#Unlocking Kernel_RootFS ...
#Writing from /mnt/firmware.img to Kernel_RootFS ... [w]
- Reboot router :), enjoy new u-boot with working ethernet and openwrt firmware. Now you can use standard openwrt upgrade procedure.
reboot
- Router will set IP address to 192.168.100.1 , you can login via telnet
Connect UART
In order to have access to bootloader (u-boot) menu and functions we have to connect serial port to the router board. Pads are quite large so soldering is relatively easy.#Writing from /mnt/uboot128.img to Bootloader ... [w]
#Writing from /mnt/firmware.img to Kernel_RootFS ... [w]
Serial port parameters:
- Speed: 57600
- Data Bits: 8
- Parity: None
- Stop Bits: 1
Solder three thin wires to the router GND, TX, RX and connect:
- Router GND to adapter GND,
- Router RX via 470 ohm resistor to adapter TX,
- Router TX to adapter RX.
Router pads description |
- Connect USB adapter to PC
- Start terminal and connect to port with proper parameters (putty http://www.putty.org/ or TeraTerm Pro http://www.ayera.com/teraterm/ )
- Power on router - you shoud see bootloader logs
USB to TTL UART converters
My recomendation is to use:
- CP2102
- FT232
- CH340
CP2102 based adapter |
Program SPI flash
You need to connect thin wires to MISO, MOSI, CLK, CS, VCC and GND. I recomend to desolder VCC pin and lift it little bit, you will solder it again after programming. Disconnecting VCC prevent and distrubances from SoC or other components.
SPI flash pinout |
Wires connected to SPI flash, lifted VCC pin at the right corner soldered after programming. |
I have used simple programmer made of
- atmega32 + serduino ported to atmega32 ( http://flashrom.org/Serprog/Arduino_flasher )
- Flashroom PC software http://flashrom.org/Flashrom compiled with MinGW
But you can use any SPI programmer which supports GigaDevice GD25Q32 or flash you currently have.
Upgrade RAM
You can upgrade RAM by desoldering SDRAM chip and soldering chip with 32 MB. It is required to have 4M x 16bit x 4 (otherwise you would need to recompile bootloader) taken from old laptop memory PC133 SO-DIMM. It can be by example:- Winbond W9825G6JH-6
- Samsung K4S561632C-TC
- Samsung K4S561632E
- Micron mT48LC16m16A2
- EtronTech EM63A165
- ESMT M12L2561616A
- EPHY_LED3_N
- EPHY_LDE2_N
- 0,0: 2 MB/8 MB (default)
- 0,1: 8 MB/16 MB
- 1,0: 16 MB/32 MB, 32 MB*2
- 1,1: 32 MB
|
Links
https://openwrt.org/http://wiki.openwrt.org/toh/unbranded/a5-v11
https://github.com/sternlabs/RT5350F-cheap-router
http://www.digitalinferno.com/wiki/Wiki.jsp?page=Mini3G4GUSBRouterOpenWrtExternalUSB
http://lnxpps.de/openwrt/hame-mpra5/
https://github.com/Squonk42/OpenWrt-RT5350
https://github.com/JiapengLi/OpenWrt-RT5350
http://eko.one.pl/?p=openwrt-gpio2
Photos
PCB top side |
PCB bottom side |
Opened case |
How to open case |
Router case |
Desoldered CPU, vias visible, from anton.rad |
Hello,
ReplyDeleteI need a little help here …
I purchased the same router and when it came I plugged it to the computer and tried to set it as a wireless client.
The moment I hit submit button the router died and now the only signs of life are the two red and blue diodes that burn constantly and nothing.
Do you have any ideas how to bring it back to life?
Hi,
ReplyDeleteyou have oryginal firmware ?
Could you try to connect to it via telnet, what is the result ?
Hello,
ReplyDeleteI found your address in openwrt forum. I hope you can help me a little.
I also have one of these HAME MPR-A1 clones and want to run openwrt. I have a 32MB Version and I assume that I need to update u-boot.... fine. Which firmware should I use to ensure a proper working, because all currently available images only support 16MB. Yes I'm willing to compile a version by myself, but for this I would need additional help. I hope you can help.
Did you compile provided version+patch from https://github.com/JiapengLi/OpenWrt-HiLink-HLK-RM04 ?
Anything else or a different approach?
The description here says, that the image shall be written via "mtd_write write /mnt/firmware.img Kernel_RootFS". My router does not provide Kernel_RootFS. How can I solve this?
Hope you can help.
Hi Martin,
Delete1. Regarding u-boot, probably ( I do not hav 32M version) you should use https://github.com/JiapengLi/OpenWrt-RT5350/blob/master/u-boot/uboot256.img
2. Regarding firmware I will release today or tomorrow memory independent images, so you can use them.
3. I have used path you mentioned + many little changes espetially fixes in packages. Some important for me was broken by default. I have additional scripts to generate many images at once.
4. Regarding missing Kernel_RootFS, could you send me result of "cat /proc/mtd" ?
Thanks,
Delete@1-3: please give me private message, when you release newer version. I can give repsonse when it works.
@4: see below:
# cat /proc/mtd
dev: size erasesize name
mtd0: 00400000 00010000 "ALL"
mtd1: 00030000 00010000 "Bootloader"
mtd2: 00010000 00010000 "Config"
mtd3: 00010000 00010000 "Factory"
mtd4: 003b0000 00010000 "Kernel"
# free
total used free shared buffers
Mem: 28584 17128 11456 0 0
Swap: 0 0 0
Total: 28584 17128 11456
# mount
rootfs on / type rootfs (rw)
proc on /proc type proc (rw)
none on /var type ramfs (rw)
none on /etc type ramfs (rw)
none on /tmp type ramfs (rw)
none on /media type ramfs (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw)
none on /proc/bus/usb type usbfs (rw)
Hi Martin images released. Working with 16 and 32m versions.
DeletePlease give me a hint about writing to Kernel_RootFS. I assume "mtd_write write /mnt/firmware.img Kernel_RootFS" won' work. Any idea?
DeleteHi Martin,
Deletelooking on you /proc/mtd
and assuming that you have 4MB flash !
I would try "mtd_write write /mnt/firmware.img Kernel"
Remember to upgrade uboot first (256 version).
Eventually you will have to say hello to USB2uart adapter and solder three wires.
BTW. you have plenty of ram, so you do not have to kill processes by killall.
...I did it. I also assumed to overwrite just Kernel. Even when size does not fit. I flashed your mini.bin and after reboot the system led became red. Wifi seemed to be off. Connecting via cable to 192.168.100.1 works like a charm. Here is the output:
Delete_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
BARRIER BREAKER (Bleeding Edge, r35407) - RT5350F
-----------------------------------------------------
-- Cooked by pratanczuk --
-- --
-- my-embedded.blogspot.com --
-----------------------------------------------------
root@OpenWrt:/# cat /proc/mtd
dev: size erasesize name
mtd0: 00030000 00010000 "u-boot"
mtd1: 00010000 00010000 "u-boot-env"
mtd2: 00010000 00010000 "factory"
mtd3: 000e0000 00010000 "kernel"
mtd4: 002d0000 00010000 "rootfs"
mtd5: 00220000 00010000 "rootfs_data"
mtd6: 003b0000 00010000 "firmware"
root@OpenWrt:/# free
total used free shared buffers
Mem: 13576 10120 3456 0 680
-/+ buffers: 9440 4136
Swap: 0 0
So thanks for your help! According to "free" it only has access to 16MB RAM. I read somewhere that there is a mis-configuration, that can't be solved without soldering. Probably you must set a fixed size of RAM for image creation.
Best regards,
Martin
Hi Martin,
Deletegreat :).
Regarding RAM you have flashed:
https://code.google.com/p/rcc/source/browse/trunk/projects/rt5350_mini_router/img_32/mini.bin
or
this https://code.google.com/p/rcc/source/browse/trunk/projects/rt5350_mini_router/img/mini.bin
?
Can you provide photos of box, and PCB ?
I will update manual how to upgrade 32meg version.
can you send me your email to pawel.ratanczuk at gmail ?
I'm an idiot. I took the wrong file for 16MB version!!!
ReplyDeleteHere is the correct welcome screen:
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
BARRIER BREAKER (Bleeding Edge, r35407) - RT5350F
-----------------------------------------------------
-- Cooked by pratanczuk --
-- --
-- my-embedded.blogspot.com --
-----------------------------------------------------
root@OpenWrt:/# free
total used free shared buffers
Mem: 29820 10232 19588 0 612
-/+ buffers: 9620 20200
Swap: 0 0 0
Hi,
ReplyDeleteThanks for the tutorial. I was able to flash my router to openwrt successfully. However, afterwards I attempted enable ssh via a passwd command, and now I'm not longer able to access the router.
I'm still able to ping it at 192.168.100.1. When attempting to telnet back in, I get the expected "login fail" since telnet is now disabled. However, I'm not able to SSH into it.
I attempted to do a failsafe recovery, but that didn't work either. Not sure why.
Any ideas what's going on? Thanks
qh
Hi,
DeleteI do not include ssh in to images, in order to reduce size, so ... look for solder and usb to uart adapter.
ouch...
DeleteHow about the failsafe recovery? Why isn't it working?
Do you know if its recoverable via TFTP? Thanks
I do not see other ways thn solder uart to usb adapter
DeleteSeems I just bricked my router as well. Why claim you can login via SSH when you didn't include it? So much good info and one little bad info that bricks the device...
DeleteYeah, thanks also. Just bricked it because telnet asked to change passwd and suddenly there is no ssh.
DeleteI am in the same boat - no SSH access - actively refused. I've wired up the serial - that works- I can change the password as many times as I like and I've brought the unit into my own network range - at 192.168.1.110 - so I can ping the unit - but no SSH - so all I have is this shell on serial - can't get any further - how do we get SSH access...
DeleteHi
ReplyDeleteI want to upgrade my A15 router to Openwrt.
The problem is, there's no proftpd & proftpd.sh on /bin or /sbin
How do I upload uboot128.img firmware.img files to /tmp
Also tried with USB Flash as well, but the router didn't recognize /dev/sda1
Please advice :)
Happened to me, changed usb flash and all good.
DeleteI do not have access to A15.
ReplyDeleteAccording to information there: https://forum.openwrt.org/viewtopic.php?id=37002&p=24
Upgrade procedure should be the same like in mentioned mini router.
One issue is still open - how to download image. I have read that A15 has no ftp server nor Mass Storage support. So maybe you can check if is there in any ftp, tftp server or client or meybe wget is available.
Is it still possible to use your instruction if mtd show a little bit different structure?
ReplyDelete# cat /proc/mtd
dev: size erasesize name
mtd0: 00400000 00010000 "ALL"
mtd1: 00030000 00010000 "Bootloader"
mtd2: 00010000 00010000 "Config"
mtd3: 00010000 00010000 "Factory"
mtd4: 000c61a0 00010000 "Kernel"
mtd5: 002e9e60 00010000 "RootFS"
mtd6: 003b0000 00010000 "Kernel_RootFS"
# cat /proc/mtd
Deletedev: size erasesize name
mtd0: 00400000 00010000 "ALL"
mtd1: 00030000 00010000 "Bootloader"
mtd2: 00010000 00010000 "Config"
mtd3: 00010000 00010000 "Factory"
mtd4: 00128876 00010000 "Kernel"
mtd5: 0028778a 00010000 "RootFS"
mtd6: 003b0000 00010000 "Kernel_RootFS"
Did it work out OK to just install the image above?
hi,
ReplyDeleteseems to be OK, but no warranty as usual ;)
Thanks! Can you make a simple description of your firmwares - what is inside of every one?
ReplyDeleteHow can I install packages? I need 3g dongle working? Can you post your patches to openwrt trunk? I want to compile by myself
ReplyDelete@Nop & Dimitar
ReplyDeleteI have published imagebuilder and scripts used to generate images. So you can take alook what is in images, you can modify scripts and ad own packages. I have not include opkg to save space.
There you have latest image builder:
https://code.google.com/p/rcc/source/browse/trunk/projects/rt5350_mini_router/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64.tar.bz2
decompress it under ubuntu, run ./generate_all.sh
To change configuration modify ./image_builder_rt5350.sh and content of "Files" directory.
I compiled openwrt, but I don't like the results with just 16MB ram. Ordered a 32MB chip and will try the ram upgrade.
ReplyDeleteDid you made a backup of you original firmware on the 16Mb Ram Device?
If you did can you upload it somewhere?
I have the same CPU / Flash on a Tenda A6 router. However, I cant seem to telnet into the device. (telnet 192.168.2.1 results in an error : "Connection Refused") I can access the device using the web console http://192.168.2.1
ReplyDeleteAny advice on how I can connect via telnet ?
Maybe there isn't telnet service on your device?
DeleteDimitar,
ReplyDeleteYes, that is what I am being led to believe.
In a situation like this (i.e.no telnet ) do you have any recommendations on how I can flash it with an image of my choosing ?
Heh, i have a version of this router. I can telnet in, but cannot run any commands. The busybox (msh) only has access to 5 or 6 commands. Not even cat or ls works. Any ideas ? ctrl -D just closes the telnet session. Does anyone have an "official" firmware, where Telnet works ?
ReplyDeleteHi,
DeleteI have the same version of router with 10 commands. I soldered UART cable and flashed mini.bin using boot menu (with stock u-boot) for 32Mb version. Now I have OpenWRT :)
In this post you can find my full log while booting, flashing and rebooting to OpenWRT:
Deletehttp://4pda.ru/forum/index.php?s=&showtopic=377187&view=findpost&p=31351354
Hi, I tried with UART, there also I can see few commands only. And the prompt is like 'BoC Router>'. There is no root prompt. What should I do to upload u-boot?
DeleteI have flashed my device and now its bricked. Is there any way to re-flash bricked device?
ReplyDeleteHi, I try to use yours ImageBuilder, but it not work. I try build mini image, and this is output from console... Plese help me, this is interesting device.
ReplyDeleteecho "Package list missing or not up-to-date, generating it.";\
make package_index; \
else \
mkdir -p /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/build_dir/target-mipsel_r2_uClibc-0.9.33.2/root-ramips/tmp; \
IPKG_TMP="/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/tmp/ipkgtmp" IPKG_INSTROOT="/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/build_dir/target-mipsel_r2_uClibc-0.9.33.2/root-ramips" IPKG_CONF_DIR="/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/tmp" IPKG_OFFLINE_ROOT="/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/build_dir/target-mipsel_r2_uClibc-0.9.33.2/root-ramips" /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/staging_dir/host/bin/opkg -f /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/repositories.conf --force-depends --force-overwrite --force-postinstall --cache /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/dl --offline-root /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/build_dir/target-mipsel_r2_uClibc-0.9.33.2/root-ramips --add-dest root:/ --add-arch all:100 --add-arch ramips:200 update; \
fi
Package list missing or not up-to-date, generating it.
make[2]: Entering directory `/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64'
Building package index...
(cd /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/packages; /home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64/scripts/ipkg-make-index.sh . > Packages && \
gzip -9c Packages > Packages.gz \
) >/dev/null 2>/dev/null
make[2]: *** [package_index] Error 126
make[2]: Leaving directory `/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64'
make[1]: *** [_call_image] Error 2
make[1]: Leaving directory `/home/mili/openwrt2/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64'
make: *** [image] Error 2
mv: cannot stat ‘bin/ramips/openwrt-ramips-rt305x-mpr-a1-squashfs-sysupgrade.bin’: No such file or directory
So. Now i have it flashed. I used usb-ttl/kermit to get the boot loader, and then i upgraded via tftp. Perfect. Then i started experimenting with the image builder, but it seem to me, that it creates images for the 16 mb version. Any hints on how to enable the image builder for the 32 mb version ?. Btw my reason for doing this, is a want to make a wireless serial server :-). Basicly combining two of the images in the create file. good work btw
ReplyDeleteAre you sure that you have taken this image bulider: https://code.google.com/p/rcc/source/browse/trunk/projects/rt5350_mini_router/OpenWrt-ImageBuilder-ramips_rt305x-for-linux-x86_64.tar.bz2 ?
ReplyDeleteAs far as I remember it was build with support for 32meg version.
Just Tried it again, and no luck :-(.
DeleteI added this to the image builder...
browsem)
PACKAGES="$USB_SERIAL $WIFI $SSH $GPIO $I2C avrdude"
;;
, and then i added
http://www.virtualhere.com/usb_server_software
To files/browsem/usr/sbin.
Seemed like a nice plan, but no cigar :-(
What im trying to do, is flash an arduino mega, via wifi, and monitor/communicate with it, also over wifi. I have tried ser2net, and it resets every time i send a command to the arduino, and thats why i tried virtualhere, witch does the trick, but cannot flash the arduino mega( works with the regular arduino uno). So my plan is, to use avrdude to flash it, and the virtual here, to communicate with my application ( a lawn mover robot). I have tried compiling openwrt from source, but i seem to be lacking som magic, because the /overlay wont quite work. Then i tryed the image creator again, but got 16mb ram, with is too little. The pieces work seperatly, i just need to get the puzzle complete :-)
DeleteMan, this is perfect tutorial!!
ReplyDeleteBut why didn't you mentioned that ssh is not installed,
Now I have to buy a that uart!!
Please tell me if there is any way other than serial comm, (failsafe mode or else)
Thanks for the tutorial, great work.
Man, just connect using telnet or ssh to 192.168.100.1 :), they are included.
ReplyDeleteActually I'v changed password and as stated there telnet is disabled now.
DeleteWhen I try to connect by SSH, I get connection refused, which means either port is not open in firewall or SSH is not included in firmware (as you have mentioned in comments -> to reduce firmware size).
So, only option is to use UART, right?
:), now it is clear, with mini image only telnet is included, so if you had change password, look for solder and usb2uart adapter.
DeleteSo how do we add SSH... the box is not a lot of use as it stands talking to it by serial in a shell...
DeleteПривет. Ребята у меня после прошивки горит красная лампочка и устройство не работает. Как реанимировать и с какой прошивкой?
ReplyDeletePlease give the original firmware)
ReplyDeleteHi all,
ReplyDeleteFor all those fighting to get the 16 to 32Mb to work...
You need to move 2 resistor...
http://i61.tinypic.com/6s53sk.jpg
Have fun...
hello, i have an "Wireles Hard Disk" formerly known as "ALZXmate" that i have bought from aliexpress. This seems to be have very same hardware inside. I want to know if anyone could help-me to upgrade that firmware to OpenWRT. If i try and brick my device, could i unbrick via UART ? i really don't know where to start.
ReplyDeleteThe FEYE 3G WiFi Router are sleek in design and stylish to own. It enables the internet hub for the multi users to use it same time with high speed and great connectivity. A pocket WIFI router is a small, portable device that has inbuilt WiFi hotspot capability that easily enabled internet connectivity.
ReplyDelete-----------------------
3G WiFi Router
FEYE Wireless SIM Slot Wi-Fi Router 1500mAh is a router that needs only a 3G activated SIM to enable the internet connectivity. By inserting the SIM, one can establish the network hub either permanently or temporarily. It allows multi users to work at a time.
ReplyDelete-----------------------
SIM Card Router
A FEYE Bluetooth Remote Shutter is a small device, a remote that is used to click your images via connecting with the mobile phone. The device is compatible with almost every digital device such as mobile phones, tablets, iPhone, iPad and all that has the Bluetooth connectivity option.
ReplyDelete---------------------
Selfie Monopod Stick
A FEYE Bluetooth Remote Shutter is a small device, a remote that is used to click your images via connecting with the mobile phone. The device is compatible with almost every digital device such as mobile phones, tablets, iPhone, iPad and all that has the Bluetooth connectivity option.
ReplyDelete---------------------
A Bluetooth remote shutter is a small device, a remote that is used to click your images via connecting with the mobile phone. The device is compatible with almost every digital device such as mobile phones, tablets, iPhone, iPad and all that has the Bluetooth connectivity option.
-------------------------
A Bluetooth remote shutter is a small device, a remote that is used to click your images via connecting with the mobile phone. The device is compatible with almost every digital device such as mobile phones, tablets, iPhone, iPad and all that has the Bluetooth connectivity option.
-------------------------------
Bluetooth Remote Shutter
Hi,
ReplyDeleteCould you pleae help me?
I have this~:
# free
total used free shared buffers
Mem: 29204 24100 5104 0 0
Swap: 0 0 0
Total: 29204 24100 5104
# cat /proc/mtd
dev: size erasesize name
mtd0: 00030000 00010000 "Bootloader"
mtd1: 00010000 00010000 "Config"
mtd2: 00010000 00010000 "Factory"
mtd3: 003b0000 00010000 "Kernel"
mtd4: 003b0000 00010000 "Romfs"
mtd5: 003b0000 00010000 "Firmware"
# mount
rootfs on / type rootfs (rw)
proc on /proc type proc (rw)
ramfs on /var type ramfs (rw)
mdev on /dev type ramfs (rw)
devpts on /dev/pts type devpts (rw)
sysfs on /sys type sysfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
#
hi
ReplyDeletenot work usb 4g modem on openwrt
Hello some days ago i bricked my router (same as your).. telnet is working but it says: Failed to login. So can i connect via Serial and flash openwrt image again?
ReplyDeleteHi,
ReplyDeleteFirst of all - thank you very much for your work, i been able to reflash my router to the OpenWRT and make it compatible with my 4G donlge (its using cdc_ethernet). I had to build my own package, see https://gist.github.com/samm-git/0e96a99b1e407132f8fd for the changes. However then i found that package builder is compiled for the 16M version. I had to manually patch mem=16M with mem=32M to see all memory. After patch it works pretty well, i was able to put all interfaces (WWAN from dongle, ethernet and wifi) to the bridge and i got tiny openwrt 4g router.
It would be great if you can accept my patch, i think i am not only person with such problem (native fw not supporting such devices at all). Also could you please tell how you created this image builder? Any local patches or tweaks?
Hi Samm,
ReplyDeletegood to know that someone is playing with my buildroot. I have created it nearly two years ago, so since this time it seems that image builder is available in openwrt repository - see links:
http://wiki.openwrt.org/toh/unbranded/a5-v11
https://github.com/sternlabs/RT5350F-cheap-router
http://www.digitalinferno.com/wiki/Wiki.jsp?page=Mini3G4GUSBRouterOpenWrtExternalUSB
As far as I remember in buildroot is text file with description what I have made.
Thank you for reply :) Was able to upgrade to 14.07 using OpenWRT sysupgrade. And after few small changes dongle works just fine with my usb ethernet modem.
DeleteI just found your page in google before this. May be it would be great to update post with provided links in the beginning, so users like me will use "official" documentation instead :)
Hi Samm,
ReplyDeletethanks for hint, I have just added links.
BTW wher you have bought your 32M version, I ordered a few times from aliexpress byt unfortunatelly always with 16M on board ?
I got mine from http://www.ebay.com/itm/311386706887?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT . Now ordered 2 more, because it seems to be very good device to use in different home automation tasks. BTW, it works very stable as LTE router, using it all the day @ work now.
DeleteUseful topic for 4ghotspotsystem.com 4G Hotspot. 4G Hotspot System can get upto 4G speed
ReplyDeletewe are the dealer of all mobile gadgets with good quality. we have manufacture these all mobile accessories. if you need visit feyeshoppy...
ReplyDelete....................
FEYESHOPPY
This comment has been removed by the author.
ReplyDeleteHi,
ReplyDeleteI upgraded your versions of uboot and firmware to my mini router, than the usb stop of work and the router stop of the webserver (internal), and no wifi network by default work (no SSID).
So I connect by telnet and changed the password, and lost the connection with the router.
I tryed to use uart connection, I did this one time, but I break the layer RX and couldn't use uart any more.
Now my only option to bring my router back is using SPI programmer.
Please help me
If I want to programmer using spi.
What file image should use?
uboot? or firmware?
Could you post a step by step to programmer the Flash using spi ? Considering to clear or erase everything from memory and putting all new.
I appreciate your help on this matter.
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeletehi,
ReplyDeletei have got the 16 mb version of the above router i sucessfully updated to mini firmware using your tutorial but i am not good with using router via telnet only.
ftp and scp seems to be disabled so how do i upgrade to desired firmware? or how do i install luci. sysupgrade wont work either as the router is not connected to internet.
how do i change firmware or revert back to old firmware?
any help is appreciated
thanks
hi all
ReplyDeletei made upgrade
Upgrade via USB
my result Router will set IP address to 192.168.100.1 , you can login via telnet not work on ssh
on tellnet
=== IMPORTANT ============================
Use 'passwd' to set your login password
this will disable telnet and enable SSH
------------------------------------------
BusyBox v1.19.4 (2013-12-29 15:07:06 UTC) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
BARRIER BREAKER (Bleeding Edge, r35407) - RT5350F
-----------------------------------------------------
-- Cooked by pratanczuk --
-- --
-- my-embedded.blogspot.com --
PLEASE HOW START THE WEB PAGE AND ROUTER FUNCTIONS???
MANY THANKS IN ADVANCE!
after this i made a passwd command and change root password
ReplyDeletetelnet was disabled and can not access it
if i try ssh received next message
network error:connection refused
what can i do in this situation?
many thanks again
I upgraded to open-wrt firmware successfully from the official firmware by uploading bin file and its running fine but only thing is this device came with 4MB Rom so I can't install more packages on it. Is there any possiblity to upgrade its 4MB ROM to 8MB or 16MB ROM?? by replacing of ROM Chip..
ReplyDeletePal, I hope you read this. I have several 16MB RAM ones, and all of them I bricked them. Do you have a backup of the full NAND? I can upload it via spi. Thanks
ReplyDeleteI have same clone for hame a1 i update with wrong firmware now its not working. I can connect through wifi only install static ip to mobile. Also not opening 192.168.169.2.please help.
ReplyDeleteThat's not the real IP. Have you tried 192.168.1.1 ?
DeleteTampa Limousine Rental
ReplyDeleteSTL Airport Car Service
St Louis Airport Car Service
St. Louis Limo Rental
San Francisco airport car service
Seattle airport limo service
party bus Seattle
San Diego Bus Rental
San Antonio Bus Rental Service
Pittsburgh bus rental
Phoenix Bus Rental Service
Phoenix Airport Car Service
PHL Airport car service
Philadelphia bus rental
NY limo rental
Nashville party bus rental
Nashville limo service
MSP Airport car service
MKE Airport Transportation
party bus rental minneapolis
Milwaukee Party Bus rental
Miami Bus Rental Service
mia airport transportation services
Los Angeles Bus Rental
lga airport transportation service
LAX Limo Car Service
Las Vegas Limousine Rental
Link for the images are down. could you upload or share with me ?
ReplyDeleteThanks
there are already in the OpenWRT download site
DeleteHi, i bricked my router, used usb and flashed uboot, then noticed i had the wrong firmware on my usb stick. i put the correct firmware in it and plugged it back to the router, tried mounting it and it did not mount!!!
ReplyDeletewell, i have a flasher so i can flash the spi again, but does anyone have the original package, or a working one, so i can flash it??
Thanks for your post!
ReplyDeleteI managed to run Debian on this router :)
If you are interested check it out:
https://www.youtube.com/watch?v=pZLU15zx1EU
The GUI is pretty slow, but there are some useful cli programms you can use with from debian!
Hello
ReplyDeleteMissing files firmware.img
Hi guys,
ReplyDeleteI have Leoxsys L3 150N WiFi 3G/4G Router on which I cannot use or connect 4G data cards like airtel etc. can you guide how to upgrade and so, that I can use 4G data card as well.
I tried to search firmware on site but there no update is available
Venkatesh.muddliyar@gmail.com
http://dosya.co/9g87f3z2d0dr/sh.png.html
ReplyDeletemy version
why dont we use to load firmware?
Huh?
Deletei have a problem after upgrade firmware https://goo.gl/hzjK7P (image), how to fix it?
ReplyDeletemzbret69@gmail.com
Instagram Support
ReplyDeleteTwitter Support
MeetUp Support
Hi
ReplyDeletei briked mine help me
led is blue and red
???
wow amazing modified
ReplyDeleteThanks to share informtion with us. I am also sharing a link to get instant help in fixing the tech issue of at Cisco Router Help Number UK.
ReplyDeleteThanks, your information was .VISIT- D-link Router Helpline Number UK and also call Toll Free No 0800-090-3240.
ReplyDeleteThanks to share informtion with us. I am also sharing a link to get instant help in fixing the tech issue of your Linksys Router Help Number UK at 0800-090-3240
ReplyDeleteThanks, your information. VISIT- Netgear Router Helpline Number UK and also call Toll Free No 0800-090-3240.
ReplyDeleteNice Blog! Thanks for sharing nice information with us. This Blog is very helpful for Router customer. If you are getting any technical issues…Read More
ReplyDeleteGood day, I have a Satechi Travel router:
ReplyDeletehttps://shkspr.mobi/blog/2015/11/inside-a-wifi-travel-router-charger/
Wondering if we could load the firmware mentioned into it?
amazing blog to read. Keep it up.
ReplyDeleteKodak Printer Support Number UK
This comment has been removed by the author.
ReplyDeleteHere is one good ways to short out your Facebook account related issues with the help of Facebook Live Chat Support. This service is also one of the best service providers. You can discuss your issues and get their solution instantly.
ReplyDeleteI just read your review about Mini 4G Router - RT5350F Wireless Router but still I can't rate it as the best wireless router because I guess it will not offer best Wi-Fi range and high speed internet. Well, there are different things to consider before wireless router. If you are looking to buy a new router then you check the market for different products. If you are looking to buy a new wireless router then you should take a look at this list of wireless routers. I bet you will find the best one for your needs.
ReplyDeleteAsus Router Customer Support the problem occurs again, just delete the current network from the list of your saved networks on your device and then reconnect it again.
ReplyDeleteCisco always looks to help its customers by various ways.
ReplyDeleteAny help regarding the Cisco products-
Cisco technical support
It is an informative post.
ReplyDeleteAsus router customer service
very informative post.
ReplyDeleteApple Airport Technical Support
ReplyDeletemany people are facing problen in their d-link router they people can contact us we are here to provide the complete solution about the asusu router support.
d-link router customer support
splendid post so thanks for this.
ReplyDeleteInternet explorer support
The above shared article is really very good, content present in it is very informative and very easy to understand.
ReplyDeleteThanks for sharing
Safari Customer Service
This comment has been removed by the author.
ReplyDeleteThanks for sharing kind of information with us .
ReplyDeleteWe provide tech support information which helps users to resolve their technical issues. Belkin.Range
We are here to discuss the latest trending Device Netgear wireless router. So, how exactly fix this Netgear wireless router setup/Reset/troubleshooting and activation function. Let me take you through this. Netgear wireless router was introduced as the world's fastest grip on the device. For more details kindly visit Netgear setup
ReplyDeleteVery nice post. I absolutely love this site. Thanks!
ReplyDeletehttp://editorsviews.com/best-scanners-2018/
Antivirus Guide If you have any issue regarding antivirus so Antivirus Guide is a solution to Antiviruses and protects you to junk updates.
ReplyDeleteThanks for sharing informative information. Antivirus guide contains the antivirus tech information which provides to the user to get resolve their antivirus technical issues. antivirus guide
ReplyDeleteThank you very much for sharing this important information! A very good article.
ReplyDeletemozilla firefox support is the best browser for the internet surfing and provides the many facilities of the user like many tabs open at one time, add many extension, etc. If any user faces any issue and problem in the mozilla firefox support like Installation problems, version problem, etc. so you can contact our mozilla firefox customers service team.
ReplyDeleteMozilla Firefox Support
Healthcare staffing companies offer reliable recruitment services. They provide temporary and permanent healthcare staffing solutions for their clients.San Antonio Onsite technical support
ReplyDeletegood infomation thank you for sharing http://arlonetgearsupport.com
ReplyDeleteGreat post... http://linksysmartwifisetup.com for
ReplyDeleteliksys router login & linksys login for best support.
Nice post.. Very interesting. I really like this post..
ReplyDeletenetgear setup
netgear router login
routerlogin
ReplyDeleteThanks for helping us by providing unique things,that is somewhere helping us in our life.
if you Need Quick Pogo Game Support Related to your Membership.
search that with Pogo online service number.
It just for you and your product safety.
Great post and very helpful! Here you will get all kind of solution like
ReplyDeletelinksys router login
linksys login
thanks for sharing useful information..
ReplyDeletenetgear router login
routerlogin
netgear router password
I really appreciate this wonderful post
ReplyDeleterouterlogin
routerlogin net
netgear setup
netgear router login
netgear router password
routerlogin.net
nice post.....
ReplyDeletelinksys login
linksys smart wifi
great post....thanks for sharing useful information..
ReplyDeleterouterlogin admin page
Nice blog with valuable information
ReplyDeletemywifiext Login
mywifiext net
Good Informative article respective my-embedded with us. linksys extender setup-xxx
ReplyDeleteThanks great article I really like your article you can also visit here for mywifiext.net
ReplyDeleteGreat work! Totally motivating and inspiring.Keep sharing such more in future also.Thank you so much.For More information visit here - mywifiext
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteMicrosoft Office Support Number
ReplyDeleteMicrosoft Office Support phone Number
Microsoft Office Support
Microsoft Office technical Support
Microsoft Office help
Microsoft Office Support Number USA
Microsoft Office toll free Number
Microsoft Office Support Number California
Microsoft Office tech support number
Microsoft Office Number
Microsoft Office Support No.
Microsoft Office care Number Support Number Microsoft Office Microsoft PowerPoint support number
Microsoft Office costumer care number
Microsoft Office
Microsoft Office free pack
get Microsoft Office
Microsoft Office service number
Microsoft Office technical support phone number
Microsoft Office help number
Microsoft Office solution
Microsoft Office
tollfree number of Microsoft Office
Microsoft Office tollfree number
Microsoft Office support toll free number
Microsoft Office 360 suit
Microsoft Office technical support phone number new york
Microsoft Office online product key
This information given here made it easy for me to get my antivirus fixed. It is finally back to normal working. For any problem related to BullGuard. click here:
ReplyDeleteBullguard Help Number UK
Bullguard Contact Number UK
Bullguard Support Number UK
Thanks for pulling me out from the issue, I was stuck into it from a long period of time this informative content is really very- very helpful and for any technical support for printer visit at Epson Printer Help Number Uk
ReplyDeleteEpson Printer Helpline Number Uk
Epson Printer Toll Free Number Uk
Norton antivirus has in its association a lot of complicated technical procedures, if in case you are stuck with the issue as to how you can access your Norton account then all that is to be done is enter your e- mail address and password , if in case you do not have an account then click on ‘’create account’ ‘ if in case you already have an account then an option will appear that would ask if you want your password and e- mail address to be remembered or not then choose your preference and click the option ‘’’sign- in’’.Norton help Number UK
ReplyDeleteNorton antivirus has in its association a lot of complicated technical procedures, if in case you are stuck with the issue as to how you can access your Norton account then all that is to be done is enter your e- mail address and password , if in case you do not have an account then click on ‘’create account’ ‘ if in case you already have an account then an option will appear that would ask if you want your password and e- mail address to be remembered or not then choose your preference and click the option ‘’’sign- in’’.Norton help Number UK
ReplyDeletePurchase lower-priced prescription drugs from our online pharmacy – and enjoy the convenience of better service and peace of mind when ordering from our secure online shopping system.
ReplyDeleteSave upto 80% on popular medicines.
online medicine
order online medicine
med at door step
buy online medicine
Yahoo customer care support number
ReplyDeleteYahoo customer phone number
Yahoo customer service help number
Yahoo Customer Service Number
Yahoo Customer Support number
HOW TO UPDATE TOMTOM MAP
ReplyDeleteUPDATE TOMTOM MAP
TOMTOM MAP UPDATE
Nice to be visiting your blog again, it has been months for me. Well this article that i've been waited for so long. I need this article to complete my assignment in the college, and it has same topic with your article. Thanks
ReplyDeletewww.mywifiext.net smart wizard
www.mywifiext.net ex8000
Mywifiext
Nice post! This is a very nice blog that I will definitively come back to more times this year! Thanks for informative post
ReplyDeleteLinksys Extender Setup
Linksys Extender Re7000 Setup
How to Find Your D Link Router Password.d'link router setup
ReplyDeleteteaches you how to reset your D-Link router Wi-Fi password. If you lost the password to the admin.
I am very much helped by this blog post given here I am thankful to the writer for posting this informative piece here.
ReplyDeleteGmail Support Number UK
I have recently started a blog, the info you provide on this site has helped me greatly.
ReplyDeleteNo volume on Roku
thanks for article software solution provider
ReplyDeleteit software solutions inc
antivirus support partners
antivirus-support-partners/mcafee.html"
web-hosting.html">web hosting
contact us
I’m excited to uncover this page. I need to to thank you for ones time for this particularly fantastic read!! I definitely really liked every part of it and i also have you saved to fav to look at new information in your site. portable wifi Spain
ReplyDelete
ReplyDeleteWhat a helpful technical post! I think Wireless Router is the best one to achieve uninterrupted WiFi while blogging. I had some issues with my router which I was unable to fix on my own. Then, I opt for https://mywifiextlocal.net/ website which is truly helpful in fixing all my router issues.
192.168.1.1
routerlogin.net is a web portal for Netgear router setup. Go to Netgear router login page using Netgear router default IP or URL and follow the steps.
ReplyDeleteWrite frequently and write more often this will improve your writing skills and instant support for Bullguard Antivirus visit at Bullguard Helpline Number UK & Bullguard Support Number UK
ReplyDeleteAOL HelpDesk support Contact AOL Helpdesk . AOL Helpdesk will help you to recover blocked account
ReplyDelete,recover corrupted file, aol not working,email not sending, and much more.Contact
us directly when feel free to call +1-800-684-5649 We provide 24X7 Help Desk support .
AOL Help Desk
Very nice blog thanks a lot. Indian visa
ReplyDeleteVisa Instruction
Apply Visa
About Us
Visa Terms Conditions
Visa Privacy policy
Visa Contact Us
Aol Helpline Number Aol technical support Helpline number assist you in technical questions while
ReplyDeleteusing aol email services And facing any issues related to Aol login,emails issues, are answered
by Aol technical team.Please contact us at 1800-684-5649. our customer support officer are available
24x7 round o clock.feel free to contact us.
https://aolnumbersupport.com/aol-help/
What a helpful technical post! I think Wireless Router is the best one to achieve uninterrupted WiFi while blogging.
ReplyDeletesoftware solution provider
it software solutions inc
antivirus support partners
antivirus-support-partners/mcafee.html"
web hosting
contact us
https://www.gennextsoftwaresolutions.com/
We Colaborate With Clients To Build A Custom Website Which Suits Your Business!
Get a custom built Responsive website to suit your business
We develop SEO friendly websites with trendy designs and advanced features which appeal to your
customers and give an extra edge to your business
GenNext Software Solutions is into providing Web Solutions to it's customers around the globe. We are based out of US.
We develop responsive website that appeals to customers, from branding that inspire others to follow your path, to platform design that create
user engagements and campaigns that attract consumer to associate. Our goal is to develop a responsive website that gives a great experience for the
users along with an opportunity to capture leads. We are expert in website design services and dedicated to developing cutting-edge sites.
How Much is Aol Desktop Gold , If You are using aol desktop gold and Facing any glith in your Aol desktop Gold Software and you think you have needed any extrnal assitance then feel free to call 1800-684-5649.on Official Aol Desktop Support number Surely they will short out your ploblem .
ReplyDeleteThis is an old fashion router there is a latest TP-Link AC1750 Wireless Router available at very economical price which is dual band router upgrades to 1750 Mbps high speed internet (450Mbps for 2.4GHz + 1300Mbps for 5GHz), reducing buffering and ideal for 4K streaming comparable to the router Netgear R6700.
ReplyDeleteBelkin Login Instructions - How to Login to a Belkin Router and Access Setting page. First you go to Belkin router Login control panel. Then make changes your network then you can login to your Belkin.
ReplyDeleteVisit us- https://routerfixiya.com/belkin-router-login/
Get Support for Antivirus visit at Norton Helpline Number & Norton Contact Number & Norton Help Number
ReplyDeleteKeep Sharing more informative and get support for Antivirus visit at Norton Helpline Number & Norton Contact Number
ReplyDeletecheck some useful links
ReplyDeletehttps://www.coim.in/digital-marketing-institute-in-laxmi-nagar.php
https://www.coim.in/digital-marketing-institute-delhi.php
https://www.coim.in/digital-marketing-institute-preet-vihar.php
The Canon PIXMA MX492 Setup is a most famous in canon series whether
ReplyDeleteyou are at home and office use; still have issues with Canon Pixma MX492 Setup?
Just reach our technicians to fix it out.
Thanks for sharing the Site for the best information. Hey I am Lavienrose From Florida.
ReplyDeleteWelcome to real Printersupporthelplinenumber
right place to online help and Support for Canon Printer Support Number USA +1-800-883-8020. our technicians provide the Best Solutions and resolve all issues with Printers, laptops, Computers, Drivers, and others Devices. Canon printer support Helpline Number available for 24/7 hours to help you. just Dial our Toll-free +1-800-883-8020.
Canon printer Customer support Number
Canon printer help number USA
Canon Printer Support Helpline Number USA .
Kaspersky is given the crown for detecting and then removing viruses. Sometimes, it starts showing darkening issues. Connect Kaspersky Support UK to correct such issues
ReplyDeleteKaspersky Support UK
ReplyDeleteThanks for sharing the blog. Hey I am Alicen Carter From New jersey. Welcome to Geek Squad Technical Support. Electronic devices such as Pcs, laptops, Tvs, are now an essential element of the modern workplace. Like another piece of equipment, electronic devices are prone to issues too. Geek Squad Support is There to Support You we have a Best Technician for Help you and solve your issues very quickly. Just Dial Geek squad tech support number 1-856-673-221. Our Technical Team available for 24/7 hours for support you.
geek squad repair phone number
Geek support number
geek squad online support
geek squad appointment cost
How Do I Connect My Canon Printer To Wifi? Switching on the network printing can help to get rid of the headache of cables and USB. The only way to do how to connect canon printer to wifi. You can reach out to us at +1 800 684 5649 for help at any time.
ReplyDeleteThe knowledge base you shared is really helpful for everyone, after i read this now i am able to know. it would be very helpful for everyone.
ReplyDeletehp printer in error state
printer in error state hp
hp printer in error state windows 10
printer in an error state hp
hp printer is in error state
hp printer is in an error state
printer in error state windows 10
printer in error state
printer is in an error state
brother printer in error state
brother printer is in an error state
brother printer in error state windows 10
canon printer in error state
printer in an error state
how do i get my printer out of error state?
printer is in error state
printer is in an error state hp
printer error state
printer is an error state
Office login – Office is great platform to manage data like of any kind in the form of text,images,videos,infographics,etc. You can save your data with office files such as excel,word,powerpoint,etc . Access all of these items online by doing Office login .For this you have need a microsoft account and its detail. Valid user name and password. This is the superb facility which you can enjoy anywhere.
ReplyDeletehttp://officelogin.org
http://bullguardlogin.com
http://turbotax-login.us
http://www.mcafeeactivatee.uk
http://norton-login.org
http://webrootlogin.org/
webroot.com/safe
canon.com/ijsetup
If you are looking for kindle support services to fix kindle won’t connect to wifi error then contact our expert team any time 24/7. We offer best and quick kindle support services throughout USA, Canada and UK. visit us at kindle help guides to know more.
ReplyDeleteThanks for this post. I have found some interesting blog on google. You can check these blogs also which are related to technologies
ReplyDeleteDragon naturally speaking support
HP Printer Offline
Brother Printer offline
Avg login
Kaspersky Login
Garmin Login
Webroot.com/Safe
Office.com/setup
If you don’t know how to fix canon printer is offline mac error then get in touch with us. We resolve all canon printer errors and we offer canon printer support services round the clock. To know more check out our website canon printer offline.
ReplyDeleteThe information you shared in awesome
ReplyDeleteHP Printer Software
HP Support Solutions Framework
HP Update Software Utility
Hi i'm share thusme necessary website that everybody use this point so if you have got needing connected like Dragon naturally speaking support, HP Printer Offline, Brother Printer offline, Avg login, Kaspersky Login, Garmin Login, Webroot.com/Safe, Office.com/setup any time visit here and obtain the entire resolution for your error.
ReplyDeleteDragon naturally speaking support
HP Printer Offline
Garmin Login
Webroot.com/Safe
Office.com/setup
garmin.com/express
TurboTax Support
Thank you for sharing this beautiful blog. I like your way of writing and really its good .Also follow me. Bullguard Login
ReplyDeleteMcafee Login Account is your one-stop key for accessing and utilising all the benefits and features of the amazing Mcafee security applications
ReplyDeleteThank you for sharing this genuine blogspot with us. I like your post and now I am gone share it to my profile of facebook.
ReplyDeleteGarmin Express
Very good blog on this topic and its appreciating really.Let know of me -> webroot.com/safe Thanks for sharing this amazing knowledge with us.
ReplyDelete
ReplyDeleteHow to Install windows 10 on MAC- is the most asked inquiry on our client care discussion. Clients who are unequipped for doing such an undertaking can take advantage of the Boot camp or go to our moment visit stage for specialized help. The Windows 10 live visit is open 24x7.
This is very much great and hope fully nice blog. Every body can easily found her need able information. I am visit first time but I fond many use full article. I will back again when get time.
ReplyDeleteWebroot.com/safe
McAfee.com/Activate
Norton Login
Norton Login
Garmin Express
Thank you for posting an informative blog. Your posts are more interesting and informative.Kindly do Visit our site to get HP Printer Support and Fix All Printer Problems.
ReplyDeleteKFC with an end goal to meet and surpass client desires offers its esteemed clients to round out a client criticism to be filled in return for a prize coupon with a free chicken cup.
ReplyDeletevisit my kfc experience
Webroot makes sure that you have the best security software products installed on your computer, it uses antivirus protection and a firewall, gives antispyware software, always keeps it up to date.
ReplyDeleteHello Sir! Your Blog post Discussion about Chess is good. I am interested in this blog. Soo more Update.
ReplyDeletechess next move
Heloo everyone!
ReplyDeletei'd like to share this blog with you.
true skate all maps apk
please let me know what you think!
Hello Sir! Your Blog post Discussion about Chess is good. I am interested in this blog. Soo more Update.
ReplyDeleteTrue skate all maps apk
Thanks for sharing a great article.Netgear Nighthawk App provides a simple and easy interface for Netgear Nighthawk router users. This app allows to setup, control, manage and monitor your home network. If you need any assistance regarding Netgear Nighthawk App Installation or Troubleshooting, Contact support Team at +1-844-456-4180
ReplyDeleteOur manufacturing setup are designed to work for optimum performance and productivity, while our greatest strength is the ability to understand the client goals. Our product features are Dimensional accuracy, Sustainable, Reliable, Durable and Cost effective. We also provided spare parts to the JCB dealer for their wholesale business at very economical price. For any business enquiry about Zetor machines spare parts, Please Fill Details Below. We will contact you as soon as possible.
ReplyDeleteZetor tractor parts
thanks for the info, 3G/4G router has finished installing OpenWrt and supports USB 4G modem
ReplyDeleteThanks for this blog. I need to provide the solution about Netgear Router problems. If you want the perfect solution from our side then visit on http://abbottmichelle.greatwebsitebuilder.com/
ReplyDeleteWant to update your TomTom device in the easiest way then you must dial USA/CA +1-888-480-0288, UK +44-800-041-8324. Our TomTom Map Update experts have many years of experience in the same.
ReplyDeleteAre you getting frustrated with your Roku device-related issues? Are you unable to Activate PBS kids on Roku ? Don’t get panic. Just talk to our technical experts who can provide you online troubleshooting guide for Roku Errors. Get in touch with us.
ReplyDeleteFor login to your router help kindly visit on these blogs.
ReplyDeletehttps://dev.to/remobyers/trying-to-log-in-to-your-router-but-failed-use-these-tactics-2dm0
http://crweworld.com/usa/me/poland/localnews/tech/1422388/netgear-c3700-docsis-30-modem-router-everything-you-need-to-know
When your Kindle won’t connect to wifi, it may be disturbing at times. But don’t worry we have a number of solutions to resolve kindle wifi connectivity error. To know more, visit our website kindle help guides.
ReplyDeleteLooking for D link router login call on 1800987893 , visit on:
ReplyDeleteD link router login
Appreciated your hard work and effort for this article. Thanks for being a mentor in this digital-world. Your article is really helpful and full of knowledge for all of us.
ReplyDeleteGPS Map Update(Garmin,Tomtom,Rand Mcnally, Magellan)
Nice blog very useful information I will visit again to read more your post.
ReplyDeleteAOL Mail customer service
AOL Mail customer service
AOL Mail customer service
AOL Mail customer service
Looking for a quick way to resolve Kindle won’t connect to wifi error? Our team is very skilled and dedicated and are available round the clock to help you. Our techies resolve this error within shortest time span. To know more visit our website kindle help guides.
ReplyDeleteIf you want an instant and best solution to fix a canon printer is offline mac error then get in touch with us. We provide printer support services and our techies are very experienced and skillful. Visit our website canon printer offline to know more.
ReplyDeleteLooking for kindle expert’s help to reset a kindle fire? If yes then look no further then kindle help guides. Our techies guide you about <a href="https://kindlehelpguides.com/how-to-reset-a-kindle-fire/>how to reset a kindle fire</a>. We are one of the best kindle service providers and we are available round the clock to help our customers. For more information you can visit us at kindle help guides.
ReplyDeleteBullGuard Download
ReplyDeleteNetgear Extender Login
Roadrunner Email
my.avast.com
http://www.visual-pagerank.info/styles-pagerank-bmV0Z2VhcmV4dGVuZGVyc2V0dXBwLmNvbQ==-netgearextendersetupp.com
ReplyDeleteoffice is a versatile range of products that help you to complete a task with less efforts, complete office.com/setup procedure to explore its products.
ReplyDeleteOffice.com/setup - Office Login | Office Setup | MS Office 365
Office Setup & Login | Office.com/myaccount | Office.com/setup
Office.com/myaccount | Office 365 Login / Sign In Account
Blog - Office.com/setup
Privacy Policy - Office.com/setup
Disclaimer - Office.com/setup
Thanks for give us valuable information If you are Looking for D-link Support call on 1800987893 , visit on: D-link Customer Support
ReplyDeleteGarmin Nuvi update
ReplyDeleteGarmin Express Download
norton.com/setup
Bitdefender Login
Home.mcafee.com
Turbotax sign in
AVG antivirus is a prominent virus protection program among the world of software . As many hackers and data stealers are waiting for the user’s mistake, they can misuse of user’s identity and other data.
ReplyDeletewww.avg.com/retail |
avg.com/retail