* BCM4321 - These devices have unsupported N-PHYs. We are working on it.
@ 2010-09-30 17:42 Ariel Pedraza
2010-10-01 8:53 ` Gábor Stefanik
2010-10-01 9:05 ` Rafał Miłecki
0 siblings, 2 replies; 6+ messages in thread
From: Ariel Pedraza @ 2010-09-30 17:42 UTC (permalink / raw)
To: b43-dev
Hi, how far are you to support this chip BCM4321?
Is this a new chip BCM4727 not listed on your page (http://linuxwireless.org/en/users/Drivers/b43)?
dmesg | grep eth1
eth1: Broadcom BCM4727 802.11 Hybrid Wireless Controller 5.60.48.36
^ permalink raw reply [flat|nested] 6+ messages in thread* BCM4321 - These devices have unsupported N-PHYs. We are working on it. 2010-09-30 17:42 BCM4321 - These devices have unsupported N-PHYs. We are working on it Ariel Pedraza @ 2010-10-01 8:53 ` Gábor Stefanik [not found] ` <384852.82903.qm@web111409.mail.gq1.yahoo.com> 2010-10-01 9:05 ` Rafał Miłecki 1 sibling, 1 reply; 6+ messages in thread From: Gábor Stefanik @ 2010-10-01 8:53 UTC (permalink / raw) To: b43-dev On Thu, Sep 30, 2010 at 7:42 PM, Ariel Pedraza <pedrazaa@yahoo.com> wrote: > Hi, how far are you to support this chip BCM4321? I've asked this question earlier; all code for BCM4321 seems to be in place (though not for BCM4322), but it is still disabled as BROKEN. > > Is this a new chip BCM4727 not listed on your page (http://linuxwireless.org/en/users/Drivers/b43)? > > dmesg | grep eth1 > eth1: Broadcom BCM4727 802.11 Hybrid Wireless Controller 5.60.48.36 This is BCM4313, supported in brcm80211. wl_hybrid incorrectly uses the PCI device ID (0x4727) rather than the SSB chip ID (decimal(?) 4313) to identify the card. > > > > > > _______________________________________________ > b43-dev mailing list > b43-dev at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/b43-dev > -- Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <384852.82903.qm@web111409.mail.gq1.yahoo.com>]
[parent not found: <AANLkTine5n1Bu8EgUYNaN7RpYBK9MMGv9ofDsEuC0Ve2@mail.gmail.com>]
* BCM4321 - These devices have unsupported N-PHYs. We are working on it. [not found] ` <AANLkTine5n1Bu8EgUYNaN7RpYBK9MMGv9ofDsEuC0Ve2@mail.gmail.com> @ 2010-10-01 19:48 ` Gábor Stefanik 2010-10-13 16:47 ` Ariel Pedraza 0 siblings, 1 reply; 6+ messages in thread From: Gábor Stefanik @ 2010-10-01 19:48 UTC (permalink / raw) To: b43-dev P.S. Remember to use Reply to All when replying to a list. 2010/10/1 G?bor Stefanik <netrolller.3d@gmail.com>: > 2010/10/1 Ariel Pedraza <pedrazaa@yahoo.com>: >> Do I have to bind to the b43 instead the wl? using this procedure "Manual driver binding and unbinding" (http://lwn.net/Articles/143397/)... > > You actually need to bind it to ssb, the back-end module for b43. > also, blacklist wl while testing. (However, I would say it's easier to > add the PCI ID of your card to ssb directly rather than using the > bind/unbind files.) > >> >> --- El vie, 10/1/10, G?bor Stefanik <netrolller.3d@gmail.com> escribi?: >> >>> De: G?bor Stefanik <netrolller.3d@gmail.com> >>> Asunto: Re: BCM4321 - These devices have unsupported N-PHYs. We are working on it. >>> A: "Ariel Pedraza" <pedrazaa@yahoo.com> >>> Cc: b43-dev at lists.infradead.org >>> Fecha: viernes, 1 de octubre de 2010, 05:53 am >>> On Thu, Sep 30, 2010 at 7:42 PM, >>> Ariel Pedraza <pedrazaa@yahoo.com> >>> wrote: >>> > Hi, how far are you to support this chip BCM4321? >>> >>> I've asked this question earlier; all code for BCM4321 >>> seems to be in >>> place (though not for BCM4322), but it is still disabled as >>> BROKEN. >>> >>> > >>> > Is this a new chip BCM4727 not listed on your page (http://linuxwireless.org/en/users/Drivers/b43)? >>> > >>> > dmesg | grep eth1 >>> > eth1: Broadcom BCM4727 802.11 Hybrid Wireless >>> Controller 5.60.48.36 >>> >>> This is BCM4313, supported in brcm80211. wl_hybrid >>> incorrectly uses >>> the PCI device ID (0x4727) rather than the SSB chip ID >>> (decimal(?) >>> 4313) to identify the card. >>> >>> > >>> > >>> > >>> > >>> > >>> > _______________________________________________ >>> > b43-dev mailing list >>> > b43-dev at lists.infradead.org >>> > http://lists.infradead.org/mailman/listinfo/b43-dev >>> > >>> >>> >>> >>> -- >>> Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and >>> [A]dware. :-) >>> >> >> >> >> > > > > -- > Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) > -- Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) ^ permalink raw reply [flat|nested] 6+ messages in thread
* BCM4321 - These devices have unsupported N-PHYs. We are working on it. 2010-10-01 19:48 ` Gábor Stefanik @ 2010-10-13 16:47 ` Ariel Pedraza 2010-10-14 13:15 ` Gábor Stefanik 0 siblings, 1 reply; 6+ messages in thread From: Ariel Pedraza @ 2010-10-13 16:47 UTC (permalink / raw) To: b43-dev where can I get the firmware for brcm80211? Is there a FOSSI firmware or is the one provided by Broadcom the only one? I installed from the compat-wireless-2.6.tar.bz2 but ask for the firmware... --- El vie, 10/1/10, G?bor Stefanik <netrolller.3d@gmail.com> escribi?: > De: G?bor Stefanik <netrolller.3d@gmail.com> > Asunto: Re: BCM4321 - These devices have unsupported N-PHYs. We are working on it. > A: "Ariel Pedraza" <pedrazaa@yahoo.com>, "b43-dev" <b43-dev@lists.infradead.org> > Fecha: viernes, 1 de octubre de 2010, 04:48 pm > P.S. Remember to use Reply to All > when replying to a list. > > 2010/10/1 G?bor Stefanik <netrolller.3d@gmail.com>: > > 2010/10/1 Ariel Pedraza <pedrazaa@yahoo.com>: > >> Do I have to bind to the b43 instead the wl? using > this procedure "Manual driver binding and unbinding" (http://lwn.net/Articles/143397/)... > > > > You actually need to bind it to ssb, the back-end > module for b43. > > also, blacklist wl while testing. (However, I would > say it's easier to > > add the PCI ID of your card to ssb directly rather > than using the > > bind/unbind files.) > > > >> > >> --- El vie, 10/1/10, G?bor Stefanik <netrolller.3d@gmail.com> > escribi?: > >> > >>> De: G?bor Stefanik <netrolller.3d@gmail.com> > >>> Asunto: Re: BCM4321 - These devices have > unsupported N-PHYs. We are working on it. > >>> A: "Ariel Pedraza" <pedrazaa@yahoo.com> > >>> Cc: b43-dev at lists.infradead.org > >>> Fecha: viernes, 1 de octubre de 2010, 05:53 > am > >>> On Thu, Sep 30, 2010 at 7:42 PM, > >>> Ariel Pedraza <pedrazaa@yahoo.com> > >>> wrote: > >>> > Hi, how far are you to support this chip > BCM4321? > >>> > >>> I've asked this question earlier; all code for > BCM4321 > >>> seems to be in > >>> place (though not for BCM4322), but it is > still disabled as > >>> BROKEN. > >>> > >>> > > >>> > Is this a new chip BCM4727 not listed on > your page (http://linuxwireless.org/en/users/Drivers/b43)? > >>> > > >>> > dmesg | grep eth1 > >>> > eth1: Broadcom BCM4727 802.11 Hybrid > Wireless > >>> Controller 5.60.48.36 > >>> > >>> This is BCM4313, supported in brcm80211. > wl_hybrid > >>> incorrectly uses > >>> the PCI device ID (0x4727) rather than the SSB > chip ID > >>> (decimal(?) > >>> 4313) to identify the card. > >>> > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > > _______________________________________________ > >>> > b43-dev mailing list > >>> > b43-dev at lists.infradead.org > >>> > http://lists.infradead.org/mailman/listinfo/b43-dev > >>> > > >>> > >>> > >>> > >>> -- > >>> Vista: [V]iruses, [I]ntruders, [S]pyware, > [T]rojans and > >>> [A]dware. :-) > >>> > >> > >> > >> > >> > > > > > > > > -- > > Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans > and [A]dware. :-) > > > > > > -- > Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and > [A]dware. :-) > ^ permalink raw reply [flat|nested] 6+ messages in thread
* BCM4321 - These devices have unsupported N-PHYs. We are working on it. 2010-10-13 16:47 ` Ariel Pedraza @ 2010-10-14 13:15 ` Gábor Stefanik 0 siblings, 0 replies; 6+ messages in thread From: Gábor Stefanik @ 2010-10-14 13:15 UTC (permalink / raw) To: b43-dev On Wed, Oct 13, 2010 at 6:47 PM, Ariel Pedraza <pedrazaa@yahoo.com> wrote: > where can I get the firmware for brcm80211? > Is there a FOSSI firmware or is the one provided by Broadcom the only one? > > I installed from the ?compat-wireless-2.6.tar.bz2 but ask for the firmware... AFAIK the only firmware is the one released by Broadcom, and you can find it in linux-firmware.git. However, brcm80211 doesn't support BCM4321 - it only supports the new, SSB-less N-PHYs (BCM43224 and BCM43225), not the older, SSB-based ones (BCM4321 and BCM4322). B43 pretty much has everything in place to support it (with the other Broadcom firmware), but it is untested and AFAIK disabled. Patching b43 to enable this code might get it to work, but I don't know, as I have no N-PHY. > > --- El vie, 10/1/10, G?bor Stefanik <netrolller.3d@gmail.com> escribi?: > >> De: G?bor Stefanik <netrolller.3d@gmail.com> >> Asunto: Re: BCM4321 - These devices have unsupported N-PHYs. We are working on it. >> A: "Ariel Pedraza" <pedrazaa@yahoo.com>, "b43-dev" <b43-dev@lists.infradead.org> >> Fecha: viernes, 1 de octubre de 2010, 04:48 pm >> P.S. Remember to use Reply to All >> when replying to a list. >> >> 2010/10/1 G?bor Stefanik <netrolller.3d@gmail.com>: >> > 2010/10/1 Ariel Pedraza <pedrazaa@yahoo.com>: >> >> Do I have to bind to the b43 instead the wl? using >> this procedure "Manual driver binding and unbinding" (http://lwn.net/Articles/143397/)... >> > >> > You actually need to bind it to ssb, the back-end >> module for b43. >> > also, blacklist wl while testing. (However, I would >> say it's easier to >> > add the PCI ID of your card to ssb directly rather >> than using the >> > bind/unbind files.) >> > >> >> >> >> --- El vie, 10/1/10, G?bor Stefanik <netrolller.3d@gmail.com> >> escribi?: >> >> >> >>> De: G?bor Stefanik <netrolller.3d@gmail.com> >> >>> Asunto: Re: BCM4321 - These devices have >> unsupported N-PHYs. We are working on it. >> >>> A: "Ariel Pedraza" <pedrazaa@yahoo.com> >> >>> Cc: b43-dev at lists.infradead.org >> >>> Fecha: viernes, 1 de octubre de 2010, 05:53 >> am >> >>> On Thu, Sep 30, 2010 at 7:42 PM, >> >>> Ariel Pedraza <pedrazaa@yahoo.com> >> >>> wrote: >> >>> > Hi, how far are you to support this chip >> BCM4321? >> >>> >> >>> I've asked this question earlier; all code for >> BCM4321 >> >>> seems to be in >> >>> place (though not for BCM4322), but it is >> still disabled as >> >>> BROKEN. >> >>> >> >>> > >> >>> > Is this a new chip BCM4727 not listed on >> your page (http://linuxwireless.org/en/users/Drivers/b43)? >> >>> > >> >>> > dmesg | grep eth1 >> >>> > eth1: Broadcom BCM4727 802.11 Hybrid >> Wireless >> >>> Controller 5.60.48.36 >> >>> >> >>> This is BCM4313, supported in brcm80211. >> wl_hybrid >> >>> incorrectly uses >> >>> the PCI device ID (0x4727) rather than the SSB >> chip ID >> >>> (decimal(?) >> >>> 4313) to identify the card. >> >>> >> >>> > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> > >> _______________________________________________ >> >>> > b43-dev mailing list >> >>> > b43-dev at lists.infradead.org >> >>> > http://lists.infradead.org/mailman/listinfo/b43-dev >> >>> > >> >>> >> >>> >> >>> >> >>> -- >> >>> Vista: [V]iruses, [I]ntruders, [S]pyware, >> [T]rojans and >> >>> [A]dware. :-) >> >>> >> >> >> >> >> >> >> >> >> > >> > >> > >> > -- >> > Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans >> and [A]dware. :-) >> > >> >> >> >> -- >> Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and >> [A]dware. :-) >> > > > > -- Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) ^ permalink raw reply [flat|nested] 6+ messages in thread
* BCM4321 - These devices have unsupported N-PHYs. We are working on it. 2010-09-30 17:42 BCM4321 - These devices have unsupported N-PHYs. We are working on it Ariel Pedraza 2010-10-01 8:53 ` Gábor Stefanik @ 2010-10-01 9:05 ` Rafał Miłecki 1 sibling, 0 replies; 6+ messages in thread From: Rafał Miłecki @ 2010-10-01 9:05 UTC (permalink / raw) To: b43-dev 2010/9/30 Ariel Pedraza <pedrazaa@yahoo.com>: > Hi, how far are you to support this chip BCM4321? > > Is this a new chip BCM4727 not listed on your page (http://linuxwireless.org/en/users/Drivers/b43)? > > dmesg | grep eth1 > eth1: Broadcom BCM4727 802.11 Hybrid Wireless Controller 5.60.48.36 We are at point where last patches are needed and testing should be started. Testing, comparing with wl, etc. Unfortunately I lost access to machine with MiniPCI-E and can not do much for now. -- Rafa? ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-10-14 13:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 17:42 BCM4321 - These devices have unsupported N-PHYs. We are working on it Ariel Pedraza
2010-10-01 8:53 ` Gábor Stefanik
[not found] ` <384852.82903.qm@web111409.mail.gq1.yahoo.com>
[not found] ` <AANLkTine5n1Bu8EgUYNaN7RpYBK9MMGv9ofDsEuC0Ve2@mail.gmail.com>
2010-10-01 19:48 ` Gábor Stefanik
2010-10-13 16:47 ` Ariel Pedraza
2010-10-14 13:15 ` Gábor Stefanik
2010-10-01 9:05 ` Rafał Miłecki
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox