Page 201 of 206 FirstFirst ... 101151191199200201202203 ... LastLast
Results 2,001 to 2,010 of 2053

Thread: Comprehensive Sound Problem Solutions Guide

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

    Re: Comprehensive Sound Problem Solutions Guide


  2. #2002
    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
    Got back absolutely nothing:
    Code:
    peter@peter-G31M-ES2L:~$ 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`
    [sudo] password for peter: 
    peter@peter-G31M-ES2L:~$
    It shouldn't output anything. Just reboot

  3. #2003
    Join Date
    Mar 2005
    Location
    France, Strasbourg
    Beans
    46

    Re: Comprehensive Sound Problem Solutions Guide

    Quote Originally Posted by lkjoel View Post
    Done !
    It has just reinstalled "alsa-utils" ?! but it's not better ...
    here is my config : http://www.alsa-project.org/db/?f=be...1ea0df47cef9cc

    another idea ?

  4. #2004
    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 output of this Terminal command?
    Code:
    sudo aplay -l

  5. #2005
    Join Date
    Mar 2005
    Location
    France, Strasbourg
    Beans
    46

    Re: Comprehensive Sound Problem Solutions Guide

    here are:

    Code:
    manatlan@manatlan-desktop:~$ aplay -l
    aplay: device_list:240: aucune carte son n'a été trouvée...
    manatlan@manatlan-desktop:~$ sudo aplay -l
    aplay: device_list:240: aucune carte son n'a été trouvée...

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

    Re: Comprehensive Sound Problem Solutions Guide

    Your ALSA is completely broken, so try this link: http://ubuntuforums.org/showthread.php?t=1681577

  7. #2007
    Join Date
    Mar 2005
    Location
    France, Strasbourg
    Beans
    46

    Re: Comprehensive Sound Problem Solutions Guide

    Quote Originally Posted by lkjoel View Post
    Your ALSA is completely broken, so try this link: http://ubuntuforums.org/showthread.php?t=1681577
    Can't compile ;-(

    Code:
    gcc -M -D__KERNEL__ -D__isapnp_now__ -DMODULE=1 -I/opt/Alsa-1.0.24/alsa-driver-1.0.24/include  -I/usr/src/linux-headers-3.0.0-12-generic-pae/include -I/usr/src/linux-headers-3.0.0-12-generic-pae/include -I/usr/src/linux-headers-3.0.0-12-generic-pae/arch/x86/include -O2 -mpreferred-stack-boundary=2 -march=i686 -Wdeclaration-after-statement -Wno-pointer-sign -D__SMP__ -DCONFIG_SMP -DLINUX -DALSA_BUILD -nostdinc -iwithprefix include -I/opt/Alsa-1.0.24/alsa-driver-1.0.24/alsa-kernel/core/seq seq.c seq_lock.c seq_clientmgr.c seq_memory.c seq_queue.c seq_fifo.c seq_prioq.c seq_timer.c seq_system.c seq_ports.c seq_info.c seq_device.c seq_dummy.c seq_virmidi.c seq_midi_event.c seq_midi.c seq_midi_event.c seq_midi_event.c seq_midi_emul.c seq_midi_event.c seq_midi_emul.c seq_midi_emul.c seq_virmidi.c seq_midi_emul.c seq_virmidi.c > .depend
    /opt/Alsa-1.0.24/alsa-driver-1.0.24/include/adriver.h:63:26: erreur fatale: linux/module.h : Aucun fichier ou dossier de ce type
    compilation terminée.
    /opt/Alsa-1.0.24/alsa-driver-1.0.24/include/adriver.h:63:26: erreur fatale: linux/module.h : Aucun fichier ou dossier de ce type
    compilation terminée.
    /opt/Alsa-1.0.24/alsa-driver-1.0.24/include/adriver.h:63:26: erreur fatale: linux/module.h : Aucun fichier ou dossier de ce type
    ...

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

    Re: Comprehensive Sound Problem Solutions Guide


  9. #2009
    Join Date
    Mar 2005
    Location
    France, Strasbourg
    Beans
    46

    Re: Comprehensive Sound Problem Solutions Guide

    same thing ;-(
    The second line in AE : won't compile
    because

    Code:
    /home/manatlan/alsa-driver-1.0.24/include/adriver.h:63:26: erreur fatale: linux/module.h : Aucun fichier ou dossier de ce type

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

    Re: Comprehensive Sound Problem Solutions Guide

    Try this:
    Code:
    RELEASE=`lsb_release -sc`; sudo add-apt-repository ppa:ubuntu-audio-dev/ppa; sudo add-apt-repository ppa:ubuntu-audio-dev/alsa-daily; sudo add-apt-repository ppa:ubuntu-audio-dev/pulse-testing; [[ "$RELEASE" == "natty" ]] && sudo add-apt-repository ppa:ubuntu-audio-dev/natty-testing; [[ "$RELEASE" == "maverick" ]] && sudo add-apt-repository ppa:ricotz/unstable; [[ "$RELEASE" == "maverick" ]] && sudo add-apt-repository ppa:ubuntu-audio-dev/maverick-testing; [[ "$RELEASE" == "lucid" ]] && sudo add-apt-repository ppa:team-iquik/alsa; [[ "$RELEASE" == "lucid" ]] && sudo add-apt-repository ppa:ricotz/unstable; sudo apt-get update; sudo apt-get dist-upgrade; sudo apt-get install alsa-oss linux-image-`uname -r` linux-sound-base linux-headers-`uname -r` linux linux-image linux-headers; sudo apt-get install aptitude; sudo aptitude install paman gnome-alsamixer libasound2-plugins padevchooser libsdl1.2debian-pulseaudio; killall pulseaudio; rm -rf ~/.pulse*
    Then reboot.

Page 201 of 206 FirstFirst ... 101151191199200201202203 ... 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
  •