Linux wireless drivers development
 help / color / mirror / Atom feed
* Re: Kernel 6.2.4 and WiFi with BCM4345
       [not found]     ` <fa88eb52-7194-ecb2-0590-f554a12485ec@runbox.com>
@ 2023-03-20  0:12       ` Larry Finger
  2023-03-20  1:41         ` Michael Ayers
  0 siblings, 1 reply; 4+ messages in thread
From: Larry Finger @ 2023-03-20  0:12 UTC (permalink / raw)
  To: arm, Michael Ayers; +Cc: linux-wireless

On 3/19/23 14:35, Michael Ayers wrote:
> 
> On 20/03/2023 08:24, Michael Ayers wrote:
>>
>> On 20/03/2023 07:58, Larry Finger wrote:
>>> On 3/19/23 13:20, Michael Ayers wrote:
>>>> Kernel 6.2.4-1-default has broken wifi on the Pinebook pro, kernel 
>>>> 6.2.1-1-default works fine.
>>>>
>>>> Logs give me so much information that I am not sure where to begin.
>>>
>>> The first piece of information would be to tell us what what device you have. 
>>> The Pinebrook Pro web site says that you have an 802.11ac (Wifi 5) device, 
>>> but not who made it. The output of 'lspci -nn' or 'lsusb' would be useful.
>>>
>>> You should also run the command 'sudo dmesg > dmesg.txt', and post dmesg.txt 
>>> at pastebin.com, or some similar site. Report the URL back with the ouput of 
>>> the two commands above. Do not attach dmesg.txt to your reply. There are 
>>> thousands of readers of this list that do not care, thus they should not be 
>>> forced to download such stuff.
>>>
>>> Larry
>>>
>>>
>> The wifi device would seem to be a Broadcom 4345 and if I've done this right 
>> this: https://pastebin.com/rz2wnuVt should be the link to dmesg.txt.
>>
>> MIke
> 
> 
> Sorry that is the wrong dmesg link it should be: https://pastebin.com/SE0DV7XP

Mike,

I just noticed that the linux-wireless list was not in the Cc list - I added it. 
I also changed the subject to help catch the attention of the Broadcom 
maintainers. I am definitely not one of them.

Your device is a BCM4345, which uses the brcmfmac driver. The dmesg output that 
you posted shows the firmware loading, but nothing happens beyond that. This is 
the point where I would expect the user-space code such as NetworkManager to 
take over. What code do you use to control wifi? Did that change when your 
kernel was updated?

Larry





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Kernel 6.2.4 and WiFi with BCM4345
  2023-03-20  0:12       ` Kernel 6.2.4 and WiFi with BCM4345 Larry Finger
@ 2023-03-20  1:41         ` Michael Ayers
  2023-03-20  2:11           ` Larry Finger
  2023-03-23 21:24           ` Mourad De Clerck
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Ayers @ 2023-03-20  1:41 UTC (permalink / raw)
  To: arm; +Cc: linux-wireless


On 20/03/23 13:12, Larry Finger wrote:
> On 3/19/23 14:35, Michael Ayers wrote:
>>
>> On 20/03/2023 08:24, Michael Ayers wrote:
>>>
>>> On 20/03/2023 07:58, Larry Finger wrote:
>>>> On 3/19/23 13:20, Michael Ayers wrote:
>>>>> Kernel 6.2.4-1-default has broken wifi on the Pinebook pro, kernel 
>>>>> 6.2.1-1-default works fine.
>>>>>
>>>>> Logs give me so much information that I am not sure where to begin.
>>>>
>>>> The first piece of information would be to tell us what what device 
>>>> you have. The Pinebrook Pro web site says that you have an 802.11ac 
>>>> (Wifi 5) device, but not who made it. The output of 'lspci -nn' or 
>>>> 'lsusb' would be useful.
>>>>
>>>> You should also run the command 'sudo dmesg > dmesg.txt', and post 
>>>> dmesg.txt at pastebin.com, or some similar site. Report the URL 
>>>> back with the ouput of the two commands above. Do not attach 
>>>> dmesg.txt to your reply. There are thousands of readers of this 
>>>> list that do not care, thus they should not be forced to download 
>>>> such stuff.
>>>>
>>>> Larry
>>>>
>>>>
>>> The wifi device would seem to be a Broadcom 4345 and if I've done 
>>> this right this: https://pastebin.com/rz2wnuVt should be the link to 
>>> dmesg.txt.
>>>
>>> MIke
>>
>>
>> Sorry that is the wrong dmesg link it should be: 
>> https://pastebin.com/SE0DV7XP
>
> Mike,
>
> I just noticed that the linux-wireless list was not in the Cc list - I 
> added it. I also changed the subject to help catch the attention of 
> the Broadcom maintainers. I am definitely not one of them.
>
> Your device is a BCM4345, which uses the brcmfmac driver. The dmesg 
> output that you posted shows the firmware loading, but nothing happens 
> beyond that. This is the point where I would expect the user-space 
> code such as NetworkManager to take over. What code do you use to 
> control wifi? Did that change when your kernel was updated?
>
> Larry
>
>
Larry,

I'm using NetworkManager but I also tried Wicked with the same results.

NetworkManager tries to connect but fails.

Mike


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Kernel 6.2.4 and WiFi with BCM4345
  2023-03-20  1:41         ` Michael Ayers
@ 2023-03-20  2:11           ` Larry Finger
  2023-03-23 21:24           ` Mourad De Clerck
  1 sibling, 0 replies; 4+ messages in thread
From: Larry Finger @ 2023-03-20  2:11 UTC (permalink / raw)
  To: arm, Michael Ayers; +Cc: linux-wireless

On 3/19/23 20:41, Michael Ayers wrote:
> 
> On 20/03/23 13:12, Larry Finger wrote:
>> On 3/19/23 14:35, Michael Ayers wrote:
>>>
>>> On 20/03/2023 08:24, Michael Ayers wrote:
>>>>
>>>> On 20/03/2023 07:58, Larry Finger wrote:
>>>>> On 3/19/23 13:20, Michael Ayers wrote:
>>>>>> Kernel 6.2.4-1-default has broken wifi on the Pinebook pro, kernel 
>>>>>> 6.2.1-1-default works fine.
>>>>>>
>>>>>> Logs give me so much information that I am not sure where to begin.
>>>>>
>>>>> The first piece of information would be to tell us what what device you 
>>>>> have. The Pinebrook Pro web site says that you have an 802.11ac (Wifi 5) 
>>>>> device, but not who made it. The output of 'lspci -nn' or 'lsusb' would be 
>>>>> useful.
>>>>>
>>>>> You should also run the command 'sudo dmesg > dmesg.txt', and post 
>>>>> dmesg.txt at pastebin.com, or some similar site. Report the URL back with 
>>>>> the ouput of the two commands above. Do not attach dmesg.txt to your reply. 
>>>>> There are thousands of readers of this list that do not care, thus they 
>>>>> should not be forced to download such stuff.
>>>>>
>>>>> Larry
>>>>>
>>>>>
>>>> The wifi device would seem to be a Broadcom 4345 and if I've done this right 
>>>> this: https://pastebin.com/rz2wnuVt should be the link to dmesg.txt.
>>>>
>>>> MIke
>>>
>>>
>>> Sorry that is the wrong dmesg link it should be: https://pastebin.com/SE0DV7XP
>>
>> Mike,
>>
>> I just noticed that the linux-wireless list was not in the Cc list - I added 
>> it. I also changed the subject to help catch the attention of the Broadcom 
>> maintainers. I am definitely not one of them.
>>
>> Your device is a BCM4345, which uses the brcmfmac driver. The dmesg output 
>> that you posted shows the firmware loading, but nothing happens beyond that. 
>> This is the point where I would expect the user-space code such as 
>> NetworkManager to take over. What code do you use to control wifi? Did that 
>> change when your kernel was updated?
>>
>> Larry
>>
>>
> Larry,
> 
> I'm using NetworkManager but I also tried Wicked with the same results.
> 
> NetworkManager tries to connect but fails.

Why was that not logged in your dmesg output?

Broadcom devs: Is there something in kernels 6.2.2 or later that break connections?

Larry



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Kernel 6.2.4 and WiFi with BCM4345
  2023-03-20  1:41         ` Michael Ayers
  2023-03-20  2:11           ` Larry Finger
@ 2023-03-23 21:24           ` Mourad De Clerck
  1 sibling, 0 replies; 4+ messages in thread
From: Mourad De Clerck @ 2023-03-23 21:24 UTC (permalink / raw)
  To: Michael Ayers, Larry Finger; +Cc: linux-wireless

On 3/20/23 02:41, Michael Ayers wrote:
> On 20/03/23 13:12, Larry Finger wrote:
>> I just noticed that the linux-wireless list was not in the Cc list - I 
>> added it. I also changed the subject to help catch the attention of 
>> the Broadcom maintainers. I am definitely not one of them.
>>
>> Your device is a BCM4345, which uses the brcmfmac driver. The dmesg 
>> output that you posted shows the firmware loading, but nothing happens 
>> beyond that. This is the point where I would expect the user-space 
>> code such as NetworkManager to take over. What code do you use to 
>> control wifi? Did that change when your kernel was updated?
>>
> Larry,
> 
> I'm using NetworkManager but I also tried Wicked with the same results.
> 
> NetworkManager tries to connect but fails.


Hi,

I think I may be hitting the same bug. I have this device:

02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries 
BCM4350 802.11ac Wireless Network Adapter [14e4:43a3] (rev 05)

This is a 2017 MacBookPro14,1.

NetworkManager fails to connect when booting Linux v6.2.5, but seems to 
have no problems with v6.2.1.

Let me know if you need more information.

-- Mourad


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-23 21:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <e26eeebb-4fb0-5506-afbc-e9b56b849211@runbox.com>
     [not found] ` <c09e012e-7abd-7304-3721-799758a7f0e3@lwfinger.net>
     [not found]   ` <cc6e8c12-33b7-7c42-345b-c3212b13bc77@runbox.com>
     [not found]     ` <fa88eb52-7194-ecb2-0590-f554a12485ec@runbox.com>
2023-03-20  0:12       ` Kernel 6.2.4 and WiFi with BCM4345 Larry Finger
2023-03-20  1:41         ` Michael Ayers
2023-03-20  2:11           ` Larry Finger
2023-03-23 21:24           ` Mourad De Clerck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox