[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [SOLVED]race condition audio cards + pcspkr



Hugo Vanwoerkom wrote:
Nigel Henry wrote:
On Wednesday 17 December 2008 21:18, Hugo Vanwoerkom wrote:
Hi,

How does one put a wait in the initialization of the pcspkr module?

I have 2 audio cards:
one the builtin card of the mobo
two a CA0106 PCI card.

They are supposed to be like this:

hugo@debian:/etc/udev$ cd /etc/modprobe.d/
hugo@debian:/etc/modprobe.d$ more sound
alias snd-card-0 snd-via82xx
options snd-via82xx index=0
alias snd-card-1 snd_ca0106
options snd_ca0106 index=1


<snip>

I "solved" it by changing /etc/modprobe.d/sound:

alias snd-card-0 snd-via82xx
options snd-via82xx index=0
alias snd-card-1 snd_pcsp
options snd_pcsp index=1
alias snd-card-2 snd_ca0106
options snd_ca0106 index=2

And that does the trick.

Needless to say I have no idea what the details of this process actually are, in particular why snd_pcsp is suddenly showing up after doing this for years...

Hugo


Reply to: