ALC889 analog sound codec not working on Acer Aspire 6935g in Ubuntu 9.04

Asked by Elia Daniele

Hello everyone!
I can't hear any kind of sound on my ACER6935G notebook.
I've a dual boot with ubuntu 9.04 and Vista home premium, but under ubuntu the sound doesn't come out!
The sound card detected is an Intel HDA ALC889 Analog:

elia@elia-laptop:~$ aplay -l
**** Lista di PLAYBACK dispositivi hardware ****
scheda 0: Intel [HDA Intel], dispositivo 0: ALC889 Analog [ALC889 Analog]
  Sottoperiferiche: 1/1
  Sottoperiferica #0: subdevice #0

Please, is there anybody that could help me?!?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#1

Hi,

Please try this procedure:

Step 1: Open Terminal from "Applications->Accessories->
Terminal"

Step 2: Run the following commands (copy/paste each command into the Terminal and then hit <enter>)

sudo gedit /etc/modprobe.d/alsa-base.conf

Add these 2 lines to the end of the alsa-base.conf file:

alias snd-card-0 snd-hda-intel
options snd-hda-intel model=auto

If those alsa-base.conf options don't work, please try these 2 lines instead:

alias snd-card-0 snd-hda-intel
options snd-hda-intel model=acer-aspire

If it still does not work, you can try upgrading alsa to v1.0.19 using this link:

http://monespaceperso.org/blog-en/2009/02/10/acer-aspire-6920-no-sound-on-ubuntu-810-upgrade-of-alsa/

Don't forget to reboot your pc after every change you make on the /etc/modprobe.d/alsa-base.conf file.

Regards,

Mark

Revision history for this message
Elia Daniele (elia-daniele) said :
#2

Thanks Mark Rijckenberg, that solved my question.

Revision history for this message
Elia Daniele (elia-daniele) said :
#3

The first suggestion work fine and now I can listen audio.
Thanks a lot Mark.

Regards,

Elia

Revision history for this message
Karthik Ramgopal (applefreakpeeps) said :
#4

No one has been able to get jack detection and the internal mic working but.. any pointers on that?

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#5

Hi Kartik,

Please create a separate thread for your question. This thread is already in status solved.

Regards,

Mark