Site Tools


faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq [2022/04/23 17:31] dwnixonfaq [2023/04/30 16:47] – old revision restored (2023/04/30 16:38)-expanded GUI slow troubleshooting steps hogwild
Line 1: Line 1:
 ====== Frequently Asked Questions ====== ====== Frequently Asked Questions ======
 +
 +===== Day 0 =====
 +
 +//Q: I'm new to FreshTomato where should I get started?//
 +
 + \\
 +
 +  * You are in the right place.
 +  * Verify whether your device is supported by your router via the [[hardware_compatibility|hardware compatibility]] page. Pay attention to the HW revision column and the notes.
 +  * Overall the installation is relatively safe and, based on the HW model, there are few recovery procedures you can follow in the unlikely event things don't go to as planned. However, please know that you are fully responsible for the risks involved in upgrading your device to FreshTomato.
 +  * You need to have an Ethernet connection between your client device and a LAN port on the router.
 +  * You must read and follow the [[firmware_basics_procedures|Installing FreshTomato]] section. This will guide you through all the steps needed.
  
 ===== Device Support ===== ===== Device Support =====
Line 5: Line 17:
 //Q: Does FreshTomato support only old devices or newer ones too?// //Q: Does FreshTomato support only old devices or newer ones too?//
  
-\\ A: FreshTomato supports a variety of devices. See the  page for more details. Keep a close eye on CPU speed, Ethernet port speed and WiFi speed (with 802.11ac currently supporting the fastest WiFi speed).+\\ A: FreshTomato supports a variety of devices. See the [[hardware_compatibility|Hardware compatibility]] page for more details. Keep a close eye on CPU speed, Ethernet port speed and WiFi speed (with 802.11ac currently supporting the fastest WiFi speed).
  
 Note that unless Broadcom releases the source code to their wireless drivers, it will **not likely be possible to create new releases for 802.11ax or newer WiFi standards**. Broadcom's wireless driver source code is an industry secret. Note that unless Broadcom releases the source code to their wireless drivers, it will **not likely be possible to create new releases for 802.11ax or newer WiFi standards**. Broadcom's wireless driver source code is an industry secret.
Line 15: Line 27:
  \\  \\
  
-  * Default IPv4 address: 192.168.1.1 +  * Default IPv4 address: **192.168.1.1** 
-  * Netmask: 255.255.255.0+  * Netmask: **255.255.255.0**
  
  \\  \\
Line 24: Line 36:
 \\ \\
  
-  * Username: root +  * Username: **root** 
-  * Password: admin+  * Password: **admin**
  
 ===== How Do I Choose a Build? (build naming scheme) ===== ===== How Do I Choose a Build? (build naming scheme) =====
Line 57: Line 69:
   * Release name: 2021.3  (The third release of 2021. NOT the third month). \\    * Release name: 2021.3  (The third release of 2021. NOT the third month). \\ 
   * Build features: AIO (All-in-one).  The build includes all features. \\    * Build features: AIO (All-in-one).  The build includes all features. \\ 
-  * NVRAM size: 128K (for routers with 128K of NVRAM space). \\ +  * NVRAM size: 128K (this is optional but indicates the NVRAM size of the routers128K in this case). \\ 
   * no_media_server: The build doesn't include the Media Server. \\ \\   * no_media_server: The build doesn't include the Media Server. \\ \\
  
Line 101: Line 113:
  A:   * The logfile is located in /var/log/messages.  A:   * The logfile is located in /var/log/messages.
  
-The only exception occurs if you configure external or remote storage (via USB or CIFS share).\\ Logs are erased between boots, unless permanent storage is configured.((+If you happen to have specified a different path/filname under //Custom Log File Path// /var/log/message is still relevant but will be available in a form os symlink. The only exception occurs if you configure remote storage e.g. external syslog.\\ Unless a sort of permanent storage is configured /var/log/messages is stored in RAM hence unable to survive a device reboot.((
 If you enabled **Log To Remote System** your logs are obviously retained on the remote server as well. If you enabled **Log To Remote System** your logs are obviously retained on the remote server as well.
 )) ))
Line 115: Line 127:
 (See [[https://busybox.net/]]) (See [[https://busybox.net/]])
  
-BusyBox combines tiny versions of many common UNIX/Linux utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU coreutils, util-linux, etc. BusyBox utilities generally have fewer options than their full GNU equivalents. However, the options included provide the expected functionality and behave much like their GNU equivalents.+BusyBox combines tiny versions of many common UNIX/Linux utilities into a single small executable. It provides minimal replacements for most of the utilities you usually find in GNU coreutils, util-linux, etceteraGenerally, BusyBox utilities have fewer options than their full GNU equivalents. However, the options included provide the expected functionality and behave much like their GNU equivalents.
  
 Read more at: [[https://www.commandlinux.com/man-page/man1/busybox.1.html]] Read more at: [[https://www.commandlinux.com/man-page/man1/busybox.1.html]]
Line 127: Line 139:
 No. FreshTomato was specifically built for speed and simplicity. There are some very rare cases where the GUI might become slow/unresponsive. This is almost always related to browser issues. No. FreshTomato was specifically built for speed and simplicity. There are some very rare cases where the GUI might become slow/unresponsive. This is almost always related to browser issues.
  
-  - First, try a different browser.+  - First, try to clear the browser cache either manuallyvia the browser setting or reloading the page via keyboard's combination: CTRL+F5. 
 +  - Try a different browser.
   - Rarely, you might have multiple copies of FreshTomato's administration interface certificate stored in the browser. If this happens, simply remove any unwanted FreshTomato certificates stored in your browser (or even all of them) before reconnecting to the web interface.   - Rarely, you might have multiple copies of FreshTomato's administration interface certificate stored in the browser. If this happens, simply remove any unwanted FreshTomato certificates stored in your browser (or even all of them) before reconnecting to the web interface.
  
 If the GUI is completely unresponsive, log in via SSH (preferred) or telnet and verify, in order: If the GUI is completely unresponsive, log in via SSH (preferred) or telnet and verify, in order:
  
-  - CPU utilization ( e.g. by running ''top''+  - CPU utilization. You can check this by running the ''top'' command). 
-  - Presence of content in the /www folder (e.g. ''ls -l /www'' ) +  - The presence of content in the /www folder. Check this by issuing the command ''ls -l /www'' . 
-  - The httpd deamon is running ( e.g. ''ps | grep [h]ttpd'' )+  - The httpd deamon is running. Check this by typing ''ps | grep [h]ttpd'' at a command line.
  
 ===== Netgear R-series ===== ===== Netgear R-series =====
faq.txt · Last modified: 2024/04/28 17:28 by hogwild