stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
@ 2023-01-28 17:09 Jason Montleon
  2023-01-28 17:52 ` Greg KH
  2023-01-30 11:23 ` Linux kernel regression tracking (#update)
  0 siblings, 2 replies; 40+ messages in thread
From: Jason Montleon @ 2023-01-28 17:09 UTC (permalink / raw)
  To: gregkh
  Cc: casaxa, cezary.rojewski, lma, Pierre-Louis Bossart, regressions, stable

I did a bisect which implicated
f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338 as the first bad commit.

Reverting this commit on 6.1.8 gives me working sound again.

I'm not clear why this is breaking 6.1.x since it appears to be in
6.0.18 (7494e2e6c55e), which was the last working package in Fedora
for the 6.0 line. Maybe something else didn't make it into 6.1?


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-28 17:09 Google Pixelbook EVE, no sound in kernel 6.1.x Jason Montleon
@ 2023-01-28 17:52 ` Greg KH
  2023-01-29  0:23   ` Jason Montleon
  2023-01-30 11:23 ` Linux kernel regression tracking (#update)
  1 sibling, 1 reply; 40+ messages in thread
From: Greg KH @ 2023-01-28 17:52 UTC (permalink / raw)
  To: Jason Montleon
  Cc: casaxa, cezary.rojewski, lma, Pierre-Louis Bossart, regressions, stable

On Sat, Jan 28, 2023 at 12:09:54PM -0500, Jason Montleon wrote:
> I did a bisect which implicated
> f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338 as the first bad commit.
> 
> Reverting this commit on 6.1.8 gives me working sound again.
> 
> I'm not clear why this is breaking 6.1.x since it appears to be in
> 6.0.18 (7494e2e6c55e), which was the last working package in Fedora
> for the 6.0 line. Maybe something else didn't make it into 6.1?
> 
> 

So this is also broken in Linus's tree (6.2-rc5?)

thanks,

greg k-h

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-28 17:52 ` Greg KH
@ 2023-01-29  0:23   ` Jason Montleon
  2023-01-30  6:33     ` Jason Montleon
  0 siblings, 1 reply; 40+ messages in thread
From: Jason Montleon @ 2023-01-29  0:23 UTC (permalink / raw)
  To: Greg KH
  Cc: casaxa, cezary.rojewski, lma, Pierre-Louis Bossart, regressions, stable

I have confirmed 6.2-rc5 is also broken and removing the same commit
causes it to work again.

Thank you,
Jason Montleon

On Sat, Jan 28, 2023 at 12:52 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Sat, Jan 28, 2023 at 12:09:54PM -0500, Jason Montleon wrote:
> > I did a bisect which implicated
> > f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338 as the first bad commit.
> >
> > Reverting this commit on 6.1.8 gives me working sound again.
> >
> > I'm not clear why this is breaking 6.1.x since it appears to be in
> > 6.0.18 (7494e2e6c55e), which was the last working package in Fedora
> > for the 6.0 line. Maybe something else didn't make it into 6.1?
> >
> >
>
> So this is also broken in Linus's tree (6.2-rc5?)
>
> thanks,
>
> greg k-h
>


-- 
Jason Montleon        | email: jmontleo@redhat.com
Red Hat, Inc.         | gpg key: 0x069E3022
Cell: 508-496-0663    | irc: jmontleo / jmontleon


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-29  0:23   ` Jason Montleon
@ 2023-01-30  6:33     ` Jason Montleon
  2023-01-30 11:27       ` Linux kernel regression tracking (Thorsten Leemhuis)
  0 siblings, 1 reply; 40+ messages in thread
From: Jason Montleon @ 2023-01-30  6:33 UTC (permalink / raw)
  To: Greg KH
  Cc: casaxa, cezary.rojewski, lma, Pierre-Louis Bossart, regressions, stable

I ran a bisect back further while patching in
f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338.

When doing this, 3fd63658caed9494cca1d4789a66d3d2def2a0ab appears to
be the commit in 6.1+ that it's interacting badly with. I couldn't
revert this cleanly without reverting a handful of other commits, but
doing so also results in working audio with 6.1.8 while leaving in
f2bd1c5ae2cb.
(e9441675edc1, 1cda83e42bf6, 37882100cd06, 0e213813df02, fb5987844808
were the others removed)

Hopefully that helps narrow it down for someone more familiar,
otherwise I'll keep digging.


On Sat, Jan 28, 2023 at 7:23 PM Jason Montleon <jmontleo@redhat.com> wrote:
>
> I have confirmed 6.2-rc5 is also broken and removing the same commit
> causes it to work again.
>
> Thank you,
> Jason Montleon
>
> On Sat, Jan 28, 2023 at 12:52 PM Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > On Sat, Jan 28, 2023 at 12:09:54PM -0500, Jason Montleon wrote:
> > > I did a bisect which implicated
> > > f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338 as the first bad commit.
> > >
> > > Reverting this commit on 6.1.8 gives me working sound again.
> > >
> > > I'm not clear why this is breaking 6.1.x since it appears to be in
> > > 6.0.18 (7494e2e6c55e), which was the last working package in Fedora
> > > for the 6.0 line. Maybe something else didn't make it into 6.1?
> > >
> > >
> >
> > So this is also broken in Linus's tree (6.2-rc5?)
> >
> > thanks,
> >
> > greg k-h
> >
>
>
> --
> Jason Montleon        | email: jmontleo@redhat.com
> Red Hat, Inc.         | gpg key: 0x069E3022
> Cell: 508-496-0663    | irc: jmontleo / jmontleon



--
Jason Montleon        | email: jmontleo@redhat.com
Red Hat, Inc.         | gpg key: 0x069E3022
Cell: 508-496-0663    | irc: jmontleo / jmontleon


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-28 17:09 Google Pixelbook EVE, no sound in kernel 6.1.x Jason Montleon
  2023-01-28 17:52 ` Greg KH
@ 2023-01-30 11:23 ` Linux kernel regression tracking (#update)
  1 sibling, 0 replies; 40+ messages in thread
From: Linux kernel regression tracking (#update) @ 2023-01-30 11:23 UTC (permalink / raw)
  To: Jason Montleon, gregkh
  Cc: casaxa, cezary.rojewski, lma, Pierre-Louis Bossart, regressions, stable

[TLDR: This mail in primarily relevant for Linux kernel regression
tracking. See link in footer if these mails annoy you.]

On 28.01.23 18:09, Jason Montleon wrote:
> I did a bisect which implicated
> f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338 as the first bad commit.
> 
> Reverting this commit on 6.1.8 gives me working sound again.
> 
> I'm not clear why this is breaking 6.1.x since it appears to be in
> 6.0.18 (7494e2e6c55e), which was the last working package in Fedora
> for the 6.0 line. Maybe something else didn't make it into 6.1?

In that case let me update the tracking data:

#regzbot introduced: f2bd1c5ae2cb0cf95
#regzbot ignore-activity

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
--
Everything you wanna know about Linux kernel regression tracking:
https://linux-regtracking.leemhuis.info/about/#tldr
That page also explains what to do if mails like this annoy you.


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-30  6:33     ` Jason Montleon
@ 2023-01-30 11:27       ` Linux kernel regression tracking (Thorsten Leemhuis)
  2023-01-30 12:15         ` Cezary Rojewski
  0 siblings, 1 reply; 40+ messages in thread
From: Linux kernel regression tracking (Thorsten Leemhuis) @ 2023-01-30 11:27 UTC (permalink / raw)
  To: Jason Montleon, Greg KH
  Cc: casaxa, cezary.rojewski, lma, Pierre-Louis Bossart, regressions,
	stable, Takashi Iwai

On 30.01.23 07:33, Jason Montleon wrote:
> I ran a bisect back further while patching in
> f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338.

Cezary Rojewski, you authored this change which appears to cause a
regression. Do you maybe have an idea what's wrong here?

Also CCing Takashi, who merged that changes.

FWIW, this thread starts here:

https://lore.kernel.org/regressions/CALFERdzKUodLsm6=Ub3g2+PxpNpPtPq3bGBLbff=eZr9_S=YVA@mail.gmail.com/

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
--
Everything you wanna know about Linux kernel regression tracking:
https://linux-regtracking.leemhuis.info/about/#tldr
If I did something stupid, please tell me, as explained on that page.

> When doing this, 3fd63658caed9494cca1d4789a66d3d2def2a0ab appears to
> be the commit in 6.1+ that it's interacting badly with. I couldn't
> revert this cleanly without reverting a handful of other commits, but
> doing so also results in working audio with 6.1.8 while leaving in
> f2bd1c5ae2cb.
> (e9441675edc1, 1cda83e42bf6, 37882100cd06, 0e213813df02, fb5987844808
> were the others removed)
> 
> Hopefully that helps narrow it down for someone more familiar,
> otherwise I'll keep digging.
> 
> 
> On Sat, Jan 28, 2023 at 7:23 PM Jason Montleon <jmontleo@redhat.com> wrote:
>>
>> I have confirmed 6.2-rc5 is also broken and removing the same commit
>> causes it to work again.
>>
>> Thank you,
>> Jason Montleon
>>
>> On Sat, Jan 28, 2023 at 12:52 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>>>
>>> On Sat, Jan 28, 2023 at 12:09:54PM -0500, Jason Montleon wrote:
>>>> I did a bisect which implicated
>>>> f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338 as the first bad commit.
>>>>
>>>> Reverting this commit on 6.1.8 gives me working sound again.
>>>>
>>>> I'm not clear why this is breaking 6.1.x since it appears to be in
>>>> 6.0.18 (7494e2e6c55e), which was the last working package in Fedora
>>>> for the 6.0 line. Maybe something else didn't make it into 6.1?
>>>>
>>>>
>>>
>>> So this is also broken in Linus's tree (6.2-rc5?)
>>>
>>> thanks,
>>>
>>> greg k-h
>>>
>>
>>
>> --
>> Jason Montleon        | email: jmontleo@redhat.com
>> Red Hat, Inc.         | gpg key: 0x069E3022
>> Cell: 508-496-0663    | irc: jmontleo / jmontleon
> 
> 
> 
> --
> Jason Montleon        | email: jmontleo@redhat.com
> Red Hat, Inc.         | gpg key: 0x069E3022
> Cell: 508-496-0663    | irc: jmontleo / jmontleon
> 
> 
> 

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-30 11:27       ` Linux kernel regression tracking (Thorsten Leemhuis)
@ 2023-01-30 12:15         ` Cezary Rojewski
  2023-01-30 12:22           ` Sasa Ostrouska
  0 siblings, 1 reply; 40+ messages in thread
From: Cezary Rojewski @ 2023-01-30 12:15 UTC (permalink / raw)
  To: Linux regressions mailing list, Jason Montleon, Greg KH
  Cc: casaxa, lma, Pierre-Louis Bossart, stable, Takashi Iwai,
	amadeusz Sławiński

On 2023-01-30 12:27 PM, Linux kernel regression tracking (Thorsten 
Leemhuis) wrote:
> On 30.01.23 07:33, Jason Montleon wrote:
>> I ran a bisect back further while patching in
>> f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338.
> 
> Cezary Rojewski, you authored this change which appears to cause a
> regression. Do you maybe have an idea what's wrong here?


Hello,

Sitting with Lukasz and debugging this.

Please note that messages seen in the logs:
[    8.538645] snd_soc_skl 0000:00:1f.3: ASoC: no sink widget found for 
AEC Capture
[    8.538654] snd_soc_skl 0000:00:1f.3: ASoC: Failed to add route 
echo_ref_out cpr 7 -> direct -> AEC Capture

and:
[    8.614993] rt5663 i2c-10EC5663:00: sysclk < 384 x fs, disable i2s asrc
[    8.617460] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense: 
disconnect for pin:port 5:0
[    8.617581] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense: 
disconnect for pin:port 6:0
[    8.617712] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense: 
disconnect for pin:port 7:0

seem to be just noise, these are present even in working configuration. 
Looks like topology and AudioDSP firmware loads fine. However, one or 
more of sound cards component is deferred when probing what results in 
no error in the logs but still lack of audio.

We managed to reproduce the problem on Lukasz' Eve machine. If hardware 
cooperates, we should be able to narrow down the problem quickly from 
here. Our suspect - something (a patch or two) is missing in sound/soc 
in Fedora tree. Our CI which also covers upstream skylake-driver with 
HDAudio (e.g.: rt274/rt286/rt298) and I2S (same examples) configurations 
show no signs of regression. Thus, this is probably Chromebook-specific.

My opinion stands at - none of the patches mentioned during the 
discussion is the real problem. All of these were in fact addressing 
real problems with audio stack stability/reloading.

Will reply once more is known.


Kind regards,
Czarek

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-30 12:15         ` Cezary Rojewski
@ 2023-01-30 12:22           ` Sasa Ostrouska
  2023-01-31 12:36             ` Cezary Rojewski
  0 siblings, 1 reply; 40+ messages in thread
From: Sasa Ostrouska @ 2023-01-30 12:22 UTC (permalink / raw)
  To: Cezary Rojewski
  Cc: Linux regressions mailing list, Jason Montleon, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai,
	amadeusz Sławiński

On Mon, Jan 30, 2023 at 1:15 PM Cezary Rojewski
<cezary.rojewski@intel.com> wrote:
>
> On 2023-01-30 12:27 PM, Linux kernel regression tracking (Thorsten
> Leemhuis) wrote:
> > On 30.01.23 07:33, Jason Montleon wrote:
> >> I ran a bisect back further while patching in
> >> f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338.
> >
> > Cezary Rojewski, you authored this change which appears to cause a
> > regression. Do you maybe have an idea what's wrong here?
>
>
> Hello,
>
> Sitting with Lukasz and debugging this.
>
> Please note that messages seen in the logs:
> [    8.538645] snd_soc_skl 0000:00:1f.3: ASoC: no sink widget found for
> AEC Capture
> [    8.538654] snd_soc_skl 0000:00:1f.3: ASoC: Failed to add route
> echo_ref_out cpr 7 -> direct -> AEC Capture
>
> and:
> [    8.614993] rt5663 i2c-10EC5663:00: sysclk < 384 x fs, disable i2s asrc
> [    8.617460] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense:
> disconnect for pin:port 5:0
> [    8.617581] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense:
> disconnect for pin:port 6:0
> [    8.617712] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense:
> disconnect for pin:port 7:0
>
> seem to be just noise, these are present even in working configuration.
> Looks like topology and AudioDSP firmware loads fine. However, one or
> more of sound cards component is deferred when probing what results in
> no error in the logs but still lack of audio.
>
> We managed to reproduce the problem on Lukasz' Eve machine. If hardware
> cooperates, we should be able to narrow down the problem quickly from
> here. Our suspect - something (a patch or two) is missing in sound/soc
> in Fedora tree. Our CI which also covers upstream skylake-driver with
> HDAudio (e.g.: rt274/rt286/rt298) and I2S (same examples) configurations
> show no signs of regression. Thus, this is probably Chromebook-specific.
>
> My opinion stands at - none of the patches mentioned during the
> discussion is the real problem. All of these were in fact addressing
> real problems with audio stack stability/reloading.
>
> Will reply once more is known.
>
>
> Kind regards,
> Czarek

Dear Czarek, many thanks for the answer and taking care of it. If
needed something from my side please jest let me know
and I will try to do it.

Rgds
Sasa

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-30 12:22           ` Sasa Ostrouska
@ 2023-01-31 12:36             ` Cezary Rojewski
  2023-01-31 14:58               ` Sasa Ostrouska
  2023-01-31 15:16               ` Jason Montleon
  0 siblings, 2 replies; 40+ messages in thread
From: Cezary Rojewski @ 2023-01-31 12:36 UTC (permalink / raw)
  To: Sasa Ostrouska
  Cc: Linux regressions mailing list, Jason Montleon, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai,
	amadeusz Sławiński

On 2023-01-30 1:22 PM, Sasa Ostrouska wrote:

> Dear Czarek, many thanks for the answer and taking care of it. If
> needed something from my side please jest let me know
> and I will try to do it.


Hello Sasa,

Could you provide us with the topology and firmware binary present on 
your machine?

Audio topology is located at /lib/firmware and named:

9d71-GOOGLE-EVEMAX-0-tplg.bin
-or-
dfw_sst.bin

Firmware on the other hand is found in /lib/firmware/intel/. 
'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an 
actual AudioDSP firmware binary.

The reasoning for these asks is fact that problem stopped reproducing on 
our end once we started playing with kernel versions (moved away from 
status quo with Fedora). Neither on Lukasz EVE nor on my SKL RVP. 
However, we might be using newer configuration files when compared to 
equivalent of yours.

Recent v6.2-rc5 broonie/sound/for-next - no repro
Our internal tree based on Mark's for-next - no repro
6.1.7 stable [1] - no repro

Of course we will continue with our attempts. Will notify about the 
progress.


[1]: 
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.7&id=21e996306a6afaae88295858de0ffb8955173a15


Kind regards,
Czarek

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-31 12:36             ` Cezary Rojewski
@ 2023-01-31 14:58               ` Sasa Ostrouska
  2023-01-31 15:48                 ` Cezary Rojewski
  2023-01-31 15:16               ` Jason Montleon
  1 sibling, 1 reply; 40+ messages in thread
From: Sasa Ostrouska @ 2023-01-31 14:58 UTC (permalink / raw)
  To: Cezary Rojewski
  Cc: Linux regressions mailing list, Jason Montleon, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai,
	amadeusz Sławiński

On Tue, Jan 31, 2023 at 1:37 PM Cezary Rojewski
<cezary.rojewski@intel.com> wrote:
>
> On 2023-01-30 1:22 PM, Sasa Ostrouska wrote:
>
> > Dear Czarek, many thanks for the answer and taking care of it. If
> > needed something from my side please jest let me know
> > and I will try to do it.
>
>
> Hello Sasa,
Hi Czarek,
>
> Could you provide us with the topology and firmware binary present on
> your machine?
>
Sure, see below.

> Audio topology is located at /lib/firmware and named:
>
> 9d71-GOOGLE-EVEMAX-0-tplg.bin
-rw-r--r--. 1 root root   37864 21 nov 20.18 9d71-GOOGLE-EVEMAX-0-tplg.bin


> -or-
> dfw_sst.bin
>
> Firmware on the other hand is found in /lib/firmware/intel/.
> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
> actual AudioDSP firmware binary.

lrwxrwxrwx. 1 root root     23 23 gen 10.28 dsp_fw_kbl.bin.xz ->
dsp_fw_kbl_v3402.bin.xz

>
> The reasoning for these asks is fact that problem stopped reproducing on
> our end once we started playing with kernel versions (moved away from
> status quo with Fedora). Neither on Lukasz EVE nor on my SKL RVP.
> However, we might be using newer configuration files when compared to
> equivalent of yours.
>
> Recent v6.2-rc5 broonie/sound/for-next - no repro
> Our internal tree based on Mark's for-next - no repro
> 6.1.7 stable [1] - no repro
>
> Of course we will continue with our attempts. Will notify about the
> progress.

Ok, waiting for your good news, on the other hand if you need anything
else feel free to ask.
>
>
> [1]:
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.7&id=21e996306a6afaae88295858de0ffb8955173a15
>
>
> Kind regards,
> Czarek

Rgds
Sasa

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-31 12:36             ` Cezary Rojewski
  2023-01-31 14:58               ` Sasa Ostrouska
@ 2023-01-31 15:16               ` Jason Montleon
  2023-01-31 15:46                 ` Cezary Rojewski
  2023-02-01 11:05                 ` Amadeusz Sławiński
  1 sibling, 2 replies; 40+ messages in thread
From: Jason Montleon @ 2023-01-31 15:16 UTC (permalink / raw)
  To: Cezary Rojewski
  Cc: Sasa Ostrouska, Linux regressions mailing list, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai,
	amadeusz Sławiński

On Tue, Jan 31, 2023 at 7:37 AM Cezary Rojewski
<cezary.rojewski@intel.com> wrote:
>
> On 2023-01-30 1:22 PM, Sasa Ostrouska wrote:
>
> > Dear Czarek, many thanks for the answer and taking care of it. If
> > needed something from my side please jest let me know
> > and I will try to do it.
>
>
> Hello Sasa,
>
> Could you provide us with the topology and firmware binary present on
> your machine?
>
> Audio topology is located at /lib/firmware and named:
>
> 9d71-GOOGLE-EVEMAX-0-tplg.bin
> -or-
> dfw_sst.bin
>
> Firmware on the other hand is found in /lib/firmware/intel/.
> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
> actual AudioDSP firmware binary.
>
Maybe this is the problem.

I think most of us are pulling the topology and firmware from the
chromeos recovery images for lack of any other known source, and it
looks a little different than this. Those can be downloaded like so:
https://gist.github.com/jmontleon/8899cb83138f2653f520fbbcc5b830a0

After placing the topology file you'll see these errors and audio will
not work until they're also copied in place.
snd_soc_skl 0000:00:1f.3: Direct firmware load for
dsp_lib_dsm_core_spt_release.bin failed with error -2
snd_soc_skl 0000:00:1f.3: Direct firmware load for
intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin failed with
error -2

Once those were in place, up to 6.0.18 audio worked.

Is there a better source for the topology file?

> The reasoning for these asks is fact that problem stopped reproducing on
> our end once we started playing with kernel versions (moved away from
> status quo with Fedora). Neither on Lukasz EVE nor on my SKL RVP.
> However, we might be using newer configuration files when compared to
> equivalent of yours.
>
> Recent v6.2-rc5 broonie/sound/for-next - no repro
> Our internal tree based on Mark's for-next - no repro
> 6.1.7 stable [1] - no repro
>
> Of course we will continue with our attempts. Will notify about the
> progress.
>
>
> [1]:
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.7&id=21e996306a6afaae88295858de0ffb8955173a15
>
>
> Kind regards,
> Czarek
>


-- 
Jason Montleon        | email: jmontleo@redhat.com
Red Hat, Inc.         | gpg key: 0x069E3022
Cell: 508-496-0663    | irc: jmontleo / jmontleon


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-31 15:16               ` Jason Montleon
@ 2023-01-31 15:46                 ` Cezary Rojewski
  2023-02-01 11:05                 ` Amadeusz Sławiński
  1 sibling, 0 replies; 40+ messages in thread
From: Cezary Rojewski @ 2023-01-31 15:46 UTC (permalink / raw)
  To: Jason Montleon
  Cc: Sasa Ostrouska, Linux regressions mailing list, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai,
	amadeusz Sławiński

On 2023-01-31 4:16 PM, Jason Montleon wrote:

> Maybe this is the problem.
> 
> I think most of us are pulling the topology and firmware from the
> chromeos recovery images for lack of any other known source, and it
> looks a little different than this. Those can be downloaded like so:
> https://gist.github.com/jmontleon/8899cb83138f2653f520fbbcc5b830a0
> 
> After placing the topology file you'll see these errors and audio will
> not work until they're also copied in place.
> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> dsp_lib_dsm_core_spt_release.bin failed with error -2
> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin failed with
> error -2
> 
> Once those were in place, up to 6.0.18 audio worked.
> 
> Is there a better source for the topology file?

There was no other source for the topology files for a very long time. 
This has been quite recently changed with the introduction of avsdk [1] 
and avs-topology-xml [2] repos. These hold 2 major branches each:

1) main - for the avs-driver which has already replaced the 
skylake-driver in client department and shall soon do the same in the 
remaining areas
2) for-skylake-driver - for the skylake-driver, help downstream in 
dealing with bugs and ease the transition to the avs-driver

Updated AudioDSP firmware binaries should be shared soon, completing 
last few remaining steps. Not every library can be shared though. And 
can't comment on usage of 3rd party loadable modules outside of 
supported set of configurations.


[1]: https://github.com/thesofproject/avsdk
[2]: https://github.com/thesofproject/avs-topology-xml


Kind regards,
Czarek

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-31 14:58               ` Sasa Ostrouska
@ 2023-01-31 15:48                 ` Cezary Rojewski
  2023-01-31 16:02                   ` Sasa Ostrouska
  0 siblings, 1 reply; 40+ messages in thread
From: Cezary Rojewski @ 2023-01-31 15:48 UTC (permalink / raw)
  To: Sasa Ostrouska
  Cc: Linux regressions mailing list, Jason Montleon, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai,
	amadeusz Sławiński

On 2023-01-31 3:58 PM, Sasa Ostrouska wrote:
> On Tue, Jan 31, 2023 at 1:37 PM Cezary Rojewski
> <cezary.rojewski@intel.com> wrote:

...

> Hi Czarek,
>>
>> Could you provide us with the topology and firmware binary present on
>> your machine?
>>
> Sure, see below.
> 
>> Audio topology is located at /lib/firmware and named:
>>
>> 9d71-GOOGLE-EVEMAX-0-tplg.bin
> -rw-r--r--. 1 root root   37864 21 nov 20.18 9d71-GOOGLE-EVEMAX-0-tplg.bin
> 
> 
>> -or-
>> dfw_sst.bin
>>
>> Firmware on the other hand is found in /lib/firmware/intel/.
>> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
>> actual AudioDSP firmware binary.
> 
> lrwxrwxrwx. 1 root root     23 23 gen 10.28 dsp_fw_kbl.bin.xz ->
> dsp_fw_kbl_v3402.bin.xz


I was hoping to receive the actual files. Names alone won't suffice. A 
bit of reverse engineering and I'll know exactly what topology I'm 
looking at.

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-31 15:48                 ` Cezary Rojewski
@ 2023-01-31 16:02                   ` Sasa Ostrouska
  0 siblings, 0 replies; 40+ messages in thread
From: Sasa Ostrouska @ 2023-01-31 16:02 UTC (permalink / raw)
  To: Cezary Rojewski
  Cc: Linux regressions mailing list, Jason Montleon, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai,
	amadeusz Sławiński

[-- Attachment #1: Type: text/plain, Size: 2252 bytes --]

On Tue, Jan 31, 2023 at 4:49 PM Cezary Rojewski
<cezary.rojewski@intel.com> wrote:
>
> On 2023-01-31 3:58 PM, Sasa Ostrouska wrote:
> > On Tue, Jan 31, 2023 at 1:37 PM Cezary Rojewski
> > <cezary.rojewski@intel.com> wrote:
>
> ...
>
> > Hi Czarek,
> >>
> >> Could you provide us with the topology and firmware binary present on
> >> your machine?
> >>
> > Sure, see below.
> >
> >> Audio topology is located at /lib/firmware and named:
> >>
> >> 9d71-GOOGLE-EVEMAX-0-tplg.bin
> > -rw-r--r--. 1 root root   37864 21 nov 20.18 9d71-GOOGLE-EVEMAX-0-tplg.bin
> >
> >
> >> -or-
> >> dfw_sst.bin
> >>
> >> Firmware on the other hand is found in /lib/firmware/intel/.
> >> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
> >> actual AudioDSP firmware binary.
> >
> > lrwxrwxrwx. 1 root root     23 23 gen 10.28 dsp_fw_kbl.bin.xz ->
> > dsp_fw_kbl_v3402.bin.xz
>
>
> I was hoping to receive the actual files. Names alone won't suffice. A
> bit of reverse engineering and I'll know exactly what topology I'm
> looking at.

Oh sorry, I didnt understood it. Here they are attached, But thosse
are the ones I
extracted from chromos[0] images as pointed out on Jasons github page [1]

I see I have plenty of them in /lib/firmware/ so I am not sure which
ones you want.
Here is the list of the ones I have:

lrwxrwxrwx. 1 root root     23 23 gen 10.28
/lib/firmware/intel/dsp_fw_kbl.bin.xz -> dsp_fw_kbl_v3402.bin.xz
-rw-r--r--. 1 root root 131932 23 gen 10.28
/lib/firmware/intel/dsp_fw_kbl_v1037.bin.xz
-rw-r--r--. 1 root root 132308 23 gen 10.28
/lib/firmware/intel/dsp_fw_kbl_v2042.bin.xz
-rw-r--r--. 1 root root 133888 23 gen 10.28
/lib/firmware/intel/dsp_fw_kbl_v2630.bin.xz
-rw-r--r--. 1 root root 133832 23 gen 10.28
/lib/firmware/intel/dsp_fw_kbl_v3266.bin.xz
-rw-r--r--. 1 root root 134512 23 gen 10.28
/lib/firmware/intel/dsp_fw_kbl_v3402.bin.xz
-rw-r--r--. 1 root root 134060 23 gen 10.28
/lib/firmware/intel/dsp_fw_kbl_v3420.bin.xz
-rw-r--r--. 1 root root 131020 23 gen 10.28
/lib/firmware/intel/dsp_fw_kbl_v701.bin.xz

If you need all of them let me know.

[0] https://dl.google.com/dl/edgedl/chromeos/recovery/chromeos_15117.112.0_eve_recovery_stable-channel_mp-v2.bin.zip
[1] https://github.com/jmontleon/pixelbook-fedora#audio

[-- Attachment #2: 9d71-GOOGLE-EVEMAX-0-tplg.bin --]
[-- Type: application/octet-stream, Size: 37864 bytes --]

[-- Attachment #3: dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin --]
[-- Type: application/octet-stream, Size: 73728 bytes --]

[-- Attachment #4: dsp_fw_kbl_v3402.bin.xz --]
[-- Type: application/x-xz, Size: 134512 bytes --]

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-31 15:16               ` Jason Montleon
  2023-01-31 15:46                 ` Cezary Rojewski
@ 2023-02-01 11:05                 ` Amadeusz Sławiński
  2023-02-01 14:33                   ` Jason Montleon
  1 sibling, 1 reply; 40+ messages in thread
From: Amadeusz Sławiński @ 2023-02-01 11:05 UTC (permalink / raw)
  To: Jason Montleon, Cezary Rojewski
  Cc: Sasa Ostrouska, Linux regressions mailing list, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai

On 1/31/2023 4:16 PM, Jason Montleon wrote:
> On Tue, Jan 31, 2023 at 7:37 AM Cezary Rojewski
> <cezary.rojewski@intel.com> wrote:
>>
>> On 2023-01-30 1:22 PM, Sasa Ostrouska wrote:
>>
>>> Dear Czarek, many thanks for the answer and taking care of it. If
>>> needed something from my side please jest let me know
>>> and I will try to do it.
>>
>>
>> Hello Sasa,
>>
>> Could you provide us with the topology and firmware binary present on
>> your machine?
>>
>> Audio topology is located at /lib/firmware and named:
>>
>> 9d71-GOOGLE-EVEMAX-0-tplg.bin
>> -or-
>> dfw_sst.bin
>>
>> Firmware on the other hand is found in /lib/firmware/intel/.
>> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
>> actual AudioDSP firmware binary.
>>
> Maybe this is the problem.
> 
> I think most of us are pulling the topology and firmware from the
> chromeos recovery images for lack of any other known source, and it
> looks a little different than this. Those can be downloaded like so:
> https://gist.github.com/jmontleon/8899cb83138f2653f520fbbcc5b830a0
> 
> After placing the topology file you'll see these errors and audio will
> not work until they're also copied in place.
> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> dsp_lib_dsm_core_spt_release.bin failed with error -2
> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin failed with
> error -2
> 
> Once those were in place, up to 6.0.18 audio worked.
> 
> Is there a better source for the topology file?
> 
>> The reasoning for these asks is fact that problem stopped reproducing on
>> our end once we started playing with kernel versions (moved away from
>> status quo with Fedora). Neither on Lukasz EVE nor on my SKL RVP.
>> However, we might be using newer configuration files when compared to
>> equivalent of yours.
>>
>> Recent v6.2-rc5 broonie/sound/for-next - no repro
>> Our internal tree based on Mark's for-next - no repro
>> 6.1.7 stable [1] - no repro
>>
>> Of course we will continue with our attempts. Will notify about the
>> progress.
>>
>>
>> [1]:
>> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.7&id=21e996306a6afaae88295858de0ffb8955173a15
>>
>>
>> Kind regards,
>> Czarek
>>
> 
> 

Hi Jason,

as I understand you've tried to do bisect, can you instead try building 
kernels checking out following tags:
v6.1      v6.1.1    v6.1.2    v6.1.3    v6.1.4    v6.1.5    v6.1.6 
v6.1.7    v6.1.8
and report when it stops working, so it narrows scope of what we look 
at? I assume that kernel builds are done using upstream stable kernel 
(from https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/).

Thanks,
Amadeusz

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-01 11:05                 ` Amadeusz Sławiński
@ 2023-02-01 14:33                   ` Jason Montleon
  2023-02-04 15:16                     ` Jason Montleon
  0 siblings, 1 reply; 40+ messages in thread
From: Jason Montleon @ 2023-02-01 14:33 UTC (permalink / raw)
  To: Amadeusz Sławiński
  Cc: Cezary Rojewski, Sasa Ostrouska, Linux regressions mailing list,
	Greg KH, lma, Pierre-Louis Bossart, stable, Takashi Iwai

On Wed, Feb 1, 2023 at 6:05 AM Amadeusz Sławiński
<amadeuszx.slawinski@linux.intel.com> wrote:
>
> On 1/31/2023 4:16 PM, Jason Montleon wrote:
> > On Tue, Jan 31, 2023 at 7:37 AM Cezary Rojewski
> > <cezary.rojewski@intel.com> wrote:
> >>
> >> On 2023-01-30 1:22 PM, Sasa Ostrouska wrote:
> >>
> >>> Dear Czarek, many thanks for the answer and taking care of it. If
> >>> needed something from my side please jest let me know
> >>> and I will try to do it.
> >>
> >>
> >> Hello Sasa,
> >>
> >> Could you provide us with the topology and firmware binary present on
> >> your machine?
> >>
> >> Audio topology is located at /lib/firmware and named:
> >>
> >> 9d71-GOOGLE-EVEMAX-0-tplg.bin
> >> -or-
> >> dfw_sst.bin
> >>
> >> Firmware on the other hand is found in /lib/firmware/intel/.
> >> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
> >> actual AudioDSP firmware binary.
> >>
> > Maybe this is the problem.
> >
> > I think most of us are pulling the topology and firmware from the
> > chromeos recovery images for lack of any other known source, and it
> > looks a little different than this. Those can be downloaded like so:
> > https://gist.github.com/jmontleon/8899cb83138f2653f520fbbcc5b830a0
> >
> > After placing the topology file you'll see these errors and audio will
> > not work until they're also copied in place.
> > snd_soc_skl 0000:00:1f.3: Direct firmware load for
> > dsp_lib_dsm_core_spt_release.bin failed with error -2
> > snd_soc_skl 0000:00:1f.3: Direct firmware load for
> > intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin failed with
> > error -2
> >
> > Once those were in place, up to 6.0.18 audio worked.
> >
> > Is there a better source for the topology file?
> >
> >> The reasoning for these asks is fact that problem stopped reproducing on
> >> our end once we started playing with kernel versions (moved away from
> >> status quo with Fedora). Neither on Lukasz EVE nor on my SKL RVP.
> >> However, we might be using newer configuration files when compared to
> >> equivalent of yours.
> >>
> >> Recent v6.2-rc5 broonie/sound/for-next - no repro
> >> Our internal tree based on Mark's for-next - no repro
> >> 6.1.7 stable [1] - no repro
> >>
> >> Of course we will continue with our attempts. Will notify about the
> >> progress.
> >>
> >>
> >> [1]:
> >> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.7&id=21e996306a6afaae88295858de0ffb8955173a15
> >>
> >>
> >> Kind regards,
> >> Czarek
> >>
> >
> >
>
> Hi Jason,
>
> as I understand you've tried to do bisect, can you instead try building
> kernels checking out following tags:
> v6.1      v6.1.1    v6.1.2    v6.1.3    v6.1.4    v6.1.5    v6.1.6
> v6.1.7    v6.1.8
> and report when it stops working, so it narrows scope of what we look
> at? I assume that kernel builds are done using upstream stable kernel
> (from https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/).
>
> Thanks,
> Amadeusz
>
Hi Amadeusz,
Yes, I did the bisects using
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/

The only thing I did to these was add
392cc13c5ec72ccd6bbfb1bc2339502cc59dd285, otherwise audio breaks with
the dai not registered error message in dmesg from the rt5514 bug from
6.0 and up. It wasn't added to 6.1 until rc6, I believe. If there's a
better way to work around the multiple bugs I can try again, otherwise
I will start working on builds from tags and see if I learn anything.

FWIW, I've seen two people complain that Arch isn't working either
since it moved to 6.1. For the one who was trying, patching out the
commit I came to with the first bisect did not regain them sound like
it did for me. And yet Sasa reports Slackware is mostly working for
him with 6.1.8 on Slackware. I don't know what to make of it, but
thought I'd share in case it helps point someone else to something.
https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410222840
https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410673371
https://github.com/jmontleon/pixelbook-fedora/issues/53#issuecomment-1408699252

Probably less relevant since they aren't from upstream and I know they
don't mean as much, but I have tried 6.1.5-6.1.8 Fedora packages for
certain, and went back trying several others from koji back into rc
builds, although using prebuilt kernels, anything before 6.1-rc6 won't
work, as mentioned above. Nothing worked. But as I said I'll build
from tags and see if I can learn anything.

Thank you,
Jason Montleon

-- 
Jason Montleon        | email: jmontleo@redhat.com
Red Hat, Inc.         | gpg key: 0x069E3022
Cell: 508-496-0663    | irc: jmontleo / jmontleon


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-01 14:33                   ` Jason Montleon
@ 2023-02-04 15:16                     ` Jason Montleon
  2023-02-06  9:03                       ` Amadeusz Sławiński
  0 siblings, 1 reply; 40+ messages in thread
From: Jason Montleon @ 2023-02-04 15:16 UTC (permalink / raw)
  To: Amadeusz Sławiński
  Cc: Cezary Rojewski, Sasa Ostrouska, Linux regressions mailing list,
	Greg KH, lma, Pierre-Louis Bossart, stable, Takashi Iwai

I have built kernels for 6.0.19 (I don't think anyone confirmed
whether or not it worked), plus every 6.1 tag from 6.1-rc1 up to
6.1.7. 6.0.19 worked. No 6.1 kernels worked. For rc1 to rc5 I built
with and without the legacy dai renaming patch added in rc6 that I
believe would be necessary, but it made no difference either way.

On Wed, Feb 1, 2023 at 9:33 AM Jason Montleon <jmontleo@redhat.com> wrote:
>
> On Wed, Feb 1, 2023 at 6:05 AM Amadeusz Sławiński
> <amadeuszx.slawinski@linux.intel.com> wrote:
> >
> > On 1/31/2023 4:16 PM, Jason Montleon wrote:
> > > On Tue, Jan 31, 2023 at 7:37 AM Cezary Rojewski
> > > <cezary.rojewski@intel.com> wrote:
> > >>
> > >> On 2023-01-30 1:22 PM, Sasa Ostrouska wrote:
> > >>
> > >>> Dear Czarek, many thanks for the answer and taking care of it. If
> > >>> needed something from my side please jest let me know
> > >>> and I will try to do it.
> > >>
> > >>
> > >> Hello Sasa,
> > >>
> > >> Could you provide us with the topology and firmware binary present on
> > >> your machine?
> > >>
> > >> Audio topology is located at /lib/firmware and named:
> > >>
> > >> 9d71-GOOGLE-EVEMAX-0-tplg.bin
> > >> -or-
> > >> dfw_sst.bin
> > >>
> > >> Firmware on the other hand is found in /lib/firmware/intel/.
> > >> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
> > >> actual AudioDSP firmware binary.
> > >>
> > > Maybe this is the problem.
> > >
> > > I think most of us are pulling the topology and firmware from the
> > > chromeos recovery images for lack of any other known source, and it
> > > looks a little different than this. Those can be downloaded like so:
> > > https://gist.github.com/jmontleon/8899cb83138f2653f520fbbcc5b830a0
> > >
> > > After placing the topology file you'll see these errors and audio will
> > > not work until they're also copied in place.
> > > snd_soc_skl 0000:00:1f.3: Direct firmware load for
> > > dsp_lib_dsm_core_spt_release.bin failed with error -2
> > > snd_soc_skl 0000:00:1f.3: Direct firmware load for
> > > intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin failed with
> > > error -2
> > >
> > > Once those were in place, up to 6.0.18 audio worked.
> > >
> > > Is there a better source for the topology file?
> > >
> > >> The reasoning for these asks is fact that problem stopped reproducing on
> > >> our end once we started playing with kernel versions (moved away from
> > >> status quo with Fedora). Neither on Lukasz EVE nor on my SKL RVP.
> > >> However, we might be using newer configuration files when compared to
> > >> equivalent of yours.
> > >>
> > >> Recent v6.2-rc5 broonie/sound/for-next - no repro
> > >> Our internal tree based on Mark's for-next - no repro
> > >> 6.1.7 stable [1] - no repro
> > >>
> > >> Of course we will continue with our attempts. Will notify about the
> > >> progress.
> > >>
> > >>
> > >> [1]:
> > >> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.7&id=21e996306a6afaae88295858de0ffb8955173a15
> > >>
> > >>
> > >> Kind regards,
> > >> Czarek
> > >>
> > >
> > >
> >
> > Hi Jason,
> >
> > as I understand you've tried to do bisect, can you instead try building
> > kernels checking out following tags:
> > v6.1      v6.1.1    v6.1.2    v6.1.3    v6.1.4    v6.1.5    v6.1.6
> > v6.1.7    v6.1.8
> > and report when it stops working, so it narrows scope of what we look
> > at? I assume that kernel builds are done using upstream stable kernel
> > (from https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/).
> >
> > Thanks,
> > Amadeusz
> >
> Hi Amadeusz,
> Yes, I did the bisects using
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
>
> The only thing I did to these was add
> 392cc13c5ec72ccd6bbfb1bc2339502cc59dd285, otherwise audio breaks with
> the dai not registered error message in dmesg from the rt5514 bug from
> 6.0 and up. It wasn't added to 6.1 until rc6, I believe. If there's a
> better way to work around the multiple bugs I can try again, otherwise
> I will start working on builds from tags and see if I learn anything.
>
> FWIW, I've seen two people complain that Arch isn't working either
> since it moved to 6.1. For the one who was trying, patching out the
> commit I came to with the first bisect did not regain them sound like
> it did for me. And yet Sasa reports Slackware is mostly working for
> him with 6.1.8 on Slackware. I don't know what to make of it, but
> thought I'd share in case it helps point someone else to something.
> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410222840
> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410673371
> https://github.com/jmontleon/pixelbook-fedora/issues/53#issuecomment-1408699252
>
> Probably less relevant since they aren't from upstream and I know they
> don't mean as much, but I have tried 6.1.5-6.1.8 Fedora packages for
> certain, and went back trying several others from koji back into rc
> builds, although using prebuilt kernels, anything before 6.1-rc6 won't
> work, as mentioned above. Nothing worked. But as I said I'll build
> from tags and see if I can learn anything.
>
> Thank you,
> Jason Montleon
>
> --
> Jason Montleon        | email: jmontleo@redhat.com
> Red Hat, Inc.         | gpg key: 0x069E3022
> Cell: 508-496-0663    | irc: jmontleo / jmontleon



-- 
Jason Montleon        | email: jmontleo@redhat.com
Red Hat, Inc.         | gpg key: 0x069E3022
Cell: 508-496-0663    | irc: jmontleo / jmontleon


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-04 15:16                     ` Jason Montleon
@ 2023-02-06  9:03                       ` Amadeusz Sławiński
  2023-02-06 13:51                         ` Jason Montleon
  0 siblings, 1 reply; 40+ messages in thread
From: Amadeusz Sławiński @ 2023-02-06  9:03 UTC (permalink / raw)
  To: Jason Montleon
  Cc: Cezary Rojewski, Sasa Ostrouska, Linux regressions mailing list,
	Greg KH, lma, Pierre-Louis Bossart, stable, Takashi Iwai

On 2/4/2023 4:16 PM, Jason Montleon wrote:
> I have built kernels for 6.0.19 (I don't think anyone confirmed
> whether or not it worked), plus every 6.1 tag from 6.1-rc1 up to
> 6.1.7. 6.0.19 worked. No 6.1 kernels worked. For rc1 to rc5 I built
> with and without the legacy dai renaming patch added in rc6 that I
> believe would be necessary, but it made no difference either way.

Hi,

thank you for trying to narrow it down, if I understand correctly -rc1 
doesn't work, which means that problem was introduced somewhere between 
6.0 and 6.1-rc1 (just for the sake of being sure, can you test 6.0 
instead of 6.0.19?) There is one commit which I'm bit suspicious about: 
ef6f5494faf6a37c74990689a3bb3cee76d2544c it changes how HDMI are 
assigned and as a machine board present on EVE makes use of HDMI, it may 
potentially cause some problems. Can you try reverting it?
(If reverting on top of v6.1.8 you need to revert both 
f9aafff5448b1d8d457052271cd9a11b24e4d0bd and 
ef6f5494faf6a37c74990689a3bb3cee76d2544c which has minor conflict, 
easily resolved with just adding both lines.

I also still wonder, why problem reproduces only on some 
distributions... any chance you can try and boot with 
pipewire/pulseaudio disabled and see if it still happens, iirc those 
tools try to check all FEs and this may be breaking something during 
enumeration.

Thanks,
Amadeusz

> 
> On Wed, Feb 1, 2023 at 9:33 AM Jason Montleon <jmontleo@redhat.com> wrote:
>>
>> On Wed, Feb 1, 2023 at 6:05 AM Amadeusz Sławiński
>> <amadeuszx.slawinski@linux.intel.com> wrote:
>>>
>>> On 1/31/2023 4:16 PM, Jason Montleon wrote:
>>>> On Tue, Jan 31, 2023 at 7:37 AM Cezary Rojewski
>>>> <cezary.rojewski@intel.com> wrote:
>>>>>
>>>>> On 2023-01-30 1:22 PM, Sasa Ostrouska wrote:
>>>>>
>>>>>> Dear Czarek, many thanks for the answer and taking care of it. If
>>>>>> needed something from my side please jest let me know
>>>>>> and I will try to do it.
>>>>>
>>>>>
>>>>> Hello Sasa,
>>>>>
>>>>> Could you provide us with the topology and firmware binary present on
>>>>> your machine?
>>>>>
>>>>> Audio topology is located at /lib/firmware and named:
>>>>>
>>>>> 9d71-GOOGLE-EVEMAX-0-tplg.bin
>>>>> -or-
>>>>> dfw_sst.bin
>>>>>
>>>>> Firmware on the other hand is found in /lib/firmware/intel/.
>>>>> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
>>>>> actual AudioDSP firmware binary.
>>>>>
>>>> Maybe this is the problem.
>>>>
>>>> I think most of us are pulling the topology and firmware from the
>>>> chromeos recovery images for lack of any other known source, and it
>>>> looks a little different than this. Those can be downloaded like so:
>>>> https://gist.github.com/jmontleon/8899cb83138f2653f520fbbcc5b830a0
>>>>
>>>> After placing the topology file you'll see these errors and audio will
>>>> not work until they're also copied in place.
>>>> snd_soc_skl 0000:00:1f.3: Direct firmware load for
>>>> dsp_lib_dsm_core_spt_release.bin failed with error -2
>>>> snd_soc_skl 0000:00:1f.3: Direct firmware load for
>>>> intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin failed with
>>>> error -2
>>>>
>>>> Once those were in place, up to 6.0.18 audio worked.
>>>>
>>>> Is there a better source for the topology file?
>>>>
>>>>> The reasoning for these asks is fact that problem stopped reproducing on
>>>>> our end once we started playing with kernel versions (moved away from
>>>>> status quo with Fedora). Neither on Lukasz EVE nor on my SKL RVP.
>>>>> However, we might be using newer configuration files when compared to
>>>>> equivalent of yours.
>>>>>
>>>>> Recent v6.2-rc5 broonie/sound/for-next - no repro
>>>>> Our internal tree based on Mark's for-next - no repro
>>>>> 6.1.7 stable [1] - no repro
>>>>>
>>>>> Of course we will continue with our attempts. Will notify about the
>>>>> progress.
>>>>>
>>>>>
>>>>> [1]:
>>>>> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.7&id=21e996306a6afaae88295858de0ffb8955173a15
>>>>>
>>>>>
>>>>> Kind regards,
>>>>> Czarek
>>>>>
>>>>
>>>>
>>>
>>> Hi Jason,
>>>
>>> as I understand you've tried to do bisect, can you instead try building
>>> kernels checking out following tags:
>>> v6.1      v6.1.1    v6.1.2    v6.1.3    v6.1.4    v6.1.5    v6.1.6
>>> v6.1.7    v6.1.8
>>> and report when it stops working, so it narrows scope of what we look
>>> at? I assume that kernel builds are done using upstream stable kernel
>>> (from https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/).
>>>
>>> Thanks,
>>> Amadeusz
>>>
>> Hi Amadeusz,
>> Yes, I did the bisects using
>> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
>>
>> The only thing I did to these was add
>> 392cc13c5ec72ccd6bbfb1bc2339502cc59dd285, otherwise audio breaks with
>> the dai not registered error message in dmesg from the rt5514 bug from
>> 6.0 and up. It wasn't added to 6.1 until rc6, I believe. If there's a
>> better way to work around the multiple bugs I can try again, otherwise
>> I will start working on builds from tags and see if I learn anything.
>>
>> FWIW, I've seen two people complain that Arch isn't working either
>> since it moved to 6.1. For the one who was trying, patching out the
>> commit I came to with the first bisect did not regain them sound like
>> it did for me. And yet Sasa reports Slackware is mostly working for
>> him with 6.1.8 on Slackware. I don't know what to make of it, but
>> thought I'd share in case it helps point someone else to something.
>> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410222840
>> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410673371
>> https://github.com/jmontleon/pixelbook-fedora/issues/53#issuecomment-1408699252
>>
>> Probably less relevant since they aren't from upstream and I know they
>> don't mean as much, but I have tried 6.1.5-6.1.8 Fedora packages for
>> certain, and went back trying several others from koji back into rc
>> builds, although using prebuilt kernels, anything before 6.1-rc6 won't
>> work, as mentioned above. Nothing worked. But as I said I'll build
>> from tags and see if I can learn anything.
>>
>> Thank you,
>> Jason Montleon
>>
>> --
>> Jason Montleon        | email: jmontleo@redhat.com
>> Red Hat, Inc.         | gpg key: 0x069E3022
>> Cell: 508-496-0663    | irc: jmontleo / jmontleon
> 
> 
> 


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-06  9:03                       ` Amadeusz Sławiński
@ 2023-02-06 13:51                         ` Jason Montleon
  2023-02-06 19:57                           ` Jason Montleon
  0 siblings, 1 reply; 40+ messages in thread
From: Jason Montleon @ 2023-02-06 13:51 UTC (permalink / raw)
  To: Amadeusz Sławiński
  Cc: Cezary Rojewski, Sasa Ostrouska, Linux regressions mailing list,
	Greg KH, lma, Pierre-Louis Bossart, stable, Takashi Iwai

On Mon, Feb 6, 2023 at 4:04 AM Amadeusz Sławiński
<amadeuszx.slawinski@linux.intel.com> wrote:
>
> On 2/4/2023 4:16 PM, Jason Montleon wrote:
> > I have built kernels for 6.0.19 (I don't think anyone confirmed
> > whether or not it worked), plus every 6.1 tag from 6.1-rc1 up to
> > 6.1.7. 6.0.19 worked. No 6.1 kernels worked. For rc1 to rc5 I built
> > with and without the legacy dai renaming patch added in rc6 that I
> > believe would be necessary, but it made no difference either way.
>
> Hi,
>
> thank you for trying to narrow it down, if I understand correctly -rc1
> doesn't work, which means that problem was introduced somewhere between
> 6.0 and 6.1-rc1 (just for the sake of being sure, can you test 6.0
> instead of 6.0.19?) There is one commit which I'm bit suspicious about:
> ef6f5494faf6a37c74990689a3bb3cee76d2544c it changes how HDMI are
> assigned and as a machine board present on EVE makes use of HDMI, it may
> potentially cause some problems. Can you try reverting it?
> (If reverting on top of v6.1.8 you need to revert both
> f9aafff5448b1d8d457052271cd9a11b24e4d0bd and
> ef6f5494faf6a37c74990689a3bb3cee76d2544c which has minor conflict,
> easily resolved with just adding both lines.
>

Yes, happy to give that a shot and will report back.

> I also still wonder, why problem reproduces only on some
> distributions... any chance you can try and boot with
> pipewire/pulseaudio disabled and see if it still happens, iirc those
> tools try to check all FEs and this may be breaking something during
> enumeration.

I can definitely try disabling pulseaudio and switching to pipewire
and seeing if anything changes as well.

FWIW, I installed Arch on a thumb drive this weekend and was able to
reproduce the issue and work around it by reverting the commit from my
first bisect. So, for me it behaves just like Fedora. The instructions
for Arch for building a custom kernel are great except they generalize
the bootloader instructions, so you need to know what to do at the end
to add the grub boot entries, if using grub for example, and I suspect
that may be where the confusion came from, though I don't know. I'm
trying to get one of the two to reproduce my results to confirm and at
least get them a workaround.

I have slackware on another thumb drive already, but I have yet to
even get it updated to 6.1.8.

If any of them behave differently I was hoping to tease out whether
it's firmware, kernel config, or something else, but so far the first
has been more of the same.

> Thanks,
> Amadeusz
>
> >
> > On Wed, Feb 1, 2023 at 9:33 AM Jason Montleon <jmontleo@redhat.com> wrote:
> >>
> >> On Wed, Feb 1, 2023 at 6:05 AM Amadeusz Sławiński
> >> <amadeuszx.slawinski@linux.intel.com> wrote:
> >>>
> >>> On 1/31/2023 4:16 PM, Jason Montleon wrote:
> >>>> On Tue, Jan 31, 2023 at 7:37 AM Cezary Rojewski
> >>>> <cezary.rojewski@intel.com> wrote:
> >>>>>
> >>>>> On 2023-01-30 1:22 PM, Sasa Ostrouska wrote:
> >>>>>
> >>>>>> Dear Czarek, many thanks for the answer and taking care of it. If
> >>>>>> needed something from my side please jest let me know
> >>>>>> and I will try to do it.
> >>>>>
> >>>>>
> >>>>> Hello Sasa,
> >>>>>
> >>>>> Could you provide us with the topology and firmware binary present on
> >>>>> your machine?
> >>>>>
> >>>>> Audio topology is located at /lib/firmware and named:
> >>>>>
> >>>>> 9d71-GOOGLE-EVEMAX-0-tplg.bin
> >>>>> -or-
> >>>>> dfw_sst.bin
> >>>>>
> >>>>> Firmware on the other hand is found in /lib/firmware/intel/.
> >>>>> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
> >>>>> actual AudioDSP firmware binary.
> >>>>>
> >>>> Maybe this is the problem.
> >>>>
> >>>> I think most of us are pulling the topology and firmware from the
> >>>> chromeos recovery images for lack of any other known source, and it
> >>>> looks a little different than this. Those can be downloaded like so:
> >>>> https://gist.github.com/jmontleon/8899cb83138f2653f520fbbcc5b830a0
> >>>>
> >>>> After placing the topology file you'll see these errors and audio will
> >>>> not work until they're also copied in place.
> >>>> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> >>>> dsp_lib_dsm_core_spt_release.bin failed with error -2
> >>>> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> >>>> intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin failed with
> >>>> error -2
> >>>>
> >>>> Once those were in place, up to 6.0.18 audio worked.
> >>>>
> >>>> Is there a better source for the topology file?
> >>>>
> >>>>> The reasoning for these asks is fact that problem stopped reproducing on
> >>>>> our end once we started playing with kernel versions (moved away from
> >>>>> status quo with Fedora). Neither on Lukasz EVE nor on my SKL RVP.
> >>>>> However, we might be using newer configuration files when compared to
> >>>>> equivalent of yours.
> >>>>>
> >>>>> Recent v6.2-rc5 broonie/sound/for-next - no repro
> >>>>> Our internal tree based on Mark's for-next - no repro
> >>>>> 6.1.7 stable [1] - no repro
> >>>>>
> >>>>> Of course we will continue with our attempts. Will notify about the
> >>>>> progress.
> >>>>>
> >>>>>
> >>>>> [1]:
> >>>>> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.7&id=21e996306a6afaae88295858de0ffb8955173a15
> >>>>>
> >>>>>
> >>>>> Kind regards,
> >>>>> Czarek
> >>>>>
> >>>>
> >>>>
> >>>
> >>> Hi Jason,
> >>>
> >>> as I understand you've tried to do bisect, can you instead try building
> >>> kernels checking out following tags:
> >>> v6.1      v6.1.1    v6.1.2    v6.1.3    v6.1.4    v6.1.5    v6.1.6
> >>> v6.1.7    v6.1.8
> >>> and report when it stops working, so it narrows scope of what we look
> >>> at? I assume that kernel builds are done using upstream stable kernel
> >>> (from https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/).
> >>>
> >>> Thanks,
> >>> Amadeusz
> >>>
> >> Hi Amadeusz,
> >> Yes, I did the bisects using
> >> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
> >>
> >> The only thing I did to these was add
> >> 392cc13c5ec72ccd6bbfb1bc2339502cc59dd285, otherwise audio breaks with
> >> the dai not registered error message in dmesg from the rt5514 bug from
> >> 6.0 and up. It wasn't added to 6.1 until rc6, I believe. If there's a
> >> better way to work around the multiple bugs I can try again, otherwise
> >> I will start working on builds from tags and see if I learn anything.
> >>
> >> FWIW, I've seen two people complain that Arch isn't working either
> >> since it moved to 6.1. For the one who was trying, patching out the
> >> commit I came to with the first bisect did not regain them sound like
> >> it did for me. And yet Sasa reports Slackware is mostly working for
> >> him with 6.1.8 on Slackware. I don't know what to make of it, but
> >> thought I'd share in case it helps point someone else to something.
> >> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410222840
> >> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410673371
> >> https://github.com/jmontleon/pixelbook-fedora/issues/53#issuecomment-1408699252
> >>
> >> Probably less relevant since they aren't from upstream and I know they
> >> don't mean as much, but I have tried 6.1.5-6.1.8 Fedora packages for
> >> certain, and went back trying several others from koji back into rc
> >> builds, although using prebuilt kernels, anything before 6.1-rc6 won't
> >> work, as mentioned above. Nothing worked. But as I said I'll build
> >> from tags and see if I can learn anything.
> >>
> >> Thank you,
> >> Jason Montleon
> >>
> >> --
> >> Jason Montleon        | email: jmontleo@redhat.com
> >> Red Hat, Inc.         | gpg key: 0x069E3022
> >> Cell: 508-496-0663    | irc: jmontleo / jmontleon
> >
> >
> >
>


--
Jason Montleon        | email: jmontleo@redhat.com
Red Hat, Inc.         | gpg key: 0x069E3022
Cell: 508-496-0663    | irc: jmontleo / jmontleon


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-06 13:51                         ` Jason Montleon
@ 2023-02-06 19:57                           ` Jason Montleon
  2023-02-06 21:15                             ` Sasa Ostrouska
  2023-02-09 16:13                             ` Jason Montleon
  0 siblings, 2 replies; 40+ messages in thread
From: Jason Montleon @ 2023-02-06 19:57 UTC (permalink / raw)
  To: Amadeusz Sławiński
  Cc: Cezary Rojewski, Sasa Ostrouska, Linux regressions mailing list,
	Greg KH, lma, Pierre-Louis Bossart, stable, Takashi Iwai

On Mon, Feb 6, 2023 at 8:51 AM Jason Montleon <jmontleo@redhat.com> wrote:
>
> On Mon, Feb 6, 2023 at 4:04 AM Amadeusz Sławiński
> <amadeuszx.slawinski@linux.intel.com> wrote:
> >
> > On 2/4/2023 4:16 PM, Jason Montleon wrote:
> > > I have built kernels for 6.0.19 (I don't think anyone confirmed
> > > whether or not it worked), plus every 6.1 tag from 6.1-rc1 up to
> > > 6.1.7. 6.0.19 worked. No 6.1 kernels worked. For rc1 to rc5 I built
> > > with and without the legacy dai renaming patch added in rc6 that I
> > > believe would be necessary, but it made no difference either way.
> >
> > Hi,
> >
> > thank you for trying to narrow it down, if I understand correctly -rc1
> > doesn't work, which means that problem was introduced somewhere between
> > 6.0 and 6.1-rc1 (just for the sake of being sure, can you test 6.0
> > instead of 6.0.19?) There is one commit which I'm bit suspicious about:
> > ef6f5494faf6a37c74990689a3bb3cee76d2544c it changes how HDMI are
> > assigned and as a machine board present on EVE makes use of HDMI, it may
> > potentially cause some problems. Can you try reverting it?
> > (If reverting on top of v6.1.8 you need to revert both
> > f9aafff5448b1d8d457052271cd9a11b24e4d0bd and
> > ef6f5494faf6a37c74990689a3bb3cee76d2544c which has minor conflict,
> > easily resolved with just adding both lines.
> >
>
> Yes, happy to give that a shot and will report back.
>

Removing f9aafff5448b1d8d457052271cd9a11b24e4d0bd and
ef6f5494faf6a37c74990689a3bb3cee76d2544c did not make things work.

You may be onto something with pulseaudio and/or HDMI, however.
When setting up Slackware I saw an interesting aplay hang.
Normally aplay -l will list like this with working audio:
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: kblr55145663max [kbl-r5514-5663-max], device 0: Audio (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: kblr55145663max [kbl-r5514-5663-max], device 2: Headset Audio (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: kblr55145663max [kbl-r5514-5663-max], device 6: Hdmi1 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: kblr55145663max [kbl-r5514-5663-max], device 7: Hdmi2 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Both on Slackware and Fedora with broken audio it hangs like so
(haven't tried on Arch):
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: kblr55145663max [kbl-r5514-5663-max], device 0: Audio (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: kblr55145663max [kbl-r5514-5663-max], device 2: Headset Audio (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: kblr55145663max [kbl-r5514-5663-max], device 6: Hdmi1 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

If I remove or disable pulseaudio it lists without hanging, but it's
difficult for me to tell whether it's working since aplay, etc. seem
to want pulseaudio to play anything. Shutdown hangs persist
regardless.

Also, Slackware with 6.1.9 behaves as badly for me as everything else.
If Sasa has working audio I do not know how he has managed to
configure it. On each distro, as soon as I add topology and firmware
files everything goes bad, regardless of whether I add ucm
configuration or not, etc.

> > I also still wonder, why problem reproduces only on some
> > distributions... any chance you can try and boot with
> > pipewire/pulseaudio disabled and see if it still happens, iirc those
> > tools try to check all FEs and this may be breaking something during
> > enumeration.
>
> I can definitely try disabling pulseaudio and switching to pipewire
> and seeing if anything changes as well.
>
> FWIW, I installed Arch on a thumb drive this weekend and was able to
> reproduce the issue and work around it by reverting the commit from my
> first bisect. So, for me it behaves just like Fedora. The instructions
> for Arch for building a custom kernel are great except they generalize
> the bootloader instructions, so you need to know what to do at the end
> to add the grub boot entries, if using grub for example, and I suspect
> that may be where the confusion came from, though I don't know. I'm
> trying to get one of the two to reproduce my results to confirm and at
> least get them a workaround.
>
> I have slackware on another thumb drive already, but I have yet to
> even get it updated to 6.1.8.
>
> If any of them behave differently I was hoping to tease out whether
> it's firmware, kernel config, or something else, but so far the first
> has been more of the same.
>
> > Thanks,
> > Amadeusz
> >
> > >
> > > On Wed, Feb 1, 2023 at 9:33 AM Jason Montleon <jmontleo@redhat.com> wrote:
> > >>
> > >> On Wed, Feb 1, 2023 at 6:05 AM Amadeusz Sławiński
> > >> <amadeuszx.slawinski@linux.intel.com> wrote:
> > >>>
> > >>> On 1/31/2023 4:16 PM, Jason Montleon wrote:
> > >>>> On Tue, Jan 31, 2023 at 7:37 AM Cezary Rojewski
> > >>>> <cezary.rojewski@intel.com> wrote:
> > >>>>>
> > >>>>> On 2023-01-30 1:22 PM, Sasa Ostrouska wrote:
> > >>>>>
> > >>>>>> Dear Czarek, many thanks for the answer and taking care of it. If
> > >>>>>> needed something from my side please jest let me know
> > >>>>>> and I will try to do it.
> > >>>>>
> > >>>>>
> > >>>>> Hello Sasa,
> > >>>>>
> > >>>>> Could you provide us with the topology and firmware binary present on
> > >>>>> your machine?
> > >>>>>
> > >>>>> Audio topology is located at /lib/firmware and named:
> > >>>>>
> > >>>>> 9d71-GOOGLE-EVEMAX-0-tplg.bin
> > >>>>> -or-
> > >>>>> dfw_sst.bin
> > >>>>>
> > >>>>> Firmware on the other hand is found in /lib/firmware/intel/.
> > >>>>> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
> > >>>>> actual AudioDSP firmware binary.
> > >>>>>
> > >>>> Maybe this is the problem.
> > >>>>
> > >>>> I think most of us are pulling the topology and firmware from the
> > >>>> chromeos recovery images for lack of any other known source, and it
> > >>>> looks a little different than this. Those can be downloaded like so:
> > >>>> https://gist.github.com/jmontleon/8899cb83138f2653f520fbbcc5b830a0
> > >>>>
> > >>>> After placing the topology file you'll see these errors and audio will
> > >>>> not work until they're also copied in place.
> > >>>> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> > >>>> dsp_lib_dsm_core_spt_release.bin failed with error -2
> > >>>> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> > >>>> intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin failed with
> > >>>> error -2
> > >>>>
> > >>>> Once those were in place, up to 6.0.18 audio worked.
> > >>>>
> > >>>> Is there a better source for the topology file?
> > >>>>
> > >>>>> The reasoning for these asks is fact that problem stopped reproducing on
> > >>>>> our end once we started playing with kernel versions (moved away from
> > >>>>> status quo with Fedora). Neither on Lukasz EVE nor on my SKL RVP.
> > >>>>> However, we might be using newer configuration files when compared to
> > >>>>> equivalent of yours.
> > >>>>>
> > >>>>> Recent v6.2-rc5 broonie/sound/for-next - no repro
> > >>>>> Our internal tree based on Mark's for-next - no repro
> > >>>>> 6.1.7 stable [1] - no repro
> > >>>>>
> > >>>>> Of course we will continue with our attempts. Will notify about the
> > >>>>> progress.
> > >>>>>
> > >>>>>
> > >>>>> [1]:
> > >>>>> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.7&id=21e996306a6afaae88295858de0ffb8955173a15
> > >>>>>
> > >>>>>
> > >>>>> Kind regards,
> > >>>>> Czarek
> > >>>>>
> > >>>>
> > >>>>
> > >>>
> > >>> Hi Jason,
> > >>>
> > >>> as I understand you've tried to do bisect, can you instead try building
> > >>> kernels checking out following tags:
> > >>> v6.1      v6.1.1    v6.1.2    v6.1.3    v6.1.4    v6.1.5    v6.1.6
> > >>> v6.1.7    v6.1.8
> > >>> and report when it stops working, so it narrows scope of what we look
> > >>> at? I assume that kernel builds are done using upstream stable kernel
> > >>> (from https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/).
> > >>>
> > >>> Thanks,
> > >>> Amadeusz
> > >>>
> > >> Hi Amadeusz,
> > >> Yes, I did the bisects using
> > >> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
> > >>
> > >> The only thing I did to these was add
> > >> 392cc13c5ec72ccd6bbfb1bc2339502cc59dd285, otherwise audio breaks with
> > >> the dai not registered error message in dmesg from the rt5514 bug from
> > >> 6.0 and up. It wasn't added to 6.1 until rc6, I believe. If there's a
> > >> better way to work around the multiple bugs I can try again, otherwise
> > >> I will start working on builds from tags and see if I learn anything.
> > >>
> > >> FWIW, I've seen two people complain that Arch isn't working either
> > >> since it moved to 6.1. For the one who was trying, patching out the
> > >> commit I came to with the first bisect did not regain them sound like
> > >> it did for me. And yet Sasa reports Slackware is mostly working for
> > >> him with 6.1.8 on Slackware. I don't know what to make of it, but
> > >> thought I'd share in case it helps point someone else to something.
> > >> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410222840
> > >> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410673371
> > >> https://github.com/jmontleon/pixelbook-fedora/issues/53#issuecomment-1408699252
> > >>
> > >> Probably less relevant since they aren't from upstream and I know they
> > >> don't mean as much, but I have tried 6.1.5-6.1.8 Fedora packages for
> > >> certain, and went back trying several others from koji back into rc
> > >> builds, although using prebuilt kernels, anything before 6.1-rc6 won't
> > >> work, as mentioned above. Nothing worked. But as I said I'll build
> > >> from tags and see if I can learn anything.
> > >>
> > >> Thank you,
> > >> Jason Montleon
> > >>
> > >> --
> > >> Jason Montleon        | email: jmontleo@redhat.com
> > >> Red Hat, Inc.         | gpg key: 0x069E3022
> > >> Cell: 508-496-0663    | irc: jmontleo / jmontleon
> > >
> > >
> > >
> >
>
>
> --
> Jason Montleon        | email: jmontleo@redhat.com
> Red Hat, Inc.         | gpg key: 0x069E3022
> Cell: 508-496-0663    | irc: jmontleo / jmontleon



-- 
Jason Montleon        | email: jmontleo@redhat.com
Red Hat, Inc.         | gpg key: 0x069E3022
Cell: 508-496-0663    | irc: jmontleo / jmontleon


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-06 19:57                           ` Jason Montleon
@ 2023-02-06 21:15                             ` Sasa Ostrouska
  2023-02-09 16:13                             ` Jason Montleon
  1 sibling, 0 replies; 40+ messages in thread
From: Sasa Ostrouska @ 2023-02-06 21:15 UTC (permalink / raw)
  To: Jason Montleon
  Cc: Amadeusz Sławiński, Cezary Rojewski,
	Linux regressions mailing list, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai

On Mon, Feb 6, 2023 at 8:57 PM Jason Montleon <jmontleo@redhat.com> wrote:
>
> On Mon, Feb 6, 2023 at 8:51 AM Jason Montleon <jmontleo@redhat.com> wrote:
> >
> > On Mon, Feb 6, 2023 at 4:04 AM Amadeusz Sławiński
> > <amadeuszx.slawinski@linux.intel.com> wrote:
> > >
> > > On 2/4/2023 4:16 PM, Jason Montleon wrote:
> > > > I have built kernels for 6.0.19 (I don't think anyone confirmed
> > > > whether or not it worked), plus every 6.1 tag from 6.1-rc1 up to
> > > > 6.1.7. 6.0.19 worked. No 6.1 kernels worked. For rc1 to rc5 I built
> > > > with and without the legacy dai renaming patch added in rc6 that I
> > > > believe would be necessary, but it made no difference either way.
> > >
> > > Hi,
> > >
> > > thank you for trying to narrow it down, if I understand correctly -rc1
> > > doesn't work, which means that problem was introduced somewhere between
> > > 6.0 and 6.1-rc1 (just for the sake of being sure, can you test 6.0
> > > instead of 6.0.19?) There is one commit which I'm bit suspicious about:
> > > ef6f5494faf6a37c74990689a3bb3cee76d2544c it changes how HDMI are
> > > assigned and as a machine board present on EVE makes use of HDMI, it may
> > > potentially cause some problems. Can you try reverting it?
> > > (If reverting on top of v6.1.8 you need to revert both
> > > f9aafff5448b1d8d457052271cd9a11b24e4d0bd and
> > > ef6f5494faf6a37c74990689a3bb3cee76d2544c which has minor conflict,
> > > easily resolved with just adding both lines.
> > >
> >
> > Yes, happy to give that a shot and will report back.
> >
>
> Removing f9aafff5448b1d8d457052271cd9a11b24e4d0bd and
> ef6f5494faf6a37c74990689a3bb3cee76d2544c did not make things work.
>
> You may be onto something with pulseaudio and/or HDMI, however.
> When setting up Slackware I saw an interesting aplay hang.
> Normally aplay -l will list like this with working audio:
> $ aplay -l
> **** List of PLAYBACK Hardware Devices ****
> card 0: kblr55145663max [kbl-r5514-5663-max], device 0: Audio (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: kblr55145663max [kbl-r5514-5663-max], device 2: Headset Audio (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: kblr55145663max [kbl-r5514-5663-max], device 6: Hdmi1 (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: kblr55145663max [kbl-r5514-5663-max], device 7: Hdmi2 (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
>
> Both on Slackware and Fedora with broken audio it hangs like so
> (haven't tried on Arch):
> $ aplay -l
> **** List of PLAYBACK Hardware Devices ****
> card 0: kblr55145663max [kbl-r5514-5663-max], device 0: Audio (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: kblr55145663max [kbl-r5514-5663-max], device 2: Headset Audio (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: kblr55145663max [kbl-r5514-5663-max], device 6: Hdmi1 (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
>
> If I remove or disable pulseaudio it lists without hanging, but it's
> difficult for me to tell whether it's working since aplay, etc. seem
> to want pulseaudio to play anything. Shutdown hangs persist
> regardless.
>
> Also, Slackware with 6.1.9 behaves as badly for me as everything else.
> If Sasa has working audio I do not know how he has managed to
> configure it. On each distro, as soon as I add topology and firmware
> files everything goes bad, regardless of whether I add ucm
> configuration or not, etc.
>
As already said, Jason, my slackware install still have a working
audio after all updates.
I have installed slackware the common way, makeing it use BTRFS,
installed by booting
it , run setup on slackware64-15.0 installed all packages except KDE
as I use XCFE or GNOME.
Since gnome is not part of Slackware I am on XFCE right now. After I
installed slackware64-15.0
I boot into it, and then followed the steps in your AUDIO section from
step 1 to step 5.
So basically copied firmware into /lib/firmware, /lib/firmware/intel
and opt/google/dsm
After that I have reboot and sound was working already on kernel 5.15.80 .
Then I run slackpkg update and upgrade-all to update everything to
slackware64-current,
which at the time had a 6.1.8 kernel.
Slackware usually ships an unpatched kernel supplied as it is from Linus tree.

Thats it, and initially I know sound was hanging sometimes. But today
I do not experience any hangs
anymore.

Only thing I had to do was to enable the kbl-r5514-5663-max profile in
pavucontrol. As by default it was at
off position.

But if needed any file or log from Slackware instsall let me know.

Rgds
Sasa

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-06 19:57                           ` Jason Montleon
  2023-02-06 21:15                             ` Sasa Ostrouska
@ 2023-02-09 16:13                             ` Jason Montleon
  2023-02-09 19:22                               ` Jason Montleon
  2023-02-10 13:09                               ` Cezary Rojewski
  1 sibling, 2 replies; 40+ messages in thread
From: Jason Montleon @ 2023-02-09 16:13 UTC (permalink / raw)
  To: Amadeusz Sławiński
  Cc: Cezary Rojewski, Sasa Ostrouska, Linux regressions mailing list,
	Greg KH, lma, Pierre-Louis Bossart, stable, Takashi Iwai

I've done some more digging. The only line that needs to be reverted
from f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338, moving from
snd_hda_codec_device_init back to snd_hda_codec_device_new is:
codec->core.exec_verb = codec_exec_verb;
(https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/pci/hda/hda_codec.c?h=v6.1.11#n931)

I added a bunch of debug statements and all the code in
codec_exec_verb runs at boot with this in snd_hda_codec_device_init,
whereas it does not when in snd_hda_codec_device_new.

From what I can tell we end up in snd_hda_power_up_pm and then get
hung up at snd_hdac_power_up.

There are a bunch of pin port messages that show up from
hdac_hdmi_query_port_connlist when things are working, that never
appear when broken:
[   14.618805] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
[   14.619242] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
[   14.619703] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
...

I do see hdac_hdmi_runtime_suspend run a moment before things go bad,
but I have no idea if it is related.

Without patching anything and CONFIG_PM unset everything works.

I don't know if that helps anyone see where the problem is. If not
I'll keep plugging away.

Incidentally, commit 3fd63658caed9494cca1d4789a66d3d2def2a0ab, pointed
to by my second bisect, starts making using of skl_codec_device_init
where I believe snd_hda_codec_device_init is called and starts the
problem. I believe this is why reverting either of the two works
around the problem.



On Mon, Feb 6, 2023 at 2:57 PM Jason Montleon <jmontleo@redhat.com> wrote:
>
> On Mon, Feb 6, 2023 at 8:51 AM Jason Montleon <jmontleo@redhat.com> wrote:
> >
> > On Mon, Feb 6, 2023 at 4:04 AM Amadeusz Sławiński
> > <amadeuszx.slawinski@linux.intel.com> wrote:
> > >
> > > On 2/4/2023 4:16 PM, Jason Montleon wrote:
> > > > I have built kernels for 6.0.19 (I don't think anyone confirmed
> > > > whether or not it worked), plus every 6.1 tag from 6.1-rc1 up to
> > > > 6.1.7. 6.0.19 worked. No 6.1 kernels worked. For rc1 to rc5 I built
> > > > with and without the legacy dai renaming patch added in rc6 that I
> > > > believe would be necessary, but it made no difference either way.
> > >
> > > Hi,
> > >
> > > thank you for trying to narrow it down, if I understand correctly -rc1
> > > doesn't work, which means that problem was introduced somewhere between
> > > 6.0 and 6.1-rc1 (just for the sake of being sure, can you test 6.0
> > > instead of 6.0.19?) There is one commit which I'm bit suspicious about:
> > > ef6f5494faf6a37c74990689a3bb3cee76d2544c it changes how HDMI are
> > > assigned and as a machine board present on EVE makes use of HDMI, it may
> > > potentially cause some problems. Can you try reverting it?
> > > (If reverting on top of v6.1.8 you need to revert both
> > > f9aafff5448b1d8d457052271cd9a11b24e4d0bd and
> > > ef6f5494faf6a37c74990689a3bb3cee76d2544c which has minor conflict,
> > > easily resolved with just adding both lines.
> > >
> >
> > Yes, happy to give that a shot and will report back.
> >
>
> Removing f9aafff5448b1d8d457052271cd9a11b24e4d0bd and
> ef6f5494faf6a37c74990689a3bb3cee76d2544c did not make things work.
>
> You may be onto something with pulseaudio and/or HDMI, however.
> When setting up Slackware I saw an interesting aplay hang.
> Normally aplay -l will list like this with working audio:
> $ aplay -l
> **** List of PLAYBACK Hardware Devices ****
> card 0: kblr55145663max [kbl-r5514-5663-max], device 0: Audio (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: kblr55145663max [kbl-r5514-5663-max], device 2: Headset Audio (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: kblr55145663max [kbl-r5514-5663-max], device 6: Hdmi1 (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: kblr55145663max [kbl-r5514-5663-max], device 7: Hdmi2 (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
>
> Both on Slackware and Fedora with broken audio it hangs like so
> (haven't tried on Arch):
> $ aplay -l
> **** List of PLAYBACK Hardware Devices ****
> card 0: kblr55145663max [kbl-r5514-5663-max], device 0: Audio (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: kblr55145663max [kbl-r5514-5663-max], device 2: Headset Audio (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: kblr55145663max [kbl-r5514-5663-max], device 6: Hdmi1 (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
>
> If I remove or disable pulseaudio it lists without hanging, but it's
> difficult for me to tell whether it's working since aplay, etc. seem
> to want pulseaudio to play anything. Shutdown hangs persist
> regardless.
>
> Also, Slackware with 6.1.9 behaves as badly for me as everything else.
> If Sasa has working audio I do not know how he has managed to
> configure it. On each distro, as soon as I add topology and firmware
> files everything goes bad, regardless of whether I add ucm
> configuration or not, etc.
>
> > > I also still wonder, why problem reproduces only on some
> > > distributions... any chance you can try and boot with
> > > pipewire/pulseaudio disabled and see if it still happens, iirc those
> > > tools try to check all FEs and this may be breaking something during
> > > enumeration.
> >
> > I can definitely try disabling pulseaudio and switching to pipewire
> > and seeing if anything changes as well.
> >
> > FWIW, I installed Arch on a thumb drive this weekend and was able to
> > reproduce the issue and work around it by reverting the commit from my
> > first bisect. So, for me it behaves just like Fedora. The instructions
> > for Arch for building a custom kernel are great except they generalize
> > the bootloader instructions, so you need to know what to do at the end
> > to add the grub boot entries, if using grub for example, and I suspect
> > that may be where the confusion came from, though I don't know. I'm
> > trying to get one of the two to reproduce my results to confirm and at
> > least get them a workaround.
> >
> > I have slackware on another thumb drive already, but I have yet to
> > even get it updated to 6.1.8.
> >
> > If any of them behave differently I was hoping to tease out whether
> > it's firmware, kernel config, or something else, but so far the first
> > has been more of the same.
> >
> > > Thanks,
> > > Amadeusz
> > >
> > > >
> > > > On Wed, Feb 1, 2023 at 9:33 AM Jason Montleon <jmontleo@redhat.com> wrote:
> > > >>
> > > >> On Wed, Feb 1, 2023 at 6:05 AM Amadeusz Sławiński
> > > >> <amadeuszx.slawinski@linux.intel.com> wrote:
> > > >>>
> > > >>> On 1/31/2023 4:16 PM, Jason Montleon wrote:
> > > >>>> On Tue, Jan 31, 2023 at 7:37 AM Cezary Rojewski
> > > >>>> <cezary.rojewski@intel.com> wrote:
> > > >>>>>
> > > >>>>> On 2023-01-30 1:22 PM, Sasa Ostrouska wrote:
> > > >>>>>
> > > >>>>>> Dear Czarek, many thanks for the answer and taking care of it. If
> > > >>>>>> needed something from my side please jest let me know
> > > >>>>>> and I will try to do it.
> > > >>>>>
> > > >>>>>
> > > >>>>> Hello Sasa,
> > > >>>>>
> > > >>>>> Could you provide us with the topology and firmware binary present on
> > > >>>>> your machine?
> > > >>>>>
> > > >>>>> Audio topology is located at /lib/firmware and named:
> > > >>>>>
> > > >>>>> 9d71-GOOGLE-EVEMAX-0-tplg.bin
> > > >>>>> -or-
> > > >>>>> dfw_sst.bin
> > > >>>>>
> > > >>>>> Firmware on the other hand is found in /lib/firmware/intel/.
> > > >>>>> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
> > > >>>>> actual AudioDSP firmware binary.
> > > >>>>>
> > > >>>> Maybe this is the problem.
> > > >>>>
> > > >>>> I think most of us are pulling the topology and firmware from the
> > > >>>> chromeos recovery images for lack of any other known source, and it
> > > >>>> looks a little different than this. Those can be downloaded like so:
> > > >>>> https://gist.github.com/jmontleon/8899cb83138f2653f520fbbcc5b830a0
> > > >>>>
> > > >>>> After placing the topology file you'll see these errors and audio will
> > > >>>> not work until they're also copied in place.
> > > >>>> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> > > >>>> dsp_lib_dsm_core_spt_release.bin failed with error -2
> > > >>>> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> > > >>>> intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin failed with
> > > >>>> error -2
> > > >>>>
> > > >>>> Once those were in place, up to 6.0.18 audio worked.
> > > >>>>
> > > >>>> Is there a better source for the topology file?
> > > >>>>
> > > >>>>> The reasoning for these asks is fact that problem stopped reproducing on
> > > >>>>> our end once we started playing with kernel versions (moved away from
> > > >>>>> status quo with Fedora). Neither on Lukasz EVE nor on my SKL RVP.
> > > >>>>> However, we might be using newer configuration files when compared to
> > > >>>>> equivalent of yours.
> > > >>>>>
> > > >>>>> Recent v6.2-rc5 broonie/sound/for-next - no repro
> > > >>>>> Our internal tree based on Mark's for-next - no repro
> > > >>>>> 6.1.7 stable [1] - no repro
> > > >>>>>
> > > >>>>> Of course we will continue with our attempts. Will notify about the
> > > >>>>> progress.
> > > >>>>>
> > > >>>>>
> > > >>>>> [1]:
> > > >>>>> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.7&id=21e996306a6afaae88295858de0ffb8955173a15
> > > >>>>>
> > > >>>>>
> > > >>>>> Kind regards,
> > > >>>>> Czarek
> > > >>>>>
> > > >>>>
> > > >>>>
> > > >>>
> > > >>> Hi Jason,
> > > >>>
> > > >>> as I understand you've tried to do bisect, can you instead try building
> > > >>> kernels checking out following tags:
> > > >>> v6.1      v6.1.1    v6.1.2    v6.1.3    v6.1.4    v6.1.5    v6.1.6
> > > >>> v6.1.7    v6.1.8
> > > >>> and report when it stops working, so it narrows scope of what we look
> > > >>> at? I assume that kernel builds are done using upstream stable kernel
> > > >>> (from https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/).
> > > >>>
> > > >>> Thanks,
> > > >>> Amadeusz
> > > >>>
> > > >> Hi Amadeusz,
> > > >> Yes, I did the bisects using
> > > >> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
> > > >>
> > > >> The only thing I did to these was add
> > > >> 392cc13c5ec72ccd6bbfb1bc2339502cc59dd285, otherwise audio breaks with
> > > >> the dai not registered error message in dmesg from the rt5514 bug from
> > > >> 6.0 and up. It wasn't added to 6.1 until rc6, I believe. If there's a
> > > >> better way to work around the multiple bugs I can try again, otherwise
> > > >> I will start working on builds from tags and see if I learn anything.
> > > >>
> > > >> FWIW, I've seen two people complain that Arch isn't working either
> > > >> since it moved to 6.1. For the one who was trying, patching out the
> > > >> commit I came to with the first bisect did not regain them sound like
> > > >> it did for me. And yet Sasa reports Slackware is mostly working for
> > > >> him with 6.1.8 on Slackware. I don't know what to make of it, but
> > > >> thought I'd share in case it helps point someone else to something.
> > > >> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410222840
> > > >> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410673371
> > > >> https://github.com/jmontleon/pixelbook-fedora/issues/53#issuecomment-1408699252
> > > >>
> > > >> Probably less relevant since they aren't from upstream and I know they
> > > >> don't mean as much, but I have tried 6.1.5-6.1.8 Fedora packages for
> > > >> certain, and went back trying several others from koji back into rc
> > > >> builds, although using prebuilt kernels, anything before 6.1-rc6 won't
> > > >> work, as mentioned above. Nothing worked. But as I said I'll build
> > > >> from tags and see if I can learn anything.
> > > >>
> > > >> Thank you,
> > > >> Jason Montleon
> > > >>
> > > >> --
> > > >> Jason Montleon        | email: jmontleo@redhat.com
> > > >> Red Hat, Inc.         | gpg key: 0x069E3022
> > > >> Cell: 508-496-0663    | irc: jmontleo / jmontleon
> > > >
> > > >
> > > >
> > >
> >
> >
> > --
> > Jason Montleon        | email: jmontleo@redhat.com
> > Red Hat, Inc.         | gpg key: 0x069E3022
> > Cell: 508-496-0663    | irc: jmontleo / jmontleon
>
>
>
> --
> Jason Montleon        | email: jmontleo@redhat.com
> Red Hat, Inc.         | gpg key: 0x069E3022
> Cell: 508-496-0663    | irc: jmontleo / jmontleon



--
Jason Montleon        | email: jmontleo@redhat.com
Red Hat, Inc.         | gpg key: 0x069E3022
Cell: 508-496-0663    | irc: jmontleo / jmontleon


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-09 16:13                             ` Jason Montleon
@ 2023-02-09 19:22                               ` Jason Montleon
  2023-02-10 13:09                               ` Cezary Rojewski
  1 sibling, 0 replies; 40+ messages in thread
From: Jason Montleon @ 2023-02-09 19:22 UTC (permalink / raw)
  To: Amadeusz Sławiński
  Cc: Cezary Rojewski, Sasa Ostrouska, Linux regressions mailing list,
	Greg KH, lma, Pierre-Louis Bossart, stable, Takashi Iwai

I have a hung task call trace from a debug kernel in case it's helpful:
https://gist.github.com/jmontleon/a6dff2ad949cc50bb8f162d7b306b320

On Thu, Feb 9, 2023 at 11:13 AM Jason Montleon <jmontleo@redhat.com> wrote:
>
> I've done some more digging. The only line that needs to be reverted
> from f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338, moving from
> snd_hda_codec_device_init back to snd_hda_codec_device_new is:
> codec->core.exec_verb = codec_exec_verb;
> (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/pci/hda/hda_codec.c?h=v6.1.11#n931)
>
> I added a bunch of debug statements and all the code in
> codec_exec_verb runs at boot with this in snd_hda_codec_device_init,
> whereas it does not when in snd_hda_codec_device_new.
>
> From what I can tell we end up in snd_hda_power_up_pm and then get
> hung up at snd_hdac_power_up.
>
> There are a bunch of pin port messages that show up from
> hdac_hdmi_query_port_connlist when things are working, that never
> appear when broken:
> [   14.618805] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
> [   14.619242] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
> [   14.619703] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
> ...
>
> I do see hdac_hdmi_runtime_suspend run a moment before things go bad,
> but I have no idea if it is related.
>
> Without patching anything and CONFIG_PM unset everything works.
>
> I don't know if that helps anyone see where the problem is. If not
> I'll keep plugging away.
>
> Incidentally, commit 3fd63658caed9494cca1d4789a66d3d2def2a0ab, pointed
> to by my second bisect, starts making using of skl_codec_device_init
> where I believe snd_hda_codec_device_init is called and starts the
> problem. I believe this is why reverting either of the two works
> around the problem.
>
>
>
> On Mon, Feb 6, 2023 at 2:57 PM Jason Montleon <jmontleo@redhat.com> wrote:
> >
> > On Mon, Feb 6, 2023 at 8:51 AM Jason Montleon <jmontleo@redhat.com> wrote:
> > >
> > > On Mon, Feb 6, 2023 at 4:04 AM Amadeusz Sławiński
> > > <amadeuszx.slawinski@linux.intel.com> wrote:
> > > >
> > > > On 2/4/2023 4:16 PM, Jason Montleon wrote:
> > > > > I have built kernels for 6.0.19 (I don't think anyone confirmed
> > > > > whether or not it worked), plus every 6.1 tag from 6.1-rc1 up to
> > > > > 6.1.7. 6.0.19 worked. No 6.1 kernels worked. For rc1 to rc5 I built
> > > > > with and without the legacy dai renaming patch added in rc6 that I
> > > > > believe would be necessary, but it made no difference either way.
> > > >
> > > > Hi,
> > > >
> > > > thank you for trying to narrow it down, if I understand correctly -rc1
> > > > doesn't work, which means that problem was introduced somewhere between
> > > > 6.0 and 6.1-rc1 (just for the sake of being sure, can you test 6.0
> > > > instead of 6.0.19?) There is one commit which I'm bit suspicious about:
> > > > ef6f5494faf6a37c74990689a3bb3cee76d2544c it changes how HDMI are
> > > > assigned and as a machine board present on EVE makes use of HDMI, it may
> > > > potentially cause some problems. Can you try reverting it?
> > > > (If reverting on top of v6.1.8 you need to revert both
> > > > f9aafff5448b1d8d457052271cd9a11b24e4d0bd and
> > > > ef6f5494faf6a37c74990689a3bb3cee76d2544c which has minor conflict,
> > > > easily resolved with just adding both lines.
> > > >
> > >
> > > Yes, happy to give that a shot and will report back.
> > >
> >
> > Removing f9aafff5448b1d8d457052271cd9a11b24e4d0bd and
> > ef6f5494faf6a37c74990689a3bb3cee76d2544c did not make things work.
> >
> > You may be onto something with pulseaudio and/or HDMI, however.
> > When setting up Slackware I saw an interesting aplay hang.
> > Normally aplay -l will list like this with working audio:
> > $ aplay -l
> > **** List of PLAYBACK Hardware Devices ****
> > card 0: kblr55145663max [kbl-r5514-5663-max], device 0: Audio (*) []
> >   Subdevices: 1/1
> >   Subdevice #0: subdevice #0
> > card 0: kblr55145663max [kbl-r5514-5663-max], device 2: Headset Audio (*) []
> >   Subdevices: 1/1
> >   Subdevice #0: subdevice #0
> > card 0: kblr55145663max [kbl-r5514-5663-max], device 6: Hdmi1 (*) []
> >   Subdevices: 1/1
> >   Subdevice #0: subdevice #0
> > card 0: kblr55145663max [kbl-r5514-5663-max], device 7: Hdmi2 (*) []
> >   Subdevices: 1/1
> >   Subdevice #0: subdevice #0
> >
> > Both on Slackware and Fedora with broken audio it hangs like so
> > (haven't tried on Arch):
> > $ aplay -l
> > **** List of PLAYBACK Hardware Devices ****
> > card 0: kblr55145663max [kbl-r5514-5663-max], device 0: Audio (*) []
> >   Subdevices: 1/1
> >   Subdevice #0: subdevice #0
> > card 0: kblr55145663max [kbl-r5514-5663-max], device 2: Headset Audio (*) []
> >   Subdevices: 1/1
> >   Subdevice #0: subdevice #0
> > card 0: kblr55145663max [kbl-r5514-5663-max], device 6: Hdmi1 (*) []
> >   Subdevices: 1/1
> >   Subdevice #0: subdevice #0
> >
> > If I remove or disable pulseaudio it lists without hanging, but it's
> > difficult for me to tell whether it's working since aplay, etc. seem
> > to want pulseaudio to play anything. Shutdown hangs persist
> > regardless.
> >
> > Also, Slackware with 6.1.9 behaves as badly for me as everything else.
> > If Sasa has working audio I do not know how he has managed to
> > configure it. On each distro, as soon as I add topology and firmware
> > files everything goes bad, regardless of whether I add ucm
> > configuration or not, etc.
> >
> > > > I also still wonder, why problem reproduces only on some
> > > > distributions... any chance you can try and boot with
> > > > pipewire/pulseaudio disabled and see if it still happens, iirc those
> > > > tools try to check all FEs and this may be breaking something during
> > > > enumeration.
> > >
> > > I can definitely try disabling pulseaudio and switching to pipewire
> > > and seeing if anything changes as well.
> > >
> > > FWIW, I installed Arch on a thumb drive this weekend and was able to
> > > reproduce the issue and work around it by reverting the commit from my
> > > first bisect. So, for me it behaves just like Fedora. The instructions
> > > for Arch for building a custom kernel are great except they generalize
> > > the bootloader instructions, so you need to know what to do at the end
> > > to add the grub boot entries, if using grub for example, and I suspect
> > > that may be where the confusion came from, though I don't know. I'm
> > > trying to get one of the two to reproduce my results to confirm and at
> > > least get them a workaround.
> > >
> > > I have slackware on another thumb drive already, but I have yet to
> > > even get it updated to 6.1.8.
> > >
> > > If any of them behave differently I was hoping to tease out whether
> > > it's firmware, kernel config, or something else, but so far the first
> > > has been more of the same.
> > >
> > > > Thanks,
> > > > Amadeusz
> > > >
> > > > >
> > > > > On Wed, Feb 1, 2023 at 9:33 AM Jason Montleon <jmontleo@redhat.com> wrote:
> > > > >>
> > > > >> On Wed, Feb 1, 2023 at 6:05 AM Amadeusz Sławiński
> > > > >> <amadeuszx.slawinski@linux.intel.com> wrote:
> > > > >>>
> > > > >>> On 1/31/2023 4:16 PM, Jason Montleon wrote:
> > > > >>>> On Tue, Jan 31, 2023 at 7:37 AM Cezary Rojewski
> > > > >>>> <cezary.rojewski@intel.com> wrote:
> > > > >>>>>
> > > > >>>>> On 2023-01-30 1:22 PM, Sasa Ostrouska wrote:
> > > > >>>>>
> > > > >>>>>> Dear Czarek, many thanks for the answer and taking care of it. If
> > > > >>>>>> needed something from my side please jest let me know
> > > > >>>>>> and I will try to do it.
> > > > >>>>>
> > > > >>>>>
> > > > >>>>> Hello Sasa,
> > > > >>>>>
> > > > >>>>> Could you provide us with the topology and firmware binary present on
> > > > >>>>> your machine?
> > > > >>>>>
> > > > >>>>> Audio topology is located at /lib/firmware and named:
> > > > >>>>>
> > > > >>>>> 9d71-GOOGLE-EVEMAX-0-tplg.bin
> > > > >>>>> -or-
> > > > >>>>> dfw_sst.bin
> > > > >>>>>
> > > > >>>>> Firmware on the other hand is found in /lib/firmware/intel/.
> > > > >>>>> 'dsp_fw_kbl.bin' will lie there, it shall be a symlink pointing to an
> > > > >>>>> actual AudioDSP firmware binary.
> > > > >>>>>
> > > > >>>> Maybe this is the problem.
> > > > >>>>
> > > > >>>> I think most of us are pulling the topology and firmware from the
> > > > >>>> chromeos recovery images for lack of any other known source, and it
> > > > >>>> looks a little different than this. Those can be downloaded like so:
> > > > >>>> https://gist.github.com/jmontleon/8899cb83138f2653f520fbbcc5b830a0
> > > > >>>>
> > > > >>>> After placing the topology file you'll see these errors and audio will
> > > > >>>> not work until they're also copied in place.
> > > > >>>> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> > > > >>>> dsp_lib_dsm_core_spt_release.bin failed with error -2
> > > > >>>> snd_soc_skl 0000:00:1f.3: Direct firmware load for
> > > > >>>> intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin failed with
> > > > >>>> error -2
> > > > >>>>
> > > > >>>> Once those were in place, up to 6.0.18 audio worked.
> > > > >>>>
> > > > >>>> Is there a better source for the topology file?
> > > > >>>>
> > > > >>>>> The reasoning for these asks is fact that problem stopped reproducing on
> > > > >>>>> our end once we started playing with kernel versions (moved away from
> > > > >>>>> status quo with Fedora). Neither on Lukasz EVE nor on my SKL RVP.
> > > > >>>>> However, we might be using newer configuration files when compared to
> > > > >>>>> equivalent of yours.
> > > > >>>>>
> > > > >>>>> Recent v6.2-rc5 broonie/sound/for-next - no repro
> > > > >>>>> Our internal tree based on Mark's for-next - no repro
> > > > >>>>> 6.1.7 stable [1] - no repro
> > > > >>>>>
> > > > >>>>> Of course we will continue with our attempts. Will notify about the
> > > > >>>>> progress.
> > > > >>>>>
> > > > >>>>>
> > > > >>>>> [1]:
> > > > >>>>> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.7&id=21e996306a6afaae88295858de0ffb8955173a15
> > > > >>>>>
> > > > >>>>>
> > > > >>>>> Kind regards,
> > > > >>>>> Czarek
> > > > >>>>>
> > > > >>>>
> > > > >>>>
> > > > >>>
> > > > >>> Hi Jason,
> > > > >>>
> > > > >>> as I understand you've tried to do bisect, can you instead try building
> > > > >>> kernels checking out following tags:
> > > > >>> v6.1      v6.1.1    v6.1.2    v6.1.3    v6.1.4    v6.1.5    v6.1.6
> > > > >>> v6.1.7    v6.1.8
> > > > >>> and report when it stops working, so it narrows scope of what we look
> > > > >>> at? I assume that kernel builds are done using upstream stable kernel
> > > > >>> (from https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/).
> > > > >>>
> > > > >>> Thanks,
> > > > >>> Amadeusz
> > > > >>>
> > > > >> Hi Amadeusz,
> > > > >> Yes, I did the bisects using
> > > > >> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
> > > > >>
> > > > >> The only thing I did to these was add
> > > > >> 392cc13c5ec72ccd6bbfb1bc2339502cc59dd285, otherwise audio breaks with
> > > > >> the dai not registered error message in dmesg from the rt5514 bug from
> > > > >> 6.0 and up. It wasn't added to 6.1 until rc6, I believe. If there's a
> > > > >> better way to work around the multiple bugs I can try again, otherwise
> > > > >> I will start working on builds from tags and see if I learn anything.
> > > > >>
> > > > >> FWIW, I've seen two people complain that Arch isn't working either
> > > > >> since it moved to 6.1. For the one who was trying, patching out the
> > > > >> commit I came to with the first bisect did not regain them sound like
> > > > >> it did for me. And yet Sasa reports Slackware is mostly working for
> > > > >> him with 6.1.8 on Slackware. I don't know what to make of it, but
> > > > >> thought I'd share in case it helps point someone else to something.
> > > > >> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410222840
> > > > >> https://github.com/jmontleon/pixelbook-fedora/issues/51#issuecomment-1410673371
> > > > >> https://github.com/jmontleon/pixelbook-fedora/issues/53#issuecomment-1408699252
> > > > >>
> > > > >> Probably less relevant since they aren't from upstream and I know they
> > > > >> don't mean as much, but I have tried 6.1.5-6.1.8 Fedora packages for
> > > > >> certain, and went back trying several others from koji back into rc
> > > > >> builds, although using prebuilt kernels, anything before 6.1-rc6 won't
> > > > >> work, as mentioned above. Nothing worked. But as I said I'll build
> > > > >> from tags and see if I can learn anything.
> > > > >>
> > > > >> Thank you,
> > > > >> Jason Montleon
> > > > >>
> > > > >> --
> > > > >> Jason Montleon        | email: jmontleo@redhat.com
> > > > >> Red Hat, Inc.         | gpg key: 0x069E3022
> > > > >> Cell: 508-496-0663    | irc: jmontleo / jmontleon
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> > > --
> > > Jason Montleon        | email: jmontleo@redhat.com
> > > Red Hat, Inc.         | gpg key: 0x069E3022
> > > Cell: 508-496-0663    | irc: jmontleo / jmontleon
> >
> >
> >
> > --
> > Jason Montleon        | email: jmontleo@redhat.com
> > Red Hat, Inc.         | gpg key: 0x069E3022
> > Cell: 508-496-0663    | irc: jmontleo / jmontleon
>
>
>
> --
> Jason Montleon        | email: jmontleo@redhat.com
> Red Hat, Inc.         | gpg key: 0x069E3022
> Cell: 508-496-0663    | irc: jmontleo / jmontleon



-- 
Jason Montleon        | email: jmontleo@redhat.com
Red Hat, Inc.         | gpg key: 0x069E3022
Cell: 508-496-0663    | irc: jmontleo / jmontleon


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-09 16:13                             ` Jason Montleon
  2023-02-09 19:22                               ` Jason Montleon
@ 2023-02-10 13:09                               ` Cezary Rojewski
  2023-02-10 14:56                                 ` Jason Montleon
  1 sibling, 1 reply; 40+ messages in thread
From: Cezary Rojewski @ 2023-02-10 13:09 UTC (permalink / raw)
  To: Jason Montleon
  Cc: Sasa Ostrouska, Linux regressions mailing list, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai,
	Amadeusz Sławiński

On 2023-02-09 5:13 PM, Jason Montleon wrote:
> I've done some more digging. The only line that needs to be reverted
> from f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338, moving from
> snd_hda_codec_device_init back to snd_hda_codec_device_new is:
> codec->core.exec_verb = codec_exec_verb;
> (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/pci/hda/hda_codec.c?h=v6.1.11#n931)
> 
> I added a bunch of debug statements and all the code in
> codec_exec_verb runs at boot with this in snd_hda_codec_device_init,
> whereas it does not when in snd_hda_codec_device_new.
> 
>  From what I can tell we end up in snd_hda_power_up_pm and then get
> hung up at snd_hdac_power_up.
> 
> There are a bunch of pin port messages that show up from
> hdac_hdmi_query_port_connlist when things are working, that never
> appear when broken:
> [   14.618805] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
> [   14.619242] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
> [   14.619703] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
> ...
> 
> I do see hdac_hdmi_runtime_suspend run a moment before things go bad,
> but I have no idea if it is related.
> 
> Without patching anything and CONFIG_PM unset everything works.
> 
> I don't know if that helps anyone see where the problem is. If not
> I'll keep plugging away.
> 
> Incidentally, commit 3fd63658caed9494cca1d4789a66d3d2def2a0ab, pointed
> to by my second bisect, starts making using of skl_codec_device_init
> where I believe snd_hda_codec_device_init is called and starts the
> problem. I believe this is why reverting either of the two works
> around the problem.


This is some exceptional debugging, Jason.

I believe this finding reveals a long standing problem that was covered 
by a very specific codec-fields initialization order:

During initial part of codec-device initialization, VERBs execution 
follows different flow than one happening once the device is fully 
initialized. This comes down to the if-statement preset in 
snd_hdac_exec_verb() and the fact codec_exec_verb() differs from 
snd_hdac_bus_exec_verb() in PM-handling - the latter is devoid of it.

That is until ->exec_verb gets initialized and codec_exec_verb() becomes 
the sole handler of VERB execution process. As PM is not yet configured 
at the time - snd_hda_codec_device_init() happens early, whereas PM 
configuration is done later with snd_hda_set_power_save() during 
skl_hda_audio_probe() in sound/soc/intel/boards/skl_hda_dsp_generic.c - 
it should not be touched yet.

I'm up for reverting this single line to where it was before the 
offending patch. We still want to avoid the page fault the very patch is 
addressing.

Does the proposed change address both problems? i.e. no sound and hang 
during shutdown?


Kind regards,
Czarek

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-10 13:09                               ` Cezary Rojewski
@ 2023-02-10 14:56                                 ` Jason Montleon
  2023-02-10 17:15                                   ` Sasa Ostrouska
  0 siblings, 1 reply; 40+ messages in thread
From: Jason Montleon @ 2023-02-10 14:56 UTC (permalink / raw)
  To: Cezary Rojewski
  Cc: Sasa Ostrouska, Linux regressions mailing list, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai,
	Amadeusz Sławiński

On Fri, Feb 10, 2023 at 8:10 AM Cezary Rojewski
<cezary.rojewski@intel.com> wrote:
>
> On 2023-02-09 5:13 PM, Jason Montleon wrote:
> > I've done some more digging. The only line that needs to be reverted
> > from f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338, moving from
> > snd_hda_codec_device_init back to snd_hda_codec_device_new is:
> > codec->core.exec_verb = codec_exec_verb;
> > (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/pci/hda/hda_codec.c?h=v6.1.11#n931)
> >
> > I added a bunch of debug statements and all the code in
> > codec_exec_verb runs at boot with this in snd_hda_codec_device_init,
> > whereas it does not when in snd_hda_codec_device_new.
> >
> >  From what I can tell we end up in snd_hda_power_up_pm and then get
> > hung up at snd_hdac_power_up.
> >
> > There are a bunch of pin port messages that show up from
> > hdac_hdmi_query_port_connlist when things are working, that never
> > appear when broken:
> > [   14.618805] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
> > [   14.619242] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
> > [   14.619703] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
> > ...
> >
> > I do see hdac_hdmi_runtime_suspend run a moment before things go bad,
> > but I have no idea if it is related.
> >
> > Without patching anything and CONFIG_PM unset everything works.
> >
> > I don't know if that helps anyone see where the problem is. If not
> > I'll keep plugging away.
> >
> > Incidentally, commit 3fd63658caed9494cca1d4789a66d3d2def2a0ab, pointed
> > to by my second bisect, starts making using of skl_codec_device_init
> > where I believe snd_hda_codec_device_init is called and starts the
> > problem. I believe this is why reverting either of the two works
> > around the problem.
>
>
> This is some exceptional debugging, Jason.
>
> I believe this finding reveals a long standing problem that was covered
> by a very specific codec-fields initialization order:
>
> During initial part of codec-device initialization, VERBs execution
> follows different flow than one happening once the device is fully
> initialized. This comes down to the if-statement preset in
> snd_hdac_exec_verb() and the fact codec_exec_verb() differs from
> snd_hdac_bus_exec_verb() in PM-handling - the latter is devoid of it.
>

Thank you for the explanation! I was not following this well, but it
makes sense to me now.

> That is until ->exec_verb gets initialized and codec_exec_verb() becomes
> the sole handler of VERB execution process. As PM is not yet configured
> at the time - snd_hda_codec_device_init() happens early, whereas PM
> configuration is done later with snd_hda_set_power_save() during
> skl_hda_audio_probe() in sound/soc/intel/boards/skl_hda_dsp_generic.c -
> it should not be touched yet.
>
> I'm up for reverting this single line to where it was before the
> offending patch. We still want to avoid the page fault the very patch is
> addressing.
>
> Does the proposed change address both problems? i.e. no sound and hang
> during shutdown?

Yes, moving the one line back fixes both the no sound and shutdown hang.

Thank you!
Jason Montleon

>
> Kind regards,
> Czarek
>



--
Jason Montleon        | email: jmontleo@redhat.com
Red Hat, Inc.         | gpg key: 0x069E3022
Cell: 508-496-0663    | irc: jmontleo / jmontleon


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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-10 14:56                                 ` Jason Montleon
@ 2023-02-10 17:15                                   ` Sasa Ostrouska
  0 siblings, 0 replies; 40+ messages in thread
From: Sasa Ostrouska @ 2023-02-10 17:15 UTC (permalink / raw)
  To: Jason Montleon
  Cc: Cezary Rojewski, Linux regressions mailing list, Greg KH, lma,
	Pierre-Louis Bossart, stable, Takashi Iwai,
	Amadeusz Sławiński

On Fri, Feb 10, 2023 at 3:57 PM Jason Montleon <jmontleo@redhat.com> wrote:
>
> On Fri, Feb 10, 2023 at 8:10 AM Cezary Rojewski
> <cezary.rojewski@intel.com> wrote:
> >
> > On 2023-02-09 5:13 PM, Jason Montleon wrote:
> > > I've done some more digging. The only line that needs to be reverted
> > > from f2bd1c5ae2cb0cf9525c9bffc0038c12dd7e1338, moving from
> > > snd_hda_codec_device_init back to snd_hda_codec_device_new is:
> > > codec->core.exec_verb = codec_exec_verb;
> > > (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/pci/hda/hda_codec.c?h=v6.1.11#n931)
> > >
> > > I added a bunch of debug statements and all the code in
> > > codec_exec_verb runs at boot with this in snd_hda_codec_device_init,
> > > whereas it does not when in snd_hda_codec_device_new.
> > >
> > >  From what I can tell we end up in snd_hda_power_up_pm and then get
> > > hung up at snd_hdac_power_up.
> > >
> > > There are a bunch of pin port messages that show up from
> > > hdac_hdmi_query_port_connlist when things are working, that never
> > > appear when broken:
> > > [   14.618805] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
> > > [   14.619242] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
> > > [   14.619703] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
> > > ...
> > >
> > > I do see hdac_hdmi_runtime_suspend run a moment before things go bad,
> > > but I have no idea if it is related.
> > >
> > > Without patching anything and CONFIG_PM unset everything works.
> > >
> > > I don't know if that helps anyone see where the problem is. If not
> > > I'll keep plugging away.
> > >
> > > Incidentally, commit 3fd63658caed9494cca1d4789a66d3d2def2a0ab, pointed
> > > to by my second bisect, starts making using of skl_codec_device_init
> > > where I believe snd_hda_codec_device_init is called and starts the
> > > problem. I believe this is why reverting either of the two works
> > > around the problem.
> >
> >
> > This is some exceptional debugging, Jason.
> >
> > I believe this finding reveals a long standing problem that was covered
> > by a very specific codec-fields initialization order:
> >
> > During initial part of codec-device initialization, VERBs execution
> > follows different flow than one happening once the device is fully
> > initialized. This comes down to the if-statement preset in
> > snd_hdac_exec_verb() and the fact codec_exec_verb() differs from
> > snd_hdac_bus_exec_verb() in PM-handling - the latter is devoid of it.
> >
>
> Thank you for the explanation! I was not following this well, but it
> makes sense to me now.
>
> > That is until ->exec_verb gets initialized and codec_exec_verb() becomes
> > the sole handler of VERB execution process. As PM is not yet configured
> > at the time - snd_hda_codec_device_init() happens early, whereas PM
> > configuration is done later with snd_hda_set_power_save() during
> > skl_hda_audio_probe() in sound/soc/intel/boards/skl_hda_dsp_generic.c -
> > it should not be touched yet.
> >
> > I'm up for reverting this single line to where it was before the
> > offending patch. We still want to avoid the page fault the very patch is
> > addressing.
> >
> > Does the proposed change address both problems? i.e. no sound and hang
> > during shutdown?
>
> Yes, moving the one line back fixes both the no sound and shutdown hang.
>
> Thank you!
> Jason Montleon
>
> >
> > Kind regards,
> > Czarek
> >
>
>
>
> --
> Jason Montleon        | email: jmontleo@redhat.com
> Red Hat, Inc.         | gpg key: 0x069E3022
> Cell: 508-496-0663    | irc: jmontleo / jmontleon
>
Congrats to all of you people !! Thanks for the fix.
Sasa

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-24  1:10       ` Sasa Ostrouska
@ 2023-02-24 20:43         ` Sasa Ostrouska
  0 siblings, 0 replies; 40+ messages in thread
From: Sasa Ostrouska @ 2023-02-24 20:43 UTC (permalink / raw)
  To: Linux regressions mailing list
  Cc: stable, Pierre-Louis Bossart, Lukasz Majczak, Cezary Rojewski

On Fri, Feb 24, 2023 at 2:10 AM Sasa Ostrouska <casaxa@gmail.com> wrote:
>
> Hi again. I have today upgraded my slackware install pixelbook from
> kernel 6.1.12 to 6.1.13 and this solved the issue of powering down the
> notebook. Now it has no problem
> to poweroff, I do not need anymore to keep the power button to switch
> off. But the thing now is that I have no longer a working sound.
> I see that for some reason the firmware seems is no longer loaded:
>
> root@goopix:~# dmesg | grep snd
> [    5.599427] snd_hda_intel 0000:00:1f.3: DSP detected with PCI
> class/subclass/prog-if info 0x040100
> [    5.907375] snd_soc_skl 0000:00:1f.3: DSP detected with PCI
> class/subclass/prog-if info 0x040100
> [    5.990054] snd_soc_skl 0000:00:1f.3: bound 0000:00:02.0 (ops
> i915_audio_component_bind_ops [i915])
> [    7.382484] snd_soc_skl 0000:00:1f.3: ASoC: no sink widget found
> for AEC Capture
> [    7.382952] snd_soc_skl 0000:00:1f.3: ASoC: Failed to add route
> echo_ref_out cpr 7 -> direct -> AEC Capture
> [    7.384409] snd_soc_skl 0000:00:1f.3: Direct firmware load for
> intel/dsp_fw_kbl.bin failed with error -2
> [    7.386037] snd_soc_skl 0000:00:1f.3: Request firmware failed -2
> [    7.388099] snd_soc_skl 0000:00:1f.3: Load base fw failed : -5
> [    7.390630] snd_soc_skl 0000:00:1f.3: Failed to boot first fw: -5
> [    7.393598] snd_soc_skl 0000:00:1f.3: ASoC: error at
> snd_soc_component_probe on 0000:00:1f.3: -5
> root@goopix:~#
>
> root@goopix:~# dmesg | grep kbl
> [    5.946463] i915 0000:00:02.0: [drm] Finished loading DMC firmware
> i915/kbl_dmc_ver1_04.bin (v1.4)
> [    6.293440] kbl_r5514_5663_max kbl_r5514_5663_max: Failed to get
> ssp1_mclk, defer probe
> [    7.383448] kbl_r5514_5663_max kbl_r5514_5663_max: ASoC: Parent
> card not yet available, widget card binding deferred
> [    7.384409] snd_soc_skl 0000:00:1f.3: Direct firmware load for
> intel/dsp_fw_kbl.bin failed with error -2
> [    7.397157] kbl_r5514_5663_max kbl_r5514_5663_max: ASoC: failed to
> instantiate card -5
> [    7.399749] kbl_r5514_5663_max: probe of kbl_r5514_5663_max failed
> with error -5
> root@goopix:~#
>
> But I have the firmware in place:
>
> root@goopix:~# ls -l /lib/firmware/9d71-GOOGLE-EVEMAX-0-tplg.bin
> -rw-r--r-- 1 root root 37864 Jan 26 07:48
> /lib/firmware/9d71-GOOGLE-EVEMAX-0-tplg.bin
> root@goopix:~# ls -l /lib/firmware/dsp*
> -rw-r--r-- 1 root root 16556 Jan 26 07:49
> /lib/firmware/dsp_lib_dsm_core_spt_release.bin
>
> root@goopix:~# ls -l /lib/firmware/intel/dsp_fw_*
> -rw-r--r-- 1 root root  73728 Jan 26 07:50
> /lib/firmware/intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin
> lrwxrwxrwx 1 root root     28 Feb 23 21:22
> /lib/firmware/intel/dsp_fw_bxtn.bin -> intel/avs/apl/dsp_basefw.bin
> -rw-r--r-- 1 root root 505608 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_bxtn_v2219.bin
> -rw-r--r-- 1 root root 505608 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_bxtn_v3366.bin
> lrwxrwxrwx 1 root root     28 Feb 23 21:22
> /lib/firmware/intel/dsp_fw_cnl.bin -> intel/avs/cnl/dsp_basefw.bin
> -rw-r--r-- 1 root root 583852 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_cnl_v1191.bin
> -rw-r--r-- 1 root root 583852 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_cnl_v1858.bin
> lrwxrwxrwx 1 root root     28 Feb 23 21:22
> /lib/firmware/intel/dsp_fw_glk.bin -> intel/avs/apl/dsp_basefw.bin
> -rw-r--r-- 1 root root 505608 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_glk_v1814.bin
> -rw-r--r-- 1 root root 505608 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_glk_v2768.bin
> -rw-r--r-- 1 root root 505608 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_glk_v2880.bin
> -rw-r--r-- 1 root root 505608 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_glk_v3366.bin
> lrwxrwxrwx 1 root root     28 Feb 23 21:22
> /lib/firmware/intel/dsp_fw_kbl.bin -> intel/avs/skl/dsp_basefw.bin
> -rw-r--r-- 1 root root 238920 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_kbl_v1037.bin
> -rw-r--r-- 1 root root 238920 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_kbl_v2042.bin
> -rw-r--r-- 1 root root 243016 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_kbl_v2630.bin
> -rw-r--r-- 1 root root 243016 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_kbl_v3266.bin
> -rw-r--r-- 1 root root 247112 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_kbl_v3402.bin
> -rw-r--r-- 1 root root 243016 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_kbl_v3420.bin
> -rw-r--r-- 1 root root 238920 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_kbl_v701.bin
> lrwxrwxrwx 1 root root     28 Feb 23 21:22
> /lib/firmware/intel/dsp_fw_release.bin -> intel/avs/skl/dsp_basefw.bin
> -rw-r--r-- 1 root root 247112 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_release_v3402.bin
> -rw-r--r-- 1 root root 221184 Feb 22 22:10
> /lib/firmware/intel/dsp_fw_release_v969.bin
> root@goopix:~#
>
> At least to me all seems in place.
> Anybody can help me understand how to see why the firmware is not
> loading or what could be the problem now ?
>
> Rgds
> Sasa

Sorry, please ignore this my last email as sound is working also on my
slackware install with 6.1.13 , the problem was that my symlinks got
broken in some way in /lib/firmware.

Rgds
Sasa
>
> On Thu, Feb 9, 2023 at 3:11 PM Sasa Ostrouska <casaxa@gmail.com> wrote:
> >
> > Hi, I dont know how much this is relevant but I am getting this kind
> > of traces in dmesg on both, Salckware and Fedora installs.
> >
> > [   16.286097] ------------[ cut here ]------------
> > [   16.286100] memcpy: detected field-spanning write (size 100) of
> > single field "cpr_mconfig->gtw_cfg.config_data" at
> > sound/soc/intel/skylake/skl-messages.c:554 (size 4)
> > [   16.286128] WARNING: CPU: 1 PID: 1232 at
> > sound/soc/intel/skylake/skl-messages.c:554 skl_init_module+0x757/0x770
> > [snd_soc_skl]
> > [   16.286156] Modules linked in: nf_nat_ftp nf_conntrack_ftp
> > nft_objref nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet
> > nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4
> > nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack
> > nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink
> > snd_soc_skl_ssp_clk snd_sof_pci_intel_skl snd_sof_intel_hda_common
> > soundwire_intel soundwire_generic_allocation soundwire_cadence
> > snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils
> > qrtr soundwire_bus snd_soc_avs snd_soc_kbl_rt5663_rt5514_max98927
> > snd_soc_hda_codec cros_ec_light_prox cros_ec_sensors
> > cros_ec_sensors_core bnep industrialio_triggered_buffer kfifo_buf
> > snd_soc_hdac_hdmi snd_soc_dmic industrialio i2c_hid_acpi i2c_hid
> > snd_soc_skl cros_ec_chardev snd_soc_hdac_hda cros_ec_sensorhub
> > snd_hda_ext_core cros_usbpd_charger cros_ec_sysfs cros_usbpd_logger
> > snd_soc_sst_ipc binfmt_misc iTCO_wdt snd_soc_sst_dsp
> > snd_soc_acpi_intel_match intel_pmc_bxt
> > [   16.286215]  iTCO_vendor_support intel_tcc_cooling
> > x86_pkg_temp_thermal snd_soc_acpi intel_powerclamp coretemp kvm_intel
> > snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi cros_ec_dev
> > snd_hda_codec kvm intel_rapl_msr iwlmvm uvcvideo videobuf2_vmalloc
> > irqbypass mac80211 rapl videobuf2_memops snd_hda_core videobuf2_v4l2
> > intel_cstate intel_uncore libarc4 pcspkr i2c_i801 sunrpc snd_hwdep
> > videobuf2_common videodev i2c_smbus btusb btrtl spi_pxa2xx_platform
> > dw_dmac btbcm iwlwifi btintel mc snd_soc_rt5663 btmtk snd_soc_rt5514
> > snd_soc_max98927 snd_soc_rt5514_spi snd_soc_rl6231 bluetooth
> > snd_soc_core cfg80211 mei_me joydev snd_compress mei ac97_bus
> > snd_pcm_dmaengine intel_pch_thermal rfkill idma64 snd_seq
> > snd_seq_device snd_pcm snd_timer processor_thermal_device_pci_legacy
> > processor_thermal_device snd cros_ec_i2c processor_thermal_rfim
> > processor_thermal_mbox soundcore processor_thermal_rapl cros_ec_lpcs
> > cros_ec tpm_tis_i2c_cr50 cros_usbpd_notify int3403_thermal
> > intel_rapl_common
> > [   16.286285]  int340x_thermal_zone intel_xhci_usb_role_switch
> > int3400_thermal chromeos_pstore cros_kbd_led_backlight
> > acpi_thermal_rel chromeos_acpi intel_soc_dts_iosf zram
> > hid_logitech_hidpp hid_logitech_dj i915 drm_buddy video
> > crct10dif_pclmul crc32_pclmul crc32c_intel wmi polyval_clmulni nvme
> > polyval_generic drm_display_helper nvme_core sdhci_pci cqhci cec sdhci
> > ghash_clmulni_intel hid_multitouch mmc_core sha512_ssse3 nvme_common
> > serio_raw ttm pinctrl_sunrisepoint r8152 mii ip6_tables ip_tables fuse
> > [last unloaded: i2c_hid]
> > [   16.286324] CPU: 1 PID: 1232 Comm: pulseaudio Not tainted
> > 6.1.9-201.pixelbook.fc37.x86_64 #1
> > [   16.286328] Hardware name: Google Eve/Eve, BIOS
> > Google_Eve.9584.230.0 09/06/2021
> > [   16.286330] RIP: 0010:skl_init_module+0x757/0x770 [snd_soc_skl]
> > [   16.286355] Code: bd fe ff ff b9 04 00 00 00 4c 89 fe 4c 89 04 24
> > 48 c7 c2 00 e7 42 c1 48 c7 c7 58 e7 42 c1 c6 05 0e 36 02 00 01 e8 3f
> > 1b 95 fb <0f> 0b 4c 8b 04 24 e9 8c fe ff ff e9 96 ab 00 00 66 0f 1f 84
> > 00 00
> > [   16.286358] RSP: 0000:ffffb3c2816c7ae0 EFLAGS: 00010296
> > [   16.286362] RAX: 000000000000009a RBX: ffff8d7ce355e028 RCX: 0000000000000000
> > [   16.286364] RDX: 0000000000000001 RSI: ffffffffbd74c48b RDI: 00000000ffffffff
> > [   16.286366] RBP: ffff8d7cc3854028 R08: 0000000000000000 R09: ffffb3c2816c7980
> > [   16.286368] R10: 0000000000000003 R11: ffffffffbe1465a8 R12: 00000000000000b8
> > [   16.286370] R13: 00000000000000b8 R14: ffff8d7d0d73c840 R15: 0000000000000064
> > [   16.286372] FS:  00007fcb6eca02c0(0000) GS:ffff8d802ec80000(0000)
> > knlGS:0000000000000000
> > [   16.286375] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> > [   16.286377] CR2: 00002dc17c298000 CR3: 000000016ccfa004 CR4: 00000000003706e0
> > [   16.286379] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> > [   16.286381] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
> > [   16.286382] Call Trace:
> > [   16.286386]  <TASK>
> > [   16.286391]  skl_tplg_mixer_event+0x72f/0xd20 [snd_soc_skl]
> > [   16.286412]  ? __schedule+0x367/0x1360
> > [   16.286420]  dapm_seq_check_event+0x108/0x1c0 [snd_soc_core]
> > [   16.286464]  dapm_seq_run_coalesced+0x84/0x1c0 [snd_soc_core]
> > [   16.286501]  dapm_seq_run+0x16e/0x3e0 [snd_soc_core]
> > [   16.286542]  dapm_power_widgets+0x5db/0xa40 [snd_soc_core]
> > [   16.286581]  snd_soc_dapm_stream_event+0xf5/0x170 [snd_soc_core]
> > [   16.286619]  __soc_pcm_prepare+0x53/0xf0 [snd_soc_core]
> > [   16.286659]  dpcm_fe_dai_prepare+0xac/0x150 [snd_soc_core]
> > [   16.286699]  snd_pcm_do_prepare+0x26/0x40 [snd_pcm]
> > [   16.286718]  snd_pcm_action_single+0x33/0x80 [snd_pcm]
> > [   16.286733]  snd_pcm_action_nonatomic+0x95/0xa0 [snd_pcm]
> > [   16.286749]  snd_pcm_ioctl+0x23/0x40 [snd_pcm]
> > [   16.286764]  __x64_sys_ioctl+0x8d/0xd0
> > [   16.286770]  do_syscall_64+0x58/0x80
> > [   16.286774]  ? syscall_exit_to_user_mode+0x17/0x40
> > [   16.286777]  ? do_syscall_64+0x67/0x80
> > [   16.286780]  ? snd_pcm_ioctl+0x23/0x40 [snd_pcm]
> > [   16.286795]  ? __x64_sys_ioctl+0x8d/0xd0
> > [   16.286799]  ? syscall_exit_to_user_mode+0x17/0x40
> > [   16.286801]  ? do_syscall_64+0x67/0x80
> > [   16.286805]  entry_SYSCALL_64_after_hwframe+0x63/0xcd
> > [   16.286809] RIP: 0033:0x7fcb6f593d6f
> > [   16.286841] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24
> > 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00
> > 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28
> > 00 00
> > [   16.286843] RSP: 002b:00007ffe5ea27370 EFLAGS: 00000246 ORIG_RAX:
> > 0000000000000010
> > [   16.286847] RAX: ffffffffffffffda RBX: 0000563cd8d93160 RCX: 00007fcb6f593d6f
> > [   16.286849] RDX: 0000000000000000 RSI: 0000000000004140 RDI: 0000000000000015
> > [   16.286851] RBP: 0000000000000000 R08: 00000000000012bd R09: 00007ffe5ea27324
> > [   16.286853] R10: 0000000000000004 R11: 0000000000000246 R12: 00007ffe5ea27aa4
> > [   16.286855] R13: 00007ffe5ea27680 R14: 00007ffe5ea27a90 R15: 00007fcb6ec07290
> > [   16.286861]  </TASK>
> > [   16.286863] ---[ end trace 0000000000000000 ]---
> >
> > Seems sound related. Also I suffer from not be able to reboot or
> > powerdown on Slackware with 6.1.8,6.1.9 and 6.1.10 kernels.
> >
> > Rgds
> > Sasa
> >
> > On Fri, Jan 27, 2023 at 11:06 AM Sasa Ostrouska <casaxa@gmail.com> wrote:
> > >
> > > Hi Lucasz, I don't know if this could be relevant, but when I
> > > installed slackware64-current on the other pixelbook I have the sound
> > > works with
> > > kernel 6.1.8 but not all the time and seems there are some crashes of
> > > the sound. Also it is very amplified.
> > > I attach the dmesg here.

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-02-09 14:11     ` Sasa Ostrouska
@ 2023-02-24  1:10       ` Sasa Ostrouska
  2023-02-24 20:43         ` Sasa Ostrouska
  0 siblings, 1 reply; 40+ messages in thread
From: Sasa Ostrouska @ 2023-02-24  1:10 UTC (permalink / raw)
  To: Linux regressions mailing list
  Cc: stable, Pierre-Louis Bossart, Lukasz Majczak, Cezary Rojewski

Hi again. I have today upgraded my slackware install pixelbook from
kernel 6.1.12 to 6.1.13 and this solved the issue of powering down the
notebook. Now it has no problem
to poweroff, I do not need anymore to keep the power button to switch
off. But the thing now is that I have no longer a working sound.
I see that for some reason the firmware seems is no longer loaded:

root@goopix:~# dmesg | grep snd
[    5.599427] snd_hda_intel 0000:00:1f.3: DSP detected with PCI
class/subclass/prog-if info 0x040100
[    5.907375] snd_soc_skl 0000:00:1f.3: DSP detected with PCI
class/subclass/prog-if info 0x040100
[    5.990054] snd_soc_skl 0000:00:1f.3: bound 0000:00:02.0 (ops
i915_audio_component_bind_ops [i915])
[    7.382484] snd_soc_skl 0000:00:1f.3: ASoC: no sink widget found
for AEC Capture
[    7.382952] snd_soc_skl 0000:00:1f.3: ASoC: Failed to add route
echo_ref_out cpr 7 -> direct -> AEC Capture
[    7.384409] snd_soc_skl 0000:00:1f.3: Direct firmware load for
intel/dsp_fw_kbl.bin failed with error -2
[    7.386037] snd_soc_skl 0000:00:1f.3: Request firmware failed -2
[    7.388099] snd_soc_skl 0000:00:1f.3: Load base fw failed : -5
[    7.390630] snd_soc_skl 0000:00:1f.3: Failed to boot first fw: -5
[    7.393598] snd_soc_skl 0000:00:1f.3: ASoC: error at
snd_soc_component_probe on 0000:00:1f.3: -5
root@goopix:~#

root@goopix:~# dmesg | grep kbl
[    5.946463] i915 0000:00:02.0: [drm] Finished loading DMC firmware
i915/kbl_dmc_ver1_04.bin (v1.4)
[    6.293440] kbl_r5514_5663_max kbl_r5514_5663_max: Failed to get
ssp1_mclk, defer probe
[    7.383448] kbl_r5514_5663_max kbl_r5514_5663_max: ASoC: Parent
card not yet available, widget card binding deferred
[    7.384409] snd_soc_skl 0000:00:1f.3: Direct firmware load for
intel/dsp_fw_kbl.bin failed with error -2
[    7.397157] kbl_r5514_5663_max kbl_r5514_5663_max: ASoC: failed to
instantiate card -5
[    7.399749] kbl_r5514_5663_max: probe of kbl_r5514_5663_max failed
with error -5
root@goopix:~#

But I have the firmware in place:

root@goopix:~# ls -l /lib/firmware/9d71-GOOGLE-EVEMAX-0-tplg.bin
-rw-r--r-- 1 root root 37864 Jan 26 07:48
/lib/firmware/9d71-GOOGLE-EVEMAX-0-tplg.bin
root@goopix:~# ls -l /lib/firmware/dsp*
-rw-r--r-- 1 root root 16556 Jan 26 07:49
/lib/firmware/dsp_lib_dsm_core_spt_release.bin

root@goopix:~# ls -l /lib/firmware/intel/dsp_fw_*
-rw-r--r-- 1 root root  73728 Jan 26 07:50
/lib/firmware/intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin
lrwxrwxrwx 1 root root     28 Feb 23 21:22
/lib/firmware/intel/dsp_fw_bxtn.bin -> intel/avs/apl/dsp_basefw.bin
-rw-r--r-- 1 root root 505608 Feb 22 22:10
/lib/firmware/intel/dsp_fw_bxtn_v2219.bin
-rw-r--r-- 1 root root 505608 Feb 22 22:10
/lib/firmware/intel/dsp_fw_bxtn_v3366.bin
lrwxrwxrwx 1 root root     28 Feb 23 21:22
/lib/firmware/intel/dsp_fw_cnl.bin -> intel/avs/cnl/dsp_basefw.bin
-rw-r--r-- 1 root root 583852 Feb 22 22:10
/lib/firmware/intel/dsp_fw_cnl_v1191.bin
-rw-r--r-- 1 root root 583852 Feb 22 22:10
/lib/firmware/intel/dsp_fw_cnl_v1858.bin
lrwxrwxrwx 1 root root     28 Feb 23 21:22
/lib/firmware/intel/dsp_fw_glk.bin -> intel/avs/apl/dsp_basefw.bin
-rw-r--r-- 1 root root 505608 Feb 22 22:10
/lib/firmware/intel/dsp_fw_glk_v1814.bin
-rw-r--r-- 1 root root 505608 Feb 22 22:10
/lib/firmware/intel/dsp_fw_glk_v2768.bin
-rw-r--r-- 1 root root 505608 Feb 22 22:10
/lib/firmware/intel/dsp_fw_glk_v2880.bin
-rw-r--r-- 1 root root 505608 Feb 22 22:10
/lib/firmware/intel/dsp_fw_glk_v3366.bin
lrwxrwxrwx 1 root root     28 Feb 23 21:22
/lib/firmware/intel/dsp_fw_kbl.bin -> intel/avs/skl/dsp_basefw.bin
-rw-r--r-- 1 root root 238920 Feb 22 22:10
/lib/firmware/intel/dsp_fw_kbl_v1037.bin
-rw-r--r-- 1 root root 238920 Feb 22 22:10
/lib/firmware/intel/dsp_fw_kbl_v2042.bin
-rw-r--r-- 1 root root 243016 Feb 22 22:10
/lib/firmware/intel/dsp_fw_kbl_v2630.bin
-rw-r--r-- 1 root root 243016 Feb 22 22:10
/lib/firmware/intel/dsp_fw_kbl_v3266.bin
-rw-r--r-- 1 root root 247112 Feb 22 22:10
/lib/firmware/intel/dsp_fw_kbl_v3402.bin
-rw-r--r-- 1 root root 243016 Feb 22 22:10
/lib/firmware/intel/dsp_fw_kbl_v3420.bin
-rw-r--r-- 1 root root 238920 Feb 22 22:10
/lib/firmware/intel/dsp_fw_kbl_v701.bin
lrwxrwxrwx 1 root root     28 Feb 23 21:22
/lib/firmware/intel/dsp_fw_release.bin -> intel/avs/skl/dsp_basefw.bin
-rw-r--r-- 1 root root 247112 Feb 22 22:10
/lib/firmware/intel/dsp_fw_release_v3402.bin
-rw-r--r-- 1 root root 221184 Feb 22 22:10
/lib/firmware/intel/dsp_fw_release_v969.bin
root@goopix:~#

At least to me all seems in place.
Anybody can help me understand how to see why the firmware is not
loading or what could be the problem now ?

Rgds
Sasa

On Thu, Feb 9, 2023 at 3:11 PM Sasa Ostrouska <casaxa@gmail.com> wrote:
>
> Hi, I dont know how much this is relevant but I am getting this kind
> of traces in dmesg on both, Salckware and Fedora installs.
>
> [   16.286097] ------------[ cut here ]------------
> [   16.286100] memcpy: detected field-spanning write (size 100) of
> single field "cpr_mconfig->gtw_cfg.config_data" at
> sound/soc/intel/skylake/skl-messages.c:554 (size 4)
> [   16.286128] WARNING: CPU: 1 PID: 1232 at
> sound/soc/intel/skylake/skl-messages.c:554 skl_init_module+0x757/0x770
> [snd_soc_skl]
> [   16.286156] Modules linked in: nf_nat_ftp nf_conntrack_ftp
> nft_objref nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet
> nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4
> nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack
> nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink
> snd_soc_skl_ssp_clk snd_sof_pci_intel_skl snd_sof_intel_hda_common
> soundwire_intel soundwire_generic_allocation soundwire_cadence
> snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils
> qrtr soundwire_bus snd_soc_avs snd_soc_kbl_rt5663_rt5514_max98927
> snd_soc_hda_codec cros_ec_light_prox cros_ec_sensors
> cros_ec_sensors_core bnep industrialio_triggered_buffer kfifo_buf
> snd_soc_hdac_hdmi snd_soc_dmic industrialio i2c_hid_acpi i2c_hid
> snd_soc_skl cros_ec_chardev snd_soc_hdac_hda cros_ec_sensorhub
> snd_hda_ext_core cros_usbpd_charger cros_ec_sysfs cros_usbpd_logger
> snd_soc_sst_ipc binfmt_misc iTCO_wdt snd_soc_sst_dsp
> snd_soc_acpi_intel_match intel_pmc_bxt
> [   16.286215]  iTCO_vendor_support intel_tcc_cooling
> x86_pkg_temp_thermal snd_soc_acpi intel_powerclamp coretemp kvm_intel
> snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi cros_ec_dev
> snd_hda_codec kvm intel_rapl_msr iwlmvm uvcvideo videobuf2_vmalloc
> irqbypass mac80211 rapl videobuf2_memops snd_hda_core videobuf2_v4l2
> intel_cstate intel_uncore libarc4 pcspkr i2c_i801 sunrpc snd_hwdep
> videobuf2_common videodev i2c_smbus btusb btrtl spi_pxa2xx_platform
> dw_dmac btbcm iwlwifi btintel mc snd_soc_rt5663 btmtk snd_soc_rt5514
> snd_soc_max98927 snd_soc_rt5514_spi snd_soc_rl6231 bluetooth
> snd_soc_core cfg80211 mei_me joydev snd_compress mei ac97_bus
> snd_pcm_dmaengine intel_pch_thermal rfkill idma64 snd_seq
> snd_seq_device snd_pcm snd_timer processor_thermal_device_pci_legacy
> processor_thermal_device snd cros_ec_i2c processor_thermal_rfim
> processor_thermal_mbox soundcore processor_thermal_rapl cros_ec_lpcs
> cros_ec tpm_tis_i2c_cr50 cros_usbpd_notify int3403_thermal
> intel_rapl_common
> [   16.286285]  int340x_thermal_zone intel_xhci_usb_role_switch
> int3400_thermal chromeos_pstore cros_kbd_led_backlight
> acpi_thermal_rel chromeos_acpi intel_soc_dts_iosf zram
> hid_logitech_hidpp hid_logitech_dj i915 drm_buddy video
> crct10dif_pclmul crc32_pclmul crc32c_intel wmi polyval_clmulni nvme
> polyval_generic drm_display_helper nvme_core sdhci_pci cqhci cec sdhci
> ghash_clmulni_intel hid_multitouch mmc_core sha512_ssse3 nvme_common
> serio_raw ttm pinctrl_sunrisepoint r8152 mii ip6_tables ip_tables fuse
> [last unloaded: i2c_hid]
> [   16.286324] CPU: 1 PID: 1232 Comm: pulseaudio Not tainted
> 6.1.9-201.pixelbook.fc37.x86_64 #1
> [   16.286328] Hardware name: Google Eve/Eve, BIOS
> Google_Eve.9584.230.0 09/06/2021
> [   16.286330] RIP: 0010:skl_init_module+0x757/0x770 [snd_soc_skl]
> [   16.286355] Code: bd fe ff ff b9 04 00 00 00 4c 89 fe 4c 89 04 24
> 48 c7 c2 00 e7 42 c1 48 c7 c7 58 e7 42 c1 c6 05 0e 36 02 00 01 e8 3f
> 1b 95 fb <0f> 0b 4c 8b 04 24 e9 8c fe ff ff e9 96 ab 00 00 66 0f 1f 84
> 00 00
> [   16.286358] RSP: 0000:ffffb3c2816c7ae0 EFLAGS: 00010296
> [   16.286362] RAX: 000000000000009a RBX: ffff8d7ce355e028 RCX: 0000000000000000
> [   16.286364] RDX: 0000000000000001 RSI: ffffffffbd74c48b RDI: 00000000ffffffff
> [   16.286366] RBP: ffff8d7cc3854028 R08: 0000000000000000 R09: ffffb3c2816c7980
> [   16.286368] R10: 0000000000000003 R11: ffffffffbe1465a8 R12: 00000000000000b8
> [   16.286370] R13: 00000000000000b8 R14: ffff8d7d0d73c840 R15: 0000000000000064
> [   16.286372] FS:  00007fcb6eca02c0(0000) GS:ffff8d802ec80000(0000)
> knlGS:0000000000000000
> [   16.286375] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [   16.286377] CR2: 00002dc17c298000 CR3: 000000016ccfa004 CR4: 00000000003706e0
> [   16.286379] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> [   16.286381] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
> [   16.286382] Call Trace:
> [   16.286386]  <TASK>
> [   16.286391]  skl_tplg_mixer_event+0x72f/0xd20 [snd_soc_skl]
> [   16.286412]  ? __schedule+0x367/0x1360
> [   16.286420]  dapm_seq_check_event+0x108/0x1c0 [snd_soc_core]
> [   16.286464]  dapm_seq_run_coalesced+0x84/0x1c0 [snd_soc_core]
> [   16.286501]  dapm_seq_run+0x16e/0x3e0 [snd_soc_core]
> [   16.286542]  dapm_power_widgets+0x5db/0xa40 [snd_soc_core]
> [   16.286581]  snd_soc_dapm_stream_event+0xf5/0x170 [snd_soc_core]
> [   16.286619]  __soc_pcm_prepare+0x53/0xf0 [snd_soc_core]
> [   16.286659]  dpcm_fe_dai_prepare+0xac/0x150 [snd_soc_core]
> [   16.286699]  snd_pcm_do_prepare+0x26/0x40 [snd_pcm]
> [   16.286718]  snd_pcm_action_single+0x33/0x80 [snd_pcm]
> [   16.286733]  snd_pcm_action_nonatomic+0x95/0xa0 [snd_pcm]
> [   16.286749]  snd_pcm_ioctl+0x23/0x40 [snd_pcm]
> [   16.286764]  __x64_sys_ioctl+0x8d/0xd0
> [   16.286770]  do_syscall_64+0x58/0x80
> [   16.286774]  ? syscall_exit_to_user_mode+0x17/0x40
> [   16.286777]  ? do_syscall_64+0x67/0x80
> [   16.286780]  ? snd_pcm_ioctl+0x23/0x40 [snd_pcm]
> [   16.286795]  ? __x64_sys_ioctl+0x8d/0xd0
> [   16.286799]  ? syscall_exit_to_user_mode+0x17/0x40
> [   16.286801]  ? do_syscall_64+0x67/0x80
> [   16.286805]  entry_SYSCALL_64_after_hwframe+0x63/0xcd
> [   16.286809] RIP: 0033:0x7fcb6f593d6f
> [   16.286841] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24
> 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00
> 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28
> 00 00
> [   16.286843] RSP: 002b:00007ffe5ea27370 EFLAGS: 00000246 ORIG_RAX:
> 0000000000000010
> [   16.286847] RAX: ffffffffffffffda RBX: 0000563cd8d93160 RCX: 00007fcb6f593d6f
> [   16.286849] RDX: 0000000000000000 RSI: 0000000000004140 RDI: 0000000000000015
> [   16.286851] RBP: 0000000000000000 R08: 00000000000012bd R09: 00007ffe5ea27324
> [   16.286853] R10: 0000000000000004 R11: 0000000000000246 R12: 00007ffe5ea27aa4
> [   16.286855] R13: 00007ffe5ea27680 R14: 00007ffe5ea27a90 R15: 00007fcb6ec07290
> [   16.286861]  </TASK>
> [   16.286863] ---[ end trace 0000000000000000 ]---
>
> Seems sound related. Also I suffer from not be able to reboot or
> powerdown on Slackware with 6.1.8,6.1.9 and 6.1.10 kernels.
>
> Rgds
> Sasa
>
> On Fri, Jan 27, 2023 at 11:06 AM Sasa Ostrouska <casaxa@gmail.com> wrote:
> >
> > Hi Lucasz, I don't know if this could be relevant, but when I
> > installed slackware64-current on the other pixelbook I have the sound
> > works with
> > kernel 6.1.8 but not all the time and seems there are some crashes of
> > the sound. Also it is very amplified.
> > I attach the dmesg here.

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-27 10:06   ` Sasa Ostrouska
@ 2023-02-09 14:11     ` Sasa Ostrouska
  2023-02-24  1:10       ` Sasa Ostrouska
  0 siblings, 1 reply; 40+ messages in thread
From: Sasa Ostrouska @ 2023-02-09 14:11 UTC (permalink / raw)
  To: Linux regressions mailing list
  Cc: stable, Pierre-Louis Bossart, Lukasz Majczak, Cezary Rojewski

Hi, I dont know how much this is relevant but I am getting this kind
of traces in dmesg on both, Salckware and Fedora installs.

[   16.286097] ------------[ cut here ]------------
[   16.286100] memcpy: detected field-spanning write (size 100) of
single field "cpr_mconfig->gtw_cfg.config_data" at
sound/soc/intel/skylake/skl-messages.c:554 (size 4)
[   16.286128] WARNING: CPU: 1 PID: 1232 at
sound/soc/intel/skylake/skl-messages.c:554 skl_init_module+0x757/0x770
[snd_soc_skl]
[   16.286156] Modules linked in: nf_nat_ftp nf_conntrack_ftp
nft_objref nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet
nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4
nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack
nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink
snd_soc_skl_ssp_clk snd_sof_pci_intel_skl snd_sof_intel_hda_common
soundwire_intel soundwire_generic_allocation soundwire_cadence
snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils
qrtr soundwire_bus snd_soc_avs snd_soc_kbl_rt5663_rt5514_max98927
snd_soc_hda_codec cros_ec_light_prox cros_ec_sensors
cros_ec_sensors_core bnep industrialio_triggered_buffer kfifo_buf
snd_soc_hdac_hdmi snd_soc_dmic industrialio i2c_hid_acpi i2c_hid
snd_soc_skl cros_ec_chardev snd_soc_hdac_hda cros_ec_sensorhub
snd_hda_ext_core cros_usbpd_charger cros_ec_sysfs cros_usbpd_logger
snd_soc_sst_ipc binfmt_misc iTCO_wdt snd_soc_sst_dsp
snd_soc_acpi_intel_match intel_pmc_bxt
[   16.286215]  iTCO_vendor_support intel_tcc_cooling
x86_pkg_temp_thermal snd_soc_acpi intel_powerclamp coretemp kvm_intel
snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi cros_ec_dev
snd_hda_codec kvm intel_rapl_msr iwlmvm uvcvideo videobuf2_vmalloc
irqbypass mac80211 rapl videobuf2_memops snd_hda_core videobuf2_v4l2
intel_cstate intel_uncore libarc4 pcspkr i2c_i801 sunrpc snd_hwdep
videobuf2_common videodev i2c_smbus btusb btrtl spi_pxa2xx_platform
dw_dmac btbcm iwlwifi btintel mc snd_soc_rt5663 btmtk snd_soc_rt5514
snd_soc_max98927 snd_soc_rt5514_spi snd_soc_rl6231 bluetooth
snd_soc_core cfg80211 mei_me joydev snd_compress mei ac97_bus
snd_pcm_dmaengine intel_pch_thermal rfkill idma64 snd_seq
snd_seq_device snd_pcm snd_timer processor_thermal_device_pci_legacy
processor_thermal_device snd cros_ec_i2c processor_thermal_rfim
processor_thermal_mbox soundcore processor_thermal_rapl cros_ec_lpcs
cros_ec tpm_tis_i2c_cr50 cros_usbpd_notify int3403_thermal
intel_rapl_common
[   16.286285]  int340x_thermal_zone intel_xhci_usb_role_switch
int3400_thermal chromeos_pstore cros_kbd_led_backlight
acpi_thermal_rel chromeos_acpi intel_soc_dts_iosf zram
hid_logitech_hidpp hid_logitech_dj i915 drm_buddy video
crct10dif_pclmul crc32_pclmul crc32c_intel wmi polyval_clmulni nvme
polyval_generic drm_display_helper nvme_core sdhci_pci cqhci cec sdhci
ghash_clmulni_intel hid_multitouch mmc_core sha512_ssse3 nvme_common
serio_raw ttm pinctrl_sunrisepoint r8152 mii ip6_tables ip_tables fuse
[last unloaded: i2c_hid]
[   16.286324] CPU: 1 PID: 1232 Comm: pulseaudio Not tainted
6.1.9-201.pixelbook.fc37.x86_64 #1
[   16.286328] Hardware name: Google Eve/Eve, BIOS
Google_Eve.9584.230.0 09/06/2021
[   16.286330] RIP: 0010:skl_init_module+0x757/0x770 [snd_soc_skl]
[   16.286355] Code: bd fe ff ff b9 04 00 00 00 4c 89 fe 4c 89 04 24
48 c7 c2 00 e7 42 c1 48 c7 c7 58 e7 42 c1 c6 05 0e 36 02 00 01 e8 3f
1b 95 fb <0f> 0b 4c 8b 04 24 e9 8c fe ff ff e9 96 ab 00 00 66 0f 1f 84
00 00
[   16.286358] RSP: 0000:ffffb3c2816c7ae0 EFLAGS: 00010296
[   16.286362] RAX: 000000000000009a RBX: ffff8d7ce355e028 RCX: 0000000000000000
[   16.286364] RDX: 0000000000000001 RSI: ffffffffbd74c48b RDI: 00000000ffffffff
[   16.286366] RBP: ffff8d7cc3854028 R08: 0000000000000000 R09: ffffb3c2816c7980
[   16.286368] R10: 0000000000000003 R11: ffffffffbe1465a8 R12: 00000000000000b8
[   16.286370] R13: 00000000000000b8 R14: ffff8d7d0d73c840 R15: 0000000000000064
[   16.286372] FS:  00007fcb6eca02c0(0000) GS:ffff8d802ec80000(0000)
knlGS:0000000000000000
[   16.286375] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   16.286377] CR2: 00002dc17c298000 CR3: 000000016ccfa004 CR4: 00000000003706e0
[   16.286379] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[   16.286381] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[   16.286382] Call Trace:
[   16.286386]  <TASK>
[   16.286391]  skl_tplg_mixer_event+0x72f/0xd20 [snd_soc_skl]
[   16.286412]  ? __schedule+0x367/0x1360
[   16.286420]  dapm_seq_check_event+0x108/0x1c0 [snd_soc_core]
[   16.286464]  dapm_seq_run_coalesced+0x84/0x1c0 [snd_soc_core]
[   16.286501]  dapm_seq_run+0x16e/0x3e0 [snd_soc_core]
[   16.286542]  dapm_power_widgets+0x5db/0xa40 [snd_soc_core]
[   16.286581]  snd_soc_dapm_stream_event+0xf5/0x170 [snd_soc_core]
[   16.286619]  __soc_pcm_prepare+0x53/0xf0 [snd_soc_core]
[   16.286659]  dpcm_fe_dai_prepare+0xac/0x150 [snd_soc_core]
[   16.286699]  snd_pcm_do_prepare+0x26/0x40 [snd_pcm]
[   16.286718]  snd_pcm_action_single+0x33/0x80 [snd_pcm]
[   16.286733]  snd_pcm_action_nonatomic+0x95/0xa0 [snd_pcm]
[   16.286749]  snd_pcm_ioctl+0x23/0x40 [snd_pcm]
[   16.286764]  __x64_sys_ioctl+0x8d/0xd0
[   16.286770]  do_syscall_64+0x58/0x80
[   16.286774]  ? syscall_exit_to_user_mode+0x17/0x40
[   16.286777]  ? do_syscall_64+0x67/0x80
[   16.286780]  ? snd_pcm_ioctl+0x23/0x40 [snd_pcm]
[   16.286795]  ? __x64_sys_ioctl+0x8d/0xd0
[   16.286799]  ? syscall_exit_to_user_mode+0x17/0x40
[   16.286801]  ? do_syscall_64+0x67/0x80
[   16.286805]  entry_SYSCALL_64_after_hwframe+0x63/0xcd
[   16.286809] RIP: 0033:0x7fcb6f593d6f
[   16.286841] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24
10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00
00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28
00 00
[   16.286843] RSP: 002b:00007ffe5ea27370 EFLAGS: 00000246 ORIG_RAX:
0000000000000010
[   16.286847] RAX: ffffffffffffffda RBX: 0000563cd8d93160 RCX: 00007fcb6f593d6f
[   16.286849] RDX: 0000000000000000 RSI: 0000000000004140 RDI: 0000000000000015
[   16.286851] RBP: 0000000000000000 R08: 00000000000012bd R09: 00007ffe5ea27324
[   16.286853] R10: 0000000000000004 R11: 0000000000000246 R12: 00007ffe5ea27aa4
[   16.286855] R13: 00007ffe5ea27680 R14: 00007ffe5ea27a90 R15: 00007fcb6ec07290
[   16.286861]  </TASK>
[   16.286863] ---[ end trace 0000000000000000 ]---

Seems sound related. Also I suffer from not be able to reboot or
powerdown on Slackware with 6.1.8,6.1.9 and 6.1.10 kernels.

Rgds
Sasa

On Fri, Jan 27, 2023 at 11:06 AM Sasa Ostrouska <casaxa@gmail.com> wrote:
>
> Hi Lucasz, I don't know if this could be relevant, but when I
> installed slackware64-current on the other pixelbook I have the sound
> works with
> kernel 6.1.8 but not all the time and seems there are some crashes of
> the sound. Also it is very amplified.
> I attach the dmesg here.

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-26 12:59 ` Linux kernel regression tracking (#adding)
@ 2023-01-27 10:06   ` Sasa Ostrouska
  2023-02-09 14:11     ` Sasa Ostrouska
  0 siblings, 1 reply; 40+ messages in thread
From: Sasa Ostrouska @ 2023-01-27 10:06 UTC (permalink / raw)
  To: Linux regressions mailing list
  Cc: stable, Pierre-Louis Bossart, Lukasz Majczak, Cezary Rojewski

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

Hi Lucasz, I don't know if this could be relevant, but when I
installed slackware64-current on the other pixelbook I have the sound
works with
kernel 6.1.8 but not all the time and seems there are some crashes of
the sound. Also it is very amplified.
I attach the dmesg here.

[-- Attachment #2: slackware_dmesg_linux-6.1.8.txt --]
[-- Type: text/plain, Size: 58363 bytes --]

[    0.000000] Linux version 6.1.8 (root@z-mp.slackware.lan) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Tue Jan 24 13:53:19 CST 2023
[    0.000000] Command line: BOOT_IMAGE=/sv_root/boot/vmlinuz-huge-6.1.8 root=UUID=028cc4de-ad8a-4454-8522-4a4a7a5a6ca2 ro rootflags=subvol=sv_root
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 2032
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007a95cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a95d000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Google Eve/Eve, BIOS Google_Eve.9584.230.0 09/06/2021
[    0.000000] tsc: Detected 1600.000 MHz processor
[    0.000000] tsc: Detected 1599.960 MHz TSC
[    0.000814] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000819] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000829] last_pfn = 0x47f000 max_arch_pfn = 0x400000000
[    0.001008] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002011] last_pfn = 0x7a95d max_arch_pfn = 0x400000000
[    0.018333] Using GB pages for direct mapping
[    0.018660] RAMDISK: [mem 0x36c79000-0x37633fff]
[    0.018664] ACPI: Early table checksum verification disabled
[    0.018669] ACPI: RSDP 0x00000000000F4310 000024 (v02 CORE  )
[    0.018677] ACPI: XSDT 0x000000007AA9A0E0 000064 (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.018686] ACPI: FACP 0x000000007AA9E830 0000F4 (v04 CORE   COREBOOT 00000000 CORE 00000000)
[    0.018696] ACPI: DSDT 0x000000007AA9A280 0045B0 (v05 COREv4 COREBOOT 20110725 INTL 20150717)
[    0.018702] ACPI: FACS 0x000000007AA9A240 000040
[    0.018707] ACPI: FACS 0x000000007AA9A240 000040
[    0.018711] ACPI: SSDT 0x000000007AA9E930 000DBB (v02 CORE   COREBOOT 0000002A CORE 0000002A)
[    0.018717] ACPI: MCFG 0x000000007AA9F6F0 00003C (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.018723] ACPI: TCPA 0x000000007AA9F730 000032 (v02 CORE   COREBOOT 00000000 CORE 00000000)
[    0.018728] ACPI: APIC 0x000000007AA9F770 00006C (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.018734] ACPI: NHLT 0x000000007AA9F7E0 000404 (v05 GOOGLE EVEMAX   00000000 CORE 00000000)
[    0.018739] ACPI: DBG2 0x000000007AAA1BF0 000061 (v00 CORE   COREBOOT 00000000 CORE 00000000)
[    0.018745] ACPI: HPET 0x000000007AAA1C60 000038 (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.018749] ACPI: Reserving FACP table memory at [mem 0x7aa9e830-0x7aa9e923]
[    0.018752] ACPI: Reserving DSDT table memory at [mem 0x7aa9a280-0x7aa9e82f]
[    0.018754] ACPI: Reserving FACS table memory at [mem 0x7aa9a240-0x7aa9a27f]
[    0.018756] ACPI: Reserving FACS table memory at [mem 0x7aa9a240-0x7aa9a27f]
[    0.018757] ACPI: Reserving SSDT table memory at [mem 0x7aa9e930-0x7aa9f6ea]
[    0.018759] ACPI: Reserving MCFG table memory at [mem 0x7aa9f6f0-0x7aa9f72b]
[    0.018760] ACPI: Reserving TCPA table memory at [mem 0x7aa9f730-0x7aa9f761]
[    0.018762] ACPI: Reserving APIC table memory at [mem 0x7aa9f770-0x7aa9f7db]
[    0.018764] ACPI: Reserving NHLT table memory at [mem 0x7aa9f7e0-0x7aa9fbe3]
[    0.018765] ACPI: Reserving DBG2 table memory at [mem 0x7aaa1bf0-0x7aaa1c50]
[    0.018767] ACPI: Reserving HPET table memory at [mem 0x7aaa1c60-0x7aaa1c97]
[    0.018909] No NUMA configuration found
[    0.018910] Faking a node at [mem 0x0000000000000000-0x000000047effffff]
[    0.018916] NODE_DATA(0) allocated [mem 0x47effa000-0x47effffff]
[    0.018969] Zone ranges:
[    0.018970]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.018974]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.018977]   Normal   [mem 0x0000000100000000-0x000000047effffff]
[    0.018980]   Device   empty
[    0.018982] Movable zone start for each node
[    0.018983] Early memory node ranges
[    0.018984]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.018987]   node   0: [mem 0x0000000000100000-0x000000007a95cfff]
[    0.018989]   node   0: [mem 0x0000000100000000-0x000000047effffff]
[    0.018994] Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
[    0.019001] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.019042] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.065227] On node 0, zone Normal: 22179 pages in unavailable ranges
[    0.065287] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.065311] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.065691] ACPI: PM-Timer IO Port: 0x1808
[    0.065735] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.065741] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.065744] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.065752] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.065754] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.065759] TSC deadline timer available
[    0.065761] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.065776] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.065780] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.065782] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.065784] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.065786] PM: hibernation: Registered nosave memory: [mem 0x7a95d000-0x7fffffff]
[    0.065787] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.065789] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[    0.065790] PM: hibernation: Registered nosave memory: [mem 0xe4000000-0xfcffffff]
[    0.065791] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[    0.065794] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.065796] Booting paravirtualized kernel on bare hardware
[    0.065800] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.082145] setup_percpu: NR_CPUS:256 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.082425] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u524288
[    0.082434] pcpu-alloc: s208896 r8192 d28672 u524288 alloc=1*2097152
[    0.082439] pcpu-alloc: [0] 0 1 2 3 
[    0.082468] Fallback order for Node 0: 0 
[    0.082473] Built 1 zonelists, mobility grouping on.  Total pages: 4102647
[    0.082475] Policy zone: Normal
[    0.082477] Kernel command line: BOOT_IMAGE=/sv_root/boot/vmlinuz-huge-6.1.8 root=UUID=028cc4de-ad8a-4454-8522-4a4a7a5a6ca2 ro rootflags=subvol=sv_root
[    0.082573] Unknown kernel command line parameters "BOOT_IMAGE=/sv_root/boot/vmlinuz-huge-6.1.8", will be passed to user space.
[    0.082622] random: crng init done
[    0.084272] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.085092] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.085191] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.085198] software IO TLB: area num 4.
[    0.163163] Memory: 16259652K/16671724K available (20500K kernel code, 3503K rwdata, 6224K rodata, 2208K init, 4088K bss, 411812K reserved, 0K cma-reserved)
[    0.163370] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.163388] Kernel/User page tables isolation: enabled
[    0.163428] ftrace: allocating 61443 entries in 241 pages
[    0.185295] ftrace: allocated 241 pages with 5 groups
[    0.185384] Dynamic Preempt: full
[    0.185430] rcu: Preemptible hierarchical RCU implementation.
[    0.185432] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.185433] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.185436] 	Trampoline variant of Tasks RCU enabled.
[    0.185437] 	Rude variant of Tasks RCU enabled.
[    0.185438] 	Tracing variant of Tasks RCU enabled.
[    0.185439] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.185440] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.189469] NR_IRQS: 16640, nr_irqs: 1024, preallocated irqs: 16
[    0.189717] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.190220] Console: colour dummy device 80x25
[    0.190595] printk: console [tty0] enabled
[    0.190629] ACPI: Core revision 20220331
[    0.190719] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.190724] APIC: Switch to symmetric I/O mode setup
[    0.191971] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.196129] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
[    0.196146] Calibrating delay loop (skipped), value calculated using timer frequency.. 3199.92 BogoMIPS (lpj=1599960)
[    0.196156] pid_max: default: 32768 minimum: 301
[    0.196201] LSM: Security Framework initializing
[    0.196275] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.196321] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.196721] CPU0: Thermal monitoring enabled (TM1)
[    0.196775] process: using mwait in idle threads
[    0.196781] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.196786] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.196794] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.196801] Spectre V2 : Mitigation: IBRS
[    0.196805] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.196810] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.196816] RETBleed: Mitigation: IBRS
[    0.196823] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.196832] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.196853] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.196860] TAA: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.196866] MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.196874] SRBDS: Vulnerable: No microcode
[    0.197140] Freeing SMP alternatives memory: 64K
[    0.197140] smpboot: CPU0: Intel(R) Core(TM) i7-7Y75 CPU @ 1.30GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.197140] cblist_init_generic: Setting adjustable number of callback queues.
[    0.197140] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.197140] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.197140] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.197140] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.197140] ... version:                4
[    0.197140] ... bit width:              48
[    0.197140] ... generic registers:      4
[    0.197140] ... value mask:             0000ffffffffffff
[    0.197140] ... max period:             00007fffffffffff
[    0.197140] ... fixed-purpose events:   3
[    0.197140] ... event mask:             000000070000000f
[    0.197140] Estimated ratio of average max frequency by base frequency (times 1024): 2176
[    0.197140] rcu: Hierarchical SRCU implementation.
[    0.197140] rcu: 	Max phase no-delay instances is 400.
[    0.197140] smp: Bringing up secondary CPUs ...
[    0.197293] x86: Booting SMP configuration:
[    0.197299] .... node  #0, CPUs:      #1
[    0.198287] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.198287] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[    0.198287] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[    0.198375]  #2 #3
[    0.200658] smp: Brought up 1 node, 4 CPUs
[    0.200658] smpboot: Max logical packages: 1
[    0.200658] smpboot: Total of 4 processors activated (12799.68 BogoMIPS)
[    0.202151] devtmpfs: initialized
[    0.202239] x86/mm: Memory block size: 128MB
[    0.205326] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.205326] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.205419] pinctrl core: initialized pinctrl subsystem
[    0.206510] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.206787] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.206823] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.206843] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.206873] audit: initializing netlink subsys (disabled)
[    0.206890] audit: type=2000 audit(1674806695.010:1): state=initialized audit_enabled=0 res=1
[    0.206890] thermal_sys: Registered thermal governor 'fair_share'
[    0.206890] thermal_sys: Registered thermal governor 'bang_bang'
[    0.206890] thermal_sys: Registered thermal governor 'step_wise'
[    0.206890] thermal_sys: Registered thermal governor 'user_space'
[    0.207169] cpuidle: using governor ladder
[    0.207185] cpuidle: using governor menu
[    0.207276] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.207311] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.207327] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.207335] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
[    0.207363] PCI: Using configuration type 1 for base access
[    0.214214] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.214214] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.214214] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.214214] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.214584] cryptd: max_cpu_qlen set to 1000
[    0.215269] raid6: skipped pq benchmark and selected avx2x4
[    0.215280] raid6: using avx2x2 recovery algorithm
[    0.215418] ACPI: Added _OSI(Module Device)
[    0.215427] ACPI: Added _OSI(Processor Device)
[    0.215435] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.215443] ACPI: Added _OSI(Processor Aggregator Device)
[    0.221931] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.225334] ACPI: EC: EC started
[    0.225343] ACPI: EC: interrupt blocked
[    0.225586] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.225598] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.225610] ACPI: Interpreter enabled
[    0.225649] ACPI: PM: (supports S0 S3 S5)
[    0.225656] ACPI: Using IOAPIC for interrupt routing
[    0.225707] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.225719] PCI: Using E820 reservations for host bridge windows
[    0.242354] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.242378] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.242470] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability LTR DPC]
[    0.242498] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.242729] acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
[    0.244186] PCI host bridge to bus 0000:00
[    0.244196] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.244209] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.244221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
[    0.244233] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
[    0.244245] pci_bus 0000:00: root bus resource [mem 0x80000001-0xdfffffff window]
[    0.244257] pci_bus 0000:00: root bus resource [mem 0x800000000-0xbffffffff window]
[    0.244269] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.244281] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.244293] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.244364] pci 0000:00:00.0: [8086:590c] type 00 class 0x060000
[    0.244642] pci 0000:00:02.0: [8086:591e] type 00 class 0x030000
[    0.244677] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd0ffffff 64bit]
[    0.244700] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.244719] pci 0000:00:02.0: reg 0x20: [io  0x1c00-0x1c3f]
[    0.244766] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.244967] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.244998] pci 0000:00:04.0: reg 0x10: [mem 0xd1220000-0xd1227fff 64bit]
[    0.245279] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.245311] pci 0000:00:08.0: reg 0x10: [mem 0xd1230000-0xd1230fff 64bit]
[    0.245569] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.245618] pci 0000:00:14.0: reg 0x10: [mem 0xd1200000-0xd120ffff 64bit]
[    0.245749] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.246073] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.246121] pci 0000:00:14.2: reg 0x10: [mem 0xd1231000-0xd1231fff 64bit]
[    0.246412] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    0.246467] pci 0000:00:15.0: reg 0x10: [mem 0xd1232000-0xd1232fff 64bit]
[    0.246831] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[    0.246886] pci 0000:00:15.1: reg 0x10: [mem 0xd1233000-0xd1233fff 64bit]
[    0.247247] pci 0000:00:15.2: [8086:9d62] type 00 class 0x118000
[    0.247302] pci 0000:00:15.2: reg 0x10: [mem 0xd1234000-0xd1234fff 64bit]
[    0.247678] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.247725] pci 0000:00:16.0: reg 0x10: [mem 0xd1235000-0xd1235fff 64bit]
[    0.247851] pci 0000:00:16.0: PME# supported from D3hot
[    0.248053] pci 0000:00:19.0: [8086:9d66] type 00 class 0x118000
[    0.248108] pci 0000:00:19.0: reg 0x10: [mem 0xd1236000-0xd1236fff 64bit]
[    0.248155] pci 0000:00:19.0: reg 0x18: [mem 0xd1237000-0xd1237fff 64bit]
[    0.248489] pci 0000:00:19.2: [8086:9d64] type 00 class 0x118000
[    0.248544] pci 0000:00:19.2: reg 0x10: [mem 0xd1238000-0xd1238fff 64bit]
[    0.248902] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.249053] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.249360] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[    0.249523] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.249842] pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
[    0.249885] pci 0000:00:1e.0: reg 0x10: [mem 0xd1239000-0xd1239fff 64bit]
[    0.249917] pci 0000:00:1e.0: reg 0x18: [mem 0xd123a000-0xd123afff 64bit]
[    0.250255] pci 0000:00:1e.2: [8086:9d29] type 00 class 0x118000
[    0.250305] pci 0000:00:1e.2: reg 0x10: [mem 0xd123b000-0xd123bfff 64bit]
[    0.250653] pci 0000:00:1e.4: [8086:9d2b] type 00 class 0x080501
[    0.250696] pci 0000:00:1e.4: reg 0x10: [mem 0xd123c000-0xd123cfff 64bit]
[    0.251263] pci 0000:00:1f.0: [8086:9d4b] type 00 class 0x060100
[    0.251614] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.251652] pci 0000:00:1f.2: reg 0x10: [mem 0xd1228000-0xd122bfff]
[    0.251935] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040100
[    0.251983] pci 0000:00:1f.3: reg 0x10: [mem 0xd122c000-0xd122ffff 64bit]
[    0.252038] pci 0000:00:1f.3: reg 0x20: [mem 0xd1210000-0xd121ffff 64bit]
[    0.252129] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.252519] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.252599] pci 0000:00:1f.4: reg 0x10: [mem 0xd123e000-0xd123e0ff 64bit]
[    0.252692] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.252968] pci 0000:00:1f.5: [8086:9d24] type 00 class 0x000000
[    0.253002] pci 0000:00:1f.5: reg 0x10: [mem 0xd123d000-0xd123dfff]
[    0.253625] pci 0000:01:00.0: [8086:095a] type 00 class 0x028000
[    0.253832] pci 0000:01:00.0: reg 0x10: [mem 0xd1000000-0xd1001fff 64bit]
[    0.254528] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.255865] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.255894] pci 0000:00:1c.0:   bridge window [mem 0xd1000000-0xd10fffff]
[    0.256165] pci 0000:02:00.0: [144d:a806] type 00 class 0x010802
[    0.256203] pci 0000:02:00.0: reg 0x10: [mem 0xd1100000-0xd1103fff 64bit]
[    0.256825] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.256841] pci 0000:00:1c.4:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.257518] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.257697] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.257860] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.258017] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.258188] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.258344] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    0.258489] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.258634] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.261456] ACPI: EC: interrupt unblocked
[    0.261468] ACPI: EC: event unblocked
[    0.261494] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.261503] ACPI: EC: GPE=0x6e
[    0.261512] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.261524] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.261750] iommu: Default domain type: Translated 
[    0.261760] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.262040] SCSI subsystem initialized
[    0.262111] libata version 3.00 loaded.
[    0.262125] ACPI: bus type USB registered
[    0.262191] usbcore: registered new interface driver usbfs
[    0.262226] usbcore: registered new interface driver hub
[    0.262248] usbcore: registered new device driver usb
[    0.262289] pps_core: LinuxPPS API ver. 1 registered
[    0.262297] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.262312] PTP clock support registered
[    0.262400] EDAC MC: Ver: 3.0.0
[    0.263440] PCI: Using ACPI for IRQ routing
[    0.270468] PCI: pci_cache_line_size set to 64 bytes
[    0.271162] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.271168] e820: reserve RAM buffer [mem 0x7a95d000-0x7bffffff]
[    0.271172] e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
[    0.271212] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.271212] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.271212] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.271212] vgaarb: loaded
[    0.271443] clocksource: Switched to clocksource tsc-early
[    0.272432] VFS: Disk quotas dquot_6.6.0
[    0.272473] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.272586] pnp: PnP ACPI init
[    0.272955] system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.272971] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.272983] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.272994] system 00:00: [mem 0xe0000000-0xe3ffffff] has been reserved
[    0.273005] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.273016] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.273027] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.273037] system 00:00: [mem 0xff000000-0xffffffff] has been reserved
[    0.273048] system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.273058] system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.273587] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.273754] system 00:03: [io  0x0900-0x09fe] has been reserved
[    0.273866] system 00:04: [io  0x0200] has been reserved
[    0.273877] system 00:04: [io  0x0204] has been reserved
[    0.273886] system 00:04: [io  0x0800-0x087f] has been reserved
[    0.273896] system 00:04: [io  0x0880-0x08ff] has been reserved
[    0.274536] pnp: PnP ACPI: found 6 devices
[    0.281898] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.282071] NET: Registered PF_INET protocol family
[    0.282426] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.292607] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.292662] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.292679] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.292918] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.293486] TCP: Hash tables configured (established 131072 bind 65536)
[    0.293638] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.293727] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.293806] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.293921] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.294095] RPC: Registered named UNIX socket transport module.
[    0.294103] RPC: Registered udp transport module.
[    0.294109] RPC: Registered tcp transport module.
[    0.294113] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.294121] NET: Registered PF_XDP protocol family
[    0.294152] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.294179] pci 0000:00:1c.0:   bridge window [mem 0xd1000000-0xd10fffff]
[    0.294203] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.294228] pci 0000:00:1c.4:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.294259] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.294267] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.294275] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
[    0.294283] pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
[    0.294290] pci_bus 0000:00: resource 8 [mem 0x80000001-0xdfffffff window]
[    0.294297] pci_bus 0000:00: resource 9 [mem 0x800000000-0xbffffffff window]
[    0.294305] pci_bus 0000:00: resource 10 [mem 0xfd000000-0xfe7fffff window]
[    0.294313] pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed44fff window]
[    0.294321] pci_bus 0000:01: resource 1 [mem 0xd1000000-0xd10fffff]
[    0.294328] pci_bus 0000:02: resource 1 [mem 0xd1100000-0xd11fffff]
[    0.295391] PCI: CLS 64 bytes, default 64
[    0.295407] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.295415] software IO TLB: mapped [mem 0x000000007695d000-0x000000007a95d000] (64MB)
[    0.295527] Trying to unpack rootfs image as initramfs...
[    0.377806] sgx: There are zero EPC sections.
[    0.379661] Initialise system trusted keyrings
[    0.379689] Key type blacklist registered
[    0.379765] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.384600] zbud: loaded
[    0.385582] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.385990] NFS: Registering the id_resolver key type
[    0.386008] Key type id_resolver registered
[    0.386016] Key type id_legacy registered
[    0.386071] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.386082] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.386578] ntfs: driver 2.1.32 [Flags: R/W].
[    0.386708] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
[    0.386856] JFS: nTxBlock = 8192, nTxLock = 65536
[    0.388228] SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled
[    0.389070] 9p: Installing v9fs 9p2000 file system support
[    0.389258] ocfs2: Registered cluster interface o2cb
[    0.389363] OCFS2 User DLM kernel interface loaded
[    0.407969] xor: automatically using best checksumming function   avx       
[    0.407984] async_tx: api initialized (async)
[    0.408004] Key type asymmetric registered
[    0.408013] Asymmetric key parser 'x509' registered
[    0.408021] Running certificate verification selftests
[    0.685290] Freeing initrd memory: 9964K
[    0.691711] Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'
[    0.698320] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.698378] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.698443] io scheduler mq-deadline registered
[    0.698776] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.699316] pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
[    0.699490] pcieport 0000:00:1c.0: AER: enabled with IRQ 120
[    0.700137] pcieport 0000:00:1c.4: PME: Signaling with IRQ 121
[    0.700348] pcieport 0000:00:1c.4: AER: enabled with IRQ 121
[    0.704079] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.704886] hpet_acpi_add: no address or irqs in _CRS
[    0.706078] Floppy drive(s): fd0 is 1.2M, fd1 is 1.44M
[    0.709167] brd: module loaded
[    0.709584] fnic: Cisco FCoE HBA Driver, ver 1.6.0.54
[    0.709644] fnic: Successfully Initialized Trace Buffer
[    0.709699] fnic: Successfully Initialized FC_CTLR Trace Buffer
[    0.710546] Adaptec aacraid driver 1.2.1[50983]-custom
[    0.710594] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[    0.710679] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[    0.710781] QLogic BR-series BFA FC/FCOE SCSI driver - version: 3.2.25.1
[    0.710934] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    0.711000] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    0.711038] megasas: 07.719.03.00-rc1
[    0.711093] mpt3sas version 43.100.00.00 loaded
[    0.711326] 3ware Storage Controller device driver for Linux v1.26.02.003.
[    0.711361] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[    0.711396] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[    0.711430] ipr: IBM Power RAID SCSI Device Driver version: 2.6.4 (March 14, 2017)
[    0.711475] RocketRAID 3xxx/4xxx Controller driver v1.10.0
[    0.711512] stex: Promise SuperTrak EX Driver version: 6.02.0000.01
[    0.711675] st: Version 20160209, fixed bufsize 32768, s/g segs 256
[    0.712170] nvme nvme0: pci function 0000:02:00.0
[    0.714359] scsi host0: pata_legacy
[    0.714506] ata1: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14
[    0.720377] nvme nvme0: Shutdown timeout set to 10 seconds
[    0.725586] nvme nvme0: 4/0/0 default/read/poll queues
[    0.739517]  nvme0n1: p1 p2 p3
[    1.379373] tsc: Refined TSC clocksource calibration: 1607.999 MHz
[    1.379395] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172da94f0e2, max_idle_ns: 440795278248 ns
[    1.379453] clocksource: Switched to clocksource tsc
[    3.747474] floppy0: no floppy controllers found
[    3.754119] scsi host0: pata_legacy
[    3.754255] ata2: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
[    3.913551] Fusion MPT base driver 3.04.20
[    3.913563] Copyright (c) 1999-2008 LSI Corporation
[    3.913586] Fusion MPT SPI Host driver 3.04.20
[    3.913636] Fusion MPT FC Host driver 3.04.20
[    3.913669] Fusion MPT SAS Host driver 3.04.20
[    3.913711] Fusion MPT misc device (ioctl) driver 3.04.20
[    3.913791] mptctl: Registered with Fusion MPT base driver
[    3.913798] mptctl: /dev/mptctl @ (major,minor=10,220)
[    3.913805] Fusion MPT LAN driver 3.04.20
[    3.913951] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    3.913962] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    3.914428] i8042: Warning: Keylock active
[    3.914667] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.914847] mousedev: PS/2 mouse device common for all mice
[    3.914921] rtc_cmos 00:02: RTC can wake from S4
[    3.915688] rtc_cmos 00:02: registered as rtc0
[    3.915746] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram
[    3.916077] device-mapper: uevent: version 1.0.3
[    3.916195] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    3.916211] intel_pstate: Intel P-state driver initializing
[    3.916562] intel_pstate: HWP enabled
[    3.916653] intel_pmc_core intel_pmc_core.0:  initialized
[    3.916751] Initializing XFRM netlink socket
[    3.916757] NET: Registered PF_PACKET protocol family
[    3.916833] 9pnet: Installing 9P2000 support
[    3.916870] Key type dns_resolver registered
[    3.917125] microcode: sig=0x806e9, pf=0x80, revision=0x8e
[    3.917139] microcode: Microcode Update Driver: v2.2.
[    3.917148] IPI shorthand broadcast: enabled
[    3.917155] AVX2 version of gcm_enc/dec engaged.
[    3.917255] AES CTR mode by8 optimization enabled
[    3.917510] sched_clock: Marking stable (3911199479, 6290643)->(3977714815, -60224693)
[    3.917682] registered taskstats version 1
[    3.917688] Loading compiled-in X.509 certificates
[    3.917754] zswap: loaded using pool lzo/zbud
[    3.917836] Key type .fscrypt registered
[    3.917839] Key type fscrypt-provisioning registered
[    3.918048] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=no
[    3.919685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    3.920693] Key type encrypted registered
[    3.922452] RAS: Correctable Errors collector initialized.
[    3.923700] Freeing unused decrypted memory: 2036K
[    3.924070] Freeing unused kernel image (initmem) memory: 2208K
[    3.934261] Write protecting the kernel read-only data: 30720k
[    3.935012] Freeing unused kernel image (text/rodata gap) memory: 2024K
[    3.935422] Freeing unused kernel image (rodata/data gap) memory: 1968K
[    3.935507] rodata_test: all tests were successful
[    3.935514] Run /init as init process
[    3.935517]   with arguments:
[    3.935518]     /init
[    3.935519]   with environment:
[    3.935519]     HOME=/
[    3.935520]     TERM=linux
[    3.935521]     BOOT_IMAGE=/sv_root/boot/vmlinuz-huge-6.1.8
[    3.972548] udevd[235]: starting eudev-3.2.11
[    4.128499] BTRFS: device label slackware devid 1 transid 1050 /dev/nvme0n1p3 scanned by udevd (242)
[    6.233979] BTRFS info (device nvme0n1p3): using crc32c (crc32c-intel) checksum algorithm
[    6.234011] BTRFS info (device nvme0n1p3): using free space tree
[    6.258055] BTRFS info (device nvme0n1p3): enabling ssd optimizations
[    6.390061] loop: module loaded
[    6.673789] udevd[676]: starting eudev-3.2.11
[    6.721229] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    6.721292] ACPI: button: Power Button [PWRB]
[    6.721371] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0D:00/input/input2
[    6.722556] chromeos ramoops using acpi device.
[    6.727206] ACPI: button: Lid Switch [LID0]
[    6.727288] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    6.729177] ACPI: button: Power Button [PWRF]
[    6.737254] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.737443] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    6.737482] Consider using thermal netlink events interface
[    6.737757] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    6.737776] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    6.738673] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    6.738873] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    6.739003] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    6.740576] idma64 idma64.5: Found Intel integrated DMA 64-bit
[    6.742588] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.742780] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    6.742787] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    6.742823] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    6.742828] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.742832] usb usb1: Product: xHCI Host Controller
[    6.742834] usb usb1: Manufacturer: Linux 6.1.8 xhci-hcd
[    6.742837] usb usb1: SerialNumber: 0000:00:14.0
[    6.742998] hub 1-0:1.0: USB hub found
[    6.743018] hub 1-0:1.0: 12 ports detected
[    6.745271] idma64 idma64.6: Found Intel integrated DMA 64-bit
[    6.748949] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    6.748958] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.748962] usb usb2: Product: xHCI Host Controller
[    6.748964] usb usb2: Manufacturer: Linux 6.1.8 xhci-hcd
[    6.748967] usb usb2: SerialNumber: 0000:00:14.0
[    6.749059] hub 2-0:1.0: USB hub found
[    6.749073] hub 2-0:1.0: 6 ports detected
[    6.749512] usb: port power management may be unreliable
[    6.762627] ACPI: AC: AC Adapter [AC] (off-line)
[    6.764645] cros-usbpd-notify-acpi GOOG0003:00: Couldn't get Chrome EC device pointer.
[    6.772608] input: Tablet Mode Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C09:00/GOOG0006:00/input/input4
[    6.774669] intel_rapl_common: Found RAPL domain package
[    6.774677] intel_rapl_common: Found RAPL domain dram
[    6.777328] cros_ec_lpcs GOOG0004:00: Chrome EC device registered
[    6.780610] ACPI: battery: Slot [BAT0] (battery present)
[    6.799074] hid: raw HID events driver (C) Jiri Kosina
[    6.824786] Linux agpgart interface v0.103
[    6.876945] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.877209] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.877391] sdhci: Secure Digital Host Controller Interface driver
[    6.877397] sdhci: Copyright(c) Pierre Ossman
[    6.891873] ACPI: bus type drm_connector registered
[    6.892063] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    6.892098] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    6.892165] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
[    6.892229] pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
[    6.906270] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    6.906280] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.906284] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.906288] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.906291] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.906294] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    6.916788] sdhci-pci 0000:00:1e.4: SDHCI controller found [8086:9d2b] (rev 21)
[    6.917507] mmc0: SDHCI controller on PCI [0000:00:1e.4] using ADMA 64-bit
[    6.917632] Intel(R) Wireless WiFi driver for Linux
[    6.921794] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    6.924108] iwlwifi 0000:01:00.0: Found debug destination: EXTERNAL_DRAM
[    6.924118] iwlwifi 0000:01:00.0: Found debug configuration: 0
[    6.924334] iwlwifi 0000:01:00.0: loaded firmware version 29.4063824552.0 7265D-29.ucode op_mode iwlmvm
[    6.984465] intel_rapl_common: Found RAPL domain package
[    6.984479] intel_rapl_common: Found RAPL domain core
[    6.984483] intel_rapl_common: Found RAPL domain uncore
[    6.984486] intel_rapl_common: Found RAPL domain dram
[    6.984489] intel_rapl_common: Found RAPL domain psys
[    6.989154] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    7.000926] dw-apb-uart.3: ttyS0 at MMIO 0xd1236000 (irq = 32, base_baud = 7500000) is a 16550A
[    7.002415] udevd[736]: failed to execute '/usr/sbin/obex-check-device' '/usr/sbin/obex-check-device 1d6b 0003': No such file or directory
[    7.007209] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[    7.007312] thermal thermal_zone7: failed to read out thermal zone (-61)
[    7.009831] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    7.017408] dw-apb-uart.5: ttyS1 at MMIO 0xd1239000 (irq = 20, base_baud = 7500000) is a 16550A
[    7.020791] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[    7.021101] iwlwifi 0000:01:00.0: Allocated 0x00400000 bytes for firmware monitor.
[    7.021588] cr50_i2c i2c-GOOG0005:00: cr50 TPM 2.0 (i2c 0x50 irq 24 id 0x28)
[    7.028581] iwlwifi 0000:01:00.0: base HW address: 28:c6:3f:2f:c1:eb, OTP minor version: 0x0
[    7.089519] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    7.132199] cros-ec-dev cros-ec-dev.8.auto: CrOS Touchpad MCU detected
[    7.132581] usb 1-2: New USB device found, idVendor=0bda, idProduct=564b, bcdDevice= 0.06
[    7.132598] usb 1-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    7.132613] usb 1-2: Product: WebCamera
[    7.132615] usb 1-2: Manufacturer: Generic
[    7.132618] usb 1-2: SerialNumber: \x07LOE65001063010A7B6007AFAI06BF12000
[    7.134830] cros-ec-i2c i2c-GOOG0008:00: Chrome EC device registered
[    7.147629] max98927 i2c-MX98927:00: MAX98927 revisionID: 0x42
[    7.147908] max98927 i2c-MX98927:01: MAX98927 revisionID: 0x42
[    7.148075] rt5663 i2c-10EC5663:00: supply avdd not found, using dummy regulator
[    7.148111] rt5663 i2c-10EC5663:00: supply cpvdd not found, using dummy regulator
[    7.246556] i915 0000:00:02.0: vgaarb: deactivate vga console
[    7.250176] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    7.281655] intel_tcc_cooling: Programmable TCC Offset detected
[    7.302890] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    7.304468] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    7.305197] cros-usbpd-charger cros-usbpd-charger.3.auto: Could not get charger port count
[    7.339784] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[    7.339795] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[    7.345379] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    7.345633] snd_soc_skl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.346887] fbcon: i915drmfb (fb0) is primary device
[    7.360960] Console: switching to colour frame buffer device 150x50
[    7.378076] HDMI HDA Codec ehdaudio0D2: Max dais supported: 3
[    7.381340] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    7.382222] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.03
[    7.382280] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.384718] udevd[756]: failed to execute '/usr/sbin/obex-check-device' '/usr/sbin/obex-check-device 1d6b 0002': No such file or directory
[    7.387065] udevd[757]: failed to execute '/usr/sbin/obex-check-device' '/usr/sbin/obex-check-device 0bda 564b': No such file or directory
[    7.387089] udevd[758]: failed to execute '/usr/sbin/obex-check-device' '/usr/sbin/obex-check-device 8087 0a2a': No such file or directory
[    7.394568] mc: Linux media interface: v0.10
[    7.410613] videodev: Linux video capture interface: v2.00
[    7.436476] Bluetooth: Core ver 2.22
[    7.436547] NET: Registered PF_BLUETOOTH protocol family
[    7.436593] Bluetooth: HCI device and connection manager initialized
[    7.436670] Bluetooth: HCI socket layer initialized
[    7.436749] Bluetooth: L2CAP socket layer initialized
[    7.436831] Bluetooth: SCO socket layer initialized
[    7.445139] usb 1-2: Found UVC 1.00 device WebCamera (0bda:564b)
[    7.445169] usbcore: registered new interface driver btusb
[    7.448367] input: WebCamera: WebCamera as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input5
[    7.448568] usbcore: registered new interface driver uvcvideo
[    7.454777] Bluetooth: hci0: Legacy ROM 2.x revision 5.0 build 25 week 20 2015
[    7.456241] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
[    7.666525] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input: incomplete report (64/74)
[    7.834950] Bluetooth: hci0: Intel BT fw patch 0x43 completed & activated
[    8.257453] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input: incomplete report (64/74)
[    8.474502] snd_soc_skl 0000:00:1f.3: ASoC: no sink widget found for AEC Capture
[    8.475289] input: WCOM50C1:00 2D1F:5143 Touchscreen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input6
[    8.476729] snd_soc_skl 0000:00:1f.3: ASoC: Failed to add route echo_ref_out cpr 7 -> direct -> AEC Capture
[    8.481734] input: WCOM50C1:00 2D1F:5143 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input7
[    8.483199] kbl_r5514_5663_max kbl_r5514_5663_max: ASoC: Parent card not yet available, widget card binding deferred
[    8.486396] input: WCOM50C1:00 2D1F:5143 Stylus as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input8
[    8.491075] input: WCOM50C1:00 2D1F:5143 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input9
[    8.494362] input: WCOM50C1:00 2D1F:5143 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input10
[    8.497740] hid-generic 0018:2D1F:5143.0001: input,hidraw0: I2C HID v1.00 Mouse [WCOM50C1:00 2D1F:5143] on i2c-WCOM50C1:00
[    8.499658] input: ACPI0C50:00 18D1:5028 as /devices/pci0000:00/0000:00:15.2/i2c_designware.2/i2c-3/i2c-ACPI0C50:00/0018:18D1:5028.0002/input/input11
[    8.503120] hid-generic 0018:18D1:5028.0002: input,hidraw1: I2C HID v1.00 Device [ACPI0C50:00 18D1:5028] on i2c-ACPI0C50:00
[    8.523026] rt5663 i2c-10EC5663:00: sysclk < 384 x fs, disable i2s asrc
[    8.526329] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense: disconnect for pin:port 5:0
[    8.528223] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense: disconnect for pin:port 6:0
[    8.530115] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense: disconnect for pin:port 7:0
[    8.532729] kbl_r5514_5663_max kbl_r5514_5663_max: ASoC: driver name too long 'kbl-r5514-5663-max' -> 'kbl-r5514-5663-'
[    8.534739] input: kbl-r5514-5663-max Headset Jack as /devices/platform/kbl_r5514_5663_max/sound/card0/input12
[    8.567406] input: kbl-r5514-5663-max HDMI/DP,pcm=6 Jack as /devices/platform/kbl_r5514_5663_max/sound/card0/input13
[    8.587697] input: kbl-r5514-5663-max HDMI/DP,pcm=7 Jack as /devices/platform/kbl_r5514_5663_max/sound/card0/input14
[    8.613402] input: WCOM50C1:00 2D1F:5143 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input15
[    8.626436] input: WCOM50C1:00 2D1F:5143 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input16
[    8.638618] input: WCOM50C1:00 2D1F:5143 Stylus as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input17
[    8.646065] input: WCOM50C1:00 2D1F:5143 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input18
[    8.651811] input: WCOM50C1:00 2D1F:5143 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input19
[    8.656721] hid-multitouch 0018:2D1F:5143.0001: input,hidraw0: I2C HID v1.00 Mouse [WCOM50C1:00 2D1F:5143] on i2c-WCOM50C1:00
[    8.678775] input: ACPI0C50:00 18D1:5028 as /devices/pci0000:00/0000:00:15.2/i2c_designware.2/i2c-3/i2c-ACPI0C50:00/0018:18D1:5028.0002/input/input20
[    8.682566] hid-multitouch 0018:18D1:5028.0002: input,hidraw1: I2C HID v1.00 Device [ACPI0C50:00 18D1:5028] on i2c-ACPI0C50:00
[    8.837899] Adding 18874364k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:18874364k SSFS
[    9.130237] BTRFS info (device nvme0n1p3: state M): use zstd compression, level 3
[    9.405218] NET: Registered PF_INET6 protocol family
[    9.408730] Segment Routing with IPv6
[    9.408734] RPL Segment Routing with IPv6
[    9.408746] In-situ OAM (IOAM) with IPv6
[   11.175539] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.175542] Bluetooth: BNEP filters: protocol multicast
[   11.175545] Bluetooth: BNEP socket layer initialized
[   11.176823] Bluetooth: MGMT ver 1.22
[   11.232646] NET: Registered PF_ALG protocol family
[   11.481832] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[   11.562024] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[   11.563986] iwlwifi 0000:01:00.0: FW already configured (0) - re-configuring
[   11.625181] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[   11.710752] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[   11.711983] iwlwifi 0000:01:00.0: FW already configured (0) - re-configuring
[   14.999017] wlan0: authenticate with 90:0a:62:1f:03:4f
[   14.999031] wlan0: 80 MHz not supported, disabling VHT
[   15.008675] wlan0: send auth to 90:0a:62:1f:03:4f (try 1/3)
[   15.025323] wlan0: authenticated
[   15.026184] wlan0: associate with 90:0a:62:1f:03:4f (try 1/3)
[   15.036314] wlan0: RX AssocResp from 90:0a:62:1f:03:4f (capab=0xc11 status=0 aid=4)
[   15.038966] wlan0: associated
[   15.175922] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.196472] 8021q: 802.1Q VLAN Support v1.8
[   25.474172] fuse: init (API version 7.37)
[   28.624571] snd_soc_skl 0000:00:1f.3: Module list is empty
[   28.645578] ------------[ cut here ]------------
[   28.645582] memcpy: detected field-spanning write (size 100) of single field "cpr_mconfig->gtw_cfg.config_data" at sound/soc/intel/skylake/skl-messages.c:554 (size 4)
[   28.645623] WARNING: CPU: 3 PID: 1422 at sound/soc/intel/skylake/skl-messages.c:554 skl_init_module+0x6d7/0x6f0 [snd_soc_skl]
[   28.645640] Modules linked in: fuse 8021q garp mrp stp llc algif_hash algif_skcipher af_alg cmac bnep ipv6 joydev hid_multitouch hid_generic btusb uvcvideo btrtl btbcm videobuf2_vmalloc btintel videobuf2_memops btmtk videobuf2_v4l2 videobuf2_common bluetooth videodev ecdh_generic mc ecc snd_soc_kbl_rt5663_rt5514_max98927 snd_soc_hdac_hdmi snd_soc_skl_ssp_clk cros_ec_sysfs snd_sof_pci_intel_skl cros_ec_chardev cros_usbpd_charger cros_usbpd_logger cros_ec_sensorhub snd_sof_intel_hda_common snd_soc_dmic soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp intel_tcc_cooling x86_pkg_temp_thermal snd_sof intel_powerclamp coretemp snd_sof_utils snd_soc_avs spi_pxa2xx_platform kvm_intel intel_xhci_usb_role_switch dw_dmac snd_soc_hda_codec cros_ec_dev i915 dw_dmac_core roles snd_soc_skl kvm iwlmvm drm_buddy snd_soc_hdac_hda video irqbypass snd_hda_ext_core wmi i2c_designware_platform 8250_dw i2c_designware_core intel_rapl_msr
[   28.645709]  snd_soc_sst_ipc crct10dif_pclmul ttm crc32_pclmul snd_soc_sst_dsp mac80211 snd_soc_acpi_intel_match polyval_clmulni drm_display_helper snd_soc_acpi polyval_generic cec ghash_clmulni_intel snd_soc_rt5514 snd_hda_intel rc_core snd_soc_rt5663 snd_intel_dspcfg snd_soc_rt5514_spi snd_intel_sdw_acpi snd_soc_max98927 snd_soc_rl6231 sha512_ssse3 sdhci_pci rapl iwlwifi drm_kms_helper snd_hda_codec snd_soc_core cqhci snd_hda_core drm evdev sdhci intel_cstate i2c_i801 snd_hwdep snd_compress snd_pcm_dmaengine cfg80211 i2c_smbus serio_raw intel_gtt snd_pcm mmc_core snd_timer agpgart i2c_algo_bit i2c_hid_acpi rfkill snd fb_sys_fops i2c_hid soundcore ac97_bus regmap_i2c hid cros_ec_i2c tpm_tis_i2c_cr50 syscopyarea battery sysfillrect processor_thermal_device_pci_legacy cros_ec_lpcs chromeos_tbmc sysimgblt processor_thermal_device cros_ec cros_usbpd_notify int3403_thermal processor_thermal_rfim ac processor_thermal_mbox i2c_core xhci_pci mei_me int3400_thermal xhci_pci_renesas
[   28.645783]  intel_lpss_pci pinctrl_sunrisepoint acpi_thermal_rel processor_thermal_rapl mei cros_kbd_led_backlight intel_lpss idma64 chromeos_pstore xhci_hcd intel_rapl_common int340x_thermal_zone mfd_core intel_soc_dts_iosf intel_pch_thermal button chromeos_acpi loop
[   28.645801] CPU: 3 PID: 1422 Comm: pulseaudio Not tainted 6.1.8 #1
[   28.645805] Hardware name: Google Eve/Eve, BIOS Google_Eve.9584.230.0 09/06/2021
[   28.645807] RIP: 0010:skl_init_module+0x6d7/0x6f0 [snd_soc_skl]
[   28.645818] Code: 00 00 0f 85 ab fe ff ff b9 04 00 00 00 48 c7 c2 88 3c 91 c0 4c 89 f6 48 c7 c7 e0 3c 91 c0 c6 05 ae 9b 01 00 01 e8 15 e2 81 e7 <0f> 0b e9 82 fe ff ff e8 fd 22 8e e7 e9 95 9b 00 00 0f 1f 84 00 00
[   28.645821] RSP: 0000:ffffad40c196bbc8 EFLAGS: 00010282
[   28.645824] RAX: 0000000000000000 RBX: ffff9e3f88bc0c28 RCX: 0000000000000000
[   28.645826] RDX: 0000000000000001 RSI: ffffffffa8a15201 RDI: 00000000ffffffff
[   28.645828] RBP: 00000000000000b8 R08: 0000000000000000 R09: ffffad40c196ba68
[   28.645830] R10: 0000000000000003 R11: ffffffffa8f3cb08 R12: ffff9e3f82b7c028
[   28.645832] R13: ffff9e3f9bc61240 R14: 0000000000000064 R15: ffff9e3f9bc61290
[   28.645834] FS:  00007fbd27b57ec0(0000) GS:ffff9e42eed80000(0000) knlGS:0000000000000000
[   28.645836] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   28.645838] CR2: 000000000095cdb8 CR3: 0000000119e8a003 CR4: 00000000003706e0
[   28.645841] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[   28.645842] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[   28.645844] Call Trace:
[   28.645847]  <TASK>
[   28.645851]  skl_tplg_mixer_event+0x676/0xb40 [snd_soc_skl]
[   28.645864]  dapm_seq_check_event+0x108/0x1c0 [snd_soc_core]
[   28.645889]  dapm_seq_run_coalesced+0x84/0x1c0 [snd_soc_core]
[   28.645911]  dapm_seq_run+0x13a/0x390 [snd_soc_core]
[   28.645934]  dapm_power_widgets+0x5ca/0x960 [snd_soc_core]
[   28.645955]  ? snd_soc_dapm_stream_event+0x102/0x150 [snd_soc_core]
[   28.645978]  snd_soc_dapm_stream_event+0x102/0x150 [snd_soc_core]
[   28.646000]  __soc_pcm_prepare+0x53/0xf0 [snd_soc_core]
[   28.646024]  dpcm_fe_dai_prepare+0xa7/0x130 [snd_soc_core]
[   28.646048]  snd_pcm_do_prepare+0x26/0x40 [snd_pcm]
[   28.646061]  snd_pcm_action_single+0x33/0x80 [snd_pcm]
[   28.646073]  snd_pcm_action_nonatomic+0x95/0xa0 [snd_pcm]
[   28.646085]  snd_pcm_ioctl+0x23/0x40 [snd_pcm]
[   28.646096]  __x64_sys_ioctl+0x8d/0xd0
[   28.646102]  do_syscall_64+0x37/0x90
[   28.646106]  entry_SYSCALL_64_after_hwframe+0x63/0xcd
[   28.646110] RIP: 0033:0x7fbd28517d38
[   28.646113] Code: 00 00 48 8d 44 24 08 48 89 54 24 e0 48 89 44 24 c0 48 8d 44 24 d0 48 89 44 24 c8 b8 10 00 00 00 c7 44 24 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 07 89 d0 c3 0f 1f 40 00 48 8b 15 91 d0 0d
[   28.646116] RSP: 002b:00007ffe67c0a758 EFLAGS: 00000206 ORIG_RAX: 0000000000000010
[   28.646120] RAX: ffffffffffffffda RBX: 00000000016bd300 RCX: 00007fbd28517d38
[   28.646122] RDX: 0000000000000000 RSI: 0000000000004140 RDI: 0000000000000011
[   28.646123] RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000000012bd
[   28.646125] R10: 0000000000000004 R11: 0000000000000206 R12: 00007ffe67c0aa10
[   28.646127] R13: 00007ffe67c0aec4 R14: 00007ffe67c0aeb8 R15: 00007fbd27247180
[   28.646131]  </TASK>
[   28.646133] ---[ end trace 0000000000000000 ]---
[   28.731816] Bluetooth: RFCOMM TTY layer initialized
[   28.731824] Bluetooth: RFCOMM socket layer initialized
[   28.731829] Bluetooth: RFCOMM ver 1.11
[  291.087683] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input: incomplete report (74/60490)
[  355.935883] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input: incomplete report (74/60652)
[  429.003370] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input: incomplete report (74/60490)
[  546.857951] wlan0: authenticate with d8:77:8b:96:cd:be
[  546.857964] wlan0: 80 MHz not supported, disabling VHT
[  546.863318] wlan0: send auth to d8:77:8b:96:cd:be (try 1/3)
[  546.867530] wlan0: authenticated
[  546.868127] wlan0: associate with d8:77:8b:96:cd:be (try 1/3)
[  546.872013] wlan0: RX AssocResp from d8:77:8b:96:cd:be (capab=0x431 status=0 aid=6)
[  546.877441] wlan0: associated
[  581.174723] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input: incomplete report (74/60652)
[ 3783.201171] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input: incomplete report (74/60490)
[ 4016.668559] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input: incomplete report (74/60490)
[ 4379.257937] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input: incomplete report (74/60490)
[ 5206.377061] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input: incomplete report (74/60490)
[ 6408.994329] wlan0: deauthenticated from d8:77:8b:96:cd:be (Reason: 6=CLASS2_FRAME_FROM_NONAUTH_STA)
[ 6409.176135] wlan0: authenticate with d8:77:8b:96:cd:be
[ 6409.176147] wlan0: 80 MHz not supported, disabling VHT
[ 6409.182216] wlan0: send auth to d8:77:8b:96:cd:be (try 1/3)
[ 6409.186414] wlan0: authenticated
[ 6409.187985] wlan0: associate with d8:77:8b:96:cd:be (try 1/3)
[ 6409.193494] wlan0: RX AssocResp from d8:77:8b:96:cd:be (capab=0x431 status=0 aid=4)
[ 6409.199903] wlan0: associated
[ 6953.118897] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input: incomplete report (74/60490)

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-23 20:44 Sasa Ostrouska
  2023-01-24  5:09 ` Greg KH
@ 2023-01-26 12:59 ` Linux kernel regression tracking (#adding)
  2023-01-27 10:06   ` Sasa Ostrouska
  1 sibling, 1 reply; 40+ messages in thread
From: Linux kernel regression tracking (#adding) @ 2023-01-26 12:59 UTC (permalink / raw)
  To: Sasa Ostrouska, stable
  Cc: regressions, Pierre-Louis Bossart, Lukasz Majczak,
	Cezary Rojewski, Linux kernel regressions list

[TLDR: I'm adding this report to the list of tracked Linux kernel
regressions; the text you find below is based on a few templates
paragraphs you might have encountered already in similar form.
See link in footer if these mails annoy you.]

[CCing the regression list, as it should be in the loop for regressions:
https://docs.kernel.org/admin-guide/reporting-regressions.html]

On 23.01.23 21:44, Sasa Ostrouska wrote:
> Hi all, sorry if I put somebody in CC who is not the correct one. I
> have a google pixelbook and using it with Fedora 37.
> The last few kernels supplied by fedora 37, 6.1.6, 6.1.7 but also some
> earlier have no working sound.
> I see the last kernel for me with working sound is 6.0.18.
>

Thanks for the report. To be sure the issue doesn't fall through the
cracks unnoticed, I'm adding it to regzbot, the Linux kernel regression
tracking bot:

#regzbot ^introduced v6.0..v6.1
#regzbot title sound: sound stopped working on Google Pixelbook EVE
#regzbot ignore-activity

This isn't a regression? This issue or a fix for it are already
discussed somewhere else? It was fixed already? You want to clarify when
the regression started to happen? Or point out I got the title or
something else totally wrong? Then just reply and tell me -- ideally
while also telling regzbot about it, as explained by the page listed in
the footer of this mail.

Developers: When fixing the issue, remember to add 'Link:' tags pointing
to the report (the parent of this mail). See page linked in footer for
details.

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
--
Everything you wanna know about Linux kernel regression tracking:
https://linux-regtracking.leemhuis.info/about/#tldr
That page also explains what to do if mails like this annoy you.

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-24 21:38           ` Sasa Ostrouska
@ 2023-01-25 15:48             ` Lukasz Majczak
  0 siblings, 0 replies; 40+ messages in thread
From: Lukasz Majczak @ 2023-01-25 15:48 UTC (permalink / raw)
  To: Sasa Ostrouska
  Cc: Greg KH, stable, regressions, Pierre-Louis Bossart, Cezary Rojewski

> Hi Lukasz, please see the dmesg with the non working sound kernel:
> https://gist.github.com/saxa/08b233a95d5e52046354b07d2e9ca13d
>
> > Rgds
> > Sasa
> > >
Thank you Sasa - two more things:
1) can you also share kernel configs (for both cases)
2) what procedure did you use to flash Fededora to Eve?

Best regards,
Lukasz

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-24 14:31         ` Sasa Ostrouska
@ 2023-01-24 21:38           ` Sasa Ostrouska
  2023-01-25 15:48             ` Lukasz Majczak
  0 siblings, 1 reply; 40+ messages in thread
From: Sasa Ostrouska @ 2023-01-24 21:38 UTC (permalink / raw)
  To: Lukasz Majczak
  Cc: Greg KH, stable, regressions, Pierre-Louis Bossart, Cezary Rojewski

On Tue, Jan 24, 2023 at 3:31 PM Sasa Ostrouska <casaxa@gmail.com> wrote:
>
> On Tue, Jan 24, 2023 at 1:11 PM Lukasz Majczak <lma@semihalf.com> wrote:
> >
> > > If you need anything else just let me know.
> > >
> > > Thanks
> > > Sasa
> >
> > Sasa,
> >
> > Thank you for sharing logs from the working version - could you also
> > provide dmesg for the no sound scenario? You can also share them using
> > e.g. https://gist.github.com/ .
>
> Lukasz thanks, sure, will provide that too but let me reboot into the
> non working kernel.
> Will post it on gist.github.com and post the link here.
>
Hi Lukasz, please see the dmesg with the non working sound kernel:
https://gist.github.com/saxa/08b233a95d5e52046354b07d2e9ca13d

> Rgds
> Sasa
> >
> > Best regards,
> > Lukasz

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-24 12:11       ` Lukasz Majczak
@ 2023-01-24 14:31         ` Sasa Ostrouska
  2023-01-24 21:38           ` Sasa Ostrouska
  0 siblings, 1 reply; 40+ messages in thread
From: Sasa Ostrouska @ 2023-01-24 14:31 UTC (permalink / raw)
  To: Lukasz Majczak
  Cc: Greg KH, stable, regressions, Pierre-Louis Bossart, Cezary Rojewski

On Tue, Jan 24, 2023 at 1:11 PM Lukasz Majczak <lma@semihalf.com> wrote:
>
> > If you need anything else just let me know.
> >
> > Thanks
> > Sasa
>
> Sasa,
>
> Thank you for sharing logs from the working version - could you also
> provide dmesg for the no sound scenario? You can also share them using
> e.g. https://gist.github.com/ .

Lukasz thanks, sure, will provide that too but let me reboot into the
non working kernel.
Will post it on gist.github.com and post the link here.

Rgds
Sasa
>
> Best regards,
> Lukasz

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-24 11:34     ` Sasa Ostrouska
@ 2023-01-24 12:11       ` Lukasz Majczak
  2023-01-24 14:31         ` Sasa Ostrouska
  0 siblings, 1 reply; 40+ messages in thread
From: Lukasz Majczak @ 2023-01-24 12:11 UTC (permalink / raw)
  To: Sasa Ostrouska
  Cc: Greg KH, stable, regressions, Pierre-Louis Bossart, Cezary Rojewski

> If you need anything else just let me know.
>
> Thanks
> Sasa

Sasa,

Thank you for sharing logs from the working version - could you also
provide dmesg for the no sound scenario? You can also share them using
e.g. https://gist.github.com/ .

Best regards,
Lukasz

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-24 10:18   ` Lukasz Majczak
@ 2023-01-24 11:34     ` Sasa Ostrouska
  2023-01-24 12:11       ` Lukasz Majczak
  0 siblings, 1 reply; 40+ messages in thread
From: Sasa Ostrouska @ 2023-01-24 11:34 UTC (permalink / raw)
  To: Lukasz Majczak
  Cc: Greg KH, stable, regressions, Pierre-Louis Bossart, Cezary Rojewski

On Tue, Jan 24, 2023 at 11:18 AM Lukasz Majczak <lma@semihalf.com> wrote:
>
> Hi Sasa,
> I've just built a vanilla kernel (v.6.1.7) with ChromeOS and audio
> seems to work - at least for a while - I was able to play some music
> on YouTube. Can you share a full dmesg ?
>
Hi Lukasz, yes of course I can, I hope its not wrong to paste it in
here, here it is the
one with kernel 6.0.18 where sound works:

# dmesg
[    0.000000] microcode: microcode updated early to revision 0xf0,
date = 2021-11-12
[    0.000000] Linux version 6.0.18-300.fc37.x86_64
(mockbuild@bkernel02.iad2.fedoraproject.org) (gcc (GCC) 12.2.1
20221121 (Red Hat 12.2.1-4), GNU ld version 2.38-25.fc37) #1 SMP
PREEMPT_DYNAMIC Sat Jan 7 17:10:00 UTC 2023
[    0.000000] Command line:
BOOT_IMAGE=(hd0,msdos1)/vmlinuz-6.0.18-300.fc37.x86_64
root=UUID=29ab9af9-a304-4fe8-a886-b2977fa0e8a1 ro
rootflags=subvol=root rhgb quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating
point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is
960 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 2032
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007a95bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a95c000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Google Eve/Eve, BIOS Google_Eve.9584.230.0 09/06/2021
[    0.000000] tsc: Detected 1600.000 MHz processor
[    0.000000] tsc: Detected 1599.960 MHz TSC
[    0.000846] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000853] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000863] last_pfn = 0x47f000 max_arch_pfn = 0x400000000
[    0.001076] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.002095] last_pfn = 0x7a95c max_arch_pfn = 0x400000000
[    0.019964] Using GB pages for direct mapping
[    0.020444] RAMDISK: [mem 0x33886000-0x35c3afff]
[    0.020453] ACPI: Early table checksum verification disabled
[    0.020457] ACPI: RSDP 0x00000000000F4310 000024 (v02 CORE  )
[    0.020465] ACPI: XSDT 0x000000007AA9A0E0 000064 (v01 CORE
COREBOOT 00000000 CORE 00000000)
[    0.020476] ACPI: FACP 0x000000007AA9E830 0000F4 (v04 CORE
COREBOOT 00000000 CORE 00000000)
[    0.020486] ACPI: DSDT 0x000000007AA9A280 0045B0 (v05 COREv4
COREBOOT 20110725 INTL 20150717)
[    0.020492] ACPI: FACS 0x000000007AA9A240 000040
[    0.020497] ACPI: FACS 0x000000007AA9A240 000040
[    0.020502] ACPI: SSDT 0x000000007AA9E930 000DBB (v02 CORE
COREBOOT 0000002A CORE 0000002A)
[    0.020509] ACPI: MCFG 0x000000007AA9F6F0 00003C (v01 CORE
COREBOOT 00000000 CORE 00000000)
[    0.020515] ACPI: TCPA 0x000000007AA9F730 000032 (v02 CORE
COREBOOT 00000000 CORE 00000000)
[    0.020520] ACPI: APIC 0x000000007AA9F770 00006C (v01 CORE
COREBOOT 00000000 CORE 00000000)
[    0.020526] ACPI: NHLT 0x000000007AA9F7E0 000404 (v05 GOOGLE EVEMAX
  00000000 CORE 00000000)
[    0.020535] ACPI: DBG2 0x000000007AAA1BF0 000061 (v00 CORE
COREBOOT 00000000 CORE 00000000)
[    0.020542] ACPI: HPET 0x000000007AAA1C60 000038 (v01 CORE
COREBOOT 00000000 CORE 00000000)
[    0.020548] ACPI: Reserving FACP table memory at [mem 0x7aa9e830-0x7aa9e923]
[    0.020552] ACPI: Reserving DSDT table memory at [mem 0x7aa9a280-0x7aa9e82f]
[    0.020554] ACPI: Reserving FACS table memory at [mem 0x7aa9a240-0x7aa9a27f]
[    0.020556] ACPI: Reserving FACS table memory at [mem 0x7aa9a240-0x7aa9a27f]
[    0.020557] ACPI: Reserving SSDT table memory at [mem 0x7aa9e930-0x7aa9f6ea]
[    0.020559] ACPI: Reserving MCFG table memory at [mem 0x7aa9f6f0-0x7aa9f72b]
[    0.020561] ACPI: Reserving TCPA table memory at [mem 0x7aa9f730-0x7aa9f761]
[    0.020562] ACPI: Reserving APIC table memory at [mem 0x7aa9f770-0x7aa9f7db]
[    0.020564] ACPI: Reserving NHLT table memory at [mem 0x7aa9f7e0-0x7aa9fbe3]
[    0.020566] ACPI: Reserving DBG2 table memory at [mem 0x7aaa1bf0-0x7aaa1c50]
[    0.020567] ACPI: Reserving HPET table memory at [mem 0x7aaa1c60-0x7aaa1c97]
[    0.020713] No NUMA configuration found
[    0.020714] Faking a node at [mem 0x0000000000000000-0x000000047effffff]
[    0.020730] NODE_DATA(0) allocated [mem 0x47efd5000-0x47effffff]
[    0.065763] Zone ranges:
[    0.065765]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.065769]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.065772]   Normal   [mem 0x0000000100000000-0x000000047effffff]
[    0.065775]   Device   empty
[    0.065777] Movable zone start for each node
[    0.065782] Early memory node ranges
[    0.065783]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.065786]   node   0: [mem 0x0000000000100000-0x000000007a95bfff]
[    0.065789]   node   0: [mem 0x0000000100000000-0x000000047effffff]
[    0.065794] Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
[    0.065802] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.065841] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.112128] On node 0, zone Normal: 22180 pages in unavailable ranges
[    0.112228] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.112249] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.112611] ACPI: PM-Timer IO Port: 0x1808
[    0.112656] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.112662] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.112665] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.112673] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.112675] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.112680] TSC deadline timer available
[    0.112682] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.112698] PM: hibernation: Registered nosave memory: [mem
0x00000000-0x00000fff]
[    0.112701] PM: hibernation: Registered nosave memory: [mem
0x0009f000-0x0009ffff]
[    0.112703] PM: hibernation: Registered nosave memory: [mem
0x000a0000-0x000effff]
[    0.112705] PM: hibernation: Registered nosave memory: [mem
0x000f0000-0x000fffff]
[    0.112707] PM: hibernation: Registered nosave memory: [mem
0x7a95c000-0x7fffffff]
[    0.112709] PM: hibernation: Registered nosave memory: [mem
0x80000000-0xdfffffff]
[    0.112711] PM: hibernation: Registered nosave memory: [mem
0xe0000000-0xe3ffffff]
[    0.112712] PM: hibernation: Registered nosave memory: [mem
0xe4000000-0xfcffffff]
[    0.112714] PM: hibernation: Registered nosave memory: [mem
0xfd000000-0xffffffff]
[    0.112718] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.112720] Booting paravirtualized kernel on bare hardware
[    0.112724] clocksource: refined-jiffies: mask: 0xffffffff
max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.125758] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4
nr_cpu_ids:4 nr_node_ids:1
[    0.126042] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
[    0.126052] pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152
[    0.126057] pcpu-alloc: [0] 0 1 2 3
[    0.126096] Fallback order for Node 0: 0
[    0.126102] Built 1 zonelists, mobility grouping on.  Total pages: 4102646
[    0.126104] Policy zone: Normal
[    0.126107] Kernel command line:
BOOT_IMAGE=(hd0,msdos1)/vmlinuz-6.0.18-300.fc37.x86_64
root=UUID=29ab9af9-a304-4fe8-a886-b2977fa0e8a1 ro
rootflags=subvol=root rhgb quiet
[    0.126265] Unknown kernel command line parameters "rhgb
BOOT_IMAGE=(hd0,msdos1)/vmlinuz-6.0.18-300.fc37.x86_64", will be
passed to user space.
[    0.127918] Dentry cache hash table entries: 2097152 (order: 12,
16777216 bytes, linear)
[    0.128735] Inode-cache hash table entries: 1048576 (order: 11,
8388608 bytes, linear)
[    0.129039] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.129046] software IO TLB: area num 4.
[    0.208902] Memory: 16228748K/16671720K available (16393K kernel
code, 3229K rwdata, 12812K rodata, 3012K init, 4688K bss, 442712K
reserved, 0K cma-reserved)
[    0.211152] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.211233] Kernel/User page tables isolation: enabled
[    0.211263] ftrace: allocating 50915 entries in 199 pages
[    0.230189] ftrace: allocated 199 pages with 5 groups
[    0.231969] Dynamic Preempt: voluntary
[    0.232135] rcu: Preemptible hierarchical RCU implementation.
[    0.232137] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.232139]     Trampoline variant of Tasks RCU enabled.
[    0.232140]     Rude variant of Tasks RCU enabled.
[    0.232141]     Tracing variant of Tasks RCU enabled.
[    0.232143] rcu: RCU calculated value of scheduler-enlistment delay
is 100 jiffies.
[    0.232144] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.244056] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.244342] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.244602] kfence: initialized - using 2097152 bytes for 255
objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.244682] random: crng init done
[    0.245038] Console: colour dummy device 80x25
[    0.245068] printk: console [tty0] enabled
[    0.245113] ACPI: Core revision 20220331
[    0.245221] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.245223] APIC: Switch to symmetric I/O mode setup
[    0.246464] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.250596] clocksource: tsc-early: mask: 0xffffffffffffffff
max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
[    0.250606] Calibrating delay loop (skipped), value calculated
using timer frequency.. 3199.92 BogoMIPS (lpj=1599960)
[    0.250612] pid_max: default: 32768 minimum: 301
[    0.250654] LSM: Security Framework initializing
[    0.250673] Yama: becoming mindful.
[    0.250683] SELinux:  Initializing.
[    0.250725] LSM support for eBPF active
[    0.250728] landlock: Up and running.
[    0.250811] Mount-cache hash table entries: 32768 (order: 6, 262144
bytes, linear)
[    0.250853] Mountpoint-cache hash table entries: 32768 (order: 6,
262144 bytes, linear)
[    0.251276] CPU0: Thermal monitoring enabled (TM1)
[    0.251357] process: using mwait in idle threads
[    0.251361] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.251364] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.251373] Spectre V1 : Mitigation: usercopy/swapgs barriers and
__user pointer sanitization
[    0.251377] Spectre V2 : Mitigation: IBRS
[    0.251379] Spectre V2 : Spectre v2 / SpectreRSB mitigation:
Filling RSB on context switch
[    0.251381] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.251383] RETBleed: Mitigation: IBRS
[    0.251386] Spectre V2 : mitigation: Enabling conditional Indirect
Branch Prediction Barrier
[    0.251389] Speculative Store Bypass: Mitigation: Speculative Store
Bypass disabled via prctl
[    0.251403] MDS: Mitigation: Clear CPU buffers
[    0.251405] TAA: Mitigation: TSX disabled
[    0.251406] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.251416] SRBDS: Mitigation: Microcode
[    0.251603] Freeing SMP alternatives memory: 44K
[    0.251603] smpboot: CPU0: Intel(R) Core(TM) i7-7Y75 CPU @ 1.30GHz
(family: 0x6, model: 0x8e, stepping: 0x9)
[    0.251603] cblist_init_generic: Setting adjustable number of
callback queues.
[    0.251603] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.251603] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.251603] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.251603] Performance Events: PEBS fmt3+, Skylake events, 32-deep
LBR, full-width counters, Intel PMU driver.
[    0.251603] ... version:                4
[    0.251603] ... bit width:              48
[    0.251603] ... generic registers:      4
[    0.251603] ... value mask:             0000ffffffffffff
[    0.251603] ... max period:             00007fffffffffff
[    0.251603] ... fixed-purpose events:   3
[    0.251603] ... event mask:             000000070000000f
[    0.251603] Estimated ratio of average max frequency by base
frequency (times 1024): 2176
[    0.251603] rcu: Hierarchical SRCU implementation.
[    0.251603] rcu:     Max phase no-delay instances is 400.
[    0.252866] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.252984] smp: Bringing up secondary CPUs ...
[    0.253170] x86: Booting SMP configuration:
[    0.253172] .... node  #0, CPUs:      #1
[    0.254053] MDS CPU bug present and SMT on, data leak possible. See
https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html
for more details.
[    0.254053] MMIO Stale Data CPU bug present and SMT on, data leak
possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html
for more details.
[    0.254053]  #2 #3
[    0.260207] smp: Brought up 1 node, 4 CPUs
[    0.260207] smpboot: Max logical packages: 1
[    0.260207] smpboot: Total of 4 processors activated (12799.68 BogoMIPS)
[    0.261609] devtmpfs: initialized
[    0.261705] x86/mm: Memory block size: 128MB
[    0.264890] clocksource: jiffies: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.264890] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.264906] pinctrl core: initialized pinctrl subsystem
[    0.265203] PM: RTC time: 10:28:56, date: 2023-01-24
[    0.266393] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.266682] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.266696] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for
atomic allocations
[    0.266706] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool
for atomic allocations
[    0.266729] audit: initializing netlink subsys (disabled)
[    0.266744] audit: type=2000 audit(1674556136.016:1):
state=initialized audit_enabled=0 res=1
[    0.266819] thermal_sys: Registered thermal governor 'fair_share'
[    0.266822] thermal_sys: Registered thermal governor 'bang_bang'
[    0.266824] thermal_sys: Registered thermal governor 'step_wise'
[    0.266826] thermal_sys: Registered thermal governor 'user_space'
[    0.266847] cpuidle: using governor menu
[    0.266958] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.266958] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xe0000000-0xefffffff] (base 0xe0000000)
[    0.266958] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.266958] PCI: MMCONFIG for 0000 [bus00-3f] at [mem
0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
[    0.266958] PCI: Using configuration type 1 for base access
[    0.272189] kprobes: kprobe jump-optimization is enabled. All
kprobes are optimized if possible.
[    0.272222] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.272222] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.272222] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.272222] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.272696] cryptd: max_cpu_qlen set to 1000
[    0.272759] raid6: skipped pq benchmark and selected avx2x4
[    0.272759] raid6: using avx2x2 recovery algorithm
[    0.272848] ACPI: Added _OSI(Module Device)
[    0.272852] ACPI: Added _OSI(Processor Device)
[    0.272856] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.272860] ACPI: Added _OSI(Processor Aggregator Device)
[    0.272863] ACPI: Added _OSI(Linux-Dell-Video)
[    0.272866] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.272870] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.280238] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.302841] ACPI: EC: EC started
[    0.302845] ACPI: EC: interrupt blocked
[    0.303071] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.303077] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle
transactions
[    0.303082] ACPI: Interpreter enabled
[    0.303114] ACPI: PM: (supports S0 S3 S5)
[    0.303117] ACPI: Using IOAPIC for interrupt routing
[    0.303181] PCI: Using host bridge windows from ACPI; if necessary,
use "pci=nocrs" and report a bug
[    0.303185] PCI: Using E820 reservations for host bridge windows
[    0.318694] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.318710] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM
ClockPM Segments MSI EDR HPX-Type3]
[    0.318784] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug
SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.318802] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain
0000 [bus 00-3f] only partially covers this bridge
[    0.319002] acpi PNP0A08:00: ignoring host bridge window [mem
0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem
0x000c0000-0x000c6dff])
[    0.320364] PCI host bridge to bus 0000:00
[    0.320369] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.320376] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.320381] pci_bus 0000:00: root bus resource [mem
0x000a0000-0x000c3fff window]
[    0.320386] pci_bus 0000:00: root bus resource [mem
0x000c8000-0x000fffff window]
[    0.320390] pci_bus 0000:00: root bus resource [mem
0x80000001-0xdfffffff window]
[    0.320395] pci_bus 0000:00: root bus resource [mem
0x800000000-0xbffffffff window]
[    0.320400] pci_bus 0000:00: root bus resource [mem
0xfd000000-0xfe7fffff window]
[    0.320404] pci_bus 0000:00: root bus resource [mem
0xfed40000-0xfed44fff window]
[    0.320409] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.320467] pci 0000:00:00.0: [8086:590c] type 00 class 0x060000
[    0.320732] pci 0000:00:02.0: [8086:591e] type 00 class 0x030000
[    0.320754] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd0ffffff 64bit]
[    0.320770] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff
64bit pref]
[    0.320781] pci 0000:00:02.0: reg 0x20: [io  0x1c00-0x1c3f]
[    0.320820] pci 0000:00:02.0: Video device with shadowed ROM at
[mem 0x000c0000-0x000dffff]
[    0.320990] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.321015] pci 0000:00:04.0: reg 0x10: [mem 0xd1220000-0xd1227fff 64bit]
[    0.321266] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.321290] pci 0000:00:08.0: reg 0x10: [mem 0xd1230000-0xd1230fff 64bit]
[    0.321524] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.321560] pci 0000:00:14.0: reg 0x10: [mem 0xd1200000-0xd120ffff 64bit]
[    0.321684] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.321977] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.322013] pci 0000:00:14.2: reg 0x10: [mem 0xd1231000-0xd1231fff 64bit]
[    0.322266] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    0.322309] pci 0000:00:15.0: reg 0x10: [mem 0xd1232000-0xd1232fff 64bit]
[    0.322639] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[    0.322684] pci 0000:00:15.1: reg 0x10: [mem 0xd1233000-0xd1233fff 64bit]
[    0.323024] pci 0000:00:15.2: [8086:9d62] type 00 class 0x118000
[    0.323067] pci 0000:00:15.2: reg 0x10: [mem 0xd1234000-0xd1234fff 64bit]
[    0.323418] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.323455] pci 0000:00:16.0: reg 0x10: [mem 0xd1235000-0xd1235fff 64bit]
[    0.323575] pci 0000:00:16.0: PME# supported from D3hot
[    0.323764] pci 0000:00:19.0: [8086:9d66] type 00 class 0x118000
[    0.323808] pci 0000:00:19.0: reg 0x10: [mem 0xd1236000-0xd1236fff 64bit]
[    0.323839] pci 0000:00:19.0: reg 0x18: [mem 0xd1237000-0xd1237fff 64bit]
[    0.324157] pci 0000:00:19.2: [8086:9d64] type 00 class 0x118000
[    0.324200] pci 0000:00:19.2: reg 0x10: [mem 0xd1238000-0xd1238fff 64bit]
[    0.324555] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.324696] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.324966] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[    0.325125] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.325371] pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
[    0.325408] pci 0000:00:1e.0: reg 0x10: [mem 0xd1239000-0xd1239fff 64bit]
[    0.325434] pci 0000:00:1e.0: reg 0x18: [mem 0xd123a000-0xd123afff 64bit]
[    0.325720] pci 0000:00:1e.2: [8086:9d29] type 00 class 0x118000
[    0.325764] pci 0000:00:1e.2: reg 0x10: [mem 0xd123b000-0xd123bfff 64bit]
[    0.326085] pci 0000:00:1e.4: [8086:9d2b] type 00 class 0x080501
[    0.326121] pci 0000:00:1e.4: reg 0x10: [mem 0xd123c000-0xd123cfff 64bit]
[    0.326655] pci 0000:00:1f.0: [8086:9d4b] type 00 class 0x060100
[    0.327001] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.327026] pci 0000:00:1f.2: reg 0x10: [mem 0xd1228000-0xd122bfff]
[    0.327281] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040100
[    0.327317] pci 0000:00:1f.3: reg 0x10: [mem 0xd122c000-0xd122ffff 64bit]
[    0.327365] pci 0000:00:1f.3: reg 0x20: [mem 0xd1210000-0xd121ffff 64bit]
[    0.327445] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.327801] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.327865] pci 0000:00:1f.4: reg 0x10: [mem 0xd123e000-0xd123e0ff 64bit]
[    0.327941] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.328188] pci 0000:00:1f.5: [8086:9d24] type 00 class 0x000000
[    0.328214] pci 0000:00:1f.5: reg 0x10: [mem 0xd123d000-0xd123dfff]
[    0.329898] pci 0000:01:00.0: [8086:095a] type 00 class 0x028000
[    0.330098] pci 0000:01:00.0: reg 0x10: [mem 0xd1000000-0xd1001fff 64bit]
[    0.330662] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.331724] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.331741] pci 0000:00:1c.0:   bridge window [mem 0xd1000000-0xd10fffff]
[    0.332002] pci 0000:02:00.0: [144d:a806] type 00 class 0x010802
[    0.332034] pci 0000:02:00.0: reg 0x10: [mem 0xd1100000-0xd1103fff 64bit]
[    0.332560] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.332570] pci 0000:00:1c.4:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.333208] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.333355] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.333484] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.333634] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.333775] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.333918] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    0.334047] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.334176] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.336944] ACPI: EC: interrupt unblocked
[    0.336948] ACPI: EC: event unblocked
[    0.336958] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.336962] ACPI: EC: GPE=0x6e
[    0.336966] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.336971] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle
transactions and events
[    0.337145] iommu: Default domain type: Translated
[    0.337145] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.337145] SCSI subsystem initialized
[    0.337145] libata version 3.00 loaded.
[    0.337145] ACPI: bus type USB registered
[    0.337145] usbcore: registered new interface driver usbfs
[    0.337145] usbcore: registered new interface driver hub
[    0.337640] usbcore: registered new device driver usb
[    0.337724] pps_core: LinuxPPS API ver. 1 registered
[    0.337727] pps_core: Software ver. 5.3.6 - Copyright 2005-2007
Rodolfo Giometti <giometti@linux.it>
[    0.337735] PTP clock support registered
[    0.337769] EDAC MC: Ver: 3.0.0
[    0.338808] NetLabel: Initializing
[    0.338811] NetLabel:  domain hash size = 128
[    0.338814] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.338855] NetLabel:  unlabeled traffic allowed by default
[    0.338866] mctp: management component transport protocol core
[    0.338868] NET: Registered PF_MCTP protocol family
[    0.338876] PCI: Using ACPI for IRQ routing
[    0.345879] PCI: pci_cache_line_size set to 64 bytes
[    0.346567] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.346575] e820: reserve RAM buffer [mem 0x7a95c000-0x7bffffff]
[    0.346578] e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
[    0.346650] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.346650] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.346650] pci 0000:00:02.0: vgaarb: VGA device added:
decodes=io+mem,owns=io+mem,locks=none
[    0.346650] vgaarb: loaded
[    0.346886] clocksource: Switched to clocksource tsc-early
[    0.380246] VFS: Disk quotas dquot_6.6.0
[    0.380277] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.380429] pnp: PnP ACPI init
[    0.380766] system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.380774] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.380780] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.380784] system 00:00: [mem 0xe0000000-0xe3ffffff] has been reserved
[    0.380789] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.380793] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.380797] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.380802] system 00:00: [mem 0xff000000-0xffffffff] has been reserved
[    0.380806] system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.380810] system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.381199] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.381337] system 00:03: [io  0x0900-0x09fe] has been reserved
[    0.381424] system 00:04: [io  0x0200] has been reserved
[    0.381429] system 00:04: [io  0x0204] has been reserved
[    0.381433] system 00:04: [io  0x0800-0x087f] has been reserved
[    0.381436] system 00:04: [io  0x0880-0x08ff] has been reserved
[    0.381975] pnp: PnP ACPI: found 6 devices
[    0.390277] clocksource: acpi_pm: mask: 0xffffff max_cycles:
0xffffff, max_idle_ns: 2085701024 ns
[    0.390395] NET: Registered PF_INET protocol family
[    0.390899] IP idents hash table entries: 262144 (order: 9, 2097152
bytes, linear)
[    0.397070] tcp_listen_portaddr_hash hash table entries: 8192
(order: 5, 131072 bytes, linear)
[    0.397118] Table-perturb hash table entries: 65536 (order: 6,
262144 bytes, linear)
[    0.397130] TCP established hash table entries: 131072 (order: 8,
1048576 bytes, linear)
[    0.397373] TCP bind hash table entries: 65536 (order: 8, 1048576
bytes, linear)
[    0.397545] TCP: Hash tables configured (established 131072 bind 65536)
[    0.397692] MPTCP token hash table entries: 16384 (order: 6, 393216
bytes, linear)
[    0.397786] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.397841] UDP-Lite hash table entries: 8192 (order: 6, 262144
bytes, linear)
[    0.397948] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.397960] NET: Registered PF_XDP protocol family
[    0.397980] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.397993] pci 0000:00:1c.0:   bridge window [mem 0xd1000000-0xd10fffff]
[    0.398005] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.398021] pci 0000:00:1c.4:   bridge window [mem 0xd1100000-0xd11fffff]
[    0.398034] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.398039] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.398042] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
[    0.398046] pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
[    0.398049] pci_bus 0000:00: resource 8 [mem 0x80000001-0xdfffffff window]
[    0.398052] pci_bus 0000:00: resource 9 [mem 0x800000000-0xbffffffff window]
[    0.398056] pci_bus 0000:00: resource 10 [mem 0xfd000000-0xfe7fffff window]
[    0.398059] pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed44fff window]
[    0.398063] pci_bus 0000:01: resource 1 [mem 0xd1000000-0xd10fffff]
[    0.398066] pci_bus 0000:02: resource 1 [mem 0xd1100000-0xd11fffff]
[    0.399031] PCI: CLS 64 bytes, default 64
[    0.399041] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.399044] software IO TLB: mapped [mem
0x000000007695c000-0x000000007a95c000] (64MB)
[    0.399158] Trying to unpack rootfs image as initramfs...
[    0.431545] sgx: There are zero EPC sections.
[    0.433310] Initialise system trusted keyrings
[    0.433331] Key type blacklist registered
[    0.433414] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.439794] zbud: loaded
[    0.442008] integrity: Platform Keyring initialized
[    0.442015] integrity: Machine keyring initialized
[    0.459254] NET: Registered PF_ALG protocol family
[    0.459261] xor: automatically using best checksumming function   avx
[    0.459266] Key type asymmetric registered
[    0.459270] Asymmetric key parser 'x509' registered
[    1.433656] tsc: Refined TSC clocksource calibration: 1608.000 MHz
[    1.433672] clocksource: tsc: mask: 0xffffffffffffffff max_cycles:
0x172daa3a18b, max_idle_ns: 440795212390 ns
[    1.434421] Freeing initrd memory: 36564K
[    1.434442] clocksource: Switched to clocksource tsc
[    1.444355] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    1.444391] Block layer SCSI generic (bsg) driver version 0.4
loaded (major 245)
[    1.444461] io scheduler mq-deadline registered
[    1.444466] io scheduler kyber registered
[    1.444546] io scheduler bfq registered
[    1.448101] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    1.449201] pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
[    1.449333] pcieport 0000:00:1c.0: AER: enabled with IRQ 120
[    1.449809] pcieport 0000:00:1c.4: PME: Signaling with IRQ 121
[    1.449967] pcieport 0000:00:1c.4: AER: enabled with IRQ 121
[    1.450166] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.451113] ACPI: AC: AC Adapter [AC] (on-line)
[    1.451214] input: Power Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.451260] ACPI: button: Power Button [PWRB]
[    1.451336] input: Lid Switch as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0D:00/input/input1
[    1.451409] ACPI: button: Lid Switch [LID0]
[    1.451487] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.451549] ACPI: button: Power Button [PWRF]
[    1.452427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.472865] ACPI: battery: Slot [BAT0] (battery present)
[    1.475424] hpet_acpi_add: no address or irqs in _CRS
[    1.475505] Non-volatile memory driver v1.3
[    1.475519] Linux agpgart interface v0.103
[    1.475778] ACPI: bus type drm_connector registered
[    1.485875] dw-apb-uart.3: ttyS4 at MMIO 0xd1236000 (irq = 32,
base_baud = 7500000) is a 16550A
[    1.490104] dw-apb-uart.5: ttyS5 at MMIO 0xd1239000 (irq = 20,
base_baud = 7500000) is a 16550A
[    1.492043] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.492053] ehci-pci: EHCI PCI platform driver
[    1.492081] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.492087] ohci-pci: OHCI PCI platform driver
[    1.492104] uhci_hcd: USB Universal Host Controller Interface driver
[    1.492416] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.492493] xhci_hcd 0000:00:14.0: new USB bus registered, assigned
bus number 1
[    1.493663] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci
version 0x100 quirks 0x0000000081109810
[    1.494162] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.494241] xhci_hcd 0000:00:14.0: new USB bus registered, assigned
bus number 2
[    1.494248] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.494340] usb usb1: New USB device found, idVendor=1d6b,
idProduct=0002, bcdDevice= 6.00
[    1.494346] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[    1.494350] usb usb1: Product: xHCI Host Controller
[    1.494353] usb usb1: Manufacturer: Linux 6.0.18-300.fc37.x86_64 xhci-hcd
[    1.494356] usb usb1: SerialNumber: 0000:00:14.0
[    1.494691] hub 1-0:1.0: USB hub found
[    1.494727] hub 1-0:1.0: 12 ports detected
[    1.498463] usb usb2: New USB device found, idVendor=1d6b,
idProduct=0003, bcdDevice= 6.00
[    1.498471] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[    1.498475] usb usb2: Product: xHCI Host Controller
[    1.498479] usb usb2: Manufacturer: Linux 6.0.18-300.fc37.x86_64 xhci-hcd
[    1.498482] usb usb2: SerialNumber: 0000:00:14.0
[    1.498809] hub 2-0:1.0: USB hub found
[    1.498840] hub 2-0:1.0: 6 ports detected
[    1.499922] usb: port power management may be unreliable
[    1.500684] usbcore: registered new interface driver usbserial_generic
[    1.500694] usbserial: USB Serial support registered for generic
[    1.500762] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.500766] i8042: PNP: PS/2 appears to have AUX port disabled, if
this is incorrect please boot with i8042.nopnp
[    1.501275] i8042: Warning: Keylock active
[    1.501473] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.501675] mousedev: PS/2 mouse device common for all mice
[    1.502086] rtc_cmos 00:02: RTC can wake from S4
[    1.502961] rtc_cmos 00:02: registered as rtc0
[    1.503095] rtc_cmos 00:02: setting system clock to
2023-01-24T10:28:58 UTC (1674556138)
[    1.503151] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram
[    1.503341] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is
disabled. Duplicate IMA measurements will not be recorded in the IMA
log.
[    1.503394] device-mapper: uevent: version 1.0.3
[    1.503554] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28)
initialised: dm-devel@redhat.com
[    1.503720] intel_pstate: Intel P-state driver initializing
[    1.503907] intel_pstate: HWP enabled
[    1.503981] hid: raw HID events driver (C) Jiri Kosina
[    1.504009] usbcore: registered new interface driver usbhid
[    1.504010] usbhid: USB HID core driver
[    1.504098] intel_pmc_core intel_pmc_core.0:  initialized
[    1.504168] input: Tablet Mode Switch as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C09:00/GOOG0006:00/input/input4
[    1.504321] drop_monitor: Initializing network drop monitor service
[    1.507668] input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input3
[    1.517733] Initializing XFRM netlink socket
[    1.517850] NET: Registered PF_INET6 protocol family
[    1.521875] Segment Routing with IPv6
[    1.521878] RPL Segment Routing with IPv6
[    1.521886] In-situ OAM (IOAM) with IPv6
[    1.521908] mip6: Mobile IPv6
[    1.521909] NET: Registered PF_PACKET protocol family
[    1.522220] microcode: sig=0x806e9, pf=0x80, revision=0xf0
[    1.522234] microcode: Microcode Update Driver: v2.2.
[    1.522240] IPI shorthand broadcast: enabled
[    1.522246] AVX2 version of gcm_enc/dec engaged.
[    1.522305] AES CTR mode by8 optimization enabled
[    1.522546] sched_clock: Marking stable (1516361665,
6167251)->(1577702643, -55173727)
[    1.522760] registered taskstats version 1
[    1.522834] Loading compiled-in X.509 certificates
[    1.530679] Loaded X.509 cert 'Fedora kernel signing key:
e5a8a4ee4a3b5c044d8e590887c122ef6a4ac65f'
[    1.530911] zswap: loaded using pool lzo/zbud
[    1.531067] page_owner is disabled
[    1.531134] Key type .fscrypt registered
[    1.531135] Key type fscrypt-provisioning registered
[    1.531441] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[    1.531455] Key type big_key registered
[    1.535154] Key type encrypted registered
[    1.535163] ima: No TPM chip found, activating TPM-bypass!
[    1.535180] Loading compiled-in module X.509 certificates
[    1.535622] Loaded X.509 cert 'Fedora kernel signing key:
e5a8a4ee4a3b5c044d8e590887c122ef6a4ac65f'
[    1.535625] ima: Allocated hash algorithm: sha256
[    1.535634] ima: No architecture policies found
[    1.535645] evm: Initialising EVM extended attributes:
[    1.535645] evm: security.selinux
[    1.535647] evm: security.SMACK64 (disabled)
[    1.535647] evm: security.SMACK64EXEC (disabled)
[    1.535648] evm: security.SMACK64TRANSMUTE (disabled)
[    1.535649] evm: security.SMACK64MMAP (disabled)
[    1.535649] evm: security.apparmor (disabled)
[    1.535650] evm: security.ima
[    1.535651] evm: security.capability
[    1.535651] evm: HMAC attrs: 0x1
[    1.579782] alg: No test for 842 (842-scomp)
[    1.579805] alg: No test for 842 (842-generic)
[    1.672504] PM:   Magic number: 7:757:477
[    1.672616] RAS: Correctable Errors collector initialized.
[    1.673542] Freeing unused decrypted memory: 2036K
[    1.673950] Freeing unused kernel image (initmem) memory: 3012K
[    1.677772] Write protecting the kernel read-only data: 32768k
[    1.678407] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.678713] Freeing unused kernel image (rodata/data gap) memory: 1524K
[    1.720416] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.720422] rodata_test: all tests were successful
[    1.720423] x86/mm: Checking user space page tables
[    1.739643] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    1.760474] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.760478] Run /init as init process
[    1.760479]   with arguments:
[    1.760480]     /init
[    1.760481]     rhgb
[    1.760482]   with environment:
[    1.760483]     HOME=/
[    1.760483]     TERM=linux
[    1.760484]     BOOT_IMAGE=(hd0,msdos1)/vmlinuz-6.0.18-300.fc37.x86_64
[    1.768343] systemd[1]: systemd 251.10-588.fc37 running in system
mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT
+GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC
+KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE
+TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP
+SYSVINIT default-hierarchy=unified)
[    1.768349] systemd[1]: Detected architecture x86-64.
[    1.768351] systemd[1]: Running in initial RAM disk.
[    1.768391] systemd[1]: Hostname set to <rclaptop>.
[    1.884589] usb 1-2: New USB device found, idVendor=0bda,
idProduct=564b, bcdDevice= 0.06
[    1.884594] usb 1-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.884596] usb 1-2: Product: WebCamera
[    1.884598] usb 1-2: Manufacturer: Generic
[    1.884599] usb 1-2: SerialNumber: \x07LOE65001063010A8C60125DAI06BF12000
[    1.980111] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
[    2.001408] usb 2-2: New USB device found, idVendor=05e3,
idProduct=0626, bcdDevice= 6.63
[    2.001419] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.001423] usb 2-2: Product: USB3.1 Hub
[    2.001427] usb 2-2: Manufacturer: GenesysLogic
[    2.004721] hub 2-2:1.0: USB hub found
[    2.005731] hub 2-2:1.0: 4 ports detected
[    2.110775] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    2.181879] systemd[1]: bpf-lsm: LSM BPF program attached
[    2.237982] usb 1-3: New USB device found, idVendor=8087,
idProduct=0a2a, bcdDevice= 0.03
[    2.237989] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.244287] systemd[1]: Queued start job for default target initrd.target.
[    2.244415] systemd[1]: Reached target initrd-usr-fs.target -
Initrd /usr File System.
[    2.244470] systemd[1]: Reached target local-fs.target - Local File Systems.
[    2.244485] systemd[1]: Reached target slices.target - Slice Units.
[    2.244497] systemd[1]: Reached target swap.target - Swaps.
[    2.244510] systemd[1]: Reached target timers.target - Timer Units.
[    2.244601] systemd[1]: Listening on dbus.socket - D-Bus System
Message Bus Socket.
[    2.244789] systemd[1]: Listening on systemd-journald-audit.socket
- Journal Audit Socket.
[    2.244881] systemd[1]: Listening on
systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    2.244977] systemd[1]: Listening on systemd-journald.socket -
Journal Socket.
[    2.245092] systemd[1]: Listening on systemd-udevd-control.socket -
udev Control Socket.
[    2.245162] systemd[1]: Listening on systemd-udevd-kernel.socket -
udev Kernel Socket.
[    2.245174] systemd[1]: Reached target sockets.target - Socket Units.
[    2.261156] systemd[1]: Starting kmod-static-nodes.service - Create
List of Static Device Nodes...
[    2.261232] systemd[1]: memstrack.service - Memstrack Anylazing
Service was skipped because all trigger condition checks failed.
[    2.262729] systemd[1]: Starting systemd-journald.service - Journal
Service...
[    2.264080] systemd[1]: Starting systemd-modules-load.service -
Load Kernel Modules...
[    2.265077] systemd[1]: Starting systemd-sysusers.service - Create
System Users...
[    2.266156] systemd[1]: Starting systemd-vconsole-setup.service -
Setup Virtual Console...
[    2.273832] systemd[1]: Finished kmod-static-nodes.service - Create
List of Static Device Nodes.
[    2.287797] systemd[1]: Finished systemd-sysusers.service - Create
System Users.
[    2.287882] audit: type=1130 audit(1674556139.283:2): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers
comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=?
terminal=? res=success'
[    2.296891] systemd[1]: Starting systemd-tmpfiles-setup-dev.service
- Create Static Device Nodes in /dev...
[    2.299000] fuse: init (API version 7.36)
[    2.302683] usb 2-2.1: new SuperSpeed USB device number 3 using xhci_hcd
[    2.309783] systemd[1]: Finished systemd-tmpfiles-setup-dev.service
- Create Static Device Nodes in /dev.
[    2.309886] audit: type=1130 audit(1674556139.305:3): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=kernel
msg='unit=systemd-tmpfiles-setup-dev comm="systemd"
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=?
res=success'
[    2.310441] systemd[1]: Started systemd-journald.service - Journal Service.
[    2.310531] audit: type=1130 audit(1674556139.305:4): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald
comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=?
terminal=? res=success'
[    2.315231] usb 2-2.1: New USB device found, idVendor=0bda,
idProduct=8153, bcdDevice=31.00
[    2.315238] usb 2-2.1: New USB device strings: Mfr=1, Product=2,
SerialNumber=6
[    2.315240] usb 2-2.1: Product: USB 10/100/1000 LAN
[    2.315242] usb 2-2.1: Manufacturer: Realtek
[    2.315244] usb 2-2.1: SerialNumber: 001000000
[    2.324993] audit: type=1130 audit(1674556139.320:5): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=kernel
msg='unit=systemd-modules-load comm="systemd"
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=?
res=success'
[    2.328903] audit: type=1130 audit(1674556139.324:6): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=kernel
msg='unit=systemd-tmpfiles-setup comm="systemd"
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=?
res=success'
[    2.351946] audit: type=1130 audit(1674556139.347:7): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl
comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=?
terminal=? res=success'
[    2.359939] audit: type=1130 audit(1674556139.355:8): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=kernel
msg='unit=systemd-vconsole-setup comm="systemd"
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=?
res=success'
[    2.386963] audit: type=1130 audit(1674556139.382:9): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=kernel
msg='unit=dracut-cmdline-ask comm="systemd"
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=?
res=success'
[    2.429616] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[    2.455911] audit: type=1130 audit(1674556139.451:10): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline
comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=?
terminal=? res=success'
[    2.546971] usbcore: registered new interface driver r8152
[    2.559552] usb 1-5: New USB device found, idVendor=05e3,
idProduct=0610, bcdDevice= 6.63
[    2.559556] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.559558] usb 1-5: Product: USB2.1 Hub
[    2.559559] usb 1-5: Manufacturer: GenesysLogic
[    2.560777] hub 1-5:1.0: USB hub found
[    2.561025] hub 1-5:1.0: 4 ports detected
[    2.622961] usb 2-2.1: reset SuperSpeed USB device number 3 using xhci_hcd
[    2.659535] r8152 2-2.1:1.0: load rtl8153b-2 v1 10/23/19 successfully
[    2.694724] r8152 2-2.1:1.0 eth0: v1.12.13
[    2.793917] r8152 2-2.1:1.0 enp0s20f0u2u1: renamed from eth0
[    2.857703] usb 1-5.4: new full-speed USB device number 5 using xhci_hcd
[    2.893291] input: WCOM50C1:00 2D1F:5143 Touchscreen as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input5
[    2.893401] input: WCOM50C1:00 2D1F:5143 as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input6
[    2.893454] input: WCOM50C1:00 2D1F:5143 Stylus as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input7
[    2.893541] input: WCOM50C1:00 2D1F:5143 as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input8
[    2.893643] input: WCOM50C1:00 2D1F:5143 Mouse as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input9
[    2.893755] hid-generic 0018:2D1F:5143.0001: input,hidraw0: I2C HID
v1.00 Mouse [WCOM50C1:00 2D1F:5143] on i2c-WCOM50C1:00
[    2.897043] input: ACPI0C50:00 18D1:5028 as
/devices/pci0000:00/0000:00:15.2/i2c_designware.2/i2c-2/i2c-ACPI0C50:00/0018:18D1:5028.0002/input/input10
[    2.919045] hid-multitouch 0018:18D1:5028.0002: input,hidraw1: I2C
HID v1.00 Device [ACPI0C50:00 18D1:5028] on i2c-ACPI0C50:00
[    2.935107] sdhci: Secure Digital Host Controller Interface driver
[    2.935112] sdhci: Copyright(c) Pierre Ossman
[    2.952783] sdhci-pci 0000:00:1e.4: SDHCI controller found
[8086:9d2b] (rev 21)
[    2.954175] mmc0: SDHCI controller on PCI [0000:00:1e.4] using ADMA 64-bit
[    2.960039] nvme nvme0: pci function 0000:02:00.0
[    2.960688] usb 1-5.4: New USB device found, idVendor=046d,
idProduct=c52f, bcdDevice=22.00
[    2.960695] usb 1-5.4: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[    2.960698] usb 1-5.4: Product: USB Receiver
[    2.960701] usb 1-5.4: Manufacturer: Logitech
[    2.967609] input: Logitech USB Receiver as
/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.4/1-5.4:1.0/0003:046D:C52F.0003/input/input11
[    2.967715] hid-generic 0003:046D:C52F.0003: input,hidraw0: USB HID
v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-5.4/input0
[    2.967759] nvme nvme0: Shutdown timeout set to 10 seconds
[    2.969314] input: Logitech USB Receiver Consumer Control as
/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.4/1-5.4:1.1/0003:046D:C52F.0004/input/input12
[    2.972531] input: WCOM50C1:00 2D1F:5143 as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input15
[    2.972803] nvme nvme0: 4/0/0 default/read/poll queues
[    2.980183]  nvme0n1: p1 p2
[    3.020843] hid-generic 0003:046D:C52F.0004:
input,hiddev96,hidraw2: USB HID v1.11 Device [Logitech USB Receiver]
on usb-0000:00:14.0-5.4/input1
[    3.021374] input: WCOM50C1:00 2D1F:5143 UNKNOWN as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input16
[    3.021474] input: WCOM50C1:00 2D1F:5143 Stylus as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input17
[    3.021573] input: WCOM50C1:00 2D1F:5143 UNKNOWN as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input18
[    3.022082] input: WCOM50C1:00 2D1F:5143 Mouse as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0001/input/input19
[    3.022204] hid-multitouch 0018:2D1F:5143.0001: input,hidraw3: I2C
HID v1.00 Mouse [WCOM50C1:00 2D1F:5143] on i2c-WCOM50C1:00
[    3.046039] BTRFS: device label fedora_localhost-live devid 1
transid 77044 /dev/nvme0n1p2 scanned by systemd-udevd (378)
[    3.050988] logitech-djreceiver 0003:046D:C52F.0003: hidraw0: USB
HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-5.4/input0
[    3.117028] logitech-djreceiver 0003:046D:C52F.0004:
hiddev96,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on
usb-0000:00:14.0-5.4/input1
[    3.171016] logitech-djreceiver 0003:046D:C52F.0004: device of type
eQUAD step 4 DJ (0x04) connected on slot 1
[    3.352725] input: Logitech Wireless Mouse PID:1024 Mouse as
/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.4/1-5.4:1.1/0003:046D:C52F.0004/0003:046D:1024.0005/input/input20
[    3.353113] input: Logitech Wireless Mouse PID:1024 Consumer
Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.4/1-5.4:1.1/0003:046D:C52F.0004/0003:046D:1024.0005/input/input21
[    3.353204] hid-generic 0003:046D:1024.0005: input,hidraw4: USB HID
v1.11 Mouse [Logitech Wireless Mouse PID:1024] on
usb-0000:00:14.0-5.4/input1:1
[    3.362875] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.409212] input: Logitech M310 as
/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.4/1-5.4:1.1/0003:046D:C52F.0004/0003:046D:1024.0005/input/input25
[    3.409346] logitech-hidpp-device 0003:046D:1024.0005:
input,hidraw4: USB HID v1.11 Mouse [Logitech M310] on
usb-0000:00:14.0-5.4/input1:1
[    3.413783] i915 0000:00:02.0: vgaarb: changed VGA decodes:
olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.416016] i915 0000:00:02.0: [drm] Finished loading DMC firmware
i915/kbl_dmc_ver1_04.bin (v1.4)
[    3.450348] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is
disabled/in DSI mode with an ungated DDI clock, gate it
[    3.450356] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is
disabled/in DSI mode with an ungated DDI clock, gate it
[    3.454897] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    3.457039] fbcon: i915drmfb (fb0) is primary device
[    3.457043] fbcon: Deferring console take-over
[    3.457046] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.559225] BTRFS info (device nvme0n1p2): using crc32c
(crc32c-intel) checksum algorithm
[    3.559239] BTRFS info (device nvme0n1p2): using free space tree
[    3.636215] BTRFS info (device nvme0n1p2): enabling ssd optimizations
[    4.226382] systemd-journald[254]: Received SIGTERM from PID 1 (systemd).
[    4.394914] SELinux:  policy capability network_peer_controls=1
[    4.394917] SELinux:  policy capability open_perms=1
[    4.394918] SELinux:  policy capability extended_socket_class=1
[    4.394919] SELinux:  policy capability always_check_network=0
[    4.394919] SELinux:  policy capability cgroup_seclabel=1
[    4.394920] SELinux:  policy capability nnp_nosuid_transition=1
[    4.394921] SELinux:  policy capability genfs_seclabel_symlinks=1
[    4.394921] SELinux:  policy capability ioctl_skip_cloexec=0
[    4.437062] systemd[1]: Successfully loaded SELinux policy in 86.860ms.
[    4.469846] systemd[1]: Relabelled /dev, /dev/shm, /run,
/sys/fs/cgroup in 25.720ms.
[    4.473092] systemd[1]: systemd 251.10-588.fc37 running in system
mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT
+GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC
+KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE
+TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP
+SYSVINIT default-hierarchy=unified)
[    4.473100] systemd[1]: Detected architecture x86-64.
[    4.797904] systemd[1]: bpf-lsm: LSM BPF program attached
[    5.030093] systemd-sysv-generator[548]: SysV service
'/etc/rc.d/init.d/livesys' lacks a native systemd unit file.
Automatically generating a unit file for compatibility. Please update
package to include a native systemd unit file, in order to make it
more safe and robust.
[    5.030180] systemd-sysv-generator[548]: SysV service
'/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file.
Automatically generating a unit file for compatibility. Please update
package to include a native systemd unit file, in order to make it
more safe and robust.
[    5.057869] zram: Added device: zram0
[    5.231501] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    5.239998] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[    5.240695] systemd[1]: systemd-journald.service: Scheduled restart
job, restart counter is at 1.
[    5.241074] systemd[1]: Created slice machine.slice - Virtual
Machine and Container Slice.
[    5.241644] systemd[1]: Created slice system-getty.slice - Slice
/system/getty.
[    5.242013] systemd[1]: Created slice system-modprobe.slice - Slice
/system/modprobe.
[    5.242373] systemd[1]: Created slice system-sshd\x2dkeygen.slice -
Slice /system/sshd-keygen.
[    5.242871] systemd[1]: Created slice system-systemd\x2dfsck.slice
- Slice /system/systemd-fsck.
[    5.243231] systemd[1]: Created slice
system-systemd\x2dzram\x2dsetup.slice - Slice
/system/systemd-zram-setup.
[    5.243577] systemd[1]: Created slice user.slice - User and Session Slice.
[    5.243660] systemd[1]: systemd-ask-password-console.path -
Dispatch Password Requests to Console Directory Watch was skipped
because of a failed condition check
(ConditionPathExists=!/run/plymouth/pid).
[    5.243810] systemd[1]: Started systemd-ask-password-wall.path -
Forward Password Requests to Wall Directory Watch.
[    5.244243] systemd[1]: Set up automount
proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats
File System Automount Point.
[    5.244335] systemd[1]: Reached target cryptsetup.target - Local
Encrypted Volumes.
[    5.244389] systemd[1]: Reached target getty.target - Login Prompts.
[    5.244444] systemd[1]: Stopped target initrd-switch-root.target -
Switch Root.
[    5.244487] systemd[1]: Stopped target initrd-fs.target - Initrd
File Systems.
[    5.244520] systemd[1]: Stopped target initrd-root-fs.target -
Initrd Root File System.
[    5.244559] systemd[1]: Reached target integritysetup.target -
Local Integrity Protected Volumes.
[    5.244701] systemd[1]: Reached target slices.target - Slice Units.
[    5.244781] systemd[1]: Reached target veritysetup.target - Local
Verity Protected Volumes.
[    5.245485] systemd[1]: Listening on dm-event.socket -
Device-mapper event daemon FIFOs.
[    5.246430] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2
poll daemon socket.
[    5.247711] systemd[1]: Listening on systemd-coredump.socket -
Process Core Dump Socket.
[    5.247896] systemd[1]: Listening on systemd-initctl.socket -
initctl Compatibility Named Pipe.
[    5.248376] systemd[1]: Listening on systemd-oomd.socket -
Userspace Out-Of-Memory (OOM) Killer Socket.
[    5.249687] systemd[1]: Listening on systemd-udevd-control.socket -
udev Control Socket.
[    5.249999] systemd[1]: Listening on systemd-udevd-kernel.socket -
udev Kernel Socket.
[    5.250569] systemd[1]: Listening on systemd-userdbd.socket - User
Database Manager Socket.
[    5.260845] systemd[1]: Mounting dev-hugepages.mount - Huge Pages
File System...
[    5.262236] systemd[1]: Mounting dev-mqueue.mount - POSIX Message
Queue File System...
[    5.263571] systemd[1]: Mounting sys-kernel-debug.mount - Kernel
Debug File System...
[    5.265631] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel
Trace File System...
[    5.266010] systemd[1]: auth-rpcgss-module.service - Kernel Module
supporting RPCSEC_GSS was skipped because of a failed condition check
(ConditionPathExists=/etc/krb5.keytab).
[    5.267522] systemd[1]: Starting kmod-static-nodes.service - Create
List of Static Device Nodes...
[    5.269085] systemd[1]: Starting lvm2-monitor.service - Monitoring
of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    5.271288] systemd[1]: Starting modprobe@configfs.service - Load
Kernel Module configfs...
[    5.273162] systemd[1]: Starting modprobe@drm.service - Load Kernel
Module drm...
[    5.275220] systemd[1]: Starting modprobe@fuse.service - Load
Kernel Module fuse...
[    5.275457] systemd[1]: plymouth-switch-root.service: Deactivated
successfully.
[    5.283732] systemd[1]: Stopped plymouth-switch-root.service -
Plymouth switch root service.
[    5.283891] kauditd_printk_skb: 89 callbacks suppressed
[    5.283893] audit: type=1131 audit(1674556142.279:100): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0
msg='unit=plymouth-switch-root comm="systemd"
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=?
res=success'
[    5.284122] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[    5.293679] systemd[1]: Stopped systemd-fsck-root.service - File
System Check on Root Device.
[    5.293725] audit: type=1131 audit(1674556142.289:101): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0
msg='unit=systemd-fsck-root comm="systemd"
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=?
res=success'
[    5.293779] systemd[1]: Stopped systemd-journald.service - Journal Service.
[    5.293813] audit: type=1130 audit(1674556142.289:102): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0
msg='unit=systemd-journald comm="systemd"
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=?
res=success'
[    5.293827] audit: type=1131 audit(1674556142.289:103): pid=1 uid=0
auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0
msg='unit=systemd-journald comm="systemd"
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=?
res=success'
[    5.294762] audit: type=1334 audit(1674556142.290:104): prog-id=52 op=LOAD
[    5.294965] audit: type=1334 audit(1674556142.290:105): prog-id=53 op=LOAD
[    5.295052] audit: type=1334 audit(1674556142.290:106): prog-id=54 op=LOAD
[    5.295067] audit: type=1334 audit(1674556142.290:107): prog-id=0 op=UNLOAD
[    5.295078] audit: type=1334 audit(1674556142.290:108): prog-id=0 op=UNLOAD
[    5.305960] systemd[1]: Starting systemd-journald.service - Journal
Service...
[    5.307592] systemd[1]: Starting systemd-modules-load.service -
Load Kernel Modules...
[    5.309444] systemd[1]: Starting systemd-network-generator.service
- Generate network units from Kernel command line...
[    5.311611] systemd[1]: Starting systemd-remount-fs.service -
Remount Root and Kernel File Systems...
[    5.311843] systemd[1]: systemd-repart.service - Repartition Root
Disk was skipped because all trigger condition checks failed.
[    5.313937] systemd[1]: Starting systemd-udev-trigger.service -
Coldplug All udev Devices...
[    5.318466] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    5.319164] systemd[1]: Mounted dev-mqueue.mount - POSIX Message
Queue File System.
[    5.319787] systemd[1]: Mounted sys-kernel-debug.mount - Kernel
Debug File System.
[    5.320424] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel
Trace File System.
[    5.323929] audit: type=1305 audit(1674556142.319:109): op=set
audit_enabled=1 old=1 auid=4294967295 ses=4294967295
subj=system_u:system_r:syslogd_t:s0 res=1
[    5.325022] BTRFS info (device nvme0n1p2: state M): use zstd
compression, level 1
[    5.331805] systemd[1]: Finished kmod-static-nodes.service - Create
List of Static Device Nodes.
[    5.333008] systemd[1]: Started systemd-journald.service - Journal Service.
[    5.401190] systemd-journald[575]: Received client request to flush
runtime journal.
[    5.404671] systemd-journald[575]: File
/var/log/journal/d91ce01f8d294edb8b338a20c7a956c7/system.journal
corrupted or uncleanly shut down, renaming and replacing.
[    5.741016] zram0: detected capacity change from 0 to 16777216
[    5.912034] Adding 8388604k swap on /dev/zram0.  Priority:100
extents:1 across:8388604k SSDscFS
[    5.970272] chromeos ramoops using acpi device.
[    5.993677] cros-usbpd-notify-acpi GOOG0003:00: Couldn't get Chrome
EC device pointer.
[    6.008246] Consider using thermal netlink events interface
[    6.040063] intel_rapl_common: Found RAPL domain package
[    6.040068] intel_rapl_common: Found RAPL domain dram
[    6.047610] cros_ec_lpcs GOOG0004:00: Chrome EC device registered
[    6.057174] cr50_i2c i2c-GOOG0005:00: cr50 TPM 2.0 (i2c 0x50 irq 24 id 0x28)
[    6.083724] cros-ec-i2c i2c-GOOG0008:00: Chrome EC device registered
[    6.104231] mc: Linux media interface: v0.10
[    6.172698] videodev: Linux video capture interface: v2.00
[    6.172893] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    6.173117] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    6.173203] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    6.185779] idma64 idma64.5: Found Intel integrated DMA 64-bit
[    6.197783] idma64 idma64.6: Found Intel integrated DMA 64-bit
[    6.229779] EXT4-fs (nvme0n1p1): mounted filesystem with ordered
data mode. Quota mode: none.
[    6.267889] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    6.334665] Bluetooth: Core ver 2.22
[    6.334699] NET: Registered PF_BLUETOOTH protocol family
[    6.334701] Bluetooth: HCI device and connection manager initialized
[    6.334811] Bluetooth: HCI socket layer initialized
[    6.334815] Bluetooth: L2CAP socket layer initialized
[    6.334823] Bluetooth: SCO socket layer initialized
[    6.388520] usb 1-2: Found UVC 1.00 device WebCamera (0bda:564b)
[    6.402702] input: WebCamera: WebCamera as
/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input26
[    6.402806] usbcore: registered new interface driver uvcvideo
[    6.436970] max98927 i2c-MX98927:00: MAX98927 revisionID: 0x42
[    6.437251] max98927 i2c-MX98927:01: MAX98927 revisionID: 0x42
[    6.495393] cfg80211: Loading compiled-in X.509 certificates for
regulatory database
[    6.496133] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.499951] input: PC Speaker as /devices/platform/pcspkr/input/input27
[    6.539875] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    6.539909] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    6.539958] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
[    6.540018] pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
[    6.574106] rt5663 i2c-10EC5663:00: supply avdd not found, using
dummy regulator
[    6.574276] rt5663 i2c-10EC5663:00: supply cpvdd not found, using
dummy regulator
[    6.633924] usbcore: registered new interface driver btusb
[    6.645465] RPC: Registered named UNIX socket transport module.
[    6.645469] RPC: Registered udp transport module.
[    6.645471] RPC: Registered tcp transport module.
[    6.645472] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.653942] Bluetooth: hci0: Legacy ROM 2.x revision 5.0 build 25
week 20 2015
[    6.660032] Bluetooth: hci0: Intel Bluetooth firmware file:
intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
[    6.741598] Intel(R) Wireless WiFi driver for Linux
[    6.748683] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters,
655360 ms ovfl timer
[    6.748687] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.748689] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.748690] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.748691] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.748692] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    6.801482] iwlwifi 0000:01:00.0: Found debug destination: EXTERNAL_DRAM
[    6.801488] iwlwifi 0000:01:00.0: Found debug configuration: 0
[    6.801741] iwlwifi 0000:01:00.0: loaded firmware version
29.4063824552.0 7265D-29.ucode op_mode iwlmvm
[    6.825478] snd_hda_intel 0000:00:1f.3: DSP detected with PCI
class/subclass/prog-if info 0x040100
[    6.980912] Bluetooth: hci0: Intel BT fw patch 0x43 completed & activated
[    7.094153] intel_rapl_common: Found RAPL domain package
[    7.094157] intel_rapl_common: Found RAPL domain core
[    7.094159] intel_rapl_common: Found RAPL domain uncore
[    7.094160] intel_rapl_common: Found RAPL domain dram
[    7.094162] intel_rapl_common: Found RAPL domain psys
[    7.192135] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band
Wireless AC 7265, REV=0x210
[    7.192244] thermal thermal_zone7: failed to read out thermal zone (-61)
[    7.207956] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[    7.208163] iwlwifi 0000:01:00.0: Allocated 0x00400000 bytes for
firmware monitor.
[    7.219755] iwlwifi 0000:01:00.0: base HW address:
a0:a4:c5:22:3f:71, OTP minor version: 0x0
[    7.252484] snd_soc_skl 0000:00:1f.3: DSP detected with PCI
class/subclass/prog-if info 0x040100
[    7.271112] intel_tcc_cooling: Programmable TCC Offset detected
[    7.283823] cros-ec-dev cros-ec-dev.2.auto: CrOS Touchpad MCU detected
[    7.285767] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    7.298561] snd_soc_skl 0000:00:1f.3: bound 0000:00:02.0 (ops
i915_audio_component_bind_ops [i915])
[    7.437094] iTCO_vendor_support: vendor-support=0
[    7.577263] input: ACPI0C50:00 18D1:5028 as
/devices/pci0000:00/0000:00:15.2/i2c_designware.2/i2c-2/i2c-ACPI0C50:00/0018:18D1:5028.0006/input/input28
[    7.577527] hid-multitouch 0018:18D1:5028.0006: input,hidraw1: I2C
HID v1.00 Device [ACPI0C50:00 18D1:5028] on i2c-ACPI0C50:00
[    7.671754] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.671761] Bluetooth: BNEP filters: protocol multicast
[    7.671767] Bluetooth: BNEP socket layer initialized
[    7.701312] input: WCOM50C1:00 2D1F:5143 as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0007/input/input29
[    7.773232] input: WCOM50C1:00 2D1F:5143 UNKNOWN as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0007/input/input30
[    7.792396] input: WCOM50C1:00 2D1F:5143 Stylus as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0007/input/input31
[    7.792626] input: WCOM50C1:00 2D1F:5143 UNKNOWN as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0007/input/input32
[    7.792799] input: WCOM50C1:00 2D1F:5143 Mouse as
/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM50C1:00/0018:2D1F:5143.0007/input/input33
[    7.793444] hid-multitouch 0018:2D1F:5143.0007: input,hidraw3: I2C
HID v1.00 Mouse [WCOM50C1:00 2D1F:5143] on i2c-WCOM50C1:00
[    7.800044] Bluetooth: MGMT ver 1.22
[    7.809481] cros-usbpd-charger cros-usbpd-charger.4.auto: Could not
get charger port count
[    7.813145] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[    7.834228] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device
(Version=4, TCOBASE=0x0400)
[    7.841318] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    7.843948] NET: Registered PF_QIPCRTR protocol family
[    8.132171] HDMI HDA Codec ehdaudio0D2: Max dais supported: 3
[    8.212512] snd_soc_skl 0000:00:1f.3: ASoC: no sink widget found
for AEC Capture
[    8.212520] snd_soc_skl 0000:00:1f.3: ASoC: Failed to add route
echo_ref_out cpr 7 -> direct -> AEC Capture
[    8.212536] kbl_r5514_5663_max kbl_r5514_5663_max: ASoC: Parent
card not yet available, widget card binding deferred
[    8.305367] rt5663 i2c-10EC5663:00: sysclk < 384 x fs, disable i2s asrc
[    8.306570] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense:
disconnect for pin:port 5:0
[    8.306698] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense:
disconnect for pin:port 6:0
[    8.306821] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense:
disconnect for pin:port 7:0
[    8.311643] input: kbl-r5514-5663-max Headset Jack as
/devices/platform/kbl_r5514_5663_max/sound/card0/input34
[    8.311833] input: kbl-r5514-5663-max HDMI/DP,pcm=6 Jack as
/devices/platform/kbl_r5514_5663_max/sound/card0/input35
[    8.311979] input: kbl-r5514-5663-max HDMI/DP,pcm=7 Jack as
/devices/platform/kbl_r5514_5663_max/sound/card0/input36
[    8.787957] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[    8.795303] r8152 2-2.1:1.0 enp0s20f0u2u1: carrier on
[    8.873208] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[    8.874523] iwlwifi 0000:01:00.0: FW already configured (0) - re-configuring
[    8.885534] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u2u1: link becomes ready
[    8.922287] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[    9.000507] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[    9.001920] iwlwifi 0000:01:00.0: FW already configured (0) - re-configuring
[   14.336235] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
[   14.336672] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
[   14.337150] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
[   14.338004] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:0
[   14.338444] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:1
[   14.338879] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:2
[   14.366716] snd_soc_skl 0000:00:1f.3: Module list is empty
[   14.391814] snd_soc_skl 0000:00:1f.3: ipc FW reply: MCLK already
running FW Error Code: 0
[   14.391831] kbl_r5514_5663_max kbl_r5514_5663_max: Can't enable
mclk, err: 151
[   14.457281] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
[   14.458184] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
[   14.459454] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
[   14.493322] snd_soc_skl 0000:00:1f.3: ASoC: error at
soc_dai_trigger on HDMI2 Pin: -32
[   14.493330]  Kbl HDMI Port2: ASoC: trigger FE cmd: 1 failed: -32
[   14.495011] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:0
[   14.495509] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:1
[   14.496008] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:2
[   14.516669] snd_soc_skl 0000:00:1f.3: ASoC: error at
soc_dai_trigger on HDMI1 Pin: -32
[   14.516675]  Kbl HDMI Port1: ASoC: trigger FE cmd: 1 failed: -32
[   14.526345] rfkill: input handler disabled
[   24.656143] systemd-journald[575]: File
/var/log/journal/d91ce01f8d294edb8b338a20c7a956c7/user-1001.journal
corrupted or uncleanly shut down, renaming and replacing.
[   25.097876] rfkill: input handler enabled
[   25.722565] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
[   25.723005] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
[   25.723500] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
[   25.724424] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:0
[   25.724918] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:1
[   25.725418] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:2
[   26.296148] snd_soc_skl 0000:00:1f.3: ASoC: error at
snd_soc_dai_startup on Echoref Pin: -22
[   26.296158]  Kbl Audio Echo Reference cap: __soc_pcm_open() failed (-22)
[   26.421118] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:0
[   26.421616] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:1
[   26.422747] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:2
[   26.485529] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
[   26.485970] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
[   26.486422] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
[   26.527974] Bluetooth: RFCOMM TTY layer initialized
[   26.527984] Bluetooth: RFCOMM socket layer initialized
[   26.527996] Bluetooth: RFCOMM ver 1.11
[   26.568094] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
[   26.568593] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
[   26.569093] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
[   26.634535] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:0
[   26.635604] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:1
[   26.636249] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:2
[   26.636797] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
[   26.637300] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
[   26.637800] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
[   26.638839] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:0
[   26.639338] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:1
[   26.639838] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:2
[   26.655592] snd_soc_skl 0000:00:1f.3: MCPS Budget Violation: 9b050000
[   26.841430] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
[   26.841904] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
[   26.843221] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
[   26.901613] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
[   26.902489] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
[   26.902971] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
[   26.961904] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:0
[   26.963378] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:1
[   26.963879] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:2
[   27.053053] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:0
[   27.053559] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:1
[   27.058217] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:2
[   27.121290] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
[   27.121791] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
[   27.122290] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
[   27.124212] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:0
[   27.124706] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:1
[   27.125207] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:2
[   27.144613] snd_soc_skl 0000:00:1f.3: MCPS Budget Violation: 9b050000
[   27.162224] rfkill: input handler disabled
[   27.267599] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0
[   27.268424] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:1
[   27.268859] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:2
[   27.855034] logitech-hidpp-device 0003:046D:1024.0005: HID++ 1.0
device connected.
[   27.933747] snd_soc_skl 0000:00:1f.3: ASoC: error at
soc_dai_trigger on HDMI2 Pin: -32
[   27.933753]  Kbl HDMI Port2: ASoC: trigger FE cmd: 1 failed: -32
[   27.935160] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:0
[   27.935678] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:1
[   27.936178] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 6:2
[   28.036577] snd_soc_skl 0000:00:1f.3: ASoC: error at
soc_dai_trigger on HDMI1 Pin: -32
[   28.036584]  Kbl HDMI Port1: ASoC: trigger FE cmd: 1 failed: -32
[ 3677.233400] i2c_hid_acpi i2c-ACPI0C50:00: i2c_hid_get_input:
incomplete report (74/60652)

If you need anything else just let me know.

Thanks
Sasa

> Best regards,
> Lukasz
>
> wt., 24 sty 2023 o 06:09 Greg KH <gregkh@linuxfoundation.org> napisał(a):
> >
> > On Mon, Jan 23, 2023 at 09:44:34PM +0100, Sasa Ostrouska wrote:
> > > Hi all, sorry if I put somebody in CC who is not the correct one. I
> > > have a google pixelbook and using it with Fedora 37.
> > > The last few kernels supplied by fedora 37, 6.1.6, 6.1.7 but also some
> > > earlier have no working sound.
> > > I see the last kernel for me with working sound is 6.0.18.
> > > On my pixelbook this is showing in dmesg:
> >
> > Any chance you can use 'git bisect' to track down the offending commit?
> >
> > thanks,
> >
> > greg k-h

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-24  5:09 ` Greg KH
  2023-01-24 10:18   ` Lukasz Majczak
@ 2023-01-24 11:30   ` Sasa Ostrouska
  1 sibling, 0 replies; 40+ messages in thread
From: Sasa Ostrouska @ 2023-01-24 11:30 UTC (permalink / raw)
  To: Greg KH
  Cc: stable, regressions, Pierre-Louis Bossart, Lukasz Majczak,
	Cezary Rojewski

On Tue, Jan 24, 2023 at 6:09 AM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Mon, Jan 23, 2023 at 09:44:34PM +0100, Sasa Ostrouska wrote:
> > Hi all, sorry if I put somebody in CC who is not the correct one. I
> > have a google pixelbook and using it with Fedora 37.
> > The last few kernels supplied by fedora 37, 6.1.6, 6.1.7 but also some
> > earlier have no working sound.
> > I see the last kernel for me with working sound is 6.0.18.
> > On my pixelbook this is showing in dmesg:
>
> Any chance you can use 'git bisect' to track down the offending commit?
>
Hi Greg, I never did that in my life, but I can try if you can point
me to some documentation so I can
try to put that together. I know plain git simple stuff like commit, diff etc...

Sasa

> thanks,
>
> greg k-h

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-24  5:09 ` Greg KH
@ 2023-01-24 10:18   ` Lukasz Majczak
  2023-01-24 11:34     ` Sasa Ostrouska
  2023-01-24 11:30   ` Sasa Ostrouska
  1 sibling, 1 reply; 40+ messages in thread
From: Lukasz Majczak @ 2023-01-24 10:18 UTC (permalink / raw)
  To: Greg KH
  Cc: Sasa Ostrouska, stable, regressions, Pierre-Louis Bossart,
	Cezary Rojewski

Hi Sasa,
I've just built a vanilla kernel (v.6.1.7) with ChromeOS and audio
seems to work - at least for a while - I was able to play some music
on YouTube. Can you share a full dmesg ?

Best regards,
Lukasz

wt., 24 sty 2023 o 06:09 Greg KH <gregkh@linuxfoundation.org> napisał(a):
>
> On Mon, Jan 23, 2023 at 09:44:34PM +0100, Sasa Ostrouska wrote:
> > Hi all, sorry if I put somebody in CC who is not the correct one. I
> > have a google pixelbook and using it with Fedora 37.
> > The last few kernels supplied by fedora 37, 6.1.6, 6.1.7 but also some
> > earlier have no working sound.
> > I see the last kernel for me with working sound is 6.0.18.
> > On my pixelbook this is showing in dmesg:
>
> Any chance you can use 'git bisect' to track down the offending commit?
>
> thanks,
>
> greg k-h

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

* Re: Google Pixelbook EVE, no sound in kernel 6.1.x
  2023-01-23 20:44 Sasa Ostrouska
@ 2023-01-24  5:09 ` Greg KH
  2023-01-24 10:18   ` Lukasz Majczak
  2023-01-24 11:30   ` Sasa Ostrouska
  2023-01-26 12:59 ` Linux kernel regression tracking (#adding)
  1 sibling, 2 replies; 40+ messages in thread
From: Greg KH @ 2023-01-24  5:09 UTC (permalink / raw)
  To: Sasa Ostrouska
  Cc: stable, regressions, Pierre-Louis Bossart, Lukasz Majczak,
	Cezary Rojewski

On Mon, Jan 23, 2023 at 09:44:34PM +0100, Sasa Ostrouska wrote:
> Hi all, sorry if I put somebody in CC who is not the correct one. I
> have a google pixelbook and using it with Fedora 37.
> The last few kernels supplied by fedora 37, 6.1.6, 6.1.7 but also some
> earlier have no working sound.
> I see the last kernel for me with working sound is 6.0.18.
> On my pixelbook this is showing in dmesg:

Any chance you can use 'git bisect' to track down the offending commit?

thanks,

greg k-h

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

* Google Pixelbook EVE, no sound in kernel 6.1.x
@ 2023-01-23 20:44 Sasa Ostrouska
  2023-01-24  5:09 ` Greg KH
  2023-01-26 12:59 ` Linux kernel regression tracking (#adding)
  0 siblings, 2 replies; 40+ messages in thread
From: Sasa Ostrouska @ 2023-01-23 20:44 UTC (permalink / raw)
  To: stable; +Cc: regressions, Pierre-Louis Bossart, Lukasz Majczak, Cezary Rojewski

Hi all, sorry if I put somebody in CC who is not the correct one. I
have a google pixelbook and using it with Fedora 37.
The last few kernels supplied by fedora 37, 6.1.6, 6.1.7 but also some
earlier have no working sound.
I see the last kernel for me with working sound is 6.0.18.
On my pixelbook this is showing in dmesg:

[    7.623064] snd_soc_skl 0000:00:1f.3: ASoC: no sink widget found
for AEC Capture
[    7.623070] snd_soc_skl 0000:00:1f.3: ASoC: Failed to add route
echo_ref_out cpr 7 -> direct -> AEC Capture
[    7.623083] kbl_r5514_5663_max kbl_r5514_5663_max: ASoC: Parent
card not yet available, widget card binding deferred
[    8.090716] NET: Registered PF_QIPCRTR protocol family
[    8.273905] rt5663 i2c-10EC5663:00: sysclk < 384 x fs, disable i2s asrc
[    8.275043] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense:
disconnect for pin:port 5:0
[    8.275165] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense:
disconnect for pin:port 6:0
[    8.275291] HDMI HDA Codec ehdaudio0D2: hdac_hdmi_present_sense:
disconnect for pin:port 7:0
[    8.278569] input: kbl-r5514-5663-max Headset Jack as
/devices/platform/kbl_r5514_5663_max/sound/card0/input30
[    8.278771] input: kbl-r5514-5663-max HDMI/DP,pcm=6 Jack as
/devices/platform/kbl_r5514_5663_max/sound/card0/input31
[    8.278875] input: kbl-r5514-5663-max HDMI/DP,pcm=7 Jack as
/devices/platform/kbl_r5514_5663_max/sound/card0/input32
[    8.891244] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[    8.902009] r8152 2-2.1:1.0 enp0s20f0u2u1: carrier on
[    8.977070] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[    8.978496] iwlwifi 0000:01:00.0: FW already configured (0) - re-configuring
[    8.991112] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u2u1: link becomes ready
[    9.027053] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[    9.112264] iwlwifi 0000:01:00.0: Applying debug destination EXTERNAL_DRAM
[    9.113562] iwlwifi 0000:01:00.0: FW already configured (0) - re-configuring
[   14.579846] HDMI HDA Codec ehdaudio0D2: No connections found for pin:port 5:0

Can please somebody help with this issue ?
Also in the latests kernels the shutdown stops and the machine does
not halt. It stays forever waiting for something to happen it seems.

If you need more details please dont hesitate to contact me. And
please CC me as I am not subscribed in these miling lists.

Rgds
Sasa

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

end of thread, other threads:[~2023-02-24 20:43 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28 17:09 Google Pixelbook EVE, no sound in kernel 6.1.x Jason Montleon
2023-01-28 17:52 ` Greg KH
2023-01-29  0:23   ` Jason Montleon
2023-01-30  6:33     ` Jason Montleon
2023-01-30 11:27       ` Linux kernel regression tracking (Thorsten Leemhuis)
2023-01-30 12:15         ` Cezary Rojewski
2023-01-30 12:22           ` Sasa Ostrouska
2023-01-31 12:36             ` Cezary Rojewski
2023-01-31 14:58               ` Sasa Ostrouska
2023-01-31 15:48                 ` Cezary Rojewski
2023-01-31 16:02                   ` Sasa Ostrouska
2023-01-31 15:16               ` Jason Montleon
2023-01-31 15:46                 ` Cezary Rojewski
2023-02-01 11:05                 ` Amadeusz Sławiński
2023-02-01 14:33                   ` Jason Montleon
2023-02-04 15:16                     ` Jason Montleon
2023-02-06  9:03                       ` Amadeusz Sławiński
2023-02-06 13:51                         ` Jason Montleon
2023-02-06 19:57                           ` Jason Montleon
2023-02-06 21:15                             ` Sasa Ostrouska
2023-02-09 16:13                             ` Jason Montleon
2023-02-09 19:22                               ` Jason Montleon
2023-02-10 13:09                               ` Cezary Rojewski
2023-02-10 14:56                                 ` Jason Montleon
2023-02-10 17:15                                   ` Sasa Ostrouska
2023-01-30 11:23 ` Linux kernel regression tracking (#update)
  -- strict thread matches above, loose matches on Subject: below --
2023-01-23 20:44 Sasa Ostrouska
2023-01-24  5:09 ` Greg KH
2023-01-24 10:18   ` Lukasz Majczak
2023-01-24 11:34     ` Sasa Ostrouska
2023-01-24 12:11       ` Lukasz Majczak
2023-01-24 14:31         ` Sasa Ostrouska
2023-01-24 21:38           ` Sasa Ostrouska
2023-01-25 15:48             ` Lukasz Majczak
2023-01-24 11:30   ` Sasa Ostrouska
2023-01-26 12:59 ` Linux kernel regression tracking (#adding)
2023-01-27 10:06   ` Sasa Ostrouska
2023-02-09 14:11     ` Sasa Ostrouska
2023-02-24  1:10       ` Sasa Ostrouska
2023-02-24 20:43         ` Sasa Ostrouska

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).