Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31

Thread: Asus x555u Audio issues

  1. #1
    Join Date
    Jun 2016
    Beans
    31

    Asus x555u Audio issues

    Hello community how are you doing? I have this problem with my laptop's audio. The system recognize the hardware but simply doesn't emit any sound I raised the volume to the max but nothing happens, I upgrade my kernel to 4.4.8 due to the systems doesn't recognized that my earphones was plugged, now my laptop is completely mute. This is the output of lspci which concern with my audio device.

    Code:
    00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
        Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP HD Audio
        Flags: bus master, fast devsel, latency 32, IRQ 16
        Memory at df328000 (64-bit, non-prefetchable) [size=16K]
        Memory at df300000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel, snd_soc_skl
    If you see in the command output, in Capabilities section said <access denied> I don't know if this has something to do.

  2. #2
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: Asus x555u Audio issues

    Have you yet tried to install pulseaudio volume control and checking the configuration settings to make sure the right device is being used?
    The package you want will be "pavucontrol"


  3. #3
    Join Date
    Jun 2016
    Beans
    31

    Re: Asus x555u Audio issues

    Quote Originally Posted by runrickus View Post
    Have you yet tried to install pulseaudio volume control and checking the configuration settings to make sure the right device is being used?
    The package you want will be "pavucontrol"

    I've already installed pulseaudio know it recognized when I plug my earphone but still soundless, in the device section say Built-in Audio
    Last edited by Juan_Fiorenzano; June 17th, 2016 at 06:29 PM.

  4. #4
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: Asus x555u Audio issues

    Look under the Configuration Tab at the top...mine shows this <Screenshot>
    We are taking this slowly at first to eliminate what is causing this.
    Attached Images Attached Images

  5. #5
    Join Date
    Jun 2016
    Beans
    31

    Re: Asus x555u Audio issues

    This is my configuration tab


  6. #6
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: Asus x555u Audio issues

    Ok that's what I wanted to see..and looks good.
    Now we need to check that the driver is installed properly.
    Code:
    sudo apt-get install linux-restricted-modules-`uname -r` linux-generic
    After installing the modules, you will need to reboot for the changes to take effect.

    If the modules are already installed, proceed to the next step to check to see whether your hardware is recognizing the sound card as installed.

    Is the sound card physically installed and recognized by your hardware?

    Open a terminal and type

    Code:
    lspci -v | grep -A7 -i "audio"
    Paste the output of the above back here using code tags.

  7. #7
    Join Date
    Jun 2016
    Beans
    31

    Re: Asus x555u Audio issues

    When I type this:
    Code:
    sudo apt-get install linux-restricted-modules-`uname -r` linux-generic
    the output are these errors messages
    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package linux-restricted-modules-4.4.8-040408-generic
    E: Couldn't find any package by glob 'linux-restricted-modules-4.4.8-040408-generic'
    E: Couldn't find any package by regex 'linux-restricted-modules-4.4.8-040408-generic'

  8. #8
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: Asus x555u Audio issues

    What Version of Ubuntu are you using?
    Code:
    lsb_release -a

  9. #9
    Join Date
    Jun 2016
    Beans
    31

    Re: Asus x555u Audio issues

    I am using Ubuntu 16.04, but I installed the 4.4.8 kernel version.

    Code:
    No LSB modules are available.
    Distributor ID:    Ubuntu
    Description:    Ubuntu 16.04 LTS
    Release:    16.04
    Codename:    xenial

  10. #10
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: Asus x555u Audio issues

    Well that makes for messy diagnosis solution.
    Lets see what options we have to boot from.
    Post back the return of this in the terminal:
    Code:
    dpkg -l | grep linux-image | grep ii
    This will return only properly-installed packages with that name

Page 1 of 4 123 ... LastLast

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
  •