Results 1 to 7 of 7

Thread: Ubuntu 19.04 Audio problem

  1. #1
    Join Date
    Apr 2019
    Beans
    4

    Ubuntu 19.04 Audio problem

    Hi all,

    I'm new and I want to say thanks to all community

    I open this thread because I've got a problem with sounds, in every application (Rhythmbox, Youtube, Amazon Prime Video, ecc...).
    In fact, the sound "jumps" for brief moments (less than 2 sec.) like a DJ skratch.

    lspci -v (audio section) in the img below:


    I have this problem with Ubuntu 19.04, 18.04 and Mint before, while in other partition Manjaro performs properly.
    Can you help me, please?


    Thanks.

  2. #2
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,422
    Distro
    Xubuntu

    Re: Ubuntu 19.04 Audio problem

    Hi and welcome to the forums

    Image is not attached.

    In any event, please open a terminal and if you do not already have it, install inxi

    Code:
    sudo apt-get install inxi
    Then run this and post the output here:

    Code:
    inxi -GM
    Thanks.

  3. #3
    Join Date
    Apr 2019
    Beans
    4

    Re: Ubuntu 19.04 Audio problem

    Hi,

    below the output:

    Machine: Type: Laptop System: ASUSTeK product: X555YI v: 1.0 serial: <root required>
    Mobo: ASUSTeK model: X555YI v: 1.0 serial: <root required> UEFI: American Megatrends v: X555YI.510 date: 11/13/2015
    Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Mullins [Radeon R4/R5 Graphics] driver: radeon v: kernel
    Device-2: Advanced Micro Devices [AMD/ATI] Jet PRO [Radeon R5 M230] driver: radeon v: kernel
    Display: x11 server: X.Org 1.20.4 driver: radeon resolution: 1366x768~60Hz
    OpenGL: renderer: AMD MULLINS (DRM 2.50.0 5.0.0-13-generic LLVM 8.0.0) v: 4.5 Mesa 19.0.2

    Thanks
    Last edited by spike0000; April 25th, 2019 at 09:14 AM.

  4. #4
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,422
    Distro
    Xubuntu

    Re: Ubuntu 19.04 Audio problem

    Well, your specs should be fine and if, as you said, it works in Manjaro then I suppose it is a problem specific to the Ubuntu/Mint versions.

    I know the link says no sound but I think it is worth trying some of the solutions here anyway:
    https://itsfoss.com/fix-sound-ubuntu-1304-quick-tip/

    Let us know if it helped.

  5. #5
    Join Date
    Apr 2019
    Beans
    4

    Re: Ubuntu 19.04 Audio problem

    Hi,

    it does not work.
    I don't understand what kind of problem there is.
    Audio goes good, but suddenly sktratch for a moment.


    Thanks

  6. #6
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,422
    Distro
    Xubuntu

    Re: Ubuntu 19.04 Audio problem

    I am also not sure but perhaps try the answer from here:
    https://askubuntu.com/questions/1033...ading-to-18-04

    You want to open a terminal and then:

    Code:
    killall pulseaudio
    And then:

    Code:
    nano /etc/pulse/default.pa
    Find the line with load-module module-udev-detect and change to this:
    load-module module-udev-detect tsched=0
    Save and exit

    and now go back to the terminal and run:

    Code:
    pulseaudio -k
    Don't think a restart is needed but if needs be restart and hopefully this will resolve it.
    Last edited by Rubi1200; April 25th, 2019 at 11:43 AM.

  7. #7
    Join Date
    Apr 2019
    Beans
    4

    Re: Ubuntu 19.04 Audio problem

    Hi,

    now there's a different skratch sound (like finger on wood) but problem still remains.

    Thanks

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
  •