- 31
- 36 663
Code V
United States
เข้าร่วมเมื่อ 15 ต.ค. 2017
1 June 24 Update: CP Time be strong in this one. We are now in full motion at last. Things are on the up. We have a few jewelry and Router videos queued up and will now hopefully be able to pump out some weekly videos between the two. It took us a long time but we are finally in a place to make things happen.
Performing Serial Recovery of Dynalink Router
#OpenWrt #Brick #Serial #Recovery
Let’s talk about the Cords
Set 1: (What I used & didn’t know worked until I used the second set & had the same issue
USB Serial Cord (Came with instructions for drivers & diagram of cord)
amzn.to/4bXJER7
USB Cord you can take the white clip from:
amzn.to/3zbsIrR
Ste 2: (What I used on my second try, used in this video, more hassle with the wires then the first set, but worked)
USB Device with wires for serial connection to router
amzn.to/3RpuCve
REALLY IMPORTANT TOOL NEEDED: Thin metal clip, like ones used to pop out the SIM card trays in phones
Software needed: Putty www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Step 1: Take apart your router, it’s easy (4 screws at bottom, slide out inner case, pop black plastic holding antennas to white inner casing so you can get to all 4 motherboard screws, your done.
Step 2: DOWNLOAD the Kernel (.itb file for recovery), & the Factory image (.ubi file for installing openwrt on the router)
Link to Firmware Selector on Dynalink: firmware-selector.openwrt.org/?version=SNAPSHOT&target=qualcommax%2Fipq807x&id=dynalink_dl-wrx36
Step 3: *IMPORTANT* with a FAT32 USB Device, copy the .itb file to it (Name it “Recovery.itb” like we did), & then plug the USB device AND Ethernet cord to router. This will save you A LOT of trouble later as slight movements can dislodge the serial cords once connected to router. Ethernet is connected from computer to router.
Step 4: Prep your cord for connection to router, if your using USB device we used in this video, Follow that part of my video showing me using metal clip taking plastic off cord example for you
Step 5: At this point, router should have recovery USB device with .itb file, the ethernet cord, & the power cord for the router plugged into router, but NOT the wall. This is so once you are ready, you just need to plug the wall outlet to power source without moving router. Now connect USB serial device to computer first, this will start the device’s installation for drivers which windows should automatically find. While that is going on, now connect serial wires to router, I strongly recommend having the RXD pin or middle wire keeping it’s plastic case attached to it to help you guide the two outer wires to prongs. YOU MAY HAVE TO JIGGLE WIRES A BIT BEFORE the PC get’s communication properly from router, but you won’t know until you open putty & turn router on.
Step 6: In putty, connect to proper COM serial, you should get a black terminal with NO input yet. Now finally, plug wall outlet for router’s power source in, router should be coming on & you should almost instantly within 3 seconds of plugging in router, start seeing output generated in putty. If router’s light comes on AND YOU DO NOT see any output whatsoever, jiggle cords a little bit (like the TX cord) until you see either garbled output on PUTTY, or clear text. Either is fine as the router will not continuously output info, so only feedback you will see is garbled text from the physical connections being made to pins on router’s mother board sometimes. YOU WILL BE spending sometime with this so be patient, jiggle a little, unplug power source, plug it back in, & check to see if you get output. Took me 10 minutes until it worked.
Step 7: Once you have clear output (Yay!), this is where YOU MUST PAY ATTENTION:
a. If output gets stuck at “S - Core 0 Frequency, 1651 MHz”, count to 21 seconds, & then begin typing the following SLOWLY so you do it right:
a. Type: "setenv console_unlock 1" & then press Enter
b. Then Type "saveenv" & then press Enter
c. The console should now be visible, showing what you are typing. IF THIS DOESN’T WORK, unplug router, & start over again counting to 21 seconds, it took me 3 tries before I got it right.
b. If your output goes straight to terminal output . . . you lucky dog.
Step 8: Now that you have the console, execute the following commands:
usb start
fatload usb 0:0 0x44000000 Recovery.itb
bootm
You should now see the router restarting, but booting into the OpenWrt firmware, you are now about to install OpenWrt.
Step 9: Execute the following installation commands, but pay attention to the output:
a. SCP the ubi file (Factory image) to the router
command when your in the folder on your computer: scp Recovery.ubi root@192.168.1.1:/tmp/
b. cat /proc/mtd
*Make sure mtd18 & mtd 20 have the rootfs & rootfs_1 respectively, if not DO NOT CONTINUE*
c. ubiformat /dev/mtd18 -y -f /tmp/Recovery.ubi
*IF you get a detach error for mtd18, execute this: ubidetach -m 18
d. ubiformat /dev/mtd20 -y -f /tmp/Recovery.ubi
e. ************************
f. IMPORTANT: Guys, I am sorry, youtube has a 5,000 character limit, go to my original installation video for Dynalink: th-cam.com/video/iSqqnXmous0/w-d-xo.htmlsi=xPrXUxEcDEnl0IJ7
Look for Step 13 in the description, you JUST completed it, just follow the rest of the instructions form there & you should be good.
Step 10: Your Done
Let’s talk about the Cords
Set 1: (What I used & didn’t know worked until I used the second set & had the same issue
USB Serial Cord (Came with instructions for drivers & diagram of cord)
amzn.to/4bXJER7
USB Cord you can take the white clip from:
amzn.to/3zbsIrR
Ste 2: (What I used on my second try, used in this video, more hassle with the wires then the first set, but worked)
USB Device with wires for serial connection to router
amzn.to/3RpuCve
REALLY IMPORTANT TOOL NEEDED: Thin metal clip, like ones used to pop out the SIM card trays in phones
Software needed: Putty www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Step 1: Take apart your router, it’s easy (4 screws at bottom, slide out inner case, pop black plastic holding antennas to white inner casing so you can get to all 4 motherboard screws, your done.
Step 2: DOWNLOAD the Kernel (.itb file for recovery), & the Factory image (.ubi file for installing openwrt on the router)
Link to Firmware Selector on Dynalink: firmware-selector.openwrt.org/?version=SNAPSHOT&target=qualcommax%2Fipq807x&id=dynalink_dl-wrx36
Step 3: *IMPORTANT* with a FAT32 USB Device, copy the .itb file to it (Name it “Recovery.itb” like we did), & then plug the USB device AND Ethernet cord to router. This will save you A LOT of trouble later as slight movements can dislodge the serial cords once connected to router. Ethernet is connected from computer to router.
Step 4: Prep your cord for connection to router, if your using USB device we used in this video, Follow that part of my video showing me using metal clip taking plastic off cord example for you
Step 5: At this point, router should have recovery USB device with .itb file, the ethernet cord, & the power cord for the router plugged into router, but NOT the wall. This is so once you are ready, you just need to plug the wall outlet to power source without moving router. Now connect USB serial device to computer first, this will start the device’s installation for drivers which windows should automatically find. While that is going on, now connect serial wires to router, I strongly recommend having the RXD pin or middle wire keeping it’s plastic case attached to it to help you guide the two outer wires to prongs. YOU MAY HAVE TO JIGGLE WIRES A BIT BEFORE the PC get’s communication properly from router, but you won’t know until you open putty & turn router on.
Step 6: In putty, connect to proper COM serial, you should get a black terminal with NO input yet. Now finally, plug wall outlet for router’s power source in, router should be coming on & you should almost instantly within 3 seconds of plugging in router, start seeing output generated in putty. If router’s light comes on AND YOU DO NOT see any output whatsoever, jiggle cords a little bit (like the TX cord) until you see either garbled output on PUTTY, or clear text. Either is fine as the router will not continuously output info, so only feedback you will see is garbled text from the physical connections being made to pins on router’s mother board sometimes. YOU WILL BE spending sometime with this so be patient, jiggle a little, unplug power source, plug it back in, & check to see if you get output. Took me 10 minutes until it worked.
Step 7: Once you have clear output (Yay!), this is where YOU MUST PAY ATTENTION:
a. If output gets stuck at “S - Core 0 Frequency, 1651 MHz”, count to 21 seconds, & then begin typing the following SLOWLY so you do it right:
a. Type: "setenv console_unlock 1" & then press Enter
b. Then Type "saveenv" & then press Enter
c. The console should now be visible, showing what you are typing. IF THIS DOESN’T WORK, unplug router, & start over again counting to 21 seconds, it took me 3 tries before I got it right.
b. If your output goes straight to terminal output . . . you lucky dog.
Step 8: Now that you have the console, execute the following commands:
usb start
fatload usb 0:0 0x44000000 Recovery.itb
bootm
You should now see the router restarting, but booting into the OpenWrt firmware, you are now about to install OpenWrt.
Step 9: Execute the following installation commands, but pay attention to the output:
a. SCP the ubi file (Factory image) to the router
command when your in the folder on your computer: scp Recovery.ubi root@192.168.1.1:/tmp/
b. cat /proc/mtd
*Make sure mtd18 & mtd 20 have the rootfs & rootfs_1 respectively, if not DO NOT CONTINUE*
c. ubiformat /dev/mtd18 -y -f /tmp/Recovery.ubi
*IF you get a detach error for mtd18, execute this: ubidetach -m 18
d. ubiformat /dev/mtd20 -y -f /tmp/Recovery.ubi
e. ************************
f. IMPORTANT: Guys, I am sorry, youtube has a 5,000 character limit, go to my original installation video for Dynalink: th-cam.com/video/iSqqnXmous0/w-d-xo.htmlsi=xPrXUxEcDEnl0IJ7
Look for Step 13 in the description, you JUST completed it, just follow the rest of the instructions form there & you should be good.
Step 10: Your Done
มุมมอง: 169
วีดีโอ
Setting Up USB Recovery for Dynalink OpenWrt Router
มุมมอง 1436 หลายเดือนก่อน
#OpenWrt #USB #Recovery #Setup #Dynalink USB Recovery Setup for OpenWrt Router Step 0: Have a FAT32 formatted flash drive, and download the firmware file (.itb) for Dynalink Router onto the flash drive, you can get the file here: firmware-selector.openwrt.org/?version=SNAPSHOT&target=qualcommax/ipq807x&id=dynalink_dl-wrx36 *I strongly recommend renaming it to Recovery.itb, if you want to call i...
Expanding HD and Making Swap Space on OpenWrt Pt 2: Persistency Through OS Upgrades
มุมมอง 1536 หลายเดือนก่อน
#OpenWrt #HardDrive #Expansion #SwapSpace #Persistence #Updating #Upgrading We figured it out, your not gonna find this info anywhere around, checked for so long. 0:00 What we about to do 0:57 What has to be changed for persistency 02:53 Upgrading the firmware after the change 06:41 Recap (It worked!)
Expanding HD and Making Swap Space on OpenWrt Pt 1
มุมมอง 5496 หลายเดือนก่อน
#OpenWrt #USB #Expansion #SwapSpace 0:00 Starting with prepping the router via opkg 1. ssh into your router 2. Run these opkg commands: opkg update opkg install block-mount kmod-fs-ext4 e2fsprogs parted kmod-usb-storage luci-app-attendedsysupgrade luci 0:40 Formatting the USB device on the router DISK="/dev/sda" parted -s ${DISK} mklabel gpt mkpart extroot 2048s -2048s DEVICE="${DISK}1" mkfs.ex...
Establishing Phraseless SSH between OpenWrt Routers
มุมมอง 2066 หลายเดือนก่อน
#OpenWrt #Phraseless #SSH 0:00 What we're trying to do 1:23 Install openssh-client-utils Step 1: Install openssh-client-utils on your downstream router (I did both, but you may only need to do the downstream router/the one trying to establish the phraseless connection. 2:21 Generating the ssh keys to make a phraseless connection Step 2: SSH into that router and run: ssh-keygen -t rsa -b 2048 a....
Egyptian Jewelry Showing (June 2024)
มุมมอง 417 หลายเดือนก่อน
#Velazquez #Egyptian #Jewelry #Silver #Gold #Exotic #Black If your interested in seeing more, you can go to the following: Store: Velazquez.club/ Facebook: This.is.Velazquez Instagram: charlescarlosv Threads: www.threads.net/@charlescarlosv Discord: discord.gg/utEkaVpmZm Twitter: CharlesCarlosV TikTok: www.tiktok.com/@charlescarlosve Everything is ran 99%...
Updating/Upgrading OpenWrt
มุมมอง 2627 หลายเดือนก่อน
#OpenWrt #UserFriendlyExperiment #Updating #Upgrading Updating/Upgrading are essentially the same thing and operate the same way, we just use them differently to distinguish what we are doing. Timestamp: 0:00 What we doing So we are going to up Update/Upgrade the Openwrt Router, and I'm going to show you how to do clean installs (Upgrades) and Installs with retained Settings (Update). Then fina...
Hostname Sharing Between OpenWrt Routers Proof of Concept
มุมมอง 347 หลายเดือนก่อน
#OpenWrt #Hostname #Sharing #Routers #Concept This is our proof of concept video for the solution we are working on where the end goal is to have openwrt routers automatically pass hostname information between them. We are somewhat close in that we can fetch the devices and add them to the router running the script. Some more work is needed to be done. 0:00 Make sure you have phraseless SSH bet...
Shark Robot Repair: Cliff Sensor Replacement
มุมมอง 6K7 หลายเดือนก่อน
Shark Robot Repair: Cliff Sensor Replacement
QNAP Hosting Websites Part 2: Using Let's Encrypt Certbot to get a free SSL Cert for the website
มุมมอง 2.5Kปีที่แล้ว
QNAP Hosting Websites Part 2: Using Let's Encrypt Certbot to get a free SSL Cert for the website
QNAP Hosting Websites Part 1: Hosting Multiple Websites Setup
มุมมอง 3.1Kปีที่แล้ว
QNAP Hosting Websites Part 1: Hosting Multiple Websites Setup
Connecting CyberPower UPS Device to Openwrt router for Windows and QNAP
มุมมอง 417ปีที่แล้ว
Connecting CyberPower UPS Device to Openwrt router for Windows and QNAP
Velazquez's Egyptian Jewelry Store Explainer Ad
มุมมอง 6352 ปีที่แล้ว
Velazquez's Egyptian Jewelry Store Explainer Ad
Workers Hand making Our Jewelry Products
มุมมอง 192 ปีที่แล้ว
Workers Hand making Our Jewelry Products
Part 6 - Getting a VPN working with OpenWRT router (Configuring OpenVPN settings to use our HotSpot)
มุมมอง 1.5K2 ปีที่แล้ว
Part 6 - Getting a VPN working with OpenWRT router (Configuring OpenVPN settings to use our HotSpot)
Part 5 - Getting the OpenWRT router to automount USB devices and have writable access (With Samba4!)
มุมมอง 5592 ปีที่แล้ว
Part 5 - Getting the OpenWRT router to automount USB devices and have writable access (With Samba4!)
Part 4 - Making mounted USB device in OpenWRT router visible to network With Samba4!
มุมมอง 1.3K2 ปีที่แล้ว
Part 4 - Making mounted USB device in OpenWRT router visible to network With Samba4!
Part 3 - Setting up Openwrt to see and mount USB devices
มุมมอง 4.1K2 ปีที่แล้ว
Part 3 - Setting up Openwrt to see and mount USB devices
Part 2 - Installing Openwrt on a Router (We did stable and candidate versions cause why not!)
มุมมอง 8942 ปีที่แล้ว
Part 2 - Installing Openwrt on a Router (We did stable and candidate versions cause why not!)
Part 1 - Install manufacturer software on OpenWrt Router
มุมมอง 1.3K2 ปีที่แล้ว
Part 1 - Install manufacturer software on OpenWrt Router
Part 0 - Linksys WRT3200 Dual booting back to OEM Firmware after OpenWrt Install
มุมมอง 6K2 ปีที่แล้ว
Part 0 - Linksys WRT3200 Dual booting back to OEM Firmware after OpenWrt Install
Love this video ! Thank you!!
Great stuff, thanks! Just one question, when I host multiple domains on my qnap, is there a way to install multiple certificates, one for each domain? Or should I get only multi-domain cert?
Please zoom your browser window by 150% or even 200%
Good job! Thank you so much!🎉
Excellent video, is what I will do when I know all the problems of my robot, I would like to tell you that mine is the AV2501AE and for a problem with my dog seems to be that sucked urine and poop. And after that the robot does not charge the battery and also I guess that the drop sensors were damaged because it gave that error before it was completely discharged. Do you think they are the charging pads that are being replaced? I have looked for them on eBay and Amazon and can't find them for my model. If you could help me to detect the problem itself, it would be very helpful. Thank you.
Hi, As a rule of thumb, your going to want to fix the issues that you can verify upfront first, so the charging issue before you look at anything else like the sensors. I'll have to check my robot when I get a chance to confirm this (away at the moment) but one thing that would be nice to know is if there are any light indicators (like a battery icon light or some light that turns on/changes) when you place the robot on the charging dock correctly. I doubt it's the battery, but that's one way of finding out (light indicators showing the dock or robot are acknowledging the connection for power, but the robot not holding a charge). I don't want you to waste your money on a battery, so anything you can check to see if it's because of a bad battery would be most ideal, or you could always order one and check the return policy before doing so that way you can plug it in, see if it comes on when placed back on the dock, and if not, send it back since the battery you already have is probably good then.
@@CodeVelazquez Greetings, I have with the robot damaged for about 1 year. Unfortunately I thought it was the battery and if I got to buy an economic one, and only saw how the new one was gradually discharged. When I put it on the charging base the base recognizes that it is sending power to the robot but it doesn't even flinch, it doesn't charge anything. Sorry for not mentioning those details. I have come to think that it is the robot's charging pads. But I don't know which ones to buy as I can't find the ones for my robot specifically and I don't know which ones are compatible. Do you think the same as me?
Ok, so if I understand correctly, you put a different battery in and the robot worked, but the battery slowly discharged since the robot was not charging? And when you would place the robot on the base, it would recognize such is the case, just no charging? Ok, if this is indeed the case, it sounds much like the charging mechanics of the robot that may be faulty. That's a tough one, since it would have to be more so the board that directs power to the battery then the physical connectors that touch the docks charging points. I'm unfortunately not too familiar with the charging components on the robot. If you were to try and fix this, you might have to do some exploring to see how readily avaliable the charging components that compatible for that particular model are. I wouldn't spend more than $80 in total, as past that you'll start approaching the used price of vacuum robots you can pick up from a used store like a flea market. If there's a video taking apart your model all the way down, that would be good to watch, you can try to eye what physical parts of the board are connected to the charging components to see if you could gather any important detail like maybe the wiring between the boards and the charging connectors. On the robot that make contact with the dock.
@ thank you very much for the information 🤍
It does increase the disk space?
Yes, it will give you more disk space to install applications, just keep in mind that if you do this, that USB drive will need to forever be apart of that router to avoid any very weird behavior. I can't tell you how the router will behave if you install super important and heavily customized applications that you run and then the usb drive stops working. If you use a good USB drive, leave it in the router and forget about it, you should be fine.
At 2:11 on the Web Server setup page the HTTP port is 80 and the HTTPS port is 8082. Then at 2:29 on the Virtual Host setup page the HTTP port is 82 while the HTTPS port remains 8082. How did that happen?
Lol if you catch the time between the two points, 2 minutes jump forward so I likely experienced some issue and needed to change it. If I'm not mistaken, I think port 80 and port 443 are the default ports for accessing your server directly (to login). So I would recommend to not only change those default ports, but to also use different ports from those at this point in the video when your setting up access to your web pages. I used 82 (http) and 8082 (https) but these are also not as important as the ports you specify for the web pages themselves, since if you want to access the different web pages outside your house, they all need to use the same http and https port you set (which can be different even from this point). So to sum it up: I changed the port, you can generally use whatever port you want (although it will complain if the port is already in use), most important section is where you specify the port for the particular web page
Thank God , I didn't have to do all this, I just clean it with alochol and qtips.
32 inch monitor and cant read your screen
I'm surprised to see sarcastic comments about the video, but I want to clarify one point. I had a completely dead machine due to a modification in the OpenWrt system. I tried all the recovery methods, but they failed. But I found this video explaining another way, which is the loop method. And it worked. Thank you from the bottom of my heart.
thhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhank yoooooooou
Code V, can I point my DNS A Record @ QNAP DDNS IP? Technically, I've already done it but it seems there is a mess of overlapping GUI settings to allow the passage HTTP request through QNAP DDNS. Any help you can provide would be appreciated.
i unfortunately bricked mine.. any chance you can do a serial install please?
Hopefully this helps you: th-cam.com/video/8AtaUFZt6KI/w-d-xo.html
best to record on a lower resolution screen. as is text is too small to read.
Thanks for the tip, we've made adjustments for our future videos from this!
What’s the parts number?
Which QNAP server do you use? If I buy a QNAP TR-004 or QNAP TS-233, can I use it like this?
You won't be able to use the TR-004 like this, as that model is a USB-C direct connection model. Meaning it's meant for direct connection to a computer. You could arguably achieve something close connecting it directly to a router, but I can't promise you that interfacing with it will be the same as the regular NAS models like the TS-233 your looking at. As long as it is an actual NAS (networked, accessible over your network connection). You should be able to do everything I've done with some slight adjustments since the models will be much newer than what I have, which is the TS-431p. My model is super old, so I wouldn't look for that one in particular, whatever you can afford that has ethernet connections (connect to your router) and you should be good. One last thing that will only matter if your going to get more technical with the things you can do, if you have the opportunity to avoid ARM processors, it will make certain "extra" things a lot more easier. But this only matters if your trying to use something like docker and install applications to run off of dockers as sometimes you will have to do digging to find the "right" version of the software that supports ARM processors. To reiterate, there's nothing wrong with ARM processors, you will just need to keep it in mind when installing stuff from outside the QNAP store (like docker images)
فعلا
Hola. VLC por WAN ?
Snapshots do not have Luci installed unless you add it to the build.
Yup, making them a really good way to show how awesome the attended upgrade package is with OpenWrt since it will get all your packages for you so you don't have to reinstall them yourself.
I owned the Router shown in this video for 2 months and 10 days until out of the blue WAN port of the Router died. I ended up getting the TP-Link Deco W4500 which is a Wi-Fi 6 Mesh type system. Comes with 3 devices which I had spread evenly across the house as I could. The new Router gives far better Wi-Fi signal any where within the home. Heck I can even get a good Wi-Fi signal at the garage which is like 50 feet away from the home. Using the Dynalink Router I could barely get a Wi-Fi signal standing on the back.
Wow, thanks for sharing, I'll have to look into that one, sounds super convenient when you have a decent size home. I do wonder how OpenWrt would handle a device like that with linked mesh devices such as what your describing. Wonder how much configuration you have to do for all 4.
TP-Link Deco line up don't have the normal US interface that normal routers has. The TP-Link Deco uses smartphone app to control it and for configuration. So during configuration they really act as one voice so to speak. The biggest benefit for using the Deco is when you carrying mobile devices around the home. As you move through the home your device will switch which deco it uses to get the best signal. If the deco's are placed in the right spots through the home. You can be sure every device connected to the network will have the best signal it can get.
Glad it worked but your video seemed all over the place....wish it was more methodical
Thanks for the feedback, we're making adjustments every step of the way.
No programes los videos con tanta antelación.
Can you make a video regarding how to expand the available storage space for squashfs type builds?
Hi there, You mind sharing the particular router your using? The preliminary research I did tells me that the squashfs is used on routers with SD card slots, so primarily the Pi routers. I don't own any so my first attempt will be to mimic one if that's possible. Otherwise, I'll put it on my to buy list when I have the spare cash to buy a cheap pi and SD card. I will also keep researching to see if there's something unique I can find out as there's chatter about potentially being able to use something different from squashfs which could be easier.
@@CodeVelazquezHello am using NanoPi R2S
how to get domain ?
Are you referring to a domain anybody can go to, or just you? If your talking about one that everyone can go to, which is what I have, you have to already own one, i.e buy a domain name from a service provider. I use to have Google domains, but they sold their take to squarespace, so you can try there and many others.
I installed the recovery image and now I cannot connect to the router because the default password isn't the one that is on the bottom nor one I set prior. Do you happen to know the default password for the recovery image?
Hmm, by recovery image are you referring to the .itb file? In most cases, if you are loading up the .itb file, imagine that you arey loading an entire encapsulated Linux operating system, so by default, there will be no password, all you need to know is the correct i.p address to the router, which *most* of the time, should have now been changed to 192.168.1.1 so double check using your computer to see what the i.p address is for the router it is connected to via an ethernet cord as there will be no Wi-Fi signal until you set it up ofcourse. Once you connect the router to the computer using the eathernet cord into the Lan port (make sure it is not the internet port in the router, needs to be one of the Lan ports), get the i.p address and ssh to the router, should be for example (ssh root@192.168.1.1) that you can type in the windows terminal, if it ask for a password, simply hit enter as there will be none setup by default. Amd lastly, if you get a host key error trying to ssh into the router, 9 out of 10 times it's because it created keys before from ssh into the same physical router with a different operating system basically, so you will need to delete the known_host file on your computer, but let's focus one thing at a time starting with that you are trying to connect with the proper i.p address. Can you confirm the i.p address to your router?
why premiere this
Just finished a successful install thanks to your video! You gave me the confidence to get this done, and I appreciate you so much. Everything is running great!
Glad I could help!
You are my saviour bro, it's been 3 month i was working to host my website on my qnap but the domain name wasn't working. And now it is finally working. Thank you very much for you video
You are most welcome, happy to help
I knew this router had 2 partitions but did not know how to get into the other.......you hit it on the button to have one as the Linksys so you can play around with the other...prior to this I did the WRT1900ACM fix with opening up the router and attaching serial cables to the inside .............thx for the video...perfect!!!
OpenWRT as in Open "Double-U R T". Not OpenWort 😅 Also, not "intrafs" image, it's an init RAM filesystem. (initramfs)
Who the fuck cares lol
opkg_install_cmd: Cannot install package luci-app-ttyd ... so Im stopping until I figure it out.. or not installing it.
Hi there, sorry to hear that was problem. that ttyd package is 100% optional. You can ssh into your router as well, I just find it a little easier and comfortable for people who are on the lower spectrum side of using tech related stuff. It also can be a bit convenient if you jump through different operating systems that you ssh from as some linux distributions can give you a little more hassle trying to standard ssh into it. Once you ssh into your router, your able to run all the same commands.
This video is not what I need to do, but by far it's the closest solution on this Earth. I generated my keys (and such) using some kind of script from letsencrypt. I have 4 files, two .crt, one .key and one json. In your video in the Import certificate window, you enter three .pem files. I believe that is not necessary and I can go with different file format. However, the field Private Key rejects my .key file. Would you be kind enough and tell me what is expected in this field? And if so, please don't say keys. Tell me what form and what sort of content should it be. Either way, thank you and have a good one!
Hi there, wish I could of gotten you sooner, but we're here now. Upfront, your spot on with what your providing actually, I'm not 100% familiar with what your doing, what I can say though that to the best of my knowledge (which is honestly not "that" much) if it is rejecting the private key either: 1) It's complaining about the format (Possible, may not be likely, Just remember that the reason you are even able to generate a different file format for your keys instead of SSL certificates being 100% a standardize, same format is because different implementations of back-end applications process them differently. Even the intermediate certificates are not always used, so you should really take your format into consideration if you exhaust your other means. I personally never heard of your formats being an issue or that my formats being required, but I also am not that verse in that realm or familiar with what exactly your trying to do, so always consider what you can). 2) The application is having a match issue with your certificate and private key, and I don't know how many different reasons that could be, but one that CAN be hardware/software dependent *I think* is the encryption type used . Let's look at these two example commands: Certbot certonly --dry-run --manual --must-staple --staple-ocsp --key-type=rsa --rsa-key-size=*Number, default is 2048* Certbot certonly --dry-run --manual --key-type=ecdsa --elliptic-curve= *Number, default is secp256r1* These are dry run, so they don't actually do anything, but think of the end product. Both generate certificates, but the certificate encryptions are completely different and there is a very strong likely hood that you could get one to work, but possibly not the other. And then in addition to that, there's different levels to the encryption since you could customize the encryption type further by specifying the rsa key size and elliptic curve used in generating your keys. Now this is where it gets kinda sucky . . . . If you can't find anybody that did exactly what you want AND on the same hardware/software you used, then all those customization points are all possible points of success. Now you could and likely will be able to narrow it down if you stick with defaults for the two types, just know that you could very well be that odd one that needed further customization vs defaults. In my video, I had to specify the rsa key type in that way because whatever the defaults are that certbot was generating, was not working. So I eventually found this to work for me. Again, this isn't exhaustive, and I'm not that verse in the realm of SSL certs, I just hope that whatever information you get from this and the videos, it helps make your trailblazing path a little easier. Good luck!
Hey, thanks so much for posting this. I used your guide to set it up and it works pretty well. I did notice that with openWRT I’m getting slower WiFi speed than with the stock firmware.
Happy it helped, and sorry to hear that. Now as a disclaimer, I'm not a professional, nor am I that knowledgeable on all the ins and outs of maximizing and fixing the speed of an openwrt router. I'm learning just as I'm sure all of you are, I can tell you what my experience has been and hopefully that helps! For your speed, That could be dependent on a few things like how developed openwrt is for your particular router. Assuming it is this one for example having better support in snapshot version vs the stable release currently, you should consider the following: For Wi-Fi, try to fine tune it for your environment like customizing the channel it uses, the band size (20hz up to 160hz if you have devices that can support it and there is not a lot of wifi signals where your at). There's free apps you can download on your phone like Wifiman and Netgear Wi-Fi analytics that can show you some very important details about all the wifi signals around the room you have your router in (neighbors wifi, hidden wifi, etc) like: 1) What channels those wifi signals are using? You want yours to be on the channel with the least amount of wifi signals on, 2) how big the bands are that those wifi signals take (one signal could cover channel 3, 4, and 5 for example), This is important to know because when you place your wifi signal on a specific channel, when you specify the width, the larger the number, the more channels its going to spread over, and therefore, more susceptible to degraded performance when other signals are in it's space. But if you can find the space to have it on more channles, your wifi signal will perform much fatser for devices that are able to take advantage of the infamous MIMO antenna stuff. If your talking about a wired connection, then things are a little bit more complicated. The best you can do: Install htop on the router, when you ssh into it and then run the command "htop", you will get this nice graphical interface that shows you your router CPUs at work. This is going to be very important, do this and once you have the screen up, then start further testing: Try to see if *Possibly* enabling the software flow offloading under Openwrt -> Network -> Firewall section of the router interface will help, and then run your favorite internet speed test on the PC. You'll notice that as it's running, the cpu's on the router (typically only really one of them) max out in utilization. The goal from my understanding is to try and have this as low as possible, it's not necessarily a bad thing if it caps out on you, so long as its not all the available cpu's, you should be ok, but again, the lower the better as that means it has room to handle higher speeds or do other stuff. You want to then try the following: 1) Speed test with everything default, important to get a base speed number. 2) Speed test with software flow offloading on, than the hardware version on as well (*At the time of writing this and for THIS particular router from the video, Hardware flow offloading changed nothing and I don't believe was supported, but as you know with snapshot builds this can get better or worse, so it's always good to try anyway to see, especially if your updating from time to time*) 3) Also attempt to speed test with packet steering enabled, you can find this at Openwrt -> Network -> Interfaces -> the "Global network options" tab. And see how that works. Remember, lower is better on the cpu usage, and this is not an exhaustive list of things that could help you get better speeds, these are what I've personally experienced and am familiar with to share.
@@CodeVelazquez thank you so much for the advice. Im going to work on this and reply back with findings!
I'm planning to get this for my first openwrt router...Do you still recommend this? I will mainly use it for QSM feature only. Hoping your response
Depends, enough time has passed where I am sure you probably already got it, depends on what you wanna do: If you want what is arguably the best consumer router in terms of hardware specs in an actual router that you can put openwrt on, with increasing support AND you plan on making this your day to day router and so you want something that can actually give you things like wifi6 speeds and whatnot. This is a solid choice. ESPECIALLY it's price point you can find it on at Amazon. I have three =) If you want a router strictly to learn openwrt and do some really cool customizable stuff and really plan to install a bunch of stuff, experiment with things and potentially jack it up. The linksys wrt 3200 acm router I made videos on would be my go to simply for it's specs ALONG with it's dual boot capabilities, which is so convenient and can be a massive life savor if you install/configure something that just jacks up the openwrt system where you can't get into the interface or worse can't ssh into it. It was considered the best in my opinion from what i've read back in the day for openwrt routers because of its specs. The only thing I"ve tried that didn't work with it is if your trying to use certain wireless repeating protocols like 802.11r (and of course I could of been doing something wrong), but other than that, and that was I guess specific to it's age, everything was great on it. I recommend this router only for this reason as it is still old and I wouldn't use it as my main go to with wifi being important to me since it obviously don't support the later protocols and speeds.
i already did it with my old computer with 4ghz...installed openwrt on usb and run SQM mode hehe Thanks!@@CodeVelazquez
What the password so I can login to the wifi
This is a good walkthrough, I think everyone is looking to upgrade their router to a newer one with OpenWrt support. I lucked out and got a few C2600's years ago, so all I had to do was flash them. However, I learned a few commands using Putty so I could install SNAPS with LuCi/SSL.
Just finished my install, for some reason my USB drive wouldn't work so I used diskpart and ran clean on it then reformatted with FAT32 and it was fine. Without this guide I don't think I could've done this process, thanks!
I wonder, is there a reason why you did not use the certbot in QNAP with the container station?
Was my first go around with web hosting and using SSL certificates. I just started using the container station for hosting other stuff like my personal git repository. I like to try and keep customizations simple also, the built in web hosting feature makes it available to everyone, sometimes anything extra you have to install isn't available/compatible with your particular device. For example, that personal git repository site I was talking about, I had to really dig in to install and get working a super specific, customized version for my QNAP server because of the type of OLD CPU my QNAP had. It didn't support the typical instruction set of newer ones and that complicated so much for me with getting the container up and running. This is one of many experiences in my life with stuff where I always try to default to the least amount of extra stuff to install if built in stuff is already available. This may or may not be the best way, but I know it was always the most compatible way for me, especially when sharing with others.
amazing
Linksize? Openwart? Wtf
Yes, the pronounication in the video is strange. Even I am not a native English speaker, I'd pronounce OpenWRT as "open w r t"
Little tip that file upload window supports drag and drop as well little secret do try it
Hi, I've read online that the firmware wasn't ready, it had just a snapshot back then, currently the version available is 23.05.0. Is it stable and good for everyday use now?
It is stable, but so many improvements and fixes have been added since the stable 23.05 version that I would actually personally recommend going the snapshot route. Just remember that you'll need to I stall luci via ssh when you install snapshots since it's preincluded in them. Just as a reinforcer, The snapshots are so far ahead of the stable release build that the group of developers that are behind bringing support for the device are in the process of changing the recommendation from the stable build to the snapshot. The convo is a little more advance (tech politics) then what I currently understand, but that's how much more of an improvement the snapshot build is currently at, they update the build nearly daily it seems so just imagine how much has improved over many months!
@@CodeVelazquez thanks homie
24:55 You typed it in wrong it should be qualcommax-ipq807x not the other way around
Thanks a bunch for the catch, that means I can either rerun the usb commands with the correct filename, or change the filename on the usb drive around if I needed the recovery prior to fixing it.
Qualcommmaxxing 💪💪💪💪💪💪💪
I usually don’t comment on YT videos but just wanted to say thanks for the fantastic “How to” video. I followed your instructions step by step and NO issues. Quick question, I did your last step too for the USB recovery so if we did a reset (or factory reset as some call it) would that wipe out the USB back-up plan? Thank you again!
Hi there, happy it helped! Regarding your question. I don't know *yet*. I actually took your question up with some of the people who have been working on developing openwrt for this router. When they get back to me, I'll reply again to you with what I found out. My initial thinking is that it stays persistent when your "recovering" openwrt, meaning if you find some way to repair it on the router which would include also sysupgrading the firmware. Now if you reflash the installation or even reformat the mtd partitions like you were reinstalling like in the original instructions as if you were installing openwrt when it had oem firmware, it probably doesn't, but that may only be true with reformatting the partitions and not openwrt depending on how the u-boot is involved. Hopefully they'll answer me soon.
Turns out that It does indeed persist even after a recovery. That's good since U-boot is an increadibly easy way to brick and render your device unusable if something were to go wrong from fiddling with it too much.
Hi. Thanks for guide!! I have two questions: how can install Luci offline or no internet in snapshot? And, this router with OpenWRT supports VLAN 802.1Q config? Thanks for reply.
Hey there! Thanks for asking, later on, I'll try to add your questions' answer in the description if youtube allows the space. But your answers are: 1) For installing packages offline, you'll need to download the ipk file of the package and scp the file to the router and then run opkg install command on that file. It'll look something like this: 1a: go here openwrt.org/packages/table/start?dataflt%5BName_pkg-dependencies*%7E%5D=Luci and get the luci package 1b: open the console, and navigate to where you downloaded the luci package and then do scp luci filename.ipk root@192.168.1.1:/tmp 1c: if the transfer was successful, ssh into the router, navigate to /tmp, and then run opkg install lusifilename.ipk 1d: wait for it to finish and your done. 2) For your other question, in general, most routers with multiple ports, especially those that come with a Wan port typically support VLan. The issue though is that because the router is so new and only supported in snapshot builds, it's hard to say if vlan functions 100% as expected, the only way you'll know is by trying it and testing everything, to include any extreme edge cases to ensure it functions as expected. Hope this helps!
He can't even pronounce other names correctly, and he expects people to take him seriously?
Linksize is good
He can't even pronounce the brand name correctly, lol!
thought the same thing
i have an EA8100 v1 when i try these exact steps and upload linksys firmware it shows that it is flashing and then it boots back into openwrt
u need to flash it in another partition
Gracias 🤯
Hello, I installed the OpenWrt version 22.03.2 r19803-9a599fee93 on my WRT3200ACM router but I have problems with the power leds, internet and wifi signals 2.4 and 5 they are always off. Do you know how I can solve it?
comments acting strange, had typed out a lot that was helpful, so I'll just summarize to say that to make sure you have the right version (for WRT3200ACM and not WRT32XX), I strongly recommend the stable versions, As the candidate versions can be intense as your living on edge there i.e, things possibly being broken or a headache. Lastly, unless you have to upgrade because you want to save packages and configurations, you should really use a factory image and do a clean install in my opinion. Just make sure to do the dual-boot thing on the router so that it boots the previous, working firmware first so that you can replace the one that doesn't as whatever firmware your using when you do an install, it overwrites the other firmware partition, not the one your using at that time and then it switches to that one. The factory file should be called openwrt-22.03.2-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img (at the time of writing), so make sure your getting the right one and do a hash check to know the downloaded file is complete and not bugged somehow with a missing bit or whatever (the hashes won't match on the website if the file isn't the exact same). Finally, firmware can be tricky and it can possibly do crazy things to your device, like blow it up, so always proceed with caution and take care!
Hello! Trying to follow your description but I always get stuck at one point. The status of interface "TUN0" is always "Network device is not present". The other problem is that in the firewall settings I don't see "Ethernet interface "tun0" " Can you help me what is the problem with my device?
6:15 you won't see the interface unless you create it. That timestamp in the video walks through making that interface. Did you already create the interface?
@@CharlesVelazquez Thanks for your help. I mad a mistake. I had problem with the certificate on the server part. It was expired and the VPN connection was not established. (But the VPN was started state). Therefore the "Ethernet interface "tun0" " was not created. Once I solved the VPN problem the "Ethernet interface "tun0" " appeared in the list.