[nc 10] Wlan issues
[nc 10] Wlan issues
Strangely
my wlan speed in nc10 is unstable. Varying 180k...1.3G. 1.3G is about my broadband roof.
Fix:
sudo iwconfig wlan0 rate 11M
Now speed keeps to 1M...1.3M (3G broadband in router).
But the slow gear is back, when nc10 is restarted?
"Fix":
iwconfig wlan0 rate 11M to /etc/rc.local
Would prefer a better fix?
Atheros wlan fails, if trying a rate of 54M?
What is this all about?
Good forum voRia. Thank you!
redu
my wlan speed in nc10 is unstable. Varying 180k...1.3G. 1.3G is about my broadband roof.
Fix:
sudo iwconfig wlan0 rate 11M
Now speed keeps to 1M...1.3M (3G broadband in router).
But the slow gear is back, when nc10 is restarted?
"Fix":
iwconfig wlan0 rate 11M to /etc/rc.local
Would prefer a better fix?
Atheros wlan fails, if trying a rate of 54M?
What is this all about?
Good forum voRia. Thank you!
redu
RE: [nc 10] Wlan issues
For me, sticking with default bitrate (auto) works good.
Here the bitrate is automatically adjusted between 1Mb and 36Mb (I think it depends on the signal quality, and it's not that good here ).
Setting the bitrate to 54M means that you force the card to work always to that speed.
If the signal quality is not good enough the connection simply fails.
Here the bitrate is automatically adjusted between 1Mb and 36Mb (I think it depends on the signal quality, and it's not that good here ).
Setting the bitrate to 54M means that you force the card to work always to that speed.
If the signal quality is not good enough the connection simply fails.
RE: [nc 10] Wlan issues
Yes,'voRia' pid='208' dateline='1236163545' wrote: For me, sticking with default bitrate (auto) works good.
Here the bitrate is automatically adjusted between 1Mb and 36Mb (I think it depends on the signal quality, and it's not that good here ).
Setting the bitrate to 54M means that you force the card to work always to that speed.
If the signal quality is not good enough the connection simply fails.
If in auto-mode, "Network Tools" shows 1Mb, but the real traffic according to net speed meters varies beginning 180kb and up to 500kb.
If forced to 11M, "network Tools" shows 11M, and the real traffic according to net speed tools is close to my broadband roof = 1.3M.
Wlan signal quality does not make any difference!
Another laptop with 54M wlan (Network Tools) stays at 1M to 1.5M according to net speed meters.
redu
Last edited by redu on 04 Mar 2009, 12:16, edited 1 time in total.
RE: [nc 10] Wlan issues
Changing the bitrate to auto or 11M does not make any difference for me. Net speed meters give me the same results.'redu' pid='211' dateline='1236165087' wrote: If in auto-mode, "Network Tools" shows 1Mb, but the real traffic according to net speed meters varies beginning 180kb and up to 500kb.
If forced to 11M, "network Tools" shows 11M, and the real traffic according to net speed tools is close to my broadband roof = 1.3M.
I don't know why results are different between me and you, maybe it depends on router?
I think this may depend on different hardware and/or driver used... not all drivers behave the same way.'redu' pid='211' dateline='1236165087' wrote: Wlan signal quality does not make any difference!
Another laptop with 54M wlan (Network Tools) stays at 1M to 1.5M according to net speed meters.
Last edited by voria on 04 Mar 2009, 12:58, edited 1 time in total.
RE: [nc 10] Wlan issues
Toke up my wlan according to instructions here:'voRia' pid='212' dateline='1236166526' wrote:Changing the bitrate to auto or 11M does not make any difference for me. Net speed meters give me the same results.'redu' pid='211' dateline='1236165087' wrote: If in auto-mode, "Network Tools" shows 1Mb, but the real traffic according to net speed meters varies beginning 180kb and up to 500kb.
If forced to 11M, "network Tools" shows 11M, and the real traffic according to net speed tools is close to my broadband roof = 1.3M.
I don't know why results are different between me and you, maybe it depends on router?
I think this may depend on different hardware and/or driver used... not all drivers behave the same way.'redu' pid='211' dateline='1236165087' wrote: Wlan signal quality does not make any difference!
Another laptop with 54M wlan (Network Tools) stays at 1M to 1.5M according to net speed meters.
https://help.ubuntu.com/community/NC10
Maybe something fails? voRia, how did you manage the out of box missing wlan issue?
redu
RE: [nc 10] Wlan issues
Oh, I thought you were using the same wlan module as me, taken from my repository
Then, maybe this is the reason.
I'm using my own 'linux-backports-modules' package (link, this is for kernel 2.6.27-13), built with an updated source code (2009.02.05 snapshot) with 2 patches applied, one of them for enabling the rfkill function.
I suggest to try it and see if this makes any difference.
Then, maybe this is the reason.
I'm using my own 'linux-backports-modules' package (link, this is for kernel 2.6.27-13), built with an updated source code (2009.02.05 snapshot) with 2 patches applied, one of them for enabling the rfkill function.
I suggest to try it and see if this makes any difference.
Last edited by voria on 04 Mar 2009, 19:45, edited 1 time in total.
RE: [nc 10] Wlan issues
I upgraded to voRia repositories, but no difference in wlan issue!'voRia' pid='220' dateline='1236190885' wrote: Oh, I thought you were using the same wlan module as me, taken from my repository
Then, maybe this is the reason.
I'm using my own 'linux-backports-modules' package (link, this is for kernel 2.6.27-13), built with an updated source code (2009.02.05 snapshot) with 2 patches applied, one of them for enabling the rfkill function.
I suggest to try it and see if this makes any difference.
Had to add ath5k to /etc/modules
Had to specify blacklists as before:
sudo su
echo "blacklist ath_pci" >> /etc/modprobe.d/blacklist
echo "blacklist ath_hal" >> /etc/modprobe.d/blacklist
redu
RE: [nc 10] Wlan issues
Strange. The fixed packages from repository take care about blacklisting old modules etc.
Did you enable the proposed repository? Without it you have the 2.6.27-11 kernel, while my fixed linux-backports-modules is for 2.6.27-13 only.
Did you enable the proposed repository? Without it you have the 2.6.27-11 kernel, while my fixed linux-backports-modules is for 2.6.27-13 only.
RE: [nc 10] Wlan issues
Yes, it is 27-13 all now. Did dot delete any old packages. Just updated to the new ones including the voRia repository. For instance Fn-keys are now working well.'voRia' pid='225' dateline='1236200507' wrote: Strange. The fixed packages from repository take care about blacklisting old modules etc.
Did you enable the proposed repository? Without it you have the 2.6.27-11 kernel, while my fixed linux-backports-modules is for 2.6.27-13 only.
Checked using WinXP / Firefox in another partition:
Wifi works fine. Reported speed of wlan was 54M. Net speed was to the broadband roof. So, my wlan problem in Linux partition is definitely an Ubuntu glitch!
redu
RE: [nc 10] Wlan issues
I'm sorry, I really don't know from what it may depend.
The only advice I can give you is to try the latest snapshop of the driver (look here) and see if your problem has been fixed in it.
The only advice I can give you is to try the latest snapshop of the driver (look here) and see if your problem has been fixed in it.
RE: [nc 10] Wlan issues
Maybe I have got some sort of a driver conflict? Iwconfig "auto" does not work, but forced 11M works. Maybe I should uninstall something?'voRia' pid='228' dateline='1236242094' wrote: I'm sorry, I really don't know from what it may depend.
The only advice I can give you is to try the latest snapshop of the driver (look here) and see if your problem has been fixed in it.
Or should I make a new clean install of all the Ubuntu? And then to upgrade using voRia repository too?
redu
RE: [nc 10] Wlan issues
In my opinion reinstalling everything would be just a waste of time.
The ath5k module is under heavy development, it's much more probable that you are experiencing some incompatibility due to its experimental state... I suggest you to test latest development source, and to file a new bug on linux kernel bug tracker, to discuss the problem with someone more involved in its development.
The ath5k module is under heavy development, it's much more probable that you are experiencing some incompatibility due to its experimental state... I suggest you to test latest development source, and to file a new bug on linux kernel bug tracker, to discuss the problem with someone more involved in its development.
Last edited by voria on 05 Mar 2009, 22:35, edited 1 time in total.
RE: [nc 10] Wlan issues
http://www.linuxquestions.org/questions ... is-703958/'voRia' pid='230' dateline='1236256226' wrote: In my opinion reinstalling everything would be just a waste of time.
The ath5k module is under heavy development, it's much more probable that you are experiencing some incompatibility due to its experimental state... I suggest you to test latest development source, and to file a new bug on linux kernel bug tracker, to discuss the problem with someone more involved in its development.
Here similar wlan slow behaviour is reported. And speed forcing to of 11M is proposed. Kernel 28 should have a better driver ath5.
redu
RE: [nc 10] Wlan issues
Then try the new kernel, you can take it directly from jaunty, you have to just download the deb file (link) and install it.
It will not replace your current kernel and, if any problem, you can uninstall it through the package manager.
Maybe you will need the linux-backports-modules package for the new kernel, you can find it here.
Good luck
It will not replace your current kernel and, if any problem, you can uninstall it through the package manager.
Maybe you will need the linux-backports-modules package for the new kernel, you can find it here.
Good luck
RE: [nc 10] Wlan issues
I've found a better way to set the wireless card bitrate for NetworkManager users. Putting the command in /etc/rc.local as you suggested works until you disable the card, or do a suspend/resume cycle. This way instead the iwconfig command is executed everytime the wireless connection comes up, due to the fact that it's handled by NetworkManager.
Open up in your editor the file /etc/NetworkManager/dispatcher.d/01ifupdown and change the section
with something like this:
Obviously, change the iwconfig command as you need it.
Open up in your editor the file /etc/NetworkManager/dispatcher.d/01ifupdown and change the section
Code: Select all
up)
export MODE="start"
export PHASE="up"
if [ -d /var/run/network/ ] ; then
...
Code: Select all
up)
export MODE="start"
export PHASE="up"
# Check if interface is wireless
if test "$1" = "wlan0"; then
# Set WIFI rate
/sbin/iwconfig "$1" rate 11M
fi
if [ -d /var/run/network/ ] ; then
...
Last edited by voria on 08 Mar 2009, 16:21, edited 1 time in total.