Gentoo Archives: gentoo-user

From: abhay <abhay.ilugd@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Return of My Continuing ALSA woes
Date: Thu, 17 Nov 2005 19:43:07
Message-Id: 200511180053.29657.abhay.ilugd@gmail.com
In Reply to: Re: [gentoo-user] Return of My Continuing ALSA woes by Michael Sullivan
1 On Friday 18 Nov 2005 12:08 am, Michael Sullivan wrote:
2 > PCI: Setting latency timer of device 0000:00:1b.0 to 64
3 > hda_codec: Unknown model for ALC880, trying auto-probe from BIOS...
4 > hda_codec: num_steps = 0 for NID=0x8
5 > hda_codec: num_steps = 0 for NID=0x8
6 > hda_codec: num_steps = 0 for NID=0x8
7 > hda_codec: num_steps = 0 for NID=0x8
8 ...and that is what I was looking for.
9 It is a known bug (1453) in ALSA hda-intel drivers. Your driver version is
10 fine as it did not work in 1.0.9 AT ALL but you need to pass some extra
11 options with >=1.0.10_rc2 in /etc/modules.d/alsa. This is what I am using
12
13 #------------------------------
14 alias /dev/mixer snd-mixer-oss
15 alias /dev/dsp snd-pcm-oss
16 alias /dev/midi snd-seq-oss
17
18 # Set this to the correct number of cards.
19 # --- BEGIN: Generated by ALSACONF, do not edit. ---
20 # --- ALSACONF version 1.0.10rc2 ---
21 alias snd-card-0 snd-hda-intel
22 alias sound-slot-0 snd-hda-intel
23 # --- END: Generated by ALSACONF, do not edit. ---
24
25 options snd-hda-intel model=3stack position_fix=2
26 #-------------------------------
27
28 I have the same sound device so it should work for you as well.
29
30 Abhay

Replies

Subject Author
Re: [gentoo-user] Return of My Continuing ALSA woes Michael Sullivan <michael@××××××××××××.com>