Re: [alsa-devel] [Bug #10679] 2.6.26-rc1 regression: e5e1d3cb20034a3cbcfff1f0bae12201aa2ce17e breaks artsd
Hello.
Dave Jones wrote:
More seriously, it doesn't seem that there's any way we can build this driver modular without it screwing up already working systems
Actually, I have just upgraded f8->f9, and guess what? Lost the sound... And not because of snd-pcsp, but rather because snd-hda-intel started to take the first slot and snd-intel8x0 takes the second. On f8 snd-hda-intel have never been loaded for me at all. I don't need it, it finds a HDA chip on an ATI video board, which it never did before.
So... it doesn't look like this problem is specific to snd-pcsp. Anyone can get into that trouble it seems.
At Sun, 18 May 2008 07:13:07 +0400, Stas Sergeev wrote:
Hello.
Dave Jones wrote:
More seriously, it doesn't seem that there's any way we can build this driver modular without it screwing up already working systems
Actually, I have just upgraded f8->f9, and guess what? Lost the sound... And not because of snd-pcsp, but rather because snd-hda-intel started to take the first slot and snd-intel8x0 takes the second. On f8 snd-hda-intel have never been loaded for me at all. I don't need it, it finds a HDA chip on an ATI video board, which it never did before.
So... it doesn't look like this problem is specific to snd-pcsp. Anyone can get into that trouble it seems.
You can better use slots option for snd module instead of specifying index in each driver for 2.6.25 or later kernels. That is,
options snd slots=snd-intel8x0,snd-hda-intel
will assign the specified drivers in the first two slots. And this means also that these two slots are reserved. The other drivers, e.g. a hotplugged usb-audio, won't be assigned in these slots even usb-audio is loaded before intel8x0.
See ALSA-Configuration.txt for details.
Takashi
Hello.
Takashi Iwai wrote:
You can better use slots option for snd module instead of specifying index in each driver for 2.6.25 or later kernels. That is, options snd slots=snd-intel8x0,snd-hda-intel
Thanks. How about this: options snd slots=!snd-pcsp I guess implementing something like this, is asking for a troubles, but maybe this can be a chip solution for the snd-pcsp problem...
At Thu, 22 May 2008 08:38:08 +0400, Stas Sergeev wrote:
Hello.
Takashi Iwai wrote:
You can better use slots option for snd module instead of specifying index in each driver for 2.6.25 or later kernels. That is, options snd slots=snd-intel8x0,snd-hda-intel
Thanks. How about this: options snd slots=!snd-pcsp I guess implementing something like this, is asking for a troubles, but maybe this can be a chip solution for the snd-pcsp problem...
This sounds like an interesting idea. Will check later.
thanks,
Takashi
participants (2)
-
Stas Sergeev
-
Takashi Iwai