jekhor / yogabook-linux

Yoga Book Linux porting efforts, umbrella repository for link all pieces together
74 stars 8 forks source link

Clean Debian stable installation: audio doesn't work #33

Closed marco-04 closed 1 year ago

marco-04 commented 1 year ago

Hello! I installed the latest debian stable version available 11.5.0 with non-free firmware included, and I was able to get both the keyboard and the pen button to work, by installing the packages and then switching the main boot option in grub with the custom kernel, but I really don't know how to make sound work (even with the packages installed), as on the live cd it works as expected. On alsamixer I found that there is an Intel audio card which is not controllable from alsa, and then the yogabook one from the alsa-ucm package which has both headphones and speakers set to off. Does anyone have any clue of what may be the problem? Thanks in advance, and thanks jekhor for the wonderful work with the drivers!

marco-04 commented 1 year ago

I just noticed that every time I get into a tty, I get a bunch of errors, and the last one seems related to audio

20221029_203040.jpg

I don't know if that may help tho

jekhor commented 1 year ago

Which kernel version is used?

Try this .debs: https://github.com/jekhor/yogabook-linux-kernel/releases/tag/v6.0.5-yogabook1

marco-04 commented 1 year ago

Unfortunately it did not fix it. It fixed the wrong orientation at startup tho, but it also made the keyboard/pen mode switching a bit slower. Regarding audio I only see as output a "Dummy output" and I still get some error messages on every tty. Still the same on alsamixer. I tried a dpkg-reconfigure on the package and uninstalling and reinstalling

20221102_205447.jpg 20221102_205654.jpg

marco-04 commented 1 year ago

Forgot to mention, before I was using the 5.10.0-trunk kernel on the latest release on this repo

jekhor commented 1 year ago

It seems that you don't have firmware package, I will check exactly name later.

ср, 2 ліс 2022, 22:09 карыстальнік marco-04 @.***> напісаў:

Forgot to mention, before I was using the 5.10.0-19 kernel on the latest release on this repo

— Reply to this email directly, view it on GitHub https://github.com/jekhor/yogabook-linux/issues/33#issuecomment-1301170987, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4VW6NDUFUFGTQWHLSM73WGLC65ANCNFSM6AAAAAARRYXUHE . You are receiving this because you commented.Message ID: @.***>

marco-04 commented 1 year ago

I'm so dumb. I found it, it was firmware-intel-sound, rebooted and now everything works. Thanks for helping me!