ALC888 analog codec not working on Medion MD96970 laptop in Ubuntu 8.10

Asked by mpcsm

Hi,
I'm New to Ubuntu so please be patient

I installed Ubuntu 8.10 as duel boot with Windows and applied all upgrades.
Sound is working fine under Windows but not Ubuntu.

After the install and upgrade, the speaker had a red cross on it.
I read some posts and found that I may be able to fix the problem by
sudo gedit /etc/modprobe.d/alsa-base
and adding
options snd-hda-intel model=medion

After reboot, I now have a speaker icon and ensured nothing is muted.
Still no sound. I've read in some posts that sound may be faint. In my case, there is no sound at all from the speaker or headphones.

Some early diagnostics below....Hope you can help me. Thanks

cat /proc/asound/card0/codec\#*|grep Codec
Codec: Realtek ALC888
Codec: Realtek ALC268

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC268 Digital [ALC268 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 5: ALC268 Analog [ALC268 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0

lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 04)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 04)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 04)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 04)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 04)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f4)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 04)
01:00.0 VGA compatible controller: nVidia Corporation GeForce 9300M G (rev a1)
02:00.0 Mass storage controller: Silicon Image, Inc. Sil 3531 [SATALink/SATARaid] Serial ATA Controller (rev 01)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 01)
0a:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)

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
marcobra (Marco Braida) (marcobra) said :
#1

Before to go into deep...
Have you already check the volume settings of your audio card...

Double click on the top right loudspeaker and set all the slider to a non zero values

Then please make an audio test from menu System → Preferences → Sound
change the devices using listbox to test all possibility

Hope this helps

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

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

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

alias snd-card-0 snd-hda-intel
options snd-hda-intel model=3stack

sudo gedit /etc/modprobe.d/options

# Add the following line at the end of the options file:

alias snd-card-0 snd-hda-intel
options snd-hda-intel model=3stack

Step 3: Reboot pc and retest sound.

Step 4: If audio output 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/

Regards,

Mark

Revision history for this message
mpcsm (michael-mpcsm) said :
#3

Thank you so much for the fix. It worked and I have sound.

PS
The last bit of the instruction (below) didn't make sense

ou
sudo kate /etc/modprobe.d/alsa-base

What's kate?

Any way I also deviated a bit by also
sudo gedit /etc/modprobe.d/options
and adding “options snd-hda-intel model=auto” no quotes

Thanks again

Revision history for this message
mpcsm (michael-mpcsm) said :
#4

Thanks Mark Rijckenberg, that solved my question.

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

Hi,

You're welcome.

kate is the text editor of choice for KDE users.

gedit is the text editor of choice for GNOME users.

There is no need to use both at the same time. :-)

Regards,

Mark