Results 1 to 7 of 7

Thread: ThinkPad X1 carbon gen 7 with ubuntu 18.04 LTS no audio output

  1. #1
    Join Date
    Mar 2020
    Beans
    4

    ThinkPad X1 carbon gen 7 with ubuntu 18.04 LTS no audio output

    Hello forum, I have been using Ubuntu for several years now, though do not consider myself an expert. I recently got a new laptop -- a Thinkpad X1 Carbon Gen 7 that has Dolby Atmos speakers (4 speakers that ares supposed to give a surround sound type effect). The laptop came with Windows 10. I partitioned the hard drive and installed Ubuntu 18.04 as a dual boot.

    For the life of me I cannot get the speakers to output any audio. There is only a dummy output listed in the settings.

    Here are some specs:

    Code:
    System:    Host: xxxxxx Kernel: 5.3.0-42-generic x86_64
               bits: 64 gcc: 7.4.0
               Desktop: Gnome 3.28.4 (Gtk 3.22.30-1ubuntu4)
               Distro: Ubuntu 18.04.4 LTS
    Audio:     Card Intel Device 9dc8 driver: snd_soc_skl bus-ID: 00:1f.3
               Sound: Advanced Linux Sound Architecture v: k5.3.0-42-generic
    I have tried several fixes that I dug up around the internet, including this one which looked promising: https://www.sysorchestra.com/setup-s...nux-mint-19-3/

    Two points to add:
    1. I also cannot get alsamixer to work. I just get the error
      Code:
      cannot open mixer: No such file or directory
      (alsa-base and alsa-utils are installed)
    2. Interestingly, the speakers work beautifully when I am in a live session, i.e., the "try ubuntu" option from the USB boot. I do not understand how the speakers can work perfectly in the live session, but somehow not when I do the full install.


    Any help would be so appreciated!

  2. #2
    Join Date
    Mar 2020
    Beans
    4

    Can't get sound

    Hey all, I just got a Thinkpad X1 Carbon Gen 7 that has Dolby Atmos speakers (4 speakers that ares supposed to give a surround sound type effect). The laptop came with Windows 10. I partitioned the hard drive (followed instructions) and installed Ubuntu 18.04 as a dual boot.

    I cannot get the speakers to output any audio. There is only a dummy output listed in the settings.

    Here are some specs:

    Code:
    System:    Host: xxxxxx Kernel: 5.3.0-42-generic x86_64
               bits: 64 gcc: 7.4.0
               Desktop: Gnome 3.28.4 (Gtk 3.22.30-1ubuntu4)
               Distro: Ubuntu 18.04.4 LTS
    Audio:     Card Intel Device 9dc8 driver: snd_soc_skl bus-ID: 00:1f.3
               Sound: Advanced Linux Sound Architecture v: k5.3.0-42-generic
    I have tried several fixes that I dug up around the internet, including this one which looked promising: https://www.sysorchestra.com/setup-s...nux-mint-19-3/

    Two points to add:
    1. I also cannot get alsamixer to work. I just get the error
      Code:
      cannot open mixer: No such  file or directory
      (alsa-base and alsa-utils are installed)
    2. Interestingly, the speakers work beautifully when I am in a live session, i.e., the "try ubuntu" option from the USB boot. I do not understand how the speakers can work perfectly in the live session, but somehow not when I do the full install.


    Any help would be so appreciated!

    I posted this in hardware but didn't get any help. Beyond install I'm pretty much a newb so any help would be appreciated. Thanks!

  3. #3
    Join Date
    May 2009
    Location
    London/Cape Town
    Beans
    35
    Distro
    Ubuntu

    Re: Can't get sound

    Try purging and reinstalling alsa

    Code:
    sudo apt-get remove --purge alsa-base pulseaudio
    sudo apt-get install alsa-base pulseaudio
    sudo alsa force-reload

  4. #4
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: ThinkPad X1 carbon gen 7 with ubuntu 18.04 LTS no audio output

    @hzdl, I've merged your two threads and placed the merged thread in New to Ubuntu. Please do not cross-post - this causes confusion. I notice you did not bump your first thread. If you don't get a response after 12-24 hours, it is OK to bump the thread so that those in different time zones may notice it near the top of the thread queue. If you don't bump, people may simply assume that you have abandoned the thread. Also - if you thing it helpful to have the thread moved to a different sub-forum, please use the report button in your post to request this. The report button is used for more than just reporting problematic posts - it is an efficient way to send a request to forum moderating staff.

    Now to your question:

    Quote Originally Posted by hzdl
    I do not understand how the speakers can work perfectly in the live session, but somehow not when I do the full install.
    Please re-read the other thread you posted to - https://ubuntuforums.org/showthread.php?t=2438740 - including the linked bug report. The live session would be using the original version of the kernel that your release of Ubuntu came with, and your sound works with that. Did you do an upgrade after you installed Ubuntu? If so, presumably the kernel upgrade introduced the bug described in the bug report that has broken your sound. I haven't checked the details of the kernel versions mentioned in the bug report against what you report is in your system but, hopefully, an upcoming kernel upgrade will fix your issue.

    If not, bump this thread if you get no further replies and someone may be able to suggest something.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  5. #5
    Join Date
    Mar 2007
    Location
    Promiseland
    Beans
    1,539
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: ThinkPad X1 carbon gen 7 with ubuntu 18.04 LTS no audio output

    Please show results between code tags...
    Code:
    dpkg -l alsa*
    Cheers,


    The Linux Command Line at http://linuxcommand.org/

  6. #6
    Join Date
    Mar 2020
    Beans
    4

    Re: ThinkPad X1 carbon gen 7 with ubuntu 18.04 LTS no audio output

    I finally had time to get back to this. coffeecat's suggestion worked! I re-installed without the wifi so updates did not install automatically. Should I now just not install any updates for a while?

    It does seem that the solution is to not let the kernel update until the newer one is ready, but to be honest I don't know how to boot a prior kernel if I need to in the future. I'll look into how to do this but for now, thank you to everyone and sorry for being such a forum noob.

  7. #7
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: ThinkPad X1 carbon gen 7 with ubuntu 18.04 LTS no audio output

    Quote Originally Posted by hzdl View Post
    Should I now just not install any updates for a while?
    That's probably not a good idea. Apart from the kernel, updates include security updates, and updates for any browsers you have installed. I would not want to be behind with these.

    Quote Originally Posted by hzdl View Post
    It does seem that the solution is to not let the kernel update until the newer one is ready, but to be honest I don't know how to boot a prior kernel if I need to in the future.
    As far as I can make out, this is probably just a one-off situation where a particular kernel version (5.0.3.-42) introduced a bug which is affecting your audio chipset. Since you have now re-installed, the only kernel you will have will be the original one that the installer ISO was prepared with. If you now do an update, including the kernel, you will still be able to boot into the original kernel from the grub menu. According to the bug report, the kernel 5.0.3-43, currently in the proposed repository, should fix this problem. Hopefully, this version will pass testing and be moved into the main repository soon, and be generally available.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •