On Mon, 10 May 2010, David Raleigh Arnold wrote:

> I do have Debian testing, "tainted" with an nvidia driver. I have no 
> idea where "ebian" comes from.

There is check_distribution() function in alsa-compile.sh:

         distrib=$(lsb_release -ds 2> /dev/null | cut -d ' ' -f 1)
         local first=${distrib:0:1}
         if test "$first" = "\""; then
                 distrib=${distrib:1}
         fi

What string 'lsb_release -ds' gives in your system?

For kernel sources, a check for kernel package should be added to 
check_kernel_source() function.

                                        Jaroslav

-----
Jaroslav Kysela <pe...@perex.cz>
Linux Kernel Sound Maintainer
ALSA Project, Red Hat, Inc.


------------------------------------------------------------------------------

_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to