Page 199 of 206 FirstFirst ... 99149189197198199200201 ... LastLast
Results 1,981 to 1,990 of 2053

Thread: Comprehensive Sound Problem Solutions Guide

  1. #1981
    Join Date
    Aug 2010
    Beans
    3

    Re: Comprehensive Sound Problem Solutions Guide

    Hi!

    My problem is that all my apps freeze when instead of playing any sound unless I run them as root

    aplay -l
    Code:
    **** List of PLAYBACK Hardware Devices ****
    [freezes here]
    sudo aplay -l
    Code:
    [sudo] password for peter: 
    **** List of PLAYBACK Hardware Devices ****
    Home directory /home/peter not ours.
    card 0: Intel [HDA Intel], device 0: ALC887-VD Analog [ALC887-VD Analog]
      Subdevices: 0/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC887-VD Digital [ALC887-VD Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    I have this problem since Kubuntu 10.04 upgraded itself to Ubuntu 11.10

    Thank you for your time and patiance!

  2. #1982
    Join Date
    Sep 2011
    Beans
    1

    Re: Comprehensive Sound Problem Solutions Guide

    Quote Originally Posted by lkjoel View Post
    What is your Ubuntu version?
    i've the same problem. try to install lack kernel modules.

  3. #1983
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Comprehensive Sound Problem Solutions Guide

    Quote Originally Posted by metlira View Post
    i've the same problem. try to install lack kernel modules.
    Could you tell me your Ubuntu version, and your kernel version (you can get it by typing uname -r in a Terminal window)?

  4. #1984
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Comprehensive Sound Problem Solutions Guide

    Quote Originally Posted by Thoer View Post
    Hi!

    My problem is that all my apps freeze when instead of playing any sound unless I run them as root

    aplay -l
    Code:
    **** List of PLAYBACK Hardware Devices ****
    [freezes here]
    sudo aplay -l
    Code:
    [sudo] password for peter: 
    **** List of PLAYBACK Hardware Devices ****
    Home directory /home/peter not ours.
    card 0: Intel [HDA Intel], device 0: ALC887-VD Analog [ALC887-VD Analog]
      Subdevices: 0/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC887-VD Digital [ALC887-VD Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    I have this problem since Kubuntu 10.04 upgraded itself to Ubuntu 11.10

    Thank you for your time and patiance!
    Try this in a Terminal window (copy and paste):
    Code:
    sudo usermod -aG `cat /etc/group | grep -e '^pulse:' -e '^audio:' -e '^pulse-access:' -e '^pulse-rt:' -e '^video:' | awk -F: '{print $1}' | tr '\n' ',' | sed 's:,$::g'` `whoami`

  5. #1985
    Join Date
    Oct 2011
    Beans
    10

    Re: Comprehensive Sound Problem Solutions Guide

    Quote Originally Posted by lkjoel View Post
    Could you tell me your Ubuntu version, and your kernel version (you can get it by typing uname -r in a Terminal window)?
    Hello, I have the same problem too. I've recently updated from Natty to Oneiric and I now my sound card is not detected. My kernel version is: 3.0.0-12-generic.

    Also, I've run the alsa info script that generated a log file for me, here it is: http://www.alsa-project.org/db/?f=de...1572f97daab012.

    Any help would be appreciated.
    Thanks in advance
    Jonathan

  6. #1986
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Comprehensive Sound Problem Solutions Guide

    Quote Originally Posted by jzaiat View Post
    Hello, I have the same problem too. I've recently updated from Natty to Oneiric and I now my sound card is not detected. My kernel version is: 3.0.0-12-generic.

    Also, I've run the alsa info script that generated a log file for me, here it is: http://www.alsa-project.org/db/?f=de...1572f97daab012.

    Any help would be appreciated.
    Thanks in advance
    Jonathan
    Could you give me the output of this Terminal command?
    Code:
    sudo aplay -l

  7. #1987
    Join Date
    Oct 2011
    Beans
    10

    Re: Comprehensive Sound Problem Solutions Guide

    Quote Originally Posted by lkjoel View Post
    Could you give me the output of this Terminal command?
    Code:
    sudo aplay -l
    Hello lkjoel, thanks for your help.
    The command returns:

    Code:
    aplay: device_list:240: no se encontraron tarjetas de sonido...
    (in English: no sound cards detected)

    What's next?
    Thanks
    Jonathan

  8. #1988
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

  9. #1989
    Join Date
    Oct 2011
    Beans
    10

    Re: Comprehensive Sound Problem Solutions Guide

    Quote Originally Posted by lkjoel View Post
    I have followed the instructions which lead me to another post (http://ubuntuforums.org/showthread.php?t=1681577). Following the steps in that post lead me to an error while compiling (step 6):

    Code:
    seq_clientmgr.c:27:28: error fatal: linux/smp_lock.h: File or directory not found
    compilation ended.
    make[3]: *** [fastdep] Error 1
    make[3]: se sale del directorio «/opt/Alsa-1.0.24/alsa-driver-1.0.24/acore/seq»
    make[2]: *** [_sfdep_seq] Error 2
    make[2]: se sale del directorio «/opt/Alsa-1.0.24/alsa-driver-1.0.24/acore»
    make[1]: *** [dep] Error 1
    make[1]: se sale del directorio «/opt/Alsa-1.0.24/alsa-driver-1.0.24»
    make: *** [include/sndversions.h] Error 2
    (note: I've translated the important part to English, so it may not be the exact phrasing)

    Reading the last posts of the thread (#120+), I found out that the smp_lock.h file was removed from Oneiric. Another user states that installing the alsa firmware should fix it, but in my case it doesnt.

    What should I do?
    Thanks again
    Jonathan

  10. #1990
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Comprehensive Sound Problem Solutions Guide

    Could you give me the full output of this Terminal command?
    Code:
    echo "Sound cards recognized by the system:"; lspci -nn | grep --color=none '\[04[80][13]\]'; echo "Sound cards recognized by ALSA:"; lspci -nn | grep '\[04[80][13]\]' | while read line; do lspci -nnk | grep -A 3 '\[04[80][13]\]' | grep -e 'Kernel modules: ..*' -e '\[04[80][13]\]' | grep --color=none -F "$line"; done; echo "Sound cards recognized by ALSA, and activated:"; lspci -nn | grep '\[04[80][13]\]' | while read line; do lspci -nnk | grep -A 3 '\[04[80][13]\]' | grep -e 'Kernel drivers in use: ..*' -e '\[04[80][13]\]' | grep --color=none -F "$line"; done

Page 199 of 206 FirstFirst ... 99149189197198199200201 ... 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
  •