* Re: Planned Support for BCM 43162 [14e4:43ae] rev 02 ?
[not found] ` <3L}.2TJP.BPtk86KPbh.1NAtDW@seznam.cz>
@ 2016-05-06 0:03 ` Rafał Miłecki
2016-05-06 11:19 ` Jan Sobotka
2016-05-09 9:40 ` Arend Van Spriel
0 siblings, 2 replies; 3+ messages in thread
From: Rafał Miłecki @ 2016-05-06 0:03 UTC (permalink / raw)
To: Jan Sobotka, brcm80211 development
Cc: b43-dev, linux-wireless@vger.kernel.org
On 5 May 2016 at 18:22, Jan Sobotka <xSobotkaJ@seznam.cz> wrote:
> Great, now it works. Output:
>
> root@chobot-lenovo-laptop:/home/chobot# echo "14e4 43ae" > /sys/bus/pci/drivers/bcma-pci-bridge/new_id
> root@chobot-lenovo-laptop:/home/chobot# dmesg | egrep "bcma|b43"
> [ 5295.114902] bcma: bus0: Found chip with id 0x4335, rev 0x02 and package 0x01
> [ 5295.114950] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2E, class 0x0)
> [ 5295.114974] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x2E, class 0x0)
> [ 5295.115026] bcma: bus0: Core 2 found: ARM CR4 (manuf 0x4BF, id 0x83E, rev 0x04, class 0x0)
> [ 5295.115073] bcma: bus0: Core 3 found: PCIe Gen2 (manuf 0x4BF, id 0x83C, rev 0x04, class 0x0)
> [ 5295.115096] bcma: bus0: Core 4 found: USB 2.0 Device (manuf 0x4BF, id 0x81A, rev 0x14, class 0x0)
> [ 5295.115119] bcma: bus0: Core 5 found: SDIO Device (manuf 0x4BF, id 0x829, rev 0x15, class 0x0)
> [ 5295.115170] bcma: bus0: Bridge found
> [ 5295.115221] bcma-pci-bridge: probe of 0000:02:00.0 failed with error -84
So this is device with BCM4335 chipset which is a FullMAC one AFAIK.
It may be supported by brcmfmac. There is already support for BCM4335
in brcmfmac but it was developed for SDIO devices only. I don't think
we ever met BCM4335 on PCIe device.
You may try:
sudo su
rmmod bcma
echo "14e4 43ae" > /sys/bus/pci/drivers/brcmfmac/new_id
dmesg | grep brcmfmac
However I think brcmfmac may need some extra changes to support
BCM4335 on PCIe. Lets also see if Broadcom team can help us with this.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Planned Support for BCM 43162 [14e4:43ae] rev 02 ?
2016-05-06 0:03 ` Planned Support for BCM 43162 [14e4:43ae] rev 02 ? Rafał Miłecki
@ 2016-05-06 11:19 ` Jan Sobotka
2016-05-09 9:40 ` Arend Van Spriel
1 sibling, 0 replies; 3+ messages in thread
From: Jan Sobotka @ 2016-05-06 11:19 UTC (permalink / raw)
To: Rafał Miłecki
Cc: b43-dev, linux-wireless@vger.kernel.org, brcm80211 development
>>You may try:
>>sudo su
>>rmmod bcma
>>echo "14e4 43ae" > /sys/bus/pci/drivers/brcmfmac/new_id
>>dmesg | grep brcmfmac
Output:
[14054.947644] usbcore: registered new interface driver brcmfmac
Full command history:
root@chobot-lenovo-laptop:~# lsmod | grep bcma
root@chobot-lenovo-laptop:~# rmmod bcma
rmmod: ERROR: Module bcma is not currently loaded
root@chobot-lenovo-laptop:~# echo "14e4 43ae" > /sys/bus/pci/drivers/brcmfmac/new_id
-bash: /sys/bus/pci/drivers/brcmfmac/new_id: No such file or directory
root@chobot-lenovo-laptop:~# modprobe brcmfmac
root@chobot-lenovo-laptop:~# lsmod | grep brcmfmac
brcmfmac 290816 0
brcmutil 16384 1 brcmfmac
cfg80211 565248 2 brcmfmac,mac80211
root@chobot-lenovo-laptop:~# echo "14e4 43ae" > /sys/bus/pci/drivers/brcmfmac/new_id
root@chobot-lenovo-laptop:~# dmesg | grep brcmfmac
[14054.947644] usbcore: registered new interface driver brcmfmac
---------- Původní zpráva ----------
Od: Rafał Miłecki
Komu: Jan Sobotka , brcm80211 development
Datum: 6. 5. 2016 2:03:08
Předmět: Re: Planned Support for BCM 43162 [14e4:43ae] rev 02 ?
On 5 May 2016 at 18:22, Jan Sobotka wrote:
> Great, now it works. Output:
>
> root@chobot-lenovo-laptop:/home/chobot# echo "14e4 43ae" > /sys/bus/pci/drivers/bcma-pci-bridge/new_id
> root@chobot-lenovo-laptop:/home/chobot# dmesg | egrep "bcma|b43"
> [ 5295.114902] bcma: bus0: Found chip with id 0x4335, rev 0x02 and package 0x01
> [ 5295.114950] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2E, class 0x0)
> [ 5295.114974] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x2E, class 0x0)
> [ 5295.115026] bcma: bus0: Core 2 found: ARM CR4 (manuf 0x4BF, id 0x83E, rev 0x04, class 0x0)
> [ 5295.115073] bcma: bus0: Core 3 found: PCIe Gen2 (manuf 0x4BF, id 0x83C, rev 0x04, class 0x0)
> [ 5295.115096] bcma: bus0: Core 4 found: USB 2.0 Device (manuf 0x4BF, id 0x81A, rev 0x14, class 0x0)
> [ 5295.115119] bcma: bus0: Core 5 found: SDIO Device (manuf 0x4BF, id 0x829, rev 0x15, class 0x0)
> [ 5295.115170] bcma: bus0: Bridge found
> [ 5295.115221] bcma-pci-bridge: probe of 0000:02:00.0 failed with error -84
So this is device with BCM4335 chipset which is a FullMAC one AFAIK.
It may be supported by brcmfmac. There is already support for BCM4335
in brcmfmac but it was developed for SDIO devices only. I don't think
we ever met BCM4335 on PCIe device.
However I think brcmfmac may need some extra changes to support
BCM4335 on PCIe. Lets also see if Broadcom team can help us with this.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Planned Support for BCM 43162 [14e4:43ae] rev 02 ?
2016-05-06 0:03 ` Planned Support for BCM 43162 [14e4:43ae] rev 02 ? Rafał Miłecki
2016-05-06 11:19 ` Jan Sobotka
@ 2016-05-09 9:40 ` Arend Van Spriel
1 sibling, 0 replies; 3+ messages in thread
From: Arend Van Spriel @ 2016-05-09 9:40 UTC (permalink / raw)
To: Rafał Miłecki, Jan Sobotka, brcm80211 development
Cc: b43-dev, linux-wireless@vger.kernel.org
On 6-5-2016 2:03, Rafał Miłecki wrote:
> On 5 May 2016 at 18:22, Jan Sobotka <xSobotkaJ@seznam.cz> wrote:
>> Great, now it works. Output:
>>
>> root@chobot-lenovo-laptop:/home/chobot# echo "14e4 43ae" > /sys/bus/pci/drivers/bcma-pci-bridge/new_id
>> root@chobot-lenovo-laptop:/home/chobot# dmesg | egrep "bcma|b43"
>> [ 5295.114902] bcma: bus0: Found chip with id 0x4335, rev 0x02 and package 0x01
>> [ 5295.114950] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2E, class 0x0)
>> [ 5295.114974] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x2E, class 0x0)
>> [ 5295.115026] bcma: bus0: Core 2 found: ARM CR4 (manuf 0x4BF, id 0x83E, rev 0x04, class 0x0)
>> [ 5295.115073] bcma: bus0: Core 3 found: PCIe Gen2 (manuf 0x4BF, id 0x83C, rev 0x04, class 0x0)
>> [ 5295.115096] bcma: bus0: Core 4 found: USB 2.0 Device (manuf 0x4BF, id 0x81A, rev 0x14, class 0x0)
>> [ 5295.115119] bcma: bus0: Core 5 found: SDIO Device (manuf 0x4BF, id 0x829, rev 0x15, class 0x0)
>> [ 5295.115170] bcma: bus0: Bridge found
>> [ 5295.115221] bcma-pci-bridge: probe of 0000:02:00.0 failed with error -84
>
> So this is device with BCM4335 chipset which is a FullMAC one AFAIK.
> It may be supported by brcmfmac. There is already support for BCM4335
> in brcmfmac but it was developed for SDIO devices only. I don't think
> we ever met BCM4335 on PCIe device.
It does have an ARM core, but for fullmac we need RAM as well and I
don't see that listed. So I guess it is a 43162 and needs softmac
driver. Also could not find any fullmac firmware for it. The only thing
I found was a hybrid wl driver release for it.
Regards,
Arend
> You may try:
> sudo su
> rmmod bcma
> echo "14e4 43ae" > /sys/bus/pci/drivers/brcmfmac/new_id
> dmesg | grep brcmfmac
>
> However I think brcmfmac may need some extra changes to support
> BCM4335 on PCIe. Lets also see if Broadcom team can help us with this.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-09 9:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <3Fn.2TId.FHuvjLBV4z.1NAsIY@seznam.cz>
[not found] ` <75r.2THk.1aVrEGdo1ry.1N96yR@seznam.cz>
[not found] ` <CACna6rypnsgK4DeMxL6F8jwuFpzYhvG8O_TA1M4A6j8X6Eh5_A@mail.gmail.com>
[not found] ` <CACna6rx90=u7ZSY6ZXjWw4CicEQR6Ty-iEc_G9ACLL0j9EfJLg@mail.gmail.com>
[not found] ` <3L}.2TJP.BPtk86KPbh.1NAtDW@seznam.cz>
2016-05-06 0:03 ` Planned Support for BCM 43162 [14e4:43ae] rev 02 ? Rafał Miłecki
2016-05-06 11:19 ` Jan Sobotka
2016-05-09 9:40 ` Arend Van Spriel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).