All of lore.kernel.org
 help / color / mirror / Atom feed
* IOMMU Page Fault with Creative Soundblaster Zx after suspend
@ 2021-12-29 15:24 ` Rouven Czerwinski
  0 siblings, 0 replies; 6+ messages in thread
From: Rouven Czerwinski @ 2021-12-29 15:24 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: alsa-devel, linux-kernel, Simeon Simeonoff, Pierre-Louis Bossart,
	Colin Ian King

Hi,

With current 5.15.11, my soundblaster Zx is not correctly coming back
from suspend. Dmesg prints:

[Mi Dez 29 16:12:14 2021] [drm] UVD and UVD ENC initialized successfully.
[Mi Dez 29 16:12:14 2021] snd_hda_codec_ca0132 hdaudioC0D1: ca0132 DSP downloaded and running
[Mi Dez 29 16:12:15 2021] [drm] VCE initialized successfully.
[Mi Dez 29 16:12:15 2021] usb 1-5: reset full-speed USB device number 2 using xhci_hcd
[Mi Dez 29 16:12:16 2021] ata1.00: Enabling discard_zeroes_data
[Mi Dez 29 16:12:16 2021] OOM killer enabled.
[Mi Dez 29 16:12:16 2021] Restarting tasks ... done.
[Mi Dez 29 16:12:16 2021] PM: suspend exit
[Mi Dez 29 16:12:16 2021] snd_hda_intel 0000:06:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x000f address=0xdf880000 flags=0x0000]
[Mi Dez 29 16:12:17 2021] igb 0000:08:00.0 enp8s0: igb: enp8s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX

Where the IOMMU Page Fault looks suspicious. Unbinding and rebinding the
driver using sysfs fixes it, thats the current workaround I have
been using.

Thanks and happy holidays,
Rouven Czerwinski

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

* IOMMU Page Fault with Creative Soundblaster Zx after suspend
@ 2021-12-29 15:24 ` Rouven Czerwinski
  0 siblings, 0 replies; 6+ messages in thread
From: Rouven Czerwinski @ 2021-12-29 15:24 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: Pierre-Louis Bossart, alsa-devel, Colin Ian King, linux-kernel,
	Simeon Simeonoff

Hi,

With current 5.15.11, my soundblaster Zx is not correctly coming back
from suspend. Dmesg prints:

[Mi Dez 29 16:12:14 2021] [drm] UVD and UVD ENC initialized successfully.
[Mi Dez 29 16:12:14 2021] snd_hda_codec_ca0132 hdaudioC0D1: ca0132 DSP downloaded and running
[Mi Dez 29 16:12:15 2021] [drm] VCE initialized successfully.
[Mi Dez 29 16:12:15 2021] usb 1-5: reset full-speed USB device number 2 using xhci_hcd
[Mi Dez 29 16:12:16 2021] ata1.00: Enabling discard_zeroes_data
[Mi Dez 29 16:12:16 2021] OOM killer enabled.
[Mi Dez 29 16:12:16 2021] Restarting tasks ... done.
[Mi Dez 29 16:12:16 2021] PM: suspend exit
[Mi Dez 29 16:12:16 2021] snd_hda_intel 0000:06:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x000f address=0xdf880000 flags=0x0000]
[Mi Dez 29 16:12:17 2021] igb 0000:08:00.0 enp8s0: igb: enp8s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX

Where the IOMMU Page Fault looks suspicious. Unbinding and rebinding the
driver using sysfs fixes it, thats the current workaround I have
been using.

Thanks and happy holidays,
Rouven Czerwinski

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

* Re: IOMMU Page Fault with Creative Soundblaster Zx after suspend
  2021-12-29 15:24 ` Rouven Czerwinski
@ 2021-12-30  7:56   ` Takashi Iwai
  -1 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2021-12-30  7:56 UTC (permalink / raw)
  To: Rouven Czerwinski
  Cc: Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-kernel,
	Simeon Simeonoff, Pierre-Louis Bossart, Colin Ian King

On Wed, 29 Dec 2021 16:24:13 +0100,
Rouven Czerwinski wrote:
> 
> Hi,
> 
> With current 5.15.11, my soundblaster Zx is not correctly coming back
> from suspend. Dmesg prints:
> 
> [Mi Dez 29 16:12:14 2021] [drm] UVD and UVD ENC initialized successfully.
> [Mi Dez 29 16:12:14 2021] snd_hda_codec_ca0132 hdaudioC0D1: ca0132 DSP downloaded and running
> [Mi Dez 29 16:12:15 2021] [drm] VCE initialized successfully.
> [Mi Dez 29 16:12:15 2021] usb 1-5: reset full-speed USB device number 2 using xhci_hcd
> [Mi Dez 29 16:12:16 2021] ata1.00: Enabling discard_zeroes_data
> [Mi Dez 29 16:12:16 2021] OOM killer enabled.
> [Mi Dez 29 16:12:16 2021] Restarting tasks ... done.
> [Mi Dez 29 16:12:16 2021] PM: suspend exit
> [Mi Dez 29 16:12:16 2021] snd_hda_intel 0000:06:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x000f address=0xdf880000 flags=0x0000]
> [Mi Dez 29 16:12:17 2021] igb 0000:08:00.0 enp8s0: igb: enp8s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
> 
> Where the IOMMU Page Fault looks suspicious. Unbinding and rebinding the
> driver using sysfs fixes it, thats the current workaround I have
> been using.

Is it a regression from the earlier releases?  If yes, please try to
narrow down the regression range, at least, which version started
showing the problem.  It'd be great if you can perform git bisection,
of course.


thanks,

Takashi

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

* Re: IOMMU Page Fault with Creative Soundblaster Zx after suspend
@ 2021-12-30  7:56   ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2021-12-30  7:56 UTC (permalink / raw)
  To: Rouven Czerwinski
  Cc: alsa-devel, Colin Ian King, Takashi Iwai, linux-kernel,
	Pierre-Louis Bossart, Simeon Simeonoff

On Wed, 29 Dec 2021 16:24:13 +0100,
Rouven Czerwinski wrote:
> 
> Hi,
> 
> With current 5.15.11, my soundblaster Zx is not correctly coming back
> from suspend. Dmesg prints:
> 
> [Mi Dez 29 16:12:14 2021] [drm] UVD and UVD ENC initialized successfully.
> [Mi Dez 29 16:12:14 2021] snd_hda_codec_ca0132 hdaudioC0D1: ca0132 DSP downloaded and running
> [Mi Dez 29 16:12:15 2021] [drm] VCE initialized successfully.
> [Mi Dez 29 16:12:15 2021] usb 1-5: reset full-speed USB device number 2 using xhci_hcd
> [Mi Dez 29 16:12:16 2021] ata1.00: Enabling discard_zeroes_data
> [Mi Dez 29 16:12:16 2021] OOM killer enabled.
> [Mi Dez 29 16:12:16 2021] Restarting tasks ... done.
> [Mi Dez 29 16:12:16 2021] PM: suspend exit
> [Mi Dez 29 16:12:16 2021] snd_hda_intel 0000:06:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x000f address=0xdf880000 flags=0x0000]
> [Mi Dez 29 16:12:17 2021] igb 0000:08:00.0 enp8s0: igb: enp8s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
> 
> Where the IOMMU Page Fault looks suspicious. Unbinding and rebinding the
> driver using sysfs fixes it, thats the current workaround I have
> been using.

Is it a regression from the earlier releases?  If yes, please try to
narrow down the regression range, at least, which version started
showing the problem.  It'd be great if you can perform git bisection,
of course.


thanks,

Takashi

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

* Re: IOMMU Page Fault with Creative Soundblaster Zx after suspend
  2021-12-30  7:56   ` Takashi Iwai
@ 2022-01-04  8:51     ` rouven
  -1 siblings, 0 replies; 6+ messages in thread
From: rouven @ 2022-01-04  8:51 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-kernel,
	Simeon Simeonoff, Pierre-Louis Bossart, Colin Ian King

Hi,

Am 2021-12-30 08:56, schrieb Takashi Iwai:
> On Wed, 29 Dec 2021 16:24:13 +0100,
> Rouven Czerwinski wrote:
>> 
>> Hi,
>> 
>> With current 5.15.11, my soundblaster Zx is not correctly coming back
>> from suspend. Dmesg prints:
>> 
>> [Mi Dez 29 16:12:14 2021] [drm] UVD and UVD ENC initialized 
>> successfully.
>> [Mi Dez 29 16:12:14 2021] snd_hda_codec_ca0132 hdaudioC0D1: ca0132 DSP 
>> downloaded and running
>> [Mi Dez 29 16:12:15 2021] [drm] VCE initialized successfully.
>> [Mi Dez 29 16:12:15 2021] usb 1-5: reset full-speed USB device number 
>> 2 using xhci_hcd
>> [Mi Dez 29 16:12:16 2021] ata1.00: Enabling discard_zeroes_data
>> [Mi Dez 29 16:12:16 2021] OOM killer enabled.
>> [Mi Dez 29 16:12:16 2021] Restarting tasks ... done.
>> [Mi Dez 29 16:12:16 2021] PM: suspend exit
>> [Mi Dez 29 16:12:16 2021] snd_hda_intel 0000:06:00.0: AMD-Vi: Event 
>> logged [IO_PAGE_FAULT domain=0x000f address=0xdf880000 flags=0x0000]
>> [Mi Dez 29 16:12:17 2021] igb 0000:08:00.0 enp8s0: igb: enp8s0 NIC 
>> Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
>> 
>> Where the IOMMU Page Fault looks suspicious. Unbinding and rebinding 
>> the
>> driver using sysfs fixes it, thats the current workaround I have
>> been using.
> 
> Is it a regression from the earlier releases?  If yes, please try to
> narrow down the regression range, at least, which version started
> showing the problem.  It'd be great if you can perform git bisection,
> of course.

I thought it was but it isn't, I recently switched the profile from 
"Analog Stereo Duplex"
to "Analog Surround 5.1" within pavucontrol (underlying sound daemon is 
pipewire).
This seems to lead to the IOMMU error on resume, using 2.0 works fine 
over a suspend resume
cycle.
Time to find out what the surround handling does differently from plain 
stereo for the
soundblaster Z cards.

Kind regards,
Rouven

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

* Re: IOMMU Page Fault with Creative Soundblaster Zx after suspend
@ 2022-01-04  8:51     ` rouven
  0 siblings, 0 replies; 6+ messages in thread
From: rouven @ 2022-01-04  8:51 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: alsa-devel, Colin Ian King, Takashi Iwai, linux-kernel,
	Pierre-Louis Bossart, Simeon Simeonoff

Hi,

Am 2021-12-30 08:56, schrieb Takashi Iwai:
> On Wed, 29 Dec 2021 16:24:13 +0100,
> Rouven Czerwinski wrote:
>> 
>> Hi,
>> 
>> With current 5.15.11, my soundblaster Zx is not correctly coming back
>> from suspend. Dmesg prints:
>> 
>> [Mi Dez 29 16:12:14 2021] [drm] UVD and UVD ENC initialized 
>> successfully.
>> [Mi Dez 29 16:12:14 2021] snd_hda_codec_ca0132 hdaudioC0D1: ca0132 DSP 
>> downloaded and running
>> [Mi Dez 29 16:12:15 2021] [drm] VCE initialized successfully.
>> [Mi Dez 29 16:12:15 2021] usb 1-5: reset full-speed USB device number 
>> 2 using xhci_hcd
>> [Mi Dez 29 16:12:16 2021] ata1.00: Enabling discard_zeroes_data
>> [Mi Dez 29 16:12:16 2021] OOM killer enabled.
>> [Mi Dez 29 16:12:16 2021] Restarting tasks ... done.
>> [Mi Dez 29 16:12:16 2021] PM: suspend exit
>> [Mi Dez 29 16:12:16 2021] snd_hda_intel 0000:06:00.0: AMD-Vi: Event 
>> logged [IO_PAGE_FAULT domain=0x000f address=0xdf880000 flags=0x0000]
>> [Mi Dez 29 16:12:17 2021] igb 0000:08:00.0 enp8s0: igb: enp8s0 NIC 
>> Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
>> 
>> Where the IOMMU Page Fault looks suspicious. Unbinding and rebinding 
>> the
>> driver using sysfs fixes it, thats the current workaround I have
>> been using.
> 
> Is it a regression from the earlier releases?  If yes, please try to
> narrow down the regression range, at least, which version started
> showing the problem.  It'd be great if you can perform git bisection,
> of course.

I thought it was but it isn't, I recently switched the profile from 
"Analog Stereo Duplex"
to "Analog Surround 5.1" within pavucontrol (underlying sound daemon is 
pipewire).
This seems to lead to the IOMMU error on resume, using 2.0 works fine 
over a suspend resume
cycle.
Time to find out what the surround handling does differently from plain 
stereo for the
soundblaster Z cards.

Kind regards,
Rouven

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

end of thread, other threads:[~2022-01-04  8:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-29 15:24 IOMMU Page Fault with Creative Soundblaster Zx after suspend Rouven Czerwinski
2021-12-29 15:24 ` Rouven Czerwinski
2021-12-30  7:56 ` Takashi Iwai
2021-12-30  7:56   ` Takashi Iwai
2022-01-04  8:51   ` rouven
2022-01-04  8:51     ` rouven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.