Just copy/paste the following statements *once* line by line to a console/terminal:
sudo su echo -e '#!/bin/sh\niwconfig eth1 rate 5.5M auto' > /etc/network/if-pre-up.d/fixed-rate echo -e '#!/bin/sh\niwconfig eth1 rate 5.5M auto' > /etc/network/if-up.d/fixed-rate exit Now disable/enable your wireless network or reboot to see the effect. Works for me. This setting makes that your bcm will max out at 5.5M and go even lower if necessary. Replace eth1 with your actual netwerk interface. Peter -- Broadcom bcm43xx Wireless driver regression in gutsy https://bugs.launchpad.net/bugs/124159 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
