public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ca0132 audio in Ubuntu 19.04 only after Windows 10 started, missing ctefx-r3di.bin
       [not found] ` <156113479576.29306.8491703251507627705.malone@gac.canonical.com>
@ 2019-06-28  6:35   ` Kai-Heng Feng
  2019-06-28  9:13     ` [alsa-devel] " Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Kai-Heng Feng @ 2019-06-28  6:35 UTC (permalink / raw)
  To: conmanx360; +Cc: alsa-devel, linux-kernel

Hi Connor,

The bug was filed at Launchpad [1], I think the most notable error is
[    3.768667] snd_hda_intel 0000:00:1f.3: Direct firmware load for  
ctefx-r3di.bin failed with error -2

The firmware is indeed listed in patch_ca0132.c, but looks like there’s no  
corresponding file in linux-firmware.

Can you please take a look at the bug?

[1] https://bugs.launchpad.net/bugs/1833470

Kai-Heng


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

* Re: [alsa-devel] ca0132 audio in Ubuntu 19.04 only after Windows 10 started, missing ctefx-r3di.bin
  2019-06-28  6:35   ` ca0132 audio in Ubuntu 19.04 only after Windows 10 started, missing ctefx-r3di.bin Kai-Heng Feng
@ 2019-06-28  9:13     ` Takashi Iwai
  2019-06-28  9:29       ` Kai-Heng Feng
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2019-06-28  9:13 UTC (permalink / raw)
  To: Kai-Heng Feng; +Cc: conmanx360, alsa-devel, linux-kernel

On Fri, 28 Jun 2019 08:35:51 +0200,
Kai-Heng Feng wrote:
> 
> Hi Connor,
> 
> The bug was filed at Launchpad [1], I think the most notable error is
> [    3.768667] snd_hda_intel 0000:00:1f.3: Direct firmware load for
> ctefx-r3di.bin failed with error -2
> 
> The firmware is indeed listed in patch_ca0132.c, but looks like
> there’s no  corresponding file in linux-firmware.

FYI, the firmware is found in alsa-firmware git repo for now.


Takashi

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

* Re: [alsa-devel] ca0132 audio in Ubuntu 19.04 only after Windows 10 started, missing ctefx-r3di.bin
  2019-06-28  9:13     ` [alsa-devel] " Takashi Iwai
@ 2019-06-28  9:29       ` Kai-Heng Feng
  2019-06-28 16:42         ` Connor McAdams
  0 siblings, 1 reply; 4+ messages in thread
From: Kai-Heng Feng @ 2019-06-28  9:29 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: conmanx360, alsa-devel, linux-kernel

at 17:13, Takashi Iwai <tiwai@suse.de> wrote:

> On Fri, 28 Jun 2019 08:35:51 +0200,
> Kai-Heng Feng wrote:
>> Hi Connor,
>>
>> The bug was filed at Launchpad [1], I think the most notable error is
>> [    3.768667] snd_hda_intel 0000:00:1f.3: Direct firmware load for
>> ctefx-r3di.bin failed with error -2
>>
>> The firmware is indeed listed in patch_ca0132.c, but looks like
>> there’s no  corresponding file in linux-firmware.
>
> FYI, the firmware is found in alsa-firmware git repo for now.

Got it, thanks for the info. Didn’t know there’s alsa-firmware repo.

Kai-Heng

>
>
> Takashi



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

* Re: [alsa-devel] ca0132 audio in Ubuntu 19.04 only after Windows 10 started, missing ctefx-r3di.bin
  2019-06-28  9:29       ` Kai-Heng Feng
@ 2019-06-28 16:42         ` Connor McAdams
  0 siblings, 0 replies; 4+ messages in thread
From: Connor McAdams @ 2019-06-28 16:42 UTC (permalink / raw)
  To: Kai-Heng Feng; +Cc: Takashi Iwai, ALSA development, linux-kernel

Hm... not sure the firmware will fix this issue, as it falls back to
the default ctefx.bin firmware which should work fine. But it's worth
a shot.

His card looks like it's being identified properly, and I've had
reports from others with the same motherboard codecs not having
issues.

There's not too much that I can really troubleshoot with these cards,
as I lack the documentation. All that I know is from capturing the HDA
verbs from a Windows virtual machine with PCI passthrough.

The only thing I can really think of is GPIO potentially, but that
would be re-set when the Linux driver is booted up. I know some users
have to do a full on shutdown to clear the cards internal memory for
it to work in Linux, but it sounds like he may have already done that.

I'll look into this a little bit when I get some time, but the issue
is that I don't have too many options/ideas on what could be
potentially wrong.

On Fri, Jun 28, 2019 at 5:29 AM Kai-Heng Feng
<kai.heng.feng@canonical.com> wrote:
>
> at 17:13, Takashi Iwai <tiwai@suse.de> wrote:
>
> > On Fri, 28 Jun 2019 08:35:51 +0200,
> > Kai-Heng Feng wrote:
> >> Hi Connor,
> >>
> >> The bug was filed at Launchpad [1], I think the most notable error is
> >> [    3.768667] snd_hda_intel 0000:00:1f.3: Direct firmware load for
> >> ctefx-r3di.bin failed with error -2
> >>
> >> The firmware is indeed listed in patch_ca0132.c, but looks like
> >> there’s no  corresponding file in linux-firmware.
> >
> > FYI, the firmware is found in alsa-firmware git repo for now.
>
> Got it, thanks for the info. Didn’t know there’s alsa-firmware repo.
>
> Kai-Heng
>
> >
> >
> > Takashi
>
>

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

end of thread, other threads:[~2019-06-28 16:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <156097935391.32250.14918304155094222078.malonedeb@chaenomeles.canonical.com>
     [not found] ` <156113479576.29306.8491703251507627705.malone@gac.canonical.com>
2019-06-28  6:35   ` ca0132 audio in Ubuntu 19.04 only after Windows 10 started, missing ctefx-r3di.bin Kai-Heng Feng
2019-06-28  9:13     ` [alsa-devel] " Takashi Iwai
2019-06-28  9:29       ` Kai-Heng Feng
2019-06-28 16:42         ` Connor McAdams

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