Results 1 to 10 of 19

Thread: Acer Aspire 6920G Sound Card Solution for the #bug issue with Intel ICH 8 (Realtek 88

Threaded View

  1. #1
    Join Date
    Feb 2008
    Beans
    24

    Acer Aspire 6920G Sound Card Solution for the #bug issue with Intel ICH 8 (Realtek 88

    Acer Aspire 6920G Sound Card Solution for the #bug issue with Intel ICH 8 (Realtek 889) & Ubuntu 8.10 Intrepid Ibex

    UPGRADE YOUR ALSA** 1.0.18a +

    In the fist line i will try to explain what the commands do, and in the second line how to execute the command... Let's start...
    *S.O.S Don't use in terminal the "" only the commands WithOUT the ""

    1) Upgrade the ALSA (Advanced Linux Sound Architecture)) Drivers to the latest

    a) Login as root by

    " sudo -s "

    b) To start the installation download this script at your home folder:

    " http://www.box.net/shared/454ic17as0 "


    c) This script will download the ALSA 1.0.18a drivers from the ALSA-PROJECT website and install them automatically.
    After that your pc reboots, so don't do anything else...

    " sudo chmod +x alsa_setup "
    " sudo ./alsa_setup.sh "

    d) After the reboot you have to download at Home directory the following file
    ftp://ftp.suse.com/pub/people/tiwai/...erb-0.3.tar.gz
    ** if the site goes down google it with hda-verb-0.3xx

    e) Login as root by

    "sudo -s "

    f) Brings up a text editor in SuperUser mode (which is necessary to edit system files)

    " gksudo gedit /etc/modprobe.d/alsa-base "

    g) Look for cluster of lines beginning with "options." If you have the line
    " options snd-hda-intel model=default "

    Change it to " options snd-hda-intel model=acer-aspire "

    Save the file

    h) Go at Home directory, right click and extract the file hda-verb-0.3.tar.gz

    i) Now cd (change directory) to the hda-verb-0.3

    " cd hda-verb "

    j) compile the file with
    " make "

    k) Copy it at /usr/local/bin type

    " sudo cp hda-verb /usr/local/bin "

    l) Edit /etc/rc.local by typing

    " gksudo gedit /etc/rc.local "

    m) This will bring up your text editor again, this script is empty by default, for our purposes we must add this line before the
    "exit line"

    " /usr/local/bin/hda-verb /dev/snd/hwC0D0 0x15 SET_EAPD_BTLENABLE 2 "

    You're finally done, reboot your machine and you should have sound card working.
    it works with 2.6.27-10-generic kernel and 2.24.1 Gnome

    thanks to all people who helped me to make this easy for us.
    so i want to thank personaly:
    - plunder (Administrator)
    from the this http://www.codecaucus.com/forum/viewtopic.php?id=13 forum witch is very good.

    - CJay554 for this http://ubuntuforums.org/showthread.php?t=921637
    and for this http://ubuntuforums.org/showthread.p...ound&page=3#26

    thank you guys you are the best keep going for a free world without limits...

    << Software is like Sex it's better when it's FREE >> open your minds up nikkpap.

    Follow the rest to upgrade to Alsa 1.020 with BASS just do all the command on the terminal one by one... nikkpap again for all of you.

    sudo apt-get -y install build-essential ncurses-dev gettext xmlto

    sudo apt-get -y install linux-headers-`uname -r`

    cd ~

    wget ftp://ftp.alsa-project.org/pub/drive...1.0.20.tar.bz2

    wget ftp://ftp.alsa-project.org/pub/lib/a...1.0.20.tar.bz2

    wget ftp://ftp.alsa-project.org/pub/utils...1.0.20.tar.bz2

    sudo mkdir -p /usr/src/alsa

    cd /usr/src/alsa

    sudo cp ~/alsa* .

    sudo tar xjf alsa-driver*

    sudo tar xjf alsa-lib*

    sudo tar xjf alsa-utils*

    cd alsa-driver*

    sudo ./configure --with-cards=hda-intel --with-kernel=/usr/src/linux-headers-$(uname -r)

    sudo make

    sudo make install

    cd ../alsa-lib*

    sudo ./configure

    sudo make

    sudo make install

    cd ../alsa-utils*

    sudo ./configure

    sudo make

    sudo make install

    rm -f ~/alsa-driver*

    rm -f ~/alsa-lib*

    rm -f ~/alsa-utils*

    sudo reboot

    wget ftp://ftp.suse.com/pub/people/tiwai/...erb-0.3.tar.gz

    tar -xvmf hda-verb-0.3.tar.gz

    cd hda-verb-0.3

    make

    sudo cp hda-verb /usr/local/bin

    gksudo gedit /etc/rc.local

    add this before the line with the word “exit”

    /usr/local/bin/hda-verb /dev/snd/hwC0D0 0×15 SET_EAPD_BTLENABLE 2

    sudo reboot
    Last edited by nikkpap; June 7th, 2009 at 07:26 PM.

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
  •