Yota
Very Senior Member
Insert the usb drive on the working firmware, login ssh, enter the following commands:After a Firmware Upgrade from the latest working Merlin Firmware i upgraded to 3.0.0.4.386_48262 and get 980 Mbps but after a factory reset all Problems are back and i only get 485 Mbps. Any ideas whats now wrong?
Code:
cd /tmp/mnt/sda1 # Go to the root directory of your usb drive
nvram show | sort > ./1000.txt
Then re-dump nvram on the buggy firmware
Code:
nvram show | sort > ./500.txt
Now compare the differences between the two files
Code:
diff 1000.txt 500.txt
Then you can try to find out which nvram variable is affecting the speed, maybe you can save a lot of AC68U users before the official solution is provided.