Differences between revisions 2 and 3
Revision 2 as of 2008-05-24 18:24:47
Size: 1152
Editor: CarlNobile
Comment:
Revision 3 as of 2008-05-24 18:27:16
Size: 1151
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
The total list of options for the AD1986A sound card are below: The total list of options for the AD1986A chip are below:
Line 26: Line 26:
AD1986A AD1986A Chip

Lenovo 3000 N100 -- Sound With Kubuntu

Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

The sound driver has many options, but few seem to work with the ALSA sound system.

To get it to work at all edit the following file:

$ sudo nano /etc/modprobe.d/alsa-base

I have placed in this file all my hits and misses including comments about each. It is the last one that works the best.

# 3stack has more options, but no sound from speakers
#options snd-hda-intel model=3stack
# laptop-automute is the Lenovo default, but no sound from speakers
#options snd-hda-intel model=laptop-automute
# ultra has less options but everything works
options snd-hda-intel model=ultra

The total list of options for the AD1986A chip are below:

AD1986A Chip
6stack 6-jack, separate surrounds (default)
3stack 3-stack, shared surrounds
laptop 2-channel only (FSC V2060, Samsung M50)
laptop-eapd 2-channel with EAPD (Samsung R65, ASUS A6J)
laptop-automute 2-channel with EAPD and HP-automute (Lenovo N100)
ultra 2-channel with EAPD (Samsung Ultra tablet PC)

Lenovo 3000 N100 -- Sound With Kubuntu (last edited 2008-05-26 02:08:50 by CarlNobile)