I had terrible bass on my X1 Carbon 8th Gen: I fixed it by upgrading the
kernel to 5.10.35 with mainline:
sudo add-apt-repository ppa:cappelikan/ppa
sudo apt update
sudo apt install mainline
then use the graphical interface of mainline to select the correct version.
You may need to disable Secure
Confirmed to be fixed on 20.04 ubuntu - awesome - thank you very much
everyone involved!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo ThinkPad X1 Carbon 7t
** Changed in: linux (Ubuntu)
Status: Confirmed => Fix Released
** Changed in: alsa-ucm-conf (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872
The new 5.4.0-51 kernel has been released to focal-release today and
this includes the "routing" fix. Tested it on Mint 20 and it works for
me! I think this bug can be closed now
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://
Seconding Raphael on the fix available in the article. Audio is quite
good now.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo ThinkPad X1 Carbon 7th gen run
Same here; the upgrade to alsa-ucm-conf 1.2.2-1ubuntu0.3 alone wasn't
enough to fix the issue on my Regolith install (Ubuntu 20.04.1).
However, after upgrading I once more tried the fixes described in the
following article (essentially the same workarounds that others have
suggested in this thread
That update hasn't fixed the bass on my ubuntu 20.04 install
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo ThinkPad X1 Carbon 7th gen running focal
To mana
I just received an update in Linux Mint:
alsa-ucm-conf,
old version 1.2.2-1ubuntu0.2
old version 1.2.2-1ubuntu0.3
And now sound is fixed. Bass is back.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1
That's great. Thank you for the update Hui Wang
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo ThinkPad X1 Carbon 7th gen running focal
To manage notificati
We are going to have a solution from upstream soon.
https://mailman.alsa-project.org/pipermail/alsa-
devel/2020-September/173471.html
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Ba
I also have this problem on my X1C7 running Linux Mint 20 with kernel
5.4.0-42-generic.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo ThinkPad X1 Carbon 7th
Benjamin Poirier seems to be working to upstream changes that would fix
this issue.
See these links for details:
https://github.com/gobenji/thinkpad-x1-gen7-sound
https://lore.kernel.org/alsa-devel/20200703080005.8942-1-benjamin.poir...@gmail.com/
https://lore.kernel.org/alsa-devel/20200703072302.
Same problem here (Ubuntu 20.04.1). Following this thread for news.
Let me know if I can do anything to help.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo
This makes a world of difference. It seems to make the Headphone volume
control the bottom speakers while the Speaker volume still controls the
top speaker.
Does anyone know enough about ALSA to know if there's a way the command
could be tweaked so that the Speaker volume controls both?
--
You r
Sadly this is the only big bummer when using the x1 carbon 2019 with Ubuntu -
totally looking forward to this, as it also affects me.
The temp. fix also works for me, but only for 1 session, after reboot or coming
out of suspend, I need to re-apply it.
--
You received this bug notification beca
At some point recently (there were some recent alsa updates which I
suspect were the culprit) this problem now also popped up on my fedora
32 installation.
Per Alejandro's suggestion this also fixed it on fedora 32
hda-verb /dev/snd/hwC0D0 0x17 SET_CONNECT_SEL 1
--
You received this bug notific
@Alejandro Miranda I've noticed the command moves the sound from the top
speakers to the bottom. Sounds, no doubt, but seems to disable to
speakers up top.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs
Same problem on an X1c7. Let me know if I can provide any more info. I
hope this is fixed soon, I'm not sure how much longer my ears will last
listening to tinny sound at high volume.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
h
I hope that soon it will be fix on the next update kernel :(
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo ThinkPad X1 Carbon 7th gen running focal
To mana
also note that in my experience a suspend/resume cycle also reverts the
fix, so probably the script needs to be invoked also upon resume. in
short, this is a temporary hack, not a real solution.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
@Romain No, like you said I can not control the volume with this
solution, sounds great but still have this problem
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working L
Thank you. That solution still makes it so that you can't control the
volume though. I thought you had a more complete solution on your side,
my mistake.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1
I just follow the mentioned before:
sudo apt install install alsa-tools
then run
sudo hda-verb /dev/snd/hwC0D0 0x17 SET_CONNECT_SEL 1
For the changes take effects after reboot:
sudo gedit /etc/rc.local
and put this on it:
#!/bin/sh -e
hda-verb /dev/snd/hwC0D0 0x17 SET_CONNECT_SEL 1
exit 0
Now
Hello. @Alejandro Miranda, would you be kind enough to share that script
with us? It would be greatly appreciated.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Le
@Michele finally it works with your recommendation, I created a script
with this commmand to iniciate on starup, thank you!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on w
did somebody resolve the problem?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo ThinkPad X1 Carbon 7th gen running focal
To manage notifications about this
@mikelito @darko Lukic improve the sound but still not at 100%, with
fedora and windows sounds is better
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo Think
@mikelito, Wow, so simple, it works like a charm on my Thinkpad X1
Carbon 7th Gen and Ubuntu 20.04!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo ThinkPad X
thnak you ash, I switched to fedora 32 and no problem, I will wait until
Ubuntu resolve the problem
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo ThinkPad X
Try this, it helped a lot on my X1 Yoga G4:
first install alsa-tools
# apt install alsa-tools
then run
# sudo hda-verb /dev/snd/hwC0D0 0x17 SET_CONNECT_SEL 1
borrowed from here
https://gist.github.com/hamidzr/dd81e429dc86f4327ded7a2030e7d7d9#gistcomment-3335436
I have absolutely no clue of how thi
I switched to fedora 32 and can confirm no problem with the audio.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo ThinkPad X1 Carbon 7th gen running focal
T
Hi, I have the same problem here with my lenovo thinkpad x1 carbon 7th,
a brand new laptop switched to ubuntu but the sound is very poor, I will
wait for the solution, thank you.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://
Hi,
some days ago i already privately reached out to Benjamin (of this Thread in
#11). This was his answer:
Hi Martin,
Thanks for getting in touch. As another user reported in this message
https://gist.github.com/hamidzr/dd81e429dc86f4327ded7a2030e7d7d9#gistcomment-3276276
the patches that I or
IF anyone could send the comment to that thread (#11), it will be
better. It is a kind of push for upstream to find a solution for bass
speaker.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
T
Hello. I am in the same situation as Henry and I would also like to know
if I can expect this to be resolved. The mentioned thread has been
inactive for 2 months now.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchp
Hi, I'm affected by the same bug. I have read the last thread, and I
understand there is a workaround for my laptop. However, they are not
sure whether the workaround could affect other devices. So, I would like
to know whether this means that this bug will get stuck here and stay in
the current st
Please track this thread:
https://mailman.alsa-project.org/pipermail/alsa-devel/2020-February/162605.html
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo Thin
I just also ran alsa-info on my Mint 19.3 (Ubuntu 18.04 with 5.3.0-40 kernel
and my "fix" where bass works!!). Maybe it helps investigating.
http://alsa-project.org/db/?f=0fb55e2c97b8b3a9061f9878a1c5a1305b6b95a1
What do you mean with upstream needs a solution first @hui.wang. Can you
give us more
Right,but the Bass speaker bind the DAC 0x2, it is a normal speaker's
DAC; if it binds other DAC, the current ucm can't handle this situation.
So the community has not resolved it, need to upstream has a solution
first.
thx.
--
You received this bug notification because you are a member of Ubun
Same issue here on X1 Yoga 4th gen. Seems alsa sees a bass speaker, but
it's stuck at zero and cannot be turned on or otherwise regulated.
Node 0x17 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
Control: name="Bass Speaker Playback Switch", index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0,
Can i also help with other logfiles or informations? If yes, please let
me know, how i can do it because i never did before. I just booted Focal
live image from just some days ago here and ran the apport-colllect
command only.
Thanks for opening this bug and taking care of it!
--
You received th
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: alsa-ucm-conf (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Hui Wang (hui.wang)
** Changed in: alsa-ucm-conf (Ubuntu)
Assignee: (unassigned) => Hui Wang (hui.wang)
** Changed in: alsa-ucm-conf (Ubuntu)
Importance: Undecided => High
** Changed in: linux (Ubuntu)
Importance: Undecided
apport information
** Tags added: apport-collected
** Description changed:
Related to
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1845677/comments/14
Audio works and the volume seems reasonable however the audio is
noticeably missing bass giving everything a high treble sound
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872108
Title:
Bass not on working Lenovo ThinkPad X1 Carbon 7th gen running
45 matches
Mail list logo