On Monday 03 February 2003 12:34 am, Chris Bloch wrote:
> >Andrew S. Johnson wrote:
>
> Note: /etc/modules.conf is more recent than /lib/modules/2.4.20/modules.dep
>
> >
> >This tells you that you need to depmod -a after you make install the
> >alsa drivers
> >and have edited the modules.conf file accordingly.
>
>
> this is the output of depmod -a, except, none of those have to do with
> my alsa driver ( I think)
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.20/kernel/sound/isa/gus/snd-gus-synth.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.20/kernel/sound/isa/sb/snd-emu8000-synth.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.20/kernel/sound/pci/emu10k1/snd-emu10k1-synth.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.20/kernel/sound/pci/trident/snd-trident-synth.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.20/kernel/sound/synth/emux/snd-emux-synth.o
I wouldn't worry about these yet.
>
>
>
> /lib/modules/2.4.20/kernel/sound/acore/snd.o: invalid parameter
> parm_snd_major
> /lib/modules/2.4.20/kernel/sound/acore/snd.o: insmod
> /lib/modules/2.4.20/kernel/sound/acore/snd.o failed
>
>
> >Check your modules.conf file to make sure you have the right lines. >Use
> >modinfo -p modulename to get a list of parameters. Maybe post your
> >modules.conf file.
>
> Here is the relevant part of /etc/modules.conf
>
> #ALSA portion
> alias char-major-116 snd
> options snd snd_major=116 snd_cards_limit-1
Maybe it should be snd_cards_limit=1? Try equals instead of minus.
Also, which version of ALSA are you using? At some point the snd_
prefix was dropped from the parameters. Mine starts like this:
# ALSA portion
alias char-major-116 snd
options snd major=116 cards_limit=1
Andy Johnson
___________________
Nolug mailing list
nolug@nolug.org
Received on 02/03/03
This archive was generated by hypermail 2.2.0 : 12/19/08 EST