[Bug 1958019]

2022-03-18 Thread henry.hormaza
(In reply to Alex from comment #584)
> (In reply to henry.hormaza from comment #583)
> > Hi, I'm trying the new fedora 36, right now it has the 5.17.0 RC8, what
> > should I do to enable the configuration without building the kernel? or is
> > just that the RC8 don't have the patch yet?
> 
> I using Fedora 35 right now, I have the Galaxy Book Pro 360, but it has the
> ALC298 realtek chip. I tried this patch for the kernel within this bug
> report but still didn't work for me. Also, the kernel 5.16.15 still doesn't
> seem to have a fix or even 5.17.
> 
> However, this guide works:
> https://forum.manjaro.org/t/howto-set-up-the-audio-card-in-samsung-galaxy-
> book/37090
> 
> All I needed to do was install alsa-tools then run the script with the
> hda-verbs and after running the script (need to run it a few times) my audio
> works from my speakers and headphone. Without this, just audio works from
> headphone jack but not from speakers.
> 
> Additionally, after some time maybe 1 hr or so, or, if I exit a page with
> audio running, I need to re run the script again to apply the hda-verbs for
> my speakers to work.
> 
> Anyways, that worked for me and it might work for you. No need to mess with
> any kernel patches.

I already have my laptop with sound on fedora 35 (comment 560), I was
talking about the kernel 5.17 that will be set in fedora 36. I don't
understand how is merged every patch in a new kernel release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958019

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1958019]

2022-03-18 Thread henry.hormaza
Hi, I'm trying the new fedora 36, right now it has the 5.17.0 RC8, what
should I do to enable the configuration without building the kernel? or
is just that the RC8 don't have the patch yet?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958019

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1958019]

2022-02-20 Thread henry.hormaza
well finally found the way to make it work in the legion 7 2021 AMD
(16achg6)...

this is a short tutorial to build the kernel with the patch (I've done
it on fedora 35):

1) make sure you have all the tools to build the kernel
(https://fedoraproject.org/wiki/Building_a_custom_kernel):

* sudo dnf install fedpkg fedora-packager rpmdevtools ncurses-devel
pesign grubby git

2) clone the kernel from github and checkout to v5.17 branch:

* git clone https://github.com/torvalds/linux.git
* cd linux
* git checkout v5.17-rc4
* git pull

3) get the patch and install it:

get the patch form this site: (top rigth corner "series" button):
https://patchwork.kernel.org/project/linux-acpi/patch/20220121172431.6876-4-sbind...@opensource.cirrus.com/

* git am Support-Spi-in-i2c-multi-instantiate-driver.patch

4) load your old kernel config

* make olddefconfig

5) change configuration at menuconfig as Howard Chu explained in his
previous post

* menuconfig -> Device Drivers / X86 Platform Specific Device Drivers /
I2C and SPI multi instantiate pseudo device driver --> Enable this

6) build the kernel

* make -j 16

7) install the kernel

* sudo make module_install
* sudo make install

8) reboot and enjoy internal speakers


(if anyone sees a mistake or something that I did wrong please feel free to 
correct these steps)

Thank you to everyone who worked on this patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958019

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1958019]

2022-02-19 Thread henry.hormaza
(In reply to Howard Chu from comment #556)
> (In reply to henry.hormaza from comment #555)
> > (In reply to Howard Chu from comment #554)
> > > (In reply to Lucas Tanure from comment #539)
> > > > Hi, 
> > > > 
> > > > We are waiting for this patch series to be merged:
> > > > 
> > > > https://lkml.org/lkml/2022/1/21/471
> > > > 
> > > > Thanks
> > > > Lucas
> > > 
> > > Hi, just wanted to confirm, adding these patches on top of 5.17-rc4 works
> > > for me on my 2021 Legion 7 (AMD). This is running Ubuntu 21.04. I grabbed
> > > the kernel source from the Ubuntu tree, as linked here
> 
> > I've tried with that kernel direct from kernel.org but couldn't find the
> SPI
> > multi..., is there any previous step I'm missing?, I read something about a
> > patch, but I don't know which one is ( I have the same laptop than you )
> 
> The patch in the comment I replied to, comment #539.
> 
> That's why I replied to that specific comment.

that's where I got lost, I can't find any .patch in that thread, how do
I apply the patch?

I'm using this kernel:

https://github.com/torvalds/linux/tree/v5.17-rc4

And I can compile with no issues, but the patch is what I'm missing

thank you in advance

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958019

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1958019]

2022-02-18 Thread henry.hormaza
(In reply to Howard Chu from comment #554)
> (In reply to Lucas Tanure from comment #539)
> > Hi, 
> > 
> > We are waiting for this patch series to be merged:
> > 
> > https://lkml.org/lkml/2022/1/21/471
> > 
> > Thanks
> > Lucas
> 
> Hi, just wanted to confirm, adding these patches on top of 5.17-rc4 works
> for me on my 2021 Legion 7 (AMD). This is running Ubuntu 21.04. I grabbed
> the kernel source from the Ubuntu tree, as linked here
> 
> https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.17-rc4/
> 
> And built following the instructions here 
> 
> https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel
> 
> In the editconfigs step you have to navigate in menuconfig to Device Drivers
> /
> X86 Platform Specific Device Drivers /
> I2C and SPI multi instantiate pseudo device driver
> 
> and select that module. Then Exit/Save the config and build. It takes a few
> minutes to build, but the process goes smoothly.
> 
> Thanks for getting this working!

I've tried with that kernel direct from kernel.org but couldn't find the
SPI multi..., is there any previous step I'm missing?, I read something
about a patch, but I don't know which one is ( I have the same laptop
than you )

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958019

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs