Garrick Sitongia wrote:

> above snd-card-via8233 snd-pcm-oss
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This line doesn't look right to me...Perhaps comment it out.(?)

> alias sound-slot-0 snd-via8233
> alias char-major-116 snd
  ^^^^^^^^^^^^^^^^^^^^^^^^^

Try reversing the order of these two lines and replacing -slot- with
-card- like this:

alias char-major-116 snd
alias snd-card-0 snd-via8233

> > > There is no "snd-via8233.o" in the alsa-driver tree, or in
> > > /lib/modules/2.4.18-6mdk/misc/
> >
> >I compiled the drivers without giving any flags to configure, so all the
> >modules were built. On my system the driver you're looking for ended up
> >here:
> >
> >/lib/modules/<kernel version>/kernel/sound/pci/snd-via8233.o
> >
> >Do you have a path like that under /lib/modules/<kernel version>/ ?
> 
> I compiled a second time without flags, and there is no "pci/" subdir:
> 
> [root@ip68-6-63-135 sound]# pwd
> /lib/modules/2.4.18-6mdk/kernel/sound
> [root@ip68-6-63-135 sound]# ls
> acore/  drivers/  i2c/  isa/  synth/
> [root@ip68-6-63-135 sound]#
> 
> snd-via8233.o is not in any subdirectory. It seems to be ignoring pci sound
> cards. If I could debug the things that are done during compile, I would
> figure this out on my own, but I know it would take days....

Yeah, it would probably take me weeks...perhaps someone else here has an
idea? maybe you can report this to the developers? I'm sorry I can't be
of more help.

> 
> Garrick
> 
> > >
> > > I do a "find . -name "*.o" -print" and do not see anything "via8233",
> > > although lots of isa cards are there. There is a
> >alsa-kernel/pci/via8233.c
> >
> >I think that the "." in your find command is telling find to only search
> >the current directory....I'm not sure about that, or if that's what you
> >meant to do or not. just an observation.
> >
> My find searches recursively subdirectories from "."

Ok, sorry about that...I'm not very good with find. :(

-Eric Rz.

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to