View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#24
Originally Posted by Matyas View Post
Yes, it is now 2008-36
there are small differences in linuxrc script which is patched by bootmenu. The difference seems to be only related to RX-48 device (i.e. the wimax N810).

So if you need it fast, just extract current initfs flasher and symlink (or even just rename) all those whatever.2008-29.xxx file versions to 2008-36 like
Code:
mv initfs.2008-29.tgz initfs.2008-36.tgz
...
Then it should install.

Or wait for proper update with real patched -36 linuxrc this evening (~ 5 hours from now).

The full linuxrc difference is
118a119,130
> load_omap_hwrng_module()
> {
> grep RX-48 /proc/component_version >/dev/null
> if [ $? -ne 0 ]; then
> echo "Loading OMAP GP Hardware RNG modules... "
> insmod $MODULE_PATH/rng-core.ko
> insmod $MODULE_PATH/omap-rng.ko
> echo "Seeding random number generator from OMAP HW RNG..."
> dd if=/dev/hwrandom of=/dev/urandom bs=512 count=1
> fi
> }
>
337a350
> load_omap_hwrng_module
356a370
> load_omap_hwrng_module
366a381
> load_omap_hwrng_module
so the code does something different (seeding random number generator) only for RX-48 device and old linuxrc version should be safe for plain N810 or N800.

EDIT: umm, in fact it looks like it calls this for everything except RX-48 (if [ $? -ne 0 ]) so let's better wait :-) Maybe it will still work but random numbers will have worse quality.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.

Last edited by fanoush; 2008-09-29 at 13:38.
 

The Following 6 Users Say Thank You to fanoush For This Useful Post: