Re: Wireless Problems - Ubuntu 8.04

2008-08-28 Thread Rafał Miłecki
2008/8/28 Susan Higashi [EMAIL PROTECTED]: Hello for all, I have tried the tips listed in http://linuxwireless.org/en/users/Drivers/b43#b43andb43legacy, but my wireless is not working yet. =( First, I installed the firmware: sudo /usr/share/b43-fwcutter/install_bcm43xx_firmware.sh I do not

Re: Wireless Problems - Ubuntu 8.04

2008-08-28 Thread Thomas Ilnseher
Am Mittwoch, den 27.08.2008, 21:12 -0300 schrieb Susan Higashi: Hello for all, I have tried the tips listed in http://linuxwireless.org/en/users/Drivers/b43#b43andb43legacy, but my wireless is not working yet. =( First, I installed the firmware: sudo

Re: Wireless Problems - Ubuntu 8.04

2008-08-28 Thread Larry Finger
Susan Higashi wrote: 07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC (rev 20) The above line is why 'dmesg | grep b43' provides nothing. You do not have a Broadcom device. Thus installing firmware for it does absolutely no good. Your wireless device is an

[PATCH] b43: Don't use memcpy for overlapping areas

2008-08-28 Thread Michael Buesch
It is valid to pass gphy-rfatt and gphy-bbatt as rfatt and bbatt pointer arguments to the function. So we have to use memmove for the possibly overlapping memory areas. Signed-off-by: Michael Buesch [EMAIL PROTECTED] --- John, since we have new policies for bugfixes and I can't prove that this

Re: Wireless Problems - Ubuntu 8.04

2008-08-28 Thread Susan Higashi
Thanks for your explanation Larry, here is what you asked: 07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC [10ec:8180] (rev 20) Subsystem: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC [10ec:8180] Flags: medium devsel, IRQ 17 I/O ports

[PATCH] b43: Rewrite TX power adjustment

2008-08-28 Thread Michael Buesch
This patch rewrites the TX power recalculation algorithms to scale better with changed enviromnent. If there's low TX traffic, the power will be checked against the desired values every 60 seconds. If there is high TX traffic, the check is redone every 2 seconds. This improves the reaction times a