You&#39;re right, I finished now reading the bug. I&#39;ll try the replace first , and then reflash the tablet with a new initfs.<br><br><div><span class="gmail_quote">On 11/7/07, <b class="gmail_sendername">Frantisek Dufka
</b> &lt;<a href="mailto:dufkaf@seznam.cz">dufkaf@seznam.cz</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Alex DAMIAN wrote:
<br>&gt; I hoped for an error in dpkg<br>&gt; routines which handle the status file; now you made my day, I need a<br>&gt; better tablet :)<br><br>Or just replace cx3110x.ko in /mnt/initfs/lib/modules/current/ with<br>quick fix attached to the bug
<br><a href="https://bugs.maemo.org/attachment.cgi?id=594">https://bugs.maemo.org/attachment.cgi?id=594</a><br><br>Or if you don&#39;t want to mess with initfs you can put in somewhere in<br>rootfs and remove and reinsert it in some boot script (like
<br>/etc/init.d/rcS), something like<br><br>rmmod cx3110x<br>insmod /path/to/your/cx3110x-on-stack.ko<br>chroot /mnt/initfs wlan-cal<br><br>should fix further data corruption caused by this bug. Doing a dry run<br>in xterm would be wise before modifying /etc/init.d/rcS I am writing it
<br>from my memory (with some data corruption issues too :-).<br><br>Please note that the final version of bugfixed cx3110x.ko may be a bit<br>different, it may use different solution and further bugfixes. Just<br>watch the bug. There are also other issues with the open sourced glue
<br>cx3110x.ko driver code (data alingment issues, busywaits everywhere).<br>And thanks must go to Tilman Vogel and Siarhei Siamashka who traced down<br>root of the bug and found a fix (after more than year, see also<br><a href="http://bugs.maemo.org/show_bug.cgi?id=677">
http://bugs.maemo.org/show_bug.cgi?id=677</a>).<br><br>Frantisek<br></blockquote></div><br>