Re: New broadcom 14e4:4315 device

2008-02-25 Thread Mark Huijgen
Mark Huijgen wrote: > Hi, > > I just received a new HP530 laptop which contains an internal broadcom > wifi card with > pci id 14e4:4315 > subs id 103c:137d > > There appears to be no linux driver yet for this chip, does anyone know > if this chip is similar to the alrea

Re: New broadcom 14e4:4315 device

2008-02-26 Thread Mark Huijgen
Larry Finger wrote: > Mark Huijgen wrote: > >> Mark Huijgen wrote: >> >> >>> Hi, >>> >>> I just received a new HP530 laptop which contains an internal broadcom >>> wifi card with >>> pci id 14e4:4315 >>> s

Re: New broadcom 14e4:4315 device

2008-02-26 Thread Mark Huijgen
Michael Buesch wrote: > On Tuesday 26 February 2008 10:33:22 Mark Huijgen wrote: > >> [ 133.632495] b43-phy0: Broadcom 4312 WLAN found >> [ 133.673220] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 6, Type 5, >> Revision 1) >> > > We don't suppo

Re: bcm 4315

2008-05-08 Thread Mark Huijgen
Stefanik Gábor wrote: > On Thu, May 8, 2008 at 2:56 PM, Michael Buesch <[EMAIL PROTECTED] > > wrote: > > On Wednesday 07 May 2008 22:33:23 [EMAIL PROTECTED] > wrote: > > My apologies if I'm spamming the wrong list; please reply >

Re: bcm 4315

2008-05-09 Thread Mark Huijgen
Rafał Miłecki wrote: > 2008/5/8, Mark Huijgen <[EMAIL PROTECTED]>: > >> This is indeed an LPPHY card, I have one of those too. >> Larry and me are working on reverse engineering the broadcom driver to >> write specs for this type of PHY. >> >

Re: [PATCH] b43: LP-PHY: Implement channel switching for rev0/1/B2062 radio

2009-08-14 Thread Mark Huijgen
Gábor Stefanik wrote: > Rev0/1/B2062 will now hopefully show some signs of life, though > it won't work at full performance, as calibration is still missing. > Just compiled wireless-testing.git**, enabled LP phy support in config, to see how far it gets here: modprobe b43 verbose=3 [ 1068.69

Re: [PATCH] b43: LP-PHY: Implement channel switching for rev0/1/B2062 radio

2009-08-14 Thread Mark Huijgen
Gábor Stefanik wrote: >> >> ifconfig wlan0 >> wlan0 Link encap:Ethernet HWaddr FF:FF:FF:FF:FF:FF >> BROADCAST MULTICAST MTU:1500 Metric:1 >> RX packets:0 errors:0 dropped:0 overruns:0 frame:0 >> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 >> colli

[Fwd: Re: [PATCH] b43: LP-PHY: Implement channel switching for rev0/1/B2062 radio]

2009-08-14 Thread Mark Huijgen
Sent from wrong email address, so didn't made it to the list. Original Message Subject:Re: [PATCH] b43: LP-PHY: Implement channel switching for rev0/1/B2062 radio Date: Fri, 14 Aug 2009 13:34:34 +0200 Mark Huijgen wrote: > Gábor Stefanik wrote: > &

[PATCH] ssb: bugfix MAC extract in r8 sprom

2009-08-14 Thread Mark Huijgen
Mark Huijgen wrote: > Mark Huijgen wrote: > >> Gábor Stefanik wrote: >> >> >>>> ifconfig wlan0 >>>> wlan0 Link encap:Ethernet HWaddr FF:FF:FF:FF:FF:FF >>>> BROADCAST MULTICAST MTU:1500 Metric:1 >>>>

Re: [PATCH] b43: Add LP-PHY firmware loading support

2009-08-14 Thread Mark Huijgen
Missing break in initval case switches, see below. Gábor Stefanik wrote: > Add support for loading LP-PHY firmware to b43_try_request_fw. > > Signed-off-by: Gábor Stefanik > --- > For anyone hoping that the channel switch patches will make their LP card > work - this is also definitely required.

Re: [PATCH v2] b43: Add LP-PHY firmware loading support

2009-08-14 Thread Mark Huijgen
Still missing a break in the bandswitch initvals. Mark Gábor Stefanik wrote: > Add support for loading LP-PHY firmware to b43_try_request_fw. > > Signed-off-by: Gábor Stefanik > --- > drivers/net/wireless/b43/main.c | 25 - > 1 files changed, 24 insertions(+), 1 deletion

Initial testing of LPPHY code

2009-08-14 Thread Mark Huijgen
After some minor snags with the mac address and firmware loading, the interface comes up. Well, sort of. # ifconfig wlan0 up # dmesg [ 2744.696108] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x16, vendor 0x4243) [ 2744.696120] ssb: Core 1 found: IE

Re: [ANN] b43 LP-PHY support (BCM4310/4312/4315) now ready for testing!

2009-08-19 Thread Mark Huijgen
Gábor Stefanik wrote: > Hello World! > > Great news for Broadcom BCM4310/4312/4315 (PCI 14e4:4315) users: > LP-PHY support is now at the point where it can be tested for functionality! > > So, go ahead, give it a try, and let's rock! > Patches applied, well manually, cause I wasn't able to extra

Re: [ANN] b43 LP-PHY support (BCM4310/4312/4315) working (partially)!

2009-08-19 Thread Mark Huijgen
Gábor Stefanik wrote: > 2009/8/19 Mark Huijgen : > >> Gábor Stefanik wrote: >> >>> Hello World! >>> >>> Great news for Broadcom BCM4310/4312/4315 (PCI 14e4:4315) users: >>> LP-PHY support is now at the point where it can be tested for f

Re: [ANN] b43 LP-PHY support (BCM4310/4312/4315) working (partially)!

2009-08-19 Thread Mark Huijgen
Gábor Stefanik wrote: > Mark, could you produce a dmesg output with the new firmware, patches > applied, and channel set to 1? Post the output of dmesg after scanning > & probably associating, if possible. (Scan/assoc may produce messages > in dmesg.) > I tested this already, but with default ch

Re: [ANN] b43 LP-PHY support (BCM4310/4312/4315) working (partially)!

2009-08-19 Thread Mark Huijgen
Gábor Stefanik wrote: > 2009/8/19 Mark Huijgen : > >> Gábor Stefanik wrote: >> >>> Mark, could you produce a dmesg output with the new firmware, patches >>> applied, and channel set to 1? Post the output of dmesg after scanning >>> & p

Re: [ANN] b43 LP-PHY support (BCM4310/4312/4315) working (partially)!

2009-08-19 Thread Mark Huijgen
Gábor Stefanik wrote: > 2009/8/19 Mark Huijgen : > >> Gábor Stefanik wrote: >> >>> 2009/8/19 Mark Huijgen : >>> >>> >>>> Gábor Stefanik wrote: >>>> >>>> >>>>> Mark, could you pro

Re: [PATCH] b43: LP-PHY: Implement spec updates and remove resolved FIXMEs

2009-08-19 Thread Mark Huijgen
Gábor Stefanik wrote: > Seeing that this is still not in wireless-testing - this patch should > be applied, the previously mentioned regressions were false alerts > (Larry tested without this patch and with v478 firmware, which worked; > while Mark applied this patch and used v410 firmware, which d

Re: [ANN] b43 LP-PHY support (BCM4310/4312/4315) working (partially)!

2009-08-20 Thread Mark Huijgen
Gábor Stefanik wrote: > 2009/8/19 Mark Huijgen : > >> To summarize, all cases with patches and new firmware: >> case 1: cold boot with default channel 7, RC calib error and 'init >> channel failed' error, >> case 2: recompile+reload b43 with default

Re: [ANN] b43 LP-PHY support (BCM4310/4312/4315) working (partially)!

2009-08-20 Thread Mark Huijgen
What I forgot to mention, is that all tests in this mail were done with the 410 firmware version. Mark Mark Huijgen wrote: > Gábor Stefanik wrote: > >> 2009/8/19 Mark Huijgen : >> >> >>> To summarize, all cases with patches and new firmware: >>&