The new firmware R1_133(135)/R3_121(123) was completely recompiled and changed the driver WiFi adapter (external or internal - it does not matter) seems to show the signal level in the Network menu.
Whether because of the curve hands of programmers Asus, or on some intent, but when it detects WiFi adapter main program DvdPlayer falls, completing the boot session, which entails stopping all processes running in this session. Then RootApp (another very main program player) raises DvdPlayer, but in another session, bypassing the upload script rcS.
I found the solution to this problem, using the holes in DvdPlayer.
Patch of the fall moServices when detection WiFi for FW R1_133/R3_121:
- Code: Select all
cd /tmp
wget http://moservices.org/mos2/install_fp_121
chmod +x install_fp_121
./install_fp_121
The RSS Ex problem
Continuing the theme recompiled the OS - now we have reduced awk in BusyBox, so scripts that use this word processor is not working properly.
Solving this problem, I discovered a global vulnerability - Root partition has 1 MB of free space. I.e. enough to mount / -o remount,rw, and you can safely write and delete files in any directory.
On this vulnerability I made the second patch - awk.
The patch, which replaces the reduces awk on FW R1_133/R3_121:
- Code: Select all
cd /tmp
wget http://moservices.org/mos2/install_awk_121
chmod +x install_awk_121
./install_awk_121