SSH/Telnet into the RouterThe configuration file is located at /etc/config/minidlnaThe database file is located at /var/run/minidlna/files.dbAn example config file as shown below:config minidlna 'config' option port '8200' option interface 'br-lan' option db_dir '/var/run/minidlna' option log_dir '/var/log' option inotify '1' option model_number '1' option root_container '.' option album_art_names 'Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg' ...
Saturday, 2 November 2013
Friday, 1 November 2013
OpenWRT TL-WDR3600/4300/4310 Release
Posted on 06:53 by Unknown
Finally after some testing and being quite satisfied by the results I release the firmware for TL-WDR3600/4300/4310.Although they seemed like 3 Router but they are actually based on the same SoC Platform.WDR4310 is the China Local version, WDR4300 is the International version and WDR3600 is the International version with 1 antenna not connected.Basically after customizing the configs and build flags (it is targeted at mips74kc processor) it can achieve 400+Mbps after disabling MSS Fix and Layer 7 Filtering.Binaries and Source available here.Revert...
Wednesday, 23 October 2013
Thursday, 17 October 2013
Retards From DMCA Microsoft
Posted on 05:18 by Unknown
This is a shame post, to shame the retards at Microsoft who DMCA anything they can get their dirty hands on without even bothering to check.I got this stupid DMCA notice just today. Dear MediaFire User: MediaFire has received notification under the provisions of the Digital Millennium Copyright Act ("DMCA") that your usage of a file is allegedly infringing on the file creator's...
Monday, 7 October 2013
A possible solution to reduce frequency of TX DMA errors
Posted on 04:46 by Unknown
A possible solution to reduce the frequency of the TX DMA errors is as follows:Log in via SSH/telnet,Copy and paste the following lineuci set wireless.radio0.diversity=1 && uci set wireless.radio0.rxantenna=0x7 && uci set wireless.radio0.txantenna=0x3 && uci commit wireless && wifiThe command forces diversity and makes txantenna 0x3 and rxantenna 0x7You should see this when you cat the /etc/config/wireless file .............................. option diversity '1' ...
Saturday, 14 September 2013
How to block advertisement using OpenWRT
Posted on 08:22 by Unknown
This is how I block advertisement at DNS level on OpenWRT.Blocking at DNS level is advisable because it does not impact bandwidth and latency.Simply said it tricks your computer that your loopback address is where adserver are located but cannot be found so adservers are ignored totally.AdServers are becoming more and more of a nuisance.They serve up malware advertisement, They load flash advertisements which waste bandwidth and increase latency. They run javascripts to try and "take over" your web browser via redirection and popups.If...
Saturday, 31 August 2013
Unscientific Comparison Between Router Firmwares
Posted on 01:27 by Unknown

Before you continue reading, this piece is written by a OpenWRT user so you should expect some degree of bias towards OpenWRT specifically my builds but I backed this up with data. It should be reproducible.LAN to WAN methodology is described here.This post is about my testing of various firmware available for TL-WR1043ND Router.Since the Router is TP-Link branded, all comparisons will be using TP-Link factory firmware as a standard.The performance...
Subscribe to:
Posts (Atom)