Autor Tópico: Realtek ALC889a  (Lida 5157 vezes)

Offline Totoyo

  • Usuário Ubuntu
  • *
  • Mensagens: 1
    • Ver perfil
Realtek ALC889a
« Online: 06 de Abril de 2009, 15:25 »
Estou com problemas para instalar corretamente minha pĺaca de som. Após pesquisar muito na net encontrei uma "solução", que seria baixar o drive do site do desenvolvedor e instalar... mas não foi fácil assim. Meu codec seria ALC889a mas está como ALC885. tentei instalar manualmente seguindo as seguintes instruções:

Manual install:
Step 1. unzip source code
        tar xfvj alsa-driver-1.0.xx.tar.bz2

Step 2. Turn on sound support from kernel config
   (soundcore module, default turn on)

Step 3. Complied source code
   a. cd alsa-driver-1.0.xx
   b. ./configure
   c. make
   d. make install
   e. alsaconf
   f. ./snddevices (Only kernel 2.4 does it)

Step 4. Edit your /etc/modules.conf or conf.modules depending on the distribution
    (Please refer to the attached modules.conf)
   
        snd-xxxx is the card ID.

   -- Azalia controller --ALC880 ALC882 ALC260 ALC262 ALC883 ALC885 ALC888
      --- Intel ICH6 ICH7 ---------
               snd-hda-intel

        -- AC97 controller --ALC655 ALC650 ALC250 ALC255
           --- Intel ICH6 ICH7 , SiS 7012 and NVidia----------
               snd-intel8x0
           --- Via8233 Via686a  -------------------------------   
          snd-via82xx
           --- ATI Chipset  -------------------------------
          snd-atiixp

        Copy and paste this to the bottom of your /etc/modules.conf or /etc/modprobe.conf file.
   # ALSA portion
          alias char-major-116 snd
          alias snd-card-0 snd-xxxx     
        # OSS/Free portion
          alias char-major-14 soundcore
          alias sound-slot-0 snd-card-0
        # card #1
          alias sound-service-0-0 snd-mixer-oss
          alias sound-service-0-1 snd-seq-oss
          alias sound-service-0-3 snd-pcm-oss
          alias sound-service-0-8 snd-seq-oss
          alias sound-service-0-12 snd-pcm-oss

Step 5. reboot your machine

Step 6. Use the alsamixer the disable mute (All audio line default is mute)
        *Must to compile and to install the ALSA library and utility. (Use automatic install is already install)
        excute alsamixer

Mas não passei do "make install". Apareceu que eu não tenho permissão.

Se alguém puder me ajudar!

Offline ghspt

  • Usuário Ubuntu
  • *
  • Mensagens: 11
    • Ver perfil
Re: Realtek ALC889a
« Resposta #1 Online: 16 de MAR?O de 2010, 17:34 »
já tentou como superusuário?

Código: [Selecionar]
sudo make install