[gelöst] T61, Sound will unter Debian Squeeze nicht, Kernel 2.6.30-2-amd64 (Debian 2.6.30-8)
Hi,
wie richte bei Debian Squeeze den Sound ein?
Mit der Debian Squeeze Standardinstallation funktioniert der Sound nur sehr eingeschränkt.
Beste Grüße
xsid
Edit:
http://forums.debian.net/viewtopic.php?t=36282
Diese angebliche Lösung für bei mir heute nicht zum Erfolg.
Es wird von mir ein tagesaktuelles Squeeze von mir verwendet.
Hi,
wie richte bei Debian Squeeze den Sound ein?
Code:
lspci
]00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
Mit der Debian Squeeze Standardinstallation funktioniert der Sound nur sehr eingeschränkt.
Beste Grüße
xsid
Edit:
http://forums.debian.net/viewtopic.php?t=36282
Diese angebliche Lösung für bei mir heute nicht zum Erfolg.
Es wird von mir ein tagesaktuelles Squeeze von mir verwendet.
After looking through the ALSA configuration and with some googling I think I've discovered the problem. Apparently the default options for ALSA configure the AD1984A Codec (which my card uses) as a 6-jack device, when it's actually a 3-jack.
Appending this line to my /etc/modprobe.d/alsa-base seems to have cleared things up. Thanks!:
Code: Select alloptions snd-hda-intel model=3stack position_fix=1
For the interested parties, this is straight out of the ALSA configuration documentation:
Code: Select allModule snd-hda-intel
--------------------
Module for Intel HD Audio (ICH6, ICH6M, ESB2, ICH7, ICH8),
ATI SB450, SB600, RS600,
VIA VT8251/VT8237A,
SIS966, ULI M5461
[Multiple options for each card instance]
model - force the model name
position_fix - Fix DMA pointer (0 = auto, 1 = use LPIB, 2 = POSBUF)
probe_mask - Bitmask to probe codecs (default = -1, meaning all slots)
bdl_pos_adj - Specifies the DMA IRQ timing delay in samples.
Passing -1 will make the driver to choose the appropriate
value based on the controller chip.
[Single (global) options]
single_cmd - Use single immediate commands to communicate with
codecs (for debugging only)
enable_msi - Enable Message Signaled Interrupt (MSI) (default = off)
power_save - Automatic power-saving timtout (in second, 0 =
disable)
power_save_controller - Reset HD-audio controller in power-saving mode
(default = on)
This module supports multiple cards and autoprobe.
Each codec may have a model table for different configurations.
If your machine isn't listed there, the default (usually minimal)
configuration is set up. You can pass "model=<name>" option to
specify a certain model in such a case. There are different
models depending on the codec chip.
AD1984
basic default configuration
thinkpad Lenovo Thinkpad T61/X61
dell Dell T3400
AD1986A
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)