At Sat, 14 Feb 2009 15:53:26 +0100, Bartłomiej Holdenmayer wrote:
Dnia 2009-02-14, sob o godzinie 15:28 +0100, Vedran Miletić pisze:
On Sat, Feb 14, 2009 at 3:22 PM, Bartłomiej Holdenmayer bh@habah.com wrote:
I am not sure if do everything properly.
- I did installation of alsa snap with script
AlsaUpgrade-1.0.x-rev-1.16.sh;
- After that, I changed last line in /etc/modprobe.d/alsa-base from:
options snd-hda-intel enable_msi=1
into: options snd-hda-intel enable_msi=1 probe_mask=0x1ff
- After I restarted alsa with /etc/init.d/alsasound stop
and /etc/init.d/alsasound start
and get message: Starting sound driver: snd-hda-intel done
Am I doing that properly? What should I do (what command) to see hda_intel: codec_mask forced to 0xff
-- Pozdrawiam / Regards Bartłomiej Holdenmayer
GG:541634; ICQ:33920811; skypename:bartlomiejholdenmayer
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
Did you try installing snapshot manually? Script could be bad.
Vedran _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
I checked script. It is downloading good snapshot.
There are other options in script: ./configure --with-kernel=/usr/src/linux-headers-$KERNEL --with-cards=all --with-card-options=all --with-sequencer=yes --with-oss=yes --prefix=/usr || die "$DRIVER configure failed"
I guess everything is ok. I attach the script.
After you load the latest driver with that probe_mask option, check the "kernel messages" (i.e. run dmesg command). It's not about the message from modprobe.
Takashi