Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Alsa do not work

  1. #11
    Join Date
    Feb 2010
    Beans
    1

    Re: Alsa do not work

    Quote Originally Posted by presston View Post
    nobody can help me?
    Code:
    # modprobe snd-card-intel8x0
    It's not right.

    Code:
    # modprobe snd-intel8x0
    It's ok.

  2. #12
    Join Date
    Feb 2010
    Beans
    12

    Re: Alsa do not work

    I can.

    I also had problems with the AC97 intel8x0 configuration and just solved them.

    Make sure that you have the intel8x0 drivers on your computer:

    Type sudo modprobe intel-8x0, then hit tab twice, DO NOT hit enter. If you see snd-intel8x0 listed there then you can skip the next step.

    If not, you will need to obtain the drivers from the alsa website.
    Follow these instructions:

    Code:
     
    
    mkdir src cd src
    mkdir alsa
    cd alsa
    sudo apt-get install build-essential linux-headers-$(uname -r)
    wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.22.tar.bz2
    tar xvjf alsa-driver-1.0.22.tar.bz2 cd alsa-driver-1.0.22 sudo ./configure --with-kernel=/usr/src/linux-headers-$(uname -r) --with-cards=intel8x0 --with-oss=yes sudo make sudo make install
    (I modified the instructions above from this post: http://ubuntuforums.org/showthread.php?t=205449)

    Next, follow the solution I posted at the bottom of this thread:

    http://ubuntuforums.org/showthread.php?t=1383493

    Good luck.

Page 2 of 2 FirstFirst 12

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
  •