Results 1 to 7 of 7

Thread: Problems with Sound Drivers Acer V5

Hybrid View

  1. #1
    Join Date
    Feb 2020
    Beans
    56

    Problems with Sound Drivers Acer V5

    Hello,
    I am having problems in getting to work the drivers on an Acer V5 which my aunt bought some days ago.

    That is the output of the current grub, ubuntu and kernel versions.
    Code:
    $ lsb_release -s -rdc
    Ubuntu 20.04.1 LTS
    20.04
    focal
    
    $ update-grub --version
    grub-mkconfig (GRUB) 2.04-1ubuntu26.7
    
    $ uname -r
    5.4.0-58-generic
    I have no idea on how to fix that, but in the settings of Ubuntu, there is only a "Dummy" available for sound output. (Input doesn't work either).

    I found an article on StackOverFlow which recommends to change the GRUB versions:
    https://askubuntu.com/questions/1218...utput-no-input

    But that entry is some days old with a different Ubuntu version and I have absolutely no idea how to change it do which version, so I don't want to destroy something.

    Is there anybody out there who either has a nice idea to solve our issue or can tell us which file I should change to which kernel version to make everything work?
    Maybe somebody had similar problems?

    Many greetings and Thanks,
    Lukas

    Edit:
    Code:
    lspci -nnk | grep -A2 Audio
    sudo dmesg | grep -i audio
    Those two commands have an empty output, returning nothing if I type that into the terminal of that specific computer
    Last edited by dorpapst; December 19th, 2020 at 11:56 AM.

  2. #2
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Problems with Sound Drivers Acer V5

    if you will add this to your first post. (EDIT)
    And add the output from:
    Code:
    lspci -nnk | grep -A2 Audio
    Also this one as well:
    Code:
    sudo dmesg | grep -i audio
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  3. #3
    Join Date
    Feb 2020
    Beans
    56

    Re: Problems with Sound Drivers Acer V5

    Hey
    Thank you for your answer!
    I have now checked both of the commands and none of them has any sort of output.
    Both of them are empty.

    Can that be correct? It seems logical to me because the sound doesn't work, but I don't know.

    I will put that information in the first entry

  4. #4
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Problems with Sound Drivers Acer V5

    Maybe unrelated, maybe not... But an almost obligatory question in this day and age: Have you installed in UEFI mode as it should be or in Legacy mode?

  5. #5
    Join Date
    Feb 2020
    Beans
    56

    Re: Problems with Sound Drivers Acer V5

    I used UEFI mode

  6. #6
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Problems with Sound Drivers Acer V5

    OK, so I assume you also disabled Secure Boot? Disabling Fast Boot also recommended. And, if dual-booting with Windows you must disable its (Windows) Fast Startup "feature".

  7. #7
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Problems with Sound Drivers Acer V5

    If all that fails, and only if that fails
    Try adding this line to "/etc/modprobe.d/alsa-base.conf"
    To do this use:
    Code:
    sudoedit /etc/modprobe.d/alsa-base.conf
    Then at the bottom of that file paste this line in.
    Code:
    options snd_hda_intel model=acer-aspire-8930g
    save it, then close it and reboot. Now what do we have?
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

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
  •