Acer Swift 3 SF314-42 and Ubuntu / feedbacks

kirmgrauza
kirmgrauza Member Posts: 99 Fixer WiFi Icon
Hello,

Has anynone is using Ubuntu with Swift 3 SF314-42? I've tried it two months ago. But had audio and sleep problems with latest Ubuntu (20.10) version. Have they fixed everything yet? 🙂

Best Answer

  • kirmgrauza
    kirmgrauza Member Posts: 99 Fixer WiFi Icon
    Answer ✓
    Okay, so time has based and with latest Ubuntu 21.10 version everything works out of the box!

Answers

  • kirmgrauza
    kirmgrauza Member Posts: 99 Fixer WiFi Icon
    edited February 2021
    Situation:

    Ubuntu 20.04 - kernel is too old to support new Ryzen 4000 CPU.
    Ubuntu 20.10 - struggle with AMD graphics. At the momement official Vega drivers are not available for Ubuntu 20.10.
  • billsey
    billsey ACE Posts: 31,454 Trailblazer
    That's not unusual for Linux and new hardware, it takes them a while to get drivers running and debugged. Give them a few more months and they should have it sorted.
    Click on "Like" if you find my answer useful or click on "Yes" if it answers your question.
  • kirmgrauza
    kirmgrauza Member Posts: 99 Fixer WiFi Icon
    Answer ✓
    Okay, so time has based and with latest Ubuntu 21.10 version everything works out of the box!
  • billsey
    billsey ACE Posts: 31,454 Trailblazer
    Good to know. We see this question for many new models, and waiting is almost always the fix. :)
    Click on "Like" if you find my answer useful or click on "Yes" if it answers your question.
  • kirmgrauza
    kirmgrauza Member Posts: 99 Fixer WiFi Icon
    Have to mention, that resume from sleep is not always working. Fix is to update Kernel to newest or wait for Ubuntu 22.04 with new kernel integrated, which is coming out on April.
  • kirmgrauza
    kirmgrauza Member Posts: 99 Fixer WiFi Icon
    edited March 2022
    Update:

    There is a slight audio delay with Ubuntu 21.10 when speakers are inactive for some time.

    It's easy to fix audio delay for this AMD Ryzen laptop that is using Ubuntu 21.10 by tutorial below:



    In the terminal run sudo nano /etc/pulse/default.pa and find this section:

    Code: Select all

    ### Automatically suspend sinks/sources that become idle for too long
    load-module module-suspend-on-idle
    Change it to this:

    Code: Select all

    ### Automatically suspend sinks/sources that become idle for too long
    # load-module module-suspend-on-idle
    Save the file, then reboot and test.