Active Topics

 


Reply
Thread Tools
Posts: 72 | Thanked: 8 times | Joined on Oct 2006
#31
As a normal user, how can I check whether the proposd fix/patch is active and working?

Thanks

Ray
 
Posts: 398 | Thanked: 301 times | Joined on Sep 2007 @ Texas
#32
You can tell if the patched driver is installed by running /sbin/lsmod

The size of the original cx3110x driver is 51420.
The size of the patched cx3110x driver is 51580.

Frank
 
Posts: 72 | Thanked: 8 times | Joined on Oct 2006
#33
Originally Posted by Frank Banul View Post
[..]
If you want to make this permanent, you can create a script to do this on boot.

/etc/init.d/wlan-fix contains
#! /bin/sh
#

if [ -x /usr/local/bin/cx3110x-on-stack.ko ]
then
rmmod cx3110x
insmod /usr/local/bin/cx3110x-on-stack.ko
chroot /mnt/initfs wlan-cal
fi



Then create a link in /etc/rc2.d/S80wlanfix to /etc/init.d/wlan-fix

In /etc/rc2.d/ ln -s S80wlanfix ../init.d/wlan-fix

Hope this helps.

Frank
When trying to create the link, the terminal responds with a 'File exists' error message.
For this as root I went to /etc/rc2.d , then entered 'ln - s S80wlanfix ../init.d/wlan-fix' .

The result: No link will be created.

The script wlan-fix itself, which I created in /etc/init.d/ , works fine when called manually on the cmd line.

What went wrong?


Thanks

Ray
 
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#34
the 'ln' line is wrong, swap arguments, it is 'ln -s original newlink'

also it is better to use -f in the test, -x is true only if the file has x bit set which may not be true for kernel module file (depends on how you downloaded/copied it to the device)
__________________
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; 2007-11-11 at 14:29.
 

The Following User Says Thank You to fanoush For This Useful Post:
Posts: 72 | Thanked: 8 times | Joined on Oct 2006
#35
Originally Posted by fanoush View Post
the 'ln' line is wrong, swap arguments, it is 'ln -s original newlink'

also it is better to use -f in the test, -x is true only if the file has x bit set which may not be true for kernel module file (depends on how you downloaded/copied it to the device)
Thanks for the hint.
I swapped arguments, and the link file was created.
To be sure, I also replaced the -x with a -f in the script.

This time the script was executed at startup,
or more exactly, the patched driver was loaded:-)

Now let's hope the browser won't crash anymore;-)


Many thanks to all people involved in solving this annoying problem.

Regards

Raymond
 
Posts: 18 | Thanked: 0 times | Joined on Oct 2007
#36
I also noticed that video playback is choppier with seat belt (swappiness=100) than without it (swappiness=1).

Is there a WLAN driver bug thread on itt? I searched but didn't find one. Is this WLAN driver patch still preliminary? Should I wait for an official bug fix announcement before installing the WLAN driver patch?

Thanks,
Ron G
 
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#37
Originally Posted by Ron G View Post
Is there a WLAN driver bug thread on itt? I searched but didn't find one.
Not yet.
Originally Posted by Ron G View Post
Is this WLAN driver patch still preliminary?
Yes it the sense that easy to install deb package is currently missing and that there are still a few additional things worth of fixing. But even the current fix should stop the random memory corruption from occurring. Those additional things are more about making it more failproof in various corner cases (which may or may not occur in reality) and later possibly also about improving data transfer speed and error recovery.
Originally Posted by Ron G View Post
Should I wait for an official bug fix announcement before installing the WLAN driver patch?
Official from Nokia? Well, that could take a while :-) We'll see.

Semi-official from community? Well if you can install it with the information in this thread and in the bug report then go ahead. If not then wait few days for easy to install deb package doing similar fix as mentioned in this thread.
__________________
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.
 
Posts: 28 | Thanked: 1 time | Joined on Jul 2008
#38
If I'll install seatbelt_1.0.0_all.deb, need I re-install it after reboot or pofer off?
 
briand's Avatar
Posts: 566 | Thanked: 145 times | Joined on Feb 2008 @ Tallahassee, FL
#39
holy time warp, batman!
__________________
N800 / OS2008
Now running Canola-free (by invitation) since 2215 UTC 21 May 2008.
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:44.