Difference between revisions of "AD1881A"
(→Linux ALSA driver) |
|||
Line 18: | Line 18: | ||
=== Linux ALSA driver === | === Linux ALSA driver === | ||
This sound chip is supported by the snd-intel8x0 kernel module. | This sound chip is supported by the snd-intel8x0 kernel module. | ||
+ | |||
+ | ==== Debian Tip ==== | ||
+ | |||
+ | apt-get install linux-sound-base | ||
+ | sudo dpkg-reconfigure linux-sound-base | ||
+ | |||
+ | Choose ALSA | ||
+ | |||
+ | Try play a file like so: | ||
+ | ogg123 -d alsa09 01.Somewhere_Only_We_Know.ogg | ||
+ | |||
+ | Hints on modules you need to have loaded: | ||
+ | |||
+ | frodo$ lsmod | grep intel | ||
+ | snd_intel8x0 34016 0 | ||
+ | snd_ac97_codec 83960 1 snd_intel8x0 | ||
+ | snd_pcm 93416 2 snd_intel8x0,snd_ac97_codec | ||
+ | snd 56260 4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer | ||
+ | intel_agp 24092 1 | ||
+ | snd_page_alloc 9860 2 snd_intel8x0,snd_pcm | ||
+ | agpgart 35560 2 drm,intel_agp | ||
+ | frodo$ uname -a | ||
+ | Linux frodo 2.6.12-1-686 #1 Tue Sep 27 12:52:50 JST 2005 i686 GNU/Linux | ||
+ | |||
+ | With ALSA you can play more than one track at once, for mixing or for just playing an MP3 while playing a game. | ||
=== ThinkPad's this chip may be found in === | === ThinkPad's this chip may be found in === |
Revision as of 06:17, 14 October 2005
AD1881AThis is a Analog Devices AC'97 Audio controller Features
|
Linux OSS driver
This sound chip is supported by the i810_audio kernel module.
Linux ALSA driver
This sound chip is supported by the snd-intel8x0 kernel module.
Debian Tip
apt-get install linux-sound-base sudo dpkg-reconfigure linux-sound-base
Choose ALSA
Try play a file like so:
ogg123 -d alsa09 01.Somewhere_Only_We_Know.ogg
Hints on modules you need to have loaded:
frodo$ lsmod | grep intel snd_intel8x0 34016 0 snd_ac97_codec 83960 1 snd_intel8x0 snd_pcm 93416 2 snd_intel8x0,snd_ac97_codec snd 56260 4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer intel_agp 24092 1 snd_page_alloc 9860 2 snd_intel8x0,snd_pcm agpgart 35560 2 drm,intel_agp frodo$ uname -a Linux frodo 2.6.12-1-686 #1 Tue Sep 27 12:52:50 JST 2005 i686 GNU/Linux
With ALSA you can play more than one track at once, for mixing or for just playing an MP3 while playing a game.