On Sunday 18 January 2009 14:25:12 Marek Dmao wrote:
> I saw where you replied to the cries of another lost soul with a
> similar script and I didn't have much luck getting it to work.  This
> one did something... though during the make process I got several
> warnings about deprecated files and 'comparison of distinct pointer
> types lacks a cast'.

All warnings I believe. As long as you end up with a ctxfi.ko
file all is good.

> Eventually it created an object code file in the
> ssound directory for the kernel.  So... now what?  I rebooted and ran 
> alsamixer but got 'No mixer elems found'.  Am I getting ahead of myself here?

You have to make sure the ctxfi module gets loaded...

 lsmod | grep ctxfi

I forgot these 2 steps in the previous script example...

  depmod -v $(uname -r) &> /dev/null
  modprobe ctxfi &> /dev/null

--markc

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to