Re: rfkill radio button do not work (SOLVED)

2008-04-02 Thread Fernando Toledo
El Mié 02 Abr 2008, Fernando Toledo escribió: > Hi people > I have a bcm4311 on hp nx7400: > > 10:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI > (rev 01) > > I use a vanilla 2.6.24.4 that the radio button do not change the radio > status of my card. > Also, do not show th

rfkill radio button do not work

2008-04-02 Thread Fernando Toledo
Hi people I have a bcm4311 on hp nx7400: 10:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01) I use a vanilla 2.6.24.4 that the radio button do not change the radio status of my card. Also, do not show the "radio hardware enable/disable" on the dmesg (with the de

Re: Urgent help needed: Broadcom 4318 SPROM corruption

2008-04-02 Thread Stefanik Gábor
It isn't given by wpa_supplicant - it is in dmesg. (Authentication with AP XX:XX:XX:XX:XX:XX timed out). I'm not using wpa_supplicant at all - the network is using WEP, anyway. On 4/2/08, Michael Buesch <[EMAIL PROTECTED]> wrote: > On Wednesday 02 April 2008 17:54:31 Stefanik Gábor wrote: > > Appa

Re: Range issue using b43 legacy

2008-04-02 Thread Michael Buesch
On Wednesday 02 April 2008 21:12:34 krop wrote: > Le Wednesday 02 April 2008 20:50:59 Larry Finger, vous avez écrit : > > > > The rev 02 BCM4306 cards that use b43legacy had much more of their > > initialization done from the host and less done by the hardware (or by > > the firmware). As a result,

Re: Range issue using b43 legacy

2008-04-02 Thread Larry Finger
krop wrote: > Le Wednesday 02 April 2008 20:50:59 Larry Finger, vous avez écrit : >> The rev 02 BCM4306 cards that use b43legacy had much more of their >> initialization done from the host and less done by the hardware (or by >> the firmware). As a result, the performance is much more dependent on

Re: Range issue using b43 legacy

2008-04-02 Thread krop
Le Wednesday 02 April 2008 20:50:59 Larry Finger, vous avez écrit : > > The rev 02 BCM4306 cards that use b43legacy had much more of their > initialization done from the host and less done by the hardware (or by > the firmware). As a result, the performance is much more dependent on > the specs as

Re: Range issue using b43 legacy

2008-04-02 Thread KURT PETERS
i couldn't get bcm43xx working at all -- I WAS using the NDIS wrapper before the new kernel release with the new b43 drivers (which also would work at a longer range). On a side note, it seems to find the SSID (according to knetmanager), but it just won't let any applications work at the furt

Re: Range issue using b43 legacy

2008-04-02 Thread Larry Finger
KURT PETERS wrote: > I got the b43 legacy driver working with my dell 600m laptop broadcom 4306 > internal card(1300). > > Unfortunately, the range is significantly limited. When I'm close to my > router, it works fine, but if I move just 20 feet I cannot connect. The > same card connects fin

Range issue using b43 legacy

2008-04-02 Thread KURT PETERS
I got the b43 legacy driver working with my dell 600m laptop broadcom 4306 internal card(1300). Unfortunately, the range is significantly limited. When I'm close to my router, it works fine, but if I move just 20 feet I cannot connect. The same card connects fine in Windows (I have a dual boo

[PATCH] b43: Use SSB block-I/O to do PIO

2008-04-02 Thread Michael Buesch
This changes the b43-PIO code to use the new SSB block-I/O. This reduces the overhead by removing lots of function calls, pointer dereferencing, if-conditionals any byteswapping for each packet data word. This also fixes a harmless sparse endianness warning. Signed-off-by: Michael Buesch <[EMAIL

[PATCH] ssb: Add support for block-I/O

2008-04-02 Thread Michael Buesch
This adds support for block based I/O to SSB. This is needed in order to efficiently support PIO data transfers to the card. The block-I/O support is only compiled, if it's selected by the weird driver that needs it. So there's no overhead for sane devices. Signed-off-by: Michael Buesch <[EMAIL PR

Re: Urgent help needed: Broadcom 4318 SPROM corruption

2008-04-02 Thread Michael Buesch
On Wednesday 02 April 2008 17:54:31 Stefanik Gábor wrote: > Apparently enough died for an RMA to be accepted. I got it replaced, > now the new card is recognized (although I still can't associate with > the new b43 driver, only with bcm43xx - it gives "Authentication timed update wpa_supplicant -

Re: Urgent help needed: Broadcom 4318 SPROM corruption

2008-04-02 Thread Stefanik Gábor
Apparently enough died for an RMA to be accepted. I got it replaced, now the new card is recognized (although I still can't associate with the new b43 driver, only with bcm43xx - it gives "Authentication timed out", and Packetspammer doesn't transmit anything in monitor mode, while kismet works fin

[PATCH] ssb: Fix build for non-PCIhost

2008-04-02 Thread Michael Buesch
This fixes a build error when PCMCIA-host support is built, but PCI-host support is disabled. Hell, who on earth would use such a weird configuration. :D drivers/built-in.o: In function `ssb_attr_sprom_store': (.text+0x1c4b79): undefined reference to `ssb_devices_freeze' drivers/built-in.o: In fun

Re: [PATCH] ssb-pcmcia: IRQ and DMA related fixes

2008-04-02 Thread Michael Buesch
On Tuesday 01 April 2008 21:27:33 John W. Linville wrote: > On Fri, Mar 28, 2008 at 10:34:55AM +0100, Michael Buesch wrote: > > Here come some IRQ and DMA related fixes for the ssb PCMCIA-host code. > > Not much to say, actually. I think the patch explains itself. > > > > Signed-off-by: Michael Bu

Re: Urgent help needed: Broadcom 4318 SPROM corruption

2008-04-02 Thread Johannes Berg
On Tue, 2008-04-01 at 20:40 +0200, Stefanik Gábor wrote: > Looks like my SPROM (the actual hardware) died. Am I right? Actually, I would suspect more than that died since the SPROM doesn't contain any PCI stuff besides the IDs, the IO ports/MMIO windows/expansion rom stuff all looks wrong. > Als