Difference between revisions of "AD1981B"

From ThinkWiki
Jump to: navigation, search
m (avoid wikilink redirect)
(Note)
(5 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
 
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
 
=== AD1981B ===
 
=== AD1981B ===
This is a Analog Devices AC'97 Audio controller
+
This is a Analog Devices AC'97 Audio codec
  
 
Note: The documentation of the R40 incorrectly(?) states it has a AD1891A
 
Note: The documentation of the R40 incorrectly(?) states it has a AD1891A
Line 18: Line 18:
 
|}
 
|}
  
=== Linux OSS driver ===
+
 
On systems where lspci shows an Intel AC'97 Audio Controller, this chip is supported by the i810_audio kernel module.
 
  
 
=== Linux ALSA driver ===
 
=== Linux ALSA driver ===
On systems where lspci shows an Intel AC'97 Audio Controller, this chip is supported by the snd-intel8x0 kernel module. This driver provides enhanced [[How to enable audio codec power saving|power saving]] capabilities.
+
On systems where lspci shows an Intel AC'97 Audio Controller, this chip is supported by the '''snd-intel8x0''' kernel module. This driver provides enhanced [[How to enable audio codec power saving|power saving]] capabilities.
  
On systems where lspci shows an ATI AC'97 Audio Controller (R40e and R51e), this chip is supported by the snd-atiixp kernel module.
+
On systems where lspci shows an ATI AC'97 Audio Controller (R40e and R51e), this chip is supported by the '''snd-atiixp''' kernel module.
 +
 
 +
==== Note ====
 +
If sound still doesn't work even if you have a perfectly correct setup, try turning the hardware volume up with the keyboard buttons. They are totally independent from the ALSA controls and chances are they are just muted.
 +
 
 +
==== Note ====
 +
On some models ({{T40}}, {{T43p}}, ... {{R51e}} ...) audio is muted if either Headphone or Line Jack are unmuted. See also ALSA Wiki FAQ [http://alsa.opensrc.org/FAQ004]. Also, if Headphone Sense or Line Jack Sense are unmuted audio is dead ({{R50e}}, {{R52}}, {{X40}}). By default the Sense settings are not shown in mixer.
  
 
==== Note ====
 
==== Note ====
On some models ({{T40}}, {{T43p}}, ... {{R51e}} ...) audio is muted if either Headphone or Line Jack are unmuted. See also ALSA Wiki FAQ [http://alsa.opensrc.org/FAQ004]. Also, if Headphone Sense or Line Jack Sense are unmuted audio is dead ({{R52}}, {{X40}}). By default the Sense settings are not shown in GNOME.
+
By default microphone capture is disabled when using the ALSA drivers (this may or may not be true with the OSS drivers). To enable microphone capture, use amixer or gnome-alsamixer to enable capture on the microphone and Capture devices, i.e., 'amixer set 'Mic' cap;  amixer sset 'Capture' cap'.
  
 
==== Note ====
 
==== Note ====

Revision as of 13:42, 13 April 2012

AD1981B

This is a Analog Devices AC'97 Audio codec

Note: The documentation of the R40 incorrectly(?) states it has a AD1891A

Features


Linux ALSA driver

On systems where lspci shows an Intel AC'97 Audio Controller, this chip is supported by the snd-intel8x0 kernel module. This driver provides enhanced power saving capabilities.

On systems where lspci shows an ATI AC'97 Audio Controller (R40e and R51e), this chip is supported by the snd-atiixp kernel module.

Note

If sound still doesn't work even if you have a perfectly correct setup, try turning the hardware volume up with the keyboard buttons. They are totally independent from the ALSA controls and chances are they are just muted.

Note

On some models (T40, T43p, ... R51e ...) audio is muted if either Headphone or Line Jack are unmuted. See also ALSA Wiki FAQ [1]. Also, if Headphone Sense or Line Jack Sense are unmuted audio is dead (R50e, R52, X40). By default the Sense settings are not shown in mixer.

Note

By default microphone capture is disabled when using the ALSA drivers (this may or may not be true with the OSS drivers). To enable microphone capture, use amixer or gnome-alsamixer to enable capture on the microphone and Capture devices, i.e., 'amixer set 'Mic' cap; amixer sset 'Capture' cap'.

Note

A bug was introduced in the 2.6.20 kernel (between the rc1 and rc2 releases) which causes the sound to stop working after hibernation. Rebooting does not seem to fix the problem. A quick work-around is to do a suspend-to-ram, and then wake the machine up. This issue is chronicled in this bug report on Launchpad.net: The fix changing HIBERNATE_MODE=shutdown to HIBERNATE_MODE=platform in /etc/default/acpi-support worked very well. I don't know if it possibly could introduce other bugs or if it's a true fix.

https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/80893

Changing HIBERNATE_MODE=shutdown to HIBERNATE_MODE=platform in /etc/default/acpi-support seems to be solving this issue for many users. Confirmed to work with: X31, T43p

FreeBSD OSS driver

snd_ich will work happily for this audio chip.

ThinkPads this chip may be found in

See also